@font-face {
  src: url("/assets/fonts/WOFF2/VF/RobotoFlex.woff2") format("woff2-variations");
  font-family: "Roboto Flex";
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background: transparent;
  font-family: "Roboto Flex";
  font-size: 16px;
  color: white;
  overflow-x: hidden;
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  z-index: 800;
  background: rgb(20, 20, 20);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 30px;
}
.navbar > div #firstLottie {
  width: auto;
  height: 55px;
  display: block;
  margin-top: 1px;
}
.navbar .navigation {
  padding-top: 4px;
}
.navbar .navigation ul {
  display: flex;
  padding: 0;
  margin: 19px;
  list-style: none;
  gap: 20px;
  line-height: 9px;
}
.navbar .navigation ul li {
  font-size: 0.9em;
  font-variation-settings: "wght" 450, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  text-transform: uppercase;
  padding-top: 5px;
}
.navbar .navigation ul li:nth-child(2) {
  border-right: 1px solid white;
  padding-right: 20px;
  height: 19px;
}
.navbar .cta {
  border: 1px solid white;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 4px 12px 4px 12px;
  font-variation-settings: "wght" 450, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  height: 26px;
  margin: 20px 0px 15px 0;
}

main {
  margin-top: 50px;
}

h1 {
  font-size: 4em;
  font-variation-settings: "wght" 535, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  line-height: 0.9;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 3em;
  font-variation-settings: "wght" 520, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  line-height: 0.9;
}

h3 {
  font-size: 0.9em;
  font-variation-settings: "wght" 435, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 3px;
  line-height: 1;
  margin-bottom: 10px;
  color: #939393;
}

h3 + h2 {
  margin-top: 15px;
}

h2 + p {
  margin-top: 30px;
}

p {
  font-size: 1.1em;
  font-variation-settings: "wght" 435, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  line-height: 1.4;
}

a.button {
  border: 0.09em solid white;
  padding: 5px 15px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 15px;
  font-variation-settings: "wght" 450, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  text-transform: uppercase;
}
a.button:hover {
  background: white;
  color: black;
}

p + a.button {
  margin-top: 30px;
}

section.hero {
  width: calc(100vw + 2px);
  height: calc(100vh + 2px);
  position: relative;
  color: white;
  overflow-x: hidden;
  background-color: #311585;
  background-image: url("assets/img/img-bg.jpg");
}
section.hero .hero-text {
  max-width: 620px;
  width: 80%;
  margin-left: 120px;
  margin-top: 100px;
  bottom: 100px;
  padding: 15px;
  position: absolute;
  background-color: #311585;
  box-shadow: 0 0px 20px 20px #311585;
}
section.hero .hero-text h3 {
  color: #A38EE3;
  font-variation-settings: "wght" 435, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
}
section.hero .hero-text .sub {
  margin-top: 30px;
}
section.hero .hero-text .sub p {
  font-size: 1.33em;
  font-variation-settings: "wght" 450, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
}
section.hero .videoembed {
  position: absolute;
  top: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
  background: #333;
  -o-object-fit: cover;
     object-fit: cover;
}

