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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: 400;
}

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

blockquote, q {
  quotes: "" "";
}

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  height: 100%;
}

section {
  font-size: 1rem;
}

.topbar {
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 156px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.topbar .logo {
  width: 138px;
  z-index: 40;
}
.topbar .logo img {
  width: 100%;
}
.topbar .topbar-links {
  display: flex;
  align-items: center;
  z-index: 30;
}
.topbar .topbar-sm {
  display: none;
  margin-right: 28px;
}
.topbar .btn-sm-topbar {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in-out;
}
.topbar .btn-sm-topbar + .btn-sm-topbar {
  margin-left: 16px;
}
.topbar .btn-sm-topbar.twitter {
  background-image: url(../images/icn-sm-topbar-twitter.svg);
}
.topbar .btn-sm-topbar.instagram {
  background-image: url(../images/icn-sm-topbar-instagram.svg);
}
.topbar .btn-sm-topbar:hover {
  filter: brightness(150%);
}
.topbar .btn-sm-topbar:active {
  filter: brightness(65%);
}
.topbar #menu-mobile-toggle {
  position: absolute;
  left: -100vw;
}
.topbar .toggle {
  display: none;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.1s ease-in-out;
  margin-left: 10px;
  background-image: url(../images/nav-open.svg);
}
.topbar .toggle:hover {
  filter: brightness(140%);
}
.topbar .toggle:active {
  filter: brightness(75%);
}
.topbar .mobile-menu {
  position: absolute;
  top: -100vh;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 120px;
  background-color: #202931;
  z-index: -10;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.topbar .mobile-menu .mobile-menu-container .links {
  text-align: center;
  position: relative;
}
.topbar .mobile-menu .mobile-menu-container .links .btn {
  margin-bottom: 40px;
}
.topbar .mobile-menu .mobile-menu-container .links .link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.4em;
  color: #C1C1C1;
  letter-spacing: 0.05em;
  transition: all 0.1s ease-in-out;
}
.topbar .mobile-menu .mobile-menu-container .links .link:hover {
  color: #FFFFFF;
}
.topbar .mobile-menu .mobile-menu-container .links .link:active {
  color: #5B5B5B;
}
.topbar .mobile-menu .mobile-menu-container .sm {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: flex;
  justify-content: center;
}

.desktop-menu {
  position: fixed;
  z-index: 1337;
  top: 50%;
  left: 7%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  max-width: 260px;
}
.desktop-menu .link {
  display: block;
  position: relative;
  transition: all 0.1s ease-in-out;
  min-height: 16px;
  color: #C1C1C1;
  padding-left: 32px;
  font-size: 1.6em;
}
.desktop-menu .link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 999px;
  border: 2px solid #7A7A7A;
  transition: inherit;
}
.desktop-menu .link + .link {
  margin-top: 15px;
}
.desktop-menu .link.current {
  color: #18915B;
  cursor: default;
}
.desktop-menu .link.current::before {
  border-color: #18915B;
  background-color: #18915B;
}
.desktop-menu .link:not(.current):hover {
  color: #FFFFFF;
}
.desktop-menu .link:not(.current):hover::before {
  border-color: #FFFFFF;
}
.desktop-menu .link:active:not(.current) {
  color: #5B5B5B;
}
.desktop-menu .link:active:not(.current)::before {
  border-color: #5B5B5B;
  transform: scale(0.57);
}
.desktop-menu .link.contrast:not(.current) {
  color: #FFFFFF;
}
.desktop-menu .link.contrast:not(.current)::before {
  border: 2px solid #FFFFFF;
}
.desktop-menu .link.contrast:not(.current):hover {
  color: #9FF9D1;
}
.desktop-menu .link.contrast:not(.current):hover::before {
  border: 2px solid #9FF9D1;
}
.desktop-menu .link.contrast:not(.current):active {
  color: #005037;
}
.desktop-menu .link.contrast:not(.current):active::before {
  border: 2px solid #005037;
}
.desktop-menu .link.contrast.current {
  color: #000000;
}
.desktop-menu .link.contrast.current::before {
  border-color: #000000;
  background-color: #000000;
}

#blog .topbar {
  background-color: #202931;
  position: fixed;
}
#blog .desktop-menu .links a.link:not(.current):hover {
  color: #515151;
}
#blog .desktop-menu .links a.link:not(.current):hover::before {
  border: 2px solid #515151;
}

