:root {
  --blue-light: #c3cdd9;
  --container-desktop: 1280px;
  --grey-intense: #1d1d1e;
  --blue-intense: #001c43;
  --white: white;
}

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

.hero {
  border-bottom: 1px solid var(--blue-light);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 43 / 56;
  object-fit: cover;
  width: auto;
  height: 90vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero--wrapper {
  z-index: 1;
  max-width: var(--container-desktop);
  grid-row-gap: 32px;
  border-right: 1px solid var(--blue-light);
  border-left: 1px solid var(--blue-light);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.h1 {
  color: var(--grey-intense);
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.p--hero {
  color: var(--grey-intense);
  max-width: 52ch;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.hero--conversion {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta--default {
  background-color: var(--blue-intense);
  color: var(--blue-light);
  border-radius: 100px;
  padding: 12px 24px;
  text-decoration: none;
  transition: opacity .3s;
}

.cta--default:hover {
  opacity: .85;
}

.p--cta {
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta--hero {
  border: 1px solid var(--blue-intense);
  background-color: var(--white);
  color: var(--blue-intense);
  border-radius: 100px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
}

.cta--hero:hover {
  background-color: var(--white);
  opacity: 1;
  transform: translate(0, -4px);
}

.services {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.services--wrapper {
  max-width: var(--container-desktop);
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2--section {
  color: var(--blue-intense);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.h2--section.h2--about {
  max-width: 24ch;
}

.h2--section.h2--blue--light {
  color: var(--blue-light);
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
}

.services--cards--wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.services--card {
  background-image: url('../images/card-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  height: 560px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services--card.card--2 {
  background-image: url('../images/card-2.webp');
}

.services--card.card--3 {
  background-image: url('../images/card-3.webp');
}

.services--card.card--4 {
  background-image: url('../images/card-4.webp');
}

.services--card--content {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3--cards {
  color: var(--blue-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.p--cards {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

.approach {
  border-top: 1px solid var(--blue-light);
  background-color: var(--blue-intense);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.approach--wrapper {
  z-index: 2;
  max-width: var(--container-desktop);
  grid-row-gap: 40px;
  border-right: 1px solid var(--blue-light);
  border-left: 1px solid var(--blue-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 180px 24px;
  display: flex;
  position: relative;
}

.p--approach {
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.p--approach--wrapper {
  border-top: 1px solid var(--blue-light);
  border-bottom: 1px solid var(--blue-light);
  margin-top: 40px;
  padding: 0 40px;
}

.sectors {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.sectors--wrapper {
  max-width: var(--container-desktop);
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bento--grid--1 {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bento--block--1 {
  background-image: url('../images/bento-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 360px;
  display: flex;
  overflow: hidden;
}

.bento--block--1.bento--card--4 {
  background-image: url('../images/bento-4.webp');
  background-position: 50%;
}

.bento--block--2 {
  background-image: url('../images/bento-2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 40px;
  width: 40%;
  height: 360px;
  overflow: hidden;
}

.bento--block--2.bento--card--3 {
  background-image: url('../images/bento-3.webp');
}

.bento--grid--2 {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bento--wrapper {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bento--card--content {
  grid-row-gap: 10px;
  background-image: linear-gradient(#1212124d, #121212);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.p--cards--bento {
  color: var(--white);
  max-width: 34ch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

.bento--icon {
  width: 32px;
}

.about {
  border-top: 1px solid var(--blue-light);
  border-bottom: 1px solid var(--blue-light);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about--wrapper {
  max-width: var(--container-desktop);
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #1856a7);
  -webkit-background-clip: text;
  background-clip: text;
}

.about--content--wrapper {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about--left {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h3--about {
  color: var(--blue-intense);
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.p--about {
  color: var(--grey-intense);
  max-width: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

.picture--wrapper {
  background-color: var(--blue-light);
  border-radius: 40px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.picture--about {
  z-index: 1;
  max-width: none;
  height: 97%;
  padding-right: 2vw;
  position: relative;
}

.picture--signature {
  width: 26%;
}

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

.linkedin--icon {
  border: 1px solid var(--blue-intense);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.image {
  width: 20px;
}

.code-embed-2 {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.contact {
  max-width: var(--container-desktop);
  grid-row-gap: 40px;
  background-color: var(--blue-light);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.h3--contact {
  color: var(--grey-intense);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

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

.form {
  width: 100%;
  max-width: 680px;
}

.text--field {
  border-bottom: 1px solid var(--grey-intense);
  color: var(--grey-intense);
  background-color: #fff0;
  height: 32px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text--field:focus {
  border-bottom-color: #5050d3;
}

.field-label {
  margin-bottom: 0;
}

.textarea {
  border-bottom: 1px solid var(--grey-intense);
  color: var(--grey-intense);
  background-color: #fff0;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.textarea:focus {
  border-bottom-color: #5050d3;
}

.submit-button {
  background-color: var(--blue-intense);
  color: var(--blue-light);
  text-transform: uppercase;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: opacity .3s;
}

.submit-button:hover {
  opacity: .85;
}

.navbar {
  z-index: 5;
  border-bottom: 1px solid var(--blue-light);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  width: 100%;
  max-width: 100%;
  position: fixed;
}

.nav-menu {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.brand--logo {
  width: 85%;
}

.nav--link {
  color: var(--grey-intense);
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: .9rem;
  font-weight: 600;
  transition: opacity .3s;
}

.nav--link:hover {
  opacity: .7;
}

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

.container {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer {
  background-color: var(--blue-intense);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer--wrapper {
  max-width: var(--container-desktop);
  border-right: 1px solid var(--blue-light);
  border-left: 1px solid var(--blue-light);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  display: flex;
}

.logo--footer {
  width: 400px;
}

.p--foter {
  color: var(--blue-light);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2rem;
}

.cta--navbar {
  background-color: var(--blue-intense);
  color: var(--blue-light);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: .9rem;
  text-decoration: none;
  transition: opacity .3s;
}

.cta--navbar:hover {
  opacity: .85;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: 3 / 2;
  width: 50%;
  height: auto;
}

.approach--heading--wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stars--wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star--icon {
  width: 20px;
}

.star--icon.star--center {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .background-video {
    right: -30%;
  }

  .services {
    overflow: hidden;
  }

  .services--wrapper {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .services--cards--wrapper {
    grid-column-gap: 16px;
    width: auto;
    max-width: none;
  }

  .services--card {
    width: 300px;
  }

  .approach {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .approach--wrapper {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding: 80px 16px 40px;
  }

  .p--approach--wrapper {
    border-bottom-style: solid;
  }

  .sectors--wrapper, .about--wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about--content--wrapper {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }

  .about--left {
    width: 100%;
  }

  .picture--wrapper {
    width: 100%;
    height: 500px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--blue-light);
    background-color: var(--white);
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav--link {
    text-align: right;
  }

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

  .footer--wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-button.w--open {
    color: var(--blue-intense);
    background-color: #c8c8c800;
    transition: all .3s;
    transform: rotate(-90deg);
  }

  .cta--navbar, .background-video-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    z-index: 0;
    right: -70%;
  }

  .hero--wrapper {
    grid-row-gap: 24px;
    mix-blend-mode: hard-light;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .hero--conversion {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .cta--default, .cta--hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta--hero.cta--about {
    width: auto;
  }

  .services {
    overflow: hidden;
  }

  .services--wrapper {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

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

  .services--cards--wrapper {
    grid-column-gap: 16px;
    width: auto;
  }

  .services--card {
    width: 300px;
    height: 540px;
  }

  .approach {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .approach--wrapper {
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding: 80px 16px 40px;
  }

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

  .p--approach--wrapper {
    border-bottom-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .sectors--wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bento--grid--1 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
  }

  .bento--block--1, .bento--block--2 {
    width: 100%;
  }

  .bento--grid--2 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .bento--wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about--wrapper {
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about--content--wrapper {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }

  .about--left {
    grid-row-gap: 24px;
    width: 100%;
  }

  .picture--wrapper {
    width: 100%;
    height: 460px;
  }

  .picture--signature {
    width: 40%;
  }

  .linkedin--wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact {
    padding: 80px 16px;
  }

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

  .nav-menu {
    border-bottom: 1px solid var(--blue-light);
    background-color: var(--white);
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand--logo {
    width: 100%;
  }

  .brand--link.w--current {
    padding-left: 0;
  }

  .nav--link {
    text-align: right;
    padding-right: 0;
    font-size: 1rem;
  }

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

  .footer--wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .menu-button.w--open {
    background-color: #c8c8c800;
    transition: all .3s;
    transform: translate(0, 11px)rotate(-90deg);
  }

  .icon {
    color: var(--blue-intense);
  }

  .cta--navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
  }

  .background-video-2 {
    width: 100%;
  }
}