section.revolution {
  background-color: #000;
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}
section.revolution .copy {
  width: 62vw;
  max-width: 650px;
}
section.revolution .copy .circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 0.9em;
  padding: 10px;
  background: white;
  color: rgb(60, 95, 149);
  text-align: center;
}
section.revolution .copy p {
  font-size: 1.33em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: left;
}
section.revolution .revolutionneeded {
  font-variation-settings: "wght" 520, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
section.revolution .revolutionneeded.rev-change {
  opacity: 1;
  font-size: 4em;
  transition: all 0.4s;
}
section.revolution .revolutionneeded > span {
  position: relative;
}
section.revolution .revolutionneeded > span .back {
  background: white;
  font-variation-settings: "wght" 520, "YTDE" -203, "wdth" 110, "YTLC" 530, "YTFI" 738;
  position: absolute;
  display: block;
  width: 100%;
  height: 0.82em;
  top: 11px;
  mix-blend-mode: difference;
  left: 0;
}

section.nw {
  background-color: #000;
  min-height: 600px;
  height: calc(100% - 50px);
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: -2px;
}
section.nw.nw-change {
  background-color: #1C1C1C;
  transition: all 1.4s;
}
section.nw .newwork {
  z-index: 30;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
section.nw .newwork #first {
  color: #757575;
}
section.nw .newwork.newwork-change {
  opacity: 1;
  width: 500px;
  font-size: 3em;
  max-width: calc(100vw - 100px);
  transition: all 1.4s;
}
section.nw .newwork img {
  width: 100%;
  height: auto;
}

section.boxes {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  background: rgb(240, 240, 240);
  color: #212427;
  position: relative;
  z-index: 20;
}
section.boxes .boxes-title {
  margin-top: 40px;
  margin-bottom: 100px;
  width: 100vw;
  color: #212427;
  text-align: center;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  transition: all 0.4s;
}
section.boxes .boxes-title.change {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
section.boxes .box {
  width: calc(50% - 5px);
  background: white;
  color: #212427;
  border-radius: 5px;
  padding: 25px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  transition: all 0.4s;
}
section.boxes .box .content {
  text-align: center;
  position: relative;
}
section.boxes .box p {
  max-width: 450px;
  margin: 30px auto;
}
section.boxes .box a.button {
  border-color: #212427;
}
section.boxes .illustration {
  margin-top: 30px;
}
section.boxes .illustration img {
  width: 100%;
}

section.boxes .box.appear {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/** BOOK A DEMO **/
section.bookdemo {
  background: #7FB8DC;
  transition: background 1s;
  height: 60vh;
  min-height: 600px;
  position: relative;
}
section.bookdemo.change {
  background: #BF2654;
}
section.bookdemo .content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}
section.bookdemo .content .text {
  width: 100%;
}
section.bookdemo .inputbox {
  background: rgb(255, 255, 255);
  color: #212427;
  padding: 30px;
  border-radius: 4px;
  width: 30%;
}
section.bookdemo .inputbox h2 {
  margin-bottom: 30px;
  font-size: 3em;
}
section.bookdemo .inputbox input[type=text],
section.bookdemo .inputbox input[type=email] {
  outline: 0;
  border: 0;
  border-radius: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: "Roboto Flex";
  font-size: 0.9em;
  font-weight: 400;
  padding: 6px 12px;
  width: 100%;
}
section.bookdemo .inputbox input + input {
  margin-top: 15px;
}
section.bookdemo .inputbox input[type=button] {
  outline: 0;
  font-family: "Roboto Flex";
  border: 0;
  background: black;
  color: white;
  padding: 8px 15px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 650;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100%;
}

/** SET OF THREE **/
section.setofthree {
  display: flex;
  color: #212427;
  background: #F8F8F8;
  padding: 100px 30px;
  gap: 30px;
}
section.setofthree .col {
  flex-basis: 33.3%;
  position: relative;
}
section.setofthree .col .illustration {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #8F5196;
  margin-bottom: 30px;
}
section.setofthree .col a.button {
  border-color: #212427;
}

section.setofthree .col:nth-child(2) .illustration {
  background-color: #3C5F95;
}

section.setofthree .col:nth-child(3) .illustration {
  background-color: #DF9922;
}

/** FOOTER **/
footer {
  background: #000;
  min-height: 200px;
  padding: 50px 20px;
}
footer .footer-columns {
  display: flex;
  min-height: 210px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .footer-columns .foot-col {
  flex: 0 0 115px;
  flex-shrink: 1;
  margin: 10px;
  height: 50px;
  justify-content: left;
}
footer .footer-columns .foot-col img {
  margin-right: 30px;
  width: 188px;
}
footer .footer-columns .foot-col h3 {
  color: white;
  font-variation-settings: "wght" 435, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  font-size: 0.8em;
  margin-left: 0;
}
footer .footer-columns .foot-col ul {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #939393;
  list-style: none;
}
footer .foot-base {
  border-top: 1px solid #454545;
  padding-top: 15px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8em;
  color: #454545;
}
footer .foot-base ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
}