#home .topbar {
  position: fixed;
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  padding: 100px 0 80px 0;
}
footer a {
  display: block;
  height: 64px;
  width: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer a.twitter {
  background-image: url(../images/icn-sm-twitter.svg);
}
footer a.instagram {
  background-image: url(../images/icn-sm-instagram.svg);
}
footer a + a {
  margin-left: 50px;
}

@media screen and (max-width: 1600px) {
  .desktop-menu {
    left: 3%;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .topbar .topbar-sm {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .mobile-menu {
    display: none;
  }

  #home .topbar.scrolled {
    height: 96px;
  }
}
@media screen and (max-width: 959px) {
  .topbar {
    height: 96px;
    background-color: #202931;
  }
  .topbar .toggle {
    display: block;
  }
  .topbar #menu-mobile-toggle:checked ~ .mobile-menu {
    top: 0;
    opacity: 1;
  }
  .topbar #menu-mobile-toggle:checked ~ label.toggle {
    background-image: url(../images/nav-close.svg);
  }

  .desktop-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #blog .topbar {
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .topbar {
    height: 72px;
  }
  .topbar .logo {
    width: 96px;
  }
  .topbar .toggle {
    width: 42px;
    height: 42px;
  }
  .topbar .topbar-links .topbar-sm, .topbar .topbar-links .earlyaccess {
    display: none;
  }
}
body {
  text-rendering: optimizeLegibility;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

section {
  position: relative;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.snap {
  width: 86%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.btn {
  padding: 15px 24px;
  display: inline-block;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn.green {
  color: #FFFFFF;
  background-color: #18915B;
}
.btn.green:hover {
  background-color: #1ECC7F;
}
.btn.green:active {
  background-color: #055833;
}
.btn.pink {
  color: #FFFFFF;
  background-color: #FE6060;
}
.btn.pink:hover {
  background-color: #FF9191;
}
.btn.pink:active {
  background-color: #682626;
}

#home {
  color: #FFFFFF;
  background-color: #070A0D;
}

.hero-video-wrapper {
  position: relative;
  background-color: black;
}
.hero-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
}

video.hero-video {
  opacity: 0.5;
}

section.hero {
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 256px;
  padding-bottom: 100px;
}
section.hero .container {
  margin-top: -156px;
  text-align: left;
  display: inline-block;
}
section.hero h1 {
  font-size: 12em;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 40px;
}
section.hero span.tagline {
  padding-left: 5px;
  font-size: 3.4em;
  font-weight: 600;
  display: block;
}
section.hero .btn {
  margin-top: 50px;
}

video.belief-video {
  opacity: 0.3;
}

section.belief {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 196px;
  padding-bottom: 100px;
}
section.belief .container {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.belief h2 {
  font-size: 9em;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 40px;
}
section.belief span.tagline {
  font-size: 3.4em;
  font-weight: 600;
  display: block;
  max-width: 950px;
}
section.belief span.tagline + span.tagline {
  margin-top: 20px;
}

section.planifesto {
  background-color: #18916B;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 196px;
  padding-bottom: 100px;
}
section.planifesto .intro {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 24px;
  margin-bottom: 100px;
}
section.planifesto .intro h2 {
  font-size: 8.2em;
  font-weight: 500;
  line-height: 1em;
}
section.planifesto .intro .right {
  text-align: right;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.14em;
}
section.planifesto .intro .right li + li {
  margin-top: 20px;
}
section.planifesto .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
section.planifesto .content article {
  background-image: url(../images/list-tick.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 26px 26px;
  padding-left: 40px;
  max-width: 438px;
}
section.planifesto .content article h3 {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.23em;
  margin-bottom: 19px;
}
section.planifesto .content article p {
  font-size: 1.8em;
  line-height: 1.44em;
}
section.planifesto .content article p + p {
  max-resolution: 26px;
}

section.preview {
  background-color: #202931;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 196px;
  padding-bottom: 100px;
}
section.preview h2 {
  font-size: 9.6em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 60px;
}
section.preview .columns {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 40px;
}
section.preview .columns article.intro {
  font-size: 2.4em;
  line-height: 1.16em;
}
section.preview .columns article.intro p + p {
  margin-top: 24px;
}
section.preview .columns .image img {
  width: 100%;
  margin-bottom: 18px;
}
section.preview .columns .showcase {
  text-align: center;
}

video.mission-video {
  opacity: 0.5;
}

.tesuto {
  display: none;
}

section.mission {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 196px;
  padding-bottom: 100px;
  text-align: right;
}
section.mission h2 {
  font-size: 8.2em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 58px;
}
section.mission article {
  max-width: 536px;
  font-size: 2.6em;
  line-height: 1.16em;
  margin-bottom: 50px;
}
section.mission article p + p {
  margin-top: 24px;
}
section.mission .form {
  width: 100%;
  max-width: 536px;
}
section.mission .form .formfield {
  width: 100%;
  display: grid;
  grid-template-columns: auto 128px;
}
section.mission .form input.inputText {
  height: 54px;
  background-color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 999px 0 0 999px;
  padding: 14px 20px 14px 40px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #6B6B6B;
  font-weight: 700;
}
section.mission .form input.inputText:focus::placeholder {
  color: #D9D9D9;
}
section.mission .form input.sendmail {
  position: relative;
  outline: none;
  border: none;
  height: 54px;
  background-color: #FE6060;
  border-radius: 0 999px 999px 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
section.mission .form input.sendmail:not(.sending):hover {
  background-color: #FF9191;
}
section.mission .form input.sendmail:not(.sending):active {
  background-color: #682626;
}
section.mission .form input.sendmail.sending {
  background-image: url(../images/preloader.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  pointer-events: none;
}
section.mission .form .error, section.mission .form .success {
  display: none;
  font-size: 1.8em;
  line-height: 1.16em;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
section.mission .form .error.show, section.mission .form .success.show {
  display: block;
}
section.mission .form .success {
  color: #81FFA3;
}
section.mission .form .error {
  color: #FE6060;
}

.blog-posts {
  padding-top: 20vh;
}
.blog-posts.snap {
  max-width: 812px;
}
.blog-posts article.post {
  margin-bottom: 160px;
}
.blog-posts header {
  font-size: 8.2em;
  line-height: 1.05em;
  color: #070A0D;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-posts span.tagline {
  display: block;
  font-size: 2.4em;
  line-height: 1.1em;
  color: #18916B;
  font-weight: 600;
  margin-bottom: 62px;
}
.blog-posts .content {
  position: relative;
}
.blog-posts .content .timestamp span.day, .blog-posts .content .timestamp span.month, .blog-posts .content .timestamp span.year {
  font-weight: 500;
}
.blog-posts .content .timestamp span.day {
  color: #313131;
}
.blog-posts .content .timestamp span.month {
  color: #6D6D6D;
}
.blog-posts .content .timestamp span.year {
  color: #AAAAAA;
}
.blog-posts .content p {
  font-size: 1.9em;
  line-height: 1.78em;
  margin-bottom: 1em;
  color: #202931;
}
.blog-posts .content p a {
  color: #18916B;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
.blog-posts .content p a:hover {
  color: #70FFBF;
}
.blog-posts .content p a:active {
  color: #D4D4D4;
}
.blog-posts .content img {
  max-width: 100%;
  margin-top: 3em;
  margin-bottom: 5em;
}

@media screen and (min-width: 960px) {
  .blog-posts .content .timestamp {
    position: absolute;
    top: 0;
    left: -80px;
    text-align: center;
  }
  .blog-posts .content .timestamp span.day, .blog-posts .content .timestamp span.month, .blog-posts .content .timestamp span.year {
    display: block;
    line-height: 1em;
  }
  .blog-posts .content .timestamp span.day {
    font-size: 3.6em;
  }
  .blog-posts .content .timestamp span.month {
    font-size: 2.2em;
  }
  .blog-posts .content .timestamp span.year {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 959px) {
  .blog-posts .content .timestamp {
    margin-bottom: 24px;
  }
  .blog-posts .content .timestamp span {
    font-size: 1.8em;
  }
  .blog-posts .content .timestamp span + span {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts header {
    font-size: 4.2em;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .blog-posts span.tagline {
    font-size: 2.2em;
    margin-bottom: 48px;
  }
  .blog-posts .content .timestamp {
    margin-bottom: 16px;
  }
  .blog-posts .content .timestamp span {
    font-size: 1.4em;
  }
  .blog-posts .content p {
    font-size: 1.6em;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 1500px) and (min-width: 961px) {
  .snap {
    width: calc(90% - 280px);
    margin-left: calc(2% + 240px);
  }
}
@media screen and (max-width: 1230px) {
  section.planifesto .intro {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  section.preview h2 {
    font-size: 7.6em;
  }
  section.preview .columns {
    grid-template-columns: 1fr;
  }
  section.preview .columns article.intro {
    font-size: 2.1em;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  section.hero {
    min-height: calc(100vh - 96px);
  }
  section.hero .container {
    margin-top: -96px;
  }
}
@media screen and (max-width: 959px) {
  section.hero {
    background-image: url(../images/scroll-indicator.svg);
    background-size: 36px 110px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  section.belief h2 {
    font-size: 7em;
  }
  section.belief span.tagline {
    font-size: 2.4em;
  }

  section.planifesto .content article p {
    font-size: 1.6em;
  }

  section.mission h2 {
    font-size: 7.6em;
  }
}
@media screen and (min-width: 768px) {
  section.hero .btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.hero {
    min-height: calc(100vh - 72px);
  }
  section.hero .container {
    margin-top: -72px;
  }
  section.hero h1 {
    font-size: 7.2em;
    margin-bottom: 20px;
  }
  section.hero span.tagline {
    font-size: 2.2em;
  }

  section.belief h2 {
    font-size: 4.6em;
  }
  section.belief span.tagline {
    font-size: 2.1em;
  }

  section.planifesto .intro h2 {
    font-size: 3.8em;
    font-weight: 700;
  }
  section.planifesto .intro .right {
    font-size: 1.8em;
  }
  section.planifesto .content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  section.preview h2 {
    font-size: 3.8em;
    font-weight: 700;
  }

  section.mission h2 {
    font-size: 3.8em;
    font-weight: 700;
  }
  section.mission article {
    font-size: 2.1em;
  }
  section.mission .form .formfield {
    grid-template-columns: 1fr;
  }
  section.mission .form input.inputText {
    border-radius: 999px;
    margin-bottom: 22px;
  }
  section.mission .form input.sendmail {
    border-radius: 999px;
  }
}