html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: underline;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  color: white;
}

body {
  min-height: 100vh;
  background: #EFF1E2 url("/noise-background-small.5fe7e41a.png");
  background-repeat: repeat;
}

.button-blue {
  max-height: 50px;
  background: #3B76E8;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  line-height: 1em;
  transition: background 0.3s;
}
.button-blue:hover {
  background: #195ad7;
}
.button-blue:visited, .button-blue:active, .button-blue:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .button-blue {
    font-size: 16px;
    padding: 18px 36px;
  }
}

#landing {
  width: 100%;
  color: #1B1B1B;
}
#landing .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #landing .container {
    padding: 0 42px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .container {
    padding: 0 60px;
  }
}
#landing .container .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #landing .container .row {
    flex-wrap: nowrap;
  }
}
#landing .container .row .col-half {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #landing .container .row .col-half {
    width: 50%;
  }
}
#landing .header {
  width: 100%;
}
#landing .header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  #landing .header__inner {
    padding: 15px 0;
  }
}
#landing .header__inner .logo {
  font-weight: 700;
  text-decoration: none;
  color: #1B1B1B;
  letter-spacing: 1.67px;
}
#landing .main {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (min-width: 600px) {
  #landing .main {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main {
    padding-bottom: 140px;
  }
}
#landing .main section {
  width: 100%;
}
#landing .main .headline {
  position: relative;
}
#landing .main .headline h1 {
  font-size: 32px;
  max-width: 956px;
  line-height: 1.125em;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  #landing .main .headline h1 {
    font-size: 42px;
    margin-left: 120px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  #landing .main .headline h1 {
    font-size: calc(6.6037735849vw + 2.3773584906px);
  }
}
@media screen and (min-width: 600px) and (min-width: 1024px) {
  #landing .main .headline h1 {
    font-size: calc(2.4038461538vw + 45.3846153846px);
  }
}
@media screen and (min-width: 600px) and (min-width: 1440px) {
  #landing .main .headline h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .headline h1 {
    margin-left: 180px;
  }
}
#landing .main .headline .icon-arrow {
  display: none;
}
@media screen and (min-width: 600px) {
  #landing .main .headline .icon-arrow {
    position: absolute;
    top: 16px;
    left: 0px;
    width: 40px;
    transform: none;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .headline .icon-arrow {
    width: 60px;
  }
}
#landing .main .headline .icon-arrow img {
  max-width: 100%;
}
#landing .main .video-presentation {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  #landing .main .video-presentation {
    margin-top: 130px;
  }
}
#landing .main .video-presentation .video-wrapper {
  --video--width: 1440;
  --video--height: 810;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  background: black;
}
#landing .main .video-presentation .video-wrapper iframe,
#landing .main .video-presentation .video-wrapper object,
#landing .main .video-presentation .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#landing .main .text-presentation {
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  #landing .main .text-presentation {
    margin-top: 100px;
  }
}
#landing .main .text-presentation h2 {
  font-size: 24px;
  line-height: 1.17em;
  max-width: 1120px;
}
@media screen and (min-width: 600px) {
  #landing .main .text-presentation h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .text-presentation h2 {
    font-size: 58px;
  }
}
#landing .main .text-presentation .text-wrapper {
  position: relative;
  padding-left: 0px;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  #landing .main .text-presentation .text-wrapper {
    padding-left: 150px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .text-presentation .text-wrapper {
    padding-left: 300px;
  }
}
#landing .main .text-presentation .text-wrapper .icon-arrow {
  position: absolute;
  top: 10px;
  font-size: 30px;
  display: none;
}
@media screen and (min-width: 600px) {
  #landing .main .text-presentation .text-wrapper .icon-arrow {
    left: 60px;
    display: block;
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .text-presentation .text-wrapper .icon-arrow {
    left: 180px;
  }
}
#landing .main .text-presentation .text-wrapper .icon-arrow img {
  width: 100%;
}
#landing .main .text-presentation .text-wrapper p {
  font-size: 16px;
  line-height: 1.46em;
  margin-bottom: 40px;
  max-width: 720px;
}
@media screen and (min-width: 600px) {
  #landing .main .text-presentation .text-wrapper p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .text-presentation .text-wrapper p {
    font-size: 26px;
  }
}
#landing .main .text-presentation .text-wrapper p:last-of-type {
  margin-bottom: 0;
}
#landing .main .demo-presentation {
  margin-top: 70px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation {
    padding: 24px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .demo-presentation {
    padding: 0;
  }
}
#landing .main .demo-presentation__inner .image-part {
  background: url("/illustration-demo.a3f96989.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  left: -24px;
  height: calc(100% + 48px);
  width: calc(100% + 48px);
  z-index: 4;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation__inner .image-part {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .demo-presentation__inner .image-part {
    position: relative;
    top: 0;
    left: 0;
    height: 710px;
    width: 50%;
  }
}
#landing .main .demo-presentation__inner .text-part {
  background: #1C1C1C;
  padding: 32px 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation__inner .text-part {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .demo-presentation__inner .text-part {
    padding: 45px 60px 54px;
    height: 710px;
    width: 50%;
    min-width: 500px;
  }
}
#landing .main .demo-presentation__inner .label {
  color: #fff;
  font-size: 20px;
}
#landing .main .demo-presentation__inner h2 {
  font-size: 32px;
  line-height: 1.17em;
  color: #fff;
  margin-top: 60px;
  max-width: 480px;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation__inner h2 {
    font-size: 32px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  #landing .main .demo-presentation__inner h2 {
    font-size: calc(3.0952380952vw + 13.4285714286px);
  }
}
@media screen and (min-width: 600px) and (min-width: 1440px) {
  #landing .main .demo-presentation__inner h2 {
    font-size: 58px;
  }
}
#landing .main .demo-presentation__inner .text {
  color: #AEAEAE;
  font-size: 14px;
  line-height: 1.55em;
  margin-top: 20px;
  max-width: 420px;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation__inner .text {
    font-size: 18px;
    margin-top: 40px;
  }
}
#landing .main .demo-presentation__inner .button-blue {
  margin-top: 48px;
  display: inline-block;
  max-height: 70px;
  padding: 18px 26px;
  border-radius: 40px;
}
#landing .main .demo-presentation__inner .button-blue:visited, #landing .main .demo-presentation__inner .button-blue:active, #landing .main .demo-presentation__inner .button-blue:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  #landing .main .demo-presentation__inner .button-blue {
    padding: 28px 36px;
  }
}
#landing .main .what-we-learned {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  #landing .main .what-we-learned {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned {
    margin-top: 160px;
  }
}
#landing .main .what-we-learned .title-part h2 {
  font-size: 24px;
  line-height: 1.17em;
}
@media screen and (min-width: 600px) {
  #landing .main .what-we-learned .title-part h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned .title-part h2 {
    font-size: 58px;
    max-width: 420px;
  }
}
#landing .main .what-we-learned .learning-part {
  counter-reset: section;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned .learning-part {
    margin-top: 0;
  }
}
#landing .main .what-we-learned .learning-part .learning {
  counter-increment: section;
  position: relative;
  padding-left: 50px;
  margin-bottom: 32px;
}
#landing .main .what-we-learned .learning-part .learning strong {
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  #landing .main .what-we-learned .learning-part .learning {
    padding-left: 80px;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned .learning-part .learning {
    padding-left: 120px;
    margin-bottom: 70px;
  }
}
#landing .main .what-we-learned .learning-part .learning:last-child {
  margin-bottom: 0;
}
#landing .main .what-we-learned .learning-part .learning:before {
  position: absolute;
  content: "0" counter(section);
  font-size: 20px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  #landing .main .what-we-learned .learning-part .learning:before {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned .learning-part .learning:before {
    font-size: 58px;
  }
}
#landing .main .what-we-learned .learning-part .learning p {
  font-size: 14px;
  line-height: 1.55em;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  #landing .main .what-we-learned .learning-part .learning p {
    font-size: 18px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  #landing .main .what-we-learned .learning-part .learning p {
    max-width: 418px;
  }
}
#landing .footer__inner {
  width: 100%;
  border-top: 1px solid #CFCFCF;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  #landing .footer__inner {
    padding-top: 85px;
    padding-bottom: 90px;
  }
}
#landing .footer__inner .label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #landing .footer__inner .label {
    font-size: 16px;
  }
}
#landing .footer__inner .about {
  font-size: 14px;
  line-height: 1.55em;
  max-width: 540px;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  #landing .footer__inner .about {
    margin-top: 0;
    font-size: 18px;
  }
}
#landing .footer__inner .socials {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #landing .footer__inner .socials {
    margin-top: 60px;
  }
}
#landing .footer__inner .socials__label {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #landing .footer__inner .socials__label {
    font-weight: 400;
  }
}
#landing .footer__inner .socials__list {
  margin-top: 16px;
}
#landing .footer__inner .socials__list-item {
  display: inline-block;
  margin-right: 30px;
}
#landing .footer__inner .socials__list-item a {
  text-decoration: none;
  color: rgba(27, 27, 27, 0.5);
  font-size: 14px;
}

/*# sourceMappingURL=/styles.a9401be0.css.map */