:root {
  --white: white;
  --primary: #ea9f43;
  --black: black;
  --secondary: #525252;
}

.body {
  background-color: #000;
}

.hero-block {
  height: 90vh;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 72px;
  line-height: 92px;
}

.heading.left {
  color: #525252;
  text-align: left;
  margin-top: 100px;
  font-size: 56px;
  line-height: 60px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-big {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.button {
  background-color: var(--primary);
  text-align: center;
  border-radius: 0;
  width: 240px;
  margin-top: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.navbar {
  background-color: var(--black);
  font-family: DM Sans, sans-serif;
  position: -webkit-sticky;
  position: sticky;
}

.nav-link {
  color: var(--white);
  font-size: 16px;
}

.nav-menu {
  color: var(--white);
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-size: 16px;
}

.image {
  height: 32px;
  margin-top: 14px;
}

.p-normal {
  color: rgba(255, 255, 255, .64);
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.p-small {
  color: rgba(255, 255, 255, .82);
  text-align: center;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.container-2 {
  padding-top: 64px;
}

.heading-2 {
  color: #525252;
  margin-bottom: 221px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.heading-2.left {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

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

.columns {
  align-items: flex-end;
  display: flex;
}

.text-span-2 {
  color: #fff;
  font-weight: 500;
}

.section {
  padding-bottom: 132px;
}

.h3 {
  color: var(--secondary);
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.section-2 {
  margin-top: 132px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #fff;
}

.p-small-lowercase {
  color: rgba(255, 255, 255, .82);
  text-align: left;
  text-transform: none;
  max-width: 550px;
  margin-top: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.column, .column-2, .column-3 {
  padding-right: 32px;
}

.section-3 {
  margin-top: 132px;
}

.text-span-6 {
  color: var(--primary);
}

.image-2 {
  text-align: center;
  margin-top: 132px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7 {
  color: var(--primary);
}

.section-4 {
  margin-top: 132px;
}

.columns-2 {
  align-items: center;
  margin-top: 132px;
  display: flex;
}

.image-3 {
  padding-right: 64px;
}

.background-video {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
}

.section-5 {
  margin-top: 132px;
}

.container-3 {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.text-span-8 {
  color: #dbdbdb;
}

.text-span-9 {
  color: #3967fe;
}

.text-span-10, .text-span-11 {
  color: #dbdbdb;
}

.text-span-12 {
  color: #525252;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  object-fit: fill;
  max-width: 14%;
}

.block-quote {
  color: var(--white);
  margin-top: 100px;
  font-family: DM Sans, sans-serif;
}

.italic-text, .italic-text-2 {
  color: var(--secondary);
}

.text-block {
  color: var(--secondary);
  text-align: center;
  column-count: auto;
  padding-top: 28px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.section-6 {
  height: 160px;
}

.image-4 {
  margin-left: 352px;
}

.link, .link-2 {
  color: var(--secondary);
  text-decoration: none;
}

.text-span-13 {
  font-size: 40px;
  line-height: 0;
}

.text-span-14 {
  color: var(--primary);
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .container-5 {
    max-width: 728px;
  }

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

@media screen and (max-width: 767px) {
  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: left;
    margin-top: 0;
    font-size: 40px;
    line-height: 52px;
  }

  .heading.left {
    margin-top: 32px;
    font-size: 32px;
    line-height: 44px;
  }

  .container {
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-big {
    text-align: left;
    font-size: 20px;
    line-height: 32px;
  }

  .button {
    margin-top: 64px;
  }

  .p-normal {
    padding-top: 16px;
  }

  .heading-2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .heading-2.left {
    font-size: 40px;
    line-height: 52px;
  }

  .columns {
    flex-direction: column;
  }

  .section {
    padding-bottom: 20px;
  }

  .h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-2 {
    margin-top: 96px;
  }

  .column {
    margin-top: -32px;
    padding-left: 24px;
  }

  .column-2, .column-3 {
    padding-top: 48px;
    padding-left: 24px;
  }

  .section-3 {
    margin-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-2 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section-4 {
    margin-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image-3 {
    margin-top: -40px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-right: 0;
  }

  .background-video {
    margin-top: -106px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand {
    padding-left: 24px;
  }

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

  .column-4, .column-5 {
    padding-left: 0;
  }

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

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

  .container-5 {
    max-width: none;
  }

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

  .clients-image {
    max-width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-13 {
    font-size: 32px;
    line-height: 0;
  }

  .text-span-14 {
    font-size: 32px;
  }

  #w-node-a3fbf1d9-b0ba-aa93-6646-57b4b1d3db02-e64332cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


