@import url(./reset.css);
@font-face {
  font-family: 'SimplonBold';
  src: url("../fonts/simplonnorm-bold-webfont.eot");
  src: url("../fonts/simplonnorm-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simplonnorm-bold-webfont.woff2") format("woff2"), url("../fonts/simplonnorm-bold-webfont.woff") format("woff"), url("../fonts/simplonnorm-bold-webfont.ttf") format("truetype"), url("../fonts/simplonnorm-bold-webfont.svg#simplon_normbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SimplonMedium';
  src: url("../fonts/simplonnorm-medium-webfont.eot");
  src: url("../fonts/simplonnorm-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simplonnorm-medium-webfont.woff2") format("woff2"), url("../fonts/simplonnorm-medium-webfont.woff") format("woff"), url("../fonts/simplonnorm-medium-webfont.ttf") format("truetype"), url("../fonts/simplonnorm-medium-webfont.svg#simplon_normmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SimplonRegular';
  src: url("../fonts/SimplonNorm-Regular-WebS.eot");
  src: url("../fonts/SimplonNorm-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Regular-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff"), url("../fonts/SimplonNorm-Regular-WebS.ttf") format("truetype"), url("../fonts/SimplonNorm-Regular-WebS.svg#simplon_normmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FreightText';
  src: url("../fonts/FreigTexBoo.eot");
  src: url("../fonts/FreigTexBoo.eot?#iefix") format("embedded-opentype"), url("../fonts/FreigTexBoo.woff") format("woff"), url("../fonts/FreigTexBoo.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightLight';
  src: url("../fonts/FreigTexLig.eot");
  src: url("../fonts/FreigTexLig.eot?#iefix") format("embedded-opentype"), url("../fonts/FreigTexLig.woff") format("woff"), url("../fonts/FreigTexLig.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightBold';
  src: url("../fonts/FreigTexBol.eot");
  src: url("../fonts/FreigTexBol.eot?#iefix") format("embedded-opentype"), url("../fonts/FreigTexBol.woff") format("woff"), url("../fonts/FreigTexBol.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightBlack';
  src: url("../fonts/FreigTexBla.eot");
  src: url("../fonts/FreigTexBla.eot?#iefix") format("embedded-opentype"), url("../fonts/FreigTexBla.woff") format("woff"), url("../fonts/FreigTexBla.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightTextItalic';
  src: url("../fonts/FreigTexLigIta.eot");
  src: url("../fonts/FreigTexLigIta.eot?#iefix") format("embedded-opentype"), url("../fonts/FreigTexLigIta.woff") format("woff"), url("../fonts/FreigTexLigIta.ttf") format("truetype"); }
.row {
  display: flex;
  flex-direction: row; }

.col {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column; }

html {
  height: 100%; }

body {
  font-family: FreightText, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-family: SimplonBold, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }

a {
  text-decoration: none; }

ul.nav {
  list-style-type: none; }
  ul.nav li {
    display: inline-block; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

#site-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  #site-container > div {
    flex: 0 0 auto; }
  #site-container #thank-you {
    flex: 1 1 auto; }

#header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  #header #partner-banner {
    background-color: #ccc;
    width: 100%;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-family: SimplonMedium;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #000; }
    #header #partner-banner:hover {
      background-color: #fff; }
    @media screen and (max-width: 768px) {
      #header #partner-banner {
        font-size: 10px; } }
  #header #navs-container {
    min-width: 1024px; }
    @media screen and (max-width: 768px) {
      #header #navs-container {
        display: none; } }
    @media screen and (max-width: 768px) {
      #header #navs-container {
        min-width: auto; } }
    #header #navs-container .nav {
      margin: 0; }
  #header #nav--main {
    float: left;
    position: relative;
    top: 5px; }
  #header #nav--auth {
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #header #nav--auth li a {
      padding-left: 15px;
      padding-right: 15px; }
    body.news #header #nav--auth .btn--news a {
      color: #999; }
    body.partners #header #nav--auth .btn--partners a {
      color: #999; }
    #header #nav--auth .btn {
      padding: 0 15px;
      background-color: #000; }
      #header #nav--auth .btn:hover {
        color: #fff; }
    #header #nav--auth .dropdown-button {
      margin-left: 10px;
      padding: 0; }
      #header #nav--auth .dropdown-button i {
        margin-top: -2px; }
    #header #nav--auth #account-dropdown {
      min-width: 200px;
      margin-top: -24px; }
      #header #nav--auth #account-dropdown li {
        min-height: auto;
        line-height: 18px;
        font-size: 18px;
        padding: 10px 15px; }
        #header #nav--auth #account-dropdown li a {
          color: #000;
          padding: 0; }
  #header #navs-container-mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      #header #navs-container-mobile {
        display: block;
        flex: 0 0 auto;
        width: 100%; } }
    #header #navs-container-mobile #nav--main-mobile {
      display: flex;
      flex-direction: row;
      align-items: center; }
      #header #navs-container-mobile #nav--main-mobile li {
        height: 50px; }
        #header #navs-container-mobile #nav--main-mobile li a {
          margin: 0;
          padding: 0; }
        #header #navs-container-mobile #nav--main-mobile li.logo {
          flex: 1 1 auto; }
      #header #navs-container-mobile #nav--main-mobile #hamburger {
        position: relative;
        top: 5px;
        margin-right: 10px; }
        #header #navs-container-mobile #nav--main-mobile #hamburger img {
          height: 40px; }
      #header #navs-container-mobile #nav--main-mobile #logo img {
        height: 20px; }
    #header #navs-container-mobile #nav--auth-mobile-holder {
      display: none;
      z-index: 10;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
      body.show-mobile-nav #header #navs-container-mobile #nav--auth-mobile-holder {
        display: block; }
      #header #navs-container-mobile #nav--auth-mobile-holder ul {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        margin-right: 25%;
        background-color: #fff;
        height: 100%;
        padding: 20px;
        padding-top: 0; }
      #header #navs-container-mobile #nav--auth-mobile-holder li {
        display: block;
        border-bottom: 1px solid #ccc; }
        #header #navs-container-mobile #nav--auth-mobile-holder li a {
          font-family: SimplonMedium;
          text-transform: uppercase;
          color: #000;
          font-size: 18px;
          letter-spacing: 0.1em; }
  #header #logo {
    position: relative;
    top: 16px;
    padding: 0;
    margin-right: 15px; }
  #header a {
    font-family: SimplonMedium;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    display: inline-block;
    color: #fff;
    padding: 24px 10px; }
    #header a:hover {
      color: #999; }
  #header .btn--request-invite {
    margin-left: 15px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: 500; }

#hero-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  background-color: #000; }
  @media screen and (max-width: 768px) {
    #hero-header {
      height: 500px; } }
  #hero-header h1 {
    font-family: SimplonRegular;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 48px;
    max-width: 650px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      #hero-header h1 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 25px;
        max-width: 390px;
        padding: 0 25px; } }
  #hero-header p {
    font-family: FreightLight;
    font-size: 25px;
    letter-spacing: 0.2px;
    line-height: 38px;
    max-width: 660px;
    text-align: center;
    margin-bottom: 55px;
    color: #fff;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      #hero-header p {
        padding: 0 30px;
        font-size: 19px;
        line-height: 24px;
        max-width: 370px;
        margin-bottom: 35px; } }
    #hero-header p .line-break {
      display: block; }
      @media screen and (max-width: 768px) {
        #hero-header p .line-break {
          display: none; } }
  #hero-header .btn--request-invite {
    font-family: SimplonMedium;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 18px 35px;
    padding-top: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px; }
    #hero-header .btn--request-invite:hover {
      background-color: #fff;
      color: #000; }
    @media screen and (max-width: 768px) {
      #hero-header .btn--request-invite {
        font-size: 16px; } }
  #hero-header h1, #hero-header p, #hero-header a {
    position: relative;
    z-index: 2; }
  #hero-header #artworks {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.35; }
    #hero-header #artworks .artwork-row {
      display: flex;
      flex-direction: row;
      overflow-x: hidden;
      justify-content: center; }
    #hero-header #artworks .artwork {
      position: relative;
      overflow: hidden;
      opacity: 0;
      flex: 0 0 auto;
      display: block;
      width: 240px;
      background-color: rgba(255, 255, 255, 0.1); }
      @media screen and (max-width: 768px) {
        #hero-header #artworks .artwork {
          width: 120px; } }
      #hero-header #artworks .artwork .img {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #hero-header #artworks .spacer {
      width: 400px;
      display: block;
      flex: 0 0 auto;
      background-color: green; }
    #hero-header #artworks .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }

#features {
  border-top: 1px solid #eee; }
  #features > ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 60px 0;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #features > ul {
        padding: 0; } }
    #features > ul > li {
      margin: 0 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #features > ul > li {
          flex: 0 0 auto;
          width: 50%;
          margin: 0;
          border-bottom: 1px solid #eee;
          padding: 15px; }
          #features > ul > li:nth-child(2n) {
            border-left: 1px solid #eee; } }
      #features > ul > li img {
        width: 100px;
        overflow: hidden;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #features > ul > li img {
            width: 70px;
            margin-bottom: 0; } }
      #features > ul > li h3 {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0;
        margin-top: -10px; }
        @media screen and (max-width: 768px) {
          #features > ul > li h3 {
            margin-top: 0;
            font-size: 14px; } }
      #features > ul > li p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 23px;
        max-width: 200px; }
        @media screen and (max-width: 768px) {
          #features > ul > li p {
            font-size: 14px;
            line-height: 18px; } }

#blockchain {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff; }
  body.partners #blockchain {
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      body.partners #blockchain {
        padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    #blockchain {
      padding-top: 40px;
      padding-bottom: 10px; } }
  #blockchain .inner {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #blockchain .inner {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px; } }
  #blockchain .col {
    width: 50%; }
  #blockchain .left-col {
    flex: 0 auto;
    width: 512px; }
    @media screen and (max-width: 768px) {
      #blockchain .left-col {
        width: auto; } }
  #blockchain .right-col {
    flex: 0 auto;
    margin-left: 100px;
    width: 412px; }
    @media screen and (max-width: 768px) {
      #blockchain .right-col {
        width: auto;
        margin: 0; } }
  #blockchain h1 {
    margin: 0;
    font-family: SimplonMedium;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.15em;
    max-width: 400px; }
    @media screen and (max-width: 768px) {
      #blockchain h1 {
        max-width: auto;
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px; } }
  #blockchain h2 {
    margin: 0;
    font-family: FreightText;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px; }
  #blockchain p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  #blockchain h3 {
    margin: 0;
    font-family: FreightText;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px; }
  #blockchain .points {
    margin-top: 35px; }
    #blockchain .points .col {
      padding-right: 35px; }
    #blockchain .points h2 {
      margin-bottom: 6px;
      font-weight: 700;
      font-size: 16px; }
    #blockchain .points p {
      margin-bottom: 30px; }
  #blockchain .animation {
    position: relative;
    top: -32px; }
    @media screen and (max-width: 768px) {
      #blockchain .animation {
        top: 0;
        padding-top: 20px; } }
    #blockchain .animation video {
      height: 500px; }
      @media screen and (max-width: 768px) {
        #blockchain .animation video {
          display: none; } }
    #blockchain .animation video.mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        #blockchain .animation video.mobile {
          display: block;
          height: 370px; } }

#latest-posts {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.04); }
  @media screen and (max-width: 768px) {
    #latest-posts {
      padding-top: 50px; } }
  #latest-posts .inner > h3 {
    font-family: SimplonMedium;
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      #latest-posts .inner > h3 {
        font-size: 24px;
        margin-bottom: 30px; } }

#latest-posts .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #latest-posts .list {
      flex-direction: column; } }
  #latest-posts .list > .post {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 325px;
    margin: 0 15px;
    text-align: left;
    border: 8px solid rgba(0, 0, 0, 0.04);
    min-height: 400px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      #latest-posts .list > .post {
        width: 100%; } }
    #latest-posts .list > .post .image {
      position: relative;
      top: -2px;
      width: 101%;
      height: 180px;
      background: #eee;
      background-size: cover;
      background-position: center center;
      background-image: none !important; }
    #latest-posts .list > .post h3 {
      padding: 0 30px;
      padding-top: 30px;
      font-weight: 700;
      font-size: 14px; }
    #latest-posts .list > .post p {
      margin-top: 10px;
      font-size: 16px;
      line-height: 24px;
      padding: 0 30px; }
    #latest-posts .list > .post .btn--read-more {
      position: relative;
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 30px;
      margin-left: 30px;
      font-size: 14px;
      font-weight: 700;
      color: #000; }
      #latest-posts .list > .post .btn--read-more img {
        position: relative;
        top: 10px;
        width: 30px; }

#press-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 768px) {
    #press-logos {
      flex-direction: column;
      border-top: 0;
      padding-top: 0; } }
  #press-logos .item {
    width: 100px;
    margin: 0 40px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    @media screen and (max-width: 768px) {
      #press-logos .item {
        margin-bottom: 20px; } }
    #press-logos .item.artnewspaper {
      width: 150px; }
    #press-logos .item img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    #press-logos .item.techcrunch {
      width: 70px; } }

#testimonials {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 100px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 730px; }
  @media screen and (max-width: 768px) {
    #testimonials {
      border-top: 0;
      padding: 40px 20px;
      min-height: 600px; } }
  #testimonials h1 {
    font-size: 32px;
    font-family: SimplonMedium;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #testimonials h1 {
        font-size: 24px; } }
  #testimonials .persons {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  #testimonials #active-testimonial {
    font-size: 16px;
    line-height: 24px;
    max-width: 650px;
    text-align: center; }
  #testimonials .title {
    font-family: SimplonBold;
    color: #000;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: block; }
    @media screen and (max-width: 768px) {
      #testimonials .title {
        font-size: 14px; } }
  #testimonials .function {
    margin-top: 10px;
    font-family: SimplonRegular;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999; }
    @media screen and (max-width: 768px) {
      #testimonials .function {
        font-size: 14px; } }
  #testimonials .description {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px; }
    @media screen and (max-width: 768px) {
      #testimonials .description {
        font-size: 18px;
        line-height: 26px;
        padding: 0 15px;
        max-width: 500px; } }
  #testimonials .person {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-width: 150px;
    align-items: center; }
    #testimonials .person .avatar {
      display: block;
      width: 300px;
      height: 100px;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        #testimonials .person .avatar {
          height: 60px;
          margin-top: 10px; } }
    #testimonials .person.active, #testimonials .person:hover {
      opacity: 1; }
      #testimonials .person.active .avatar, #testimonials .person:hover .avatar {
        transform: scale3d(1, 1, 1); }
  #testimonials .dots {
    display: flex;
    flex-direction: row;
    margin-top: 10px; }
    #testimonials .dots .dot {
      width: 6px;
      height: 6px;
      border-radius: 5px;
      background-color: #ccc;
      margin: 0 6px; }
      #testimonials .dots .dot.active, #testimonials .dots .dot:hover {
        background-color: #000;
        cursor: pointer; }

#team {
  border-top: 1px solid #eee;
  padding: 90px 0;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #team {
      padding-top: 40px;
      padding-bottom: 30px; } }
  #team h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: SimplonMedium;
    font-weight: normal;
    text-rendering: optimizeLegibility; }
    @media screen and (max-width: 768px) {
      #team h1 {
        font-size: 24px;
        margin-bottom: 30px; } }
  #team .persons {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
    max-width: 1124px; }
    @media screen and (max-width: 768px) {
      #team .persons {
        padding-left: 5px;
        padding-right: 5px; } }
    #team .persons.hide {
      display: none; }
    #team .persons .person {
      flex: 0 0 auto;
      width: 25%;
      padding: 0 20px;
      text-align: left;
      min-height: 370px; }
      @media screen and (max-width: 768px) {
        #team .persons .person {
          width: 50%;
          padding: 0 5px;
          min-height: 410px; } }
      #team .persons .person .profilepicture {
        width: 100%;
        height: 170px;
        background-color: #eee;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }
      #team .persons .person .name {
        font-size: 16px;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        letter-spacing: 0.15em;
        margin-bottom: 10px; }
      #team .persons .person .function {
        font-family: SimplonRegular;
        margin-bottom: 20px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #999; }
        @media screen and (max-width: 768px) {
          #team .persons .person .function {
            margin-bottom: 10px; } }
      #team .persons .person p {
        font-size: 16px;
        line-height: 24px; }
        @media screen and (max-width: 768px) {
          #team .persons .person p {
            font-size: 15px;
            line-height: 21px; } }
  #team .load-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #team .load-more {
        margin-top: 0; } }
    #team .load-more a {
      color: #000;
      border-bottom: 1px solid #eee;
      padding: 10px 0;
      font-family: 'FreightTextItalic';
      font-weight: normal;
      text-rendering: optimizeLegibility;
      cursor: pointer; }

#request-invite {
  border-top: 1px solid #eee;
  padding-top: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #request-invite {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #request-invite h1 {
    font-family: SimplonMedium;
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      #request-invite h1 {
        font-size: 24px; } }
  #request-invite p {
    font-size: 18px;
    margin: 20px 0;
    line-height: 26px;
    max-width: 380px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #request-invite p {
        padding: 0 20px;
        font-size: 16px;
        line-height: 24px; } }
  #request-invite form {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      #request-invite form {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        position: relative; } }
  #request-invite #emailInput {
    font-family: FreightText, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 57px;
    line-height: 57px;
    min-width: 200px;
    font-size: 18px;
    outline: 0;
    background-color: #eee;
    border-radius: 0px; }
    #request-invite #emailInput:focus {
      box-shadow: none !important; }
    @media screen and (max-width: 768px) {
      #request-invite #emailInput {
        position: relative;
        min-width: auto;
        width: auto;
        flex: 1 1 auto;
        margin-bottom: 2px; } }
  #request-invite #submitBtn {
    position: relative;
    display: inline-block;
    font-family: SimplonMedium;
    text-transform: uppercase;
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-left: -2px;
    text-transform: uppercase;
    cursor: pointer;
    width: 200px;
    height: 57px;
    line-height: 57px; }
    #request-invite #submitBtn:hover {
      background-color: #999; }
    @media screen and (max-width: 768px) {
      #request-invite #submitBtn {
        position: relative;
        min-width: auto;
        width: auto;
        flex: 1 1 auto;
        margin-left: 0; } }

#bottom {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  #bottom .small-logo-link {
    overflow: hidden;
    height: 55px;
    margin-right: 20px; }
    #bottom .small-logo-link img {
      height: 100%; }
  #bottom #appstore-link {
    height: 55px; }
    #bottom #appstore-link img {
      height: 100%; }
  @media screen and (max-width: 768px) {
    #bottom {
      padding: 40px 0; } }

#footer {
  border-top: 1px solid #eee;
  position: relative;
  display: flex;
  justify-content: center; }
  #footer .inner {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        flex-direction: column;
        align-items: unset;
        max-width: 100%; } }
  #footer #nav--footer {
    flex: 1 auto; }
    #footer #nav--footer a {
      color: #999;
      font-family: SimplonMedium;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      display: inline-block;
      padding: 25px 15px; }
      #footer #nav--footer a:hover {
        color: #000; }
    @media screen and (max-width: 768px) {
      #footer #nav--footer li {
        display: block;
        border-bottom: 1px solid #eee; } }
  #footer .social {
    position: relative;
    top: 3px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      #footer .social {
        width: 160px;
        display: inline-block; } }
    #footer .social a {
      opacity: 0.5; }
      #footer .social a:hover {
        opacity: 1; }
    #footer .social .twitter {
      position: relative;
      left: -3px; }
    #footer .social .linkedin {
      position: relative;
      top: -8px; }
    #footer .social .instagram {
      position: relative;
      top: 2px; }
  #footer #copyright {
    color: #999;
    font-family: SimplonMedium;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    flex: 0 auto; }
    @media screen and (max-width: 768px) {
      #footer #copyright {
        padding: 20px 0;
        opacity: 0.5;
        position: absolute;
        right: 20px;
        bottom: -5px; } }

.outer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.inner {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1024px; }
  @media screen and (max-width: 768px) {
    .inner {
      max-width: 375px; } }

body.partners #hero {
  padding-top: 50px;
  border-bottom: 0;
  padding-bottom: 80px; }
  body.partners #hero h1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 500px;
    text-align: center; }
  body.partners #hero h2 {
    font-family: FreightText, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 22px;
    line-height: 24px;
    max-width: 450px;
    text-align: center;
    font-weight: normal; }
  body.partners #hero .image {
    background-color: #eee;
    height: 400px; }
body.partners #features {
  border-bottom: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    body.partners #features ul {
      padding: 10px; } }
body.partners .preview-certificate {
  position: relative;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  body.partners .preview-certificate .holder--img {
    top: 0px;
    position: relative;
    max-width: 1024px;
    cursor: pointer;
    transform: translate(0, 20px);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
    body.partners .preview-certificate .holder--img:hover {
      transform: translate(0, 0); }
  body.partners .preview-certificate img {
    width: 100%; }
  body.partners .preview-certificate .shadow-bottom {
    height: 50px;
    opacity: 0.5; }
body.partners #blockchain .btn--request-info {
  margin-top: 20px;
  flex: 0 auto;
  display: inline-flex;
  padding: 15px 30px;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  margin-right: auto; }
body.partners #blockchain .left-col {
  width: 300px;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    body.partners #blockchain .left-col {
      width: auto; } }
body.partners #blockchain .right-col {
  background-color: transparent;
  width: 700px; }
  @media screen and (max-width: 768px) {
    body.partners #blockchain .right-col {
      width: auto; } }
  body.partners #blockchain .right-col p {
    font-size: 18px;
    line-height: 24px; }
body.partners #become-partner {
  position: relative;
  padding: 100px 0;
  border-top: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    body.partners #become-partner {
      padding: 40px 0; } }
  body.partners #become-partner > .inner {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      body.partners #become-partner > .inner {
        flex-direction: column; } }
  body.partners #become-partner .left-col {
    width: 50%;
    padding-right: 70px; }
    @media screen and (max-width: 768px) {
      body.partners #become-partner .left-col {
        width: 100%;
        padding-right: 0; } }
  body.partners #become-partner h1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: SimplonMedium; }
    @media screen and (max-width: 768px) {
      body.partners #become-partner h1 {
        font-size: 21px;
        padding-right: 20px; } }
  body.partners #become-partner p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 50px; }
    body.partners #become-partner p a {
      color: #000;
      text-decoration: underline; }
  body.partners #become-partner form {
    position: relative;
    width: 50%; }
    @media screen and (max-width: 768px) {
      body.partners #become-partner form {
        width: 100%; } }
    body.partners #become-partner form .form-content {
      border: 1px solid #ccc; }
    body.partners #become-partner form #input--email {
      font-family: SimplonMedium, sans-serif;
      font-size: 16px;
      padding: 0px 12px;
      border: 0;
      height: 45px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 5px;
      width: 100%; }
      body.partners #become-partner form #input--email:focus {
        outline: 0;
        border: 1px solid #000; }
      body.partners #become-partner form #input--email.error {
        border-bottom: 1px solid red; }
    body.partners #become-partner form .dropdown--type {
      border: 0;
      border-bottom: 1px solid #ccc;
      overflow: hidden;
      background: url("img/icon-select.png") no-repeat 90% 50%; }
    body.partners #become-partner form .dropdown--type select {
      font-family: SimplonMedium, sans-serif;
      font-size: 16px;
      padding: 12px 12px;
      width: 130%;
      border: none;
      box-shadow: none;
      background: transparent;
      background-image: none;
      -webkit-appearance: none; }
      body.partners #become-partner form .dropdown--type select:focus {
        outline: 0; }
    body.partners #become-partner form .select-dropdown {
      font-family: SimplonMedium, sans-serif; }
    body.partners #become-partner form .select-dropdown li span {
      font-family: SimplonMedium, sans-serif; }
    body.partners #become-partner form textarea {
      font-family: SimplonMedium, sans-serif;
      resize: none;
      font-size: 16px;
      width: 100%;
      display: block;
      padding: 15px;
      border: 0;
      margin-top: 5px;
      margin-bottom: 10px;
      height: 75px; }
      body.partners #become-partner form textarea:focus {
        outline: 0;
        border-color: #999; }
    body.partners #become-partner form #btn--submit {
      font-family: SimplonBold, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      letter-spacing: 0.1em;
      border: 0;
      cursor: pointer;
      margin-top: -1px;
      padding: 15px 30px;
      background-color: transparent;
      color: #000;
      font-size: 16px;
      text-decoration: none;
      margin-right: auto;
      border: 2px solid #000; }
      body.partners #become-partner form #btn--submit:hover {
        background-color: #000;
        color: #fff; }
    body.partners #become-partner form .temp-become-partner-btn {
      position: relative;
      margin-top: 20px !important;
      display: block;
      width: 100%; }
  body.partners #become-partner .temp-form {
    width: 100% !important; }
    body.partners #become-partner .temp-form #btn--submit {
      font-family: SimplonBold, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      letter-spacing: 0.1em;
      border: 0;
      cursor: pointer;
      margin-top: -1px;
      padding: 15px 30px;
      background-color: transparent;
      color: #000;
      font-size: 16px;
      text-decoration: none;
      margin-right: auto;
      border: 2px solid #000; }
      body.partners #become-partner .temp-form #btn--submit:hover {
        background-color: #000;
        color: #fff; }
  body.partners #become-partner .visual {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    width: 50%; }
body.partners #footer {
  margin-top: 0; }

body.home .articles {
  min-height: 400px; }

body.news .year-title {
  margin: 50px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 42px;
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 30px; }
body.news .heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: SimplonMedium;
  text-align: left;
  padding: 0; }
  @media screen and (max-width: 768px) {
    body.news .heading {
      padding-left: 20px;
      margin-bottom: 20px;
      margin-top: 40px; } }
body.news .articles {
  padding: 0; }
  @media screen and (max-width: 768px) {
    body.news .articles {
      padding: 20px; } }
  body.news .articles .article h1 {
    min-height: 63px; }
body.news #content {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    body.news #content {
      padding-bottom: 0 !important; } }

.article {
  display: inline-block;
  overflow: hidden;
  width: 33%;
  min-height: 300px;
  padding-bottom: 50px; }
  .article:nth-child(3n+1) {
    padding-right: 20px; }
  .article:nth-child(3n+2) {
    padding-left: 20px;
    padding-right: 20px; }
  .article:nth-child(3n+3) {
    padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .article {
      width: 100%; }
      .article:nth-child(3n+1) {
        padding-right: 0; }
      .article:nth-child(3n+2) {
        padding-left: 0;
        padding-right: 0; }
      .article:nth-child(3n+3) {
        padding-left: 0; } }
  .article .image {
    height: 200px;
    background-color: #eee;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover; }
  .article .title {
    font-size: 18px;
    font-family: FreightText;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    min-height: 63px; }
    @media screen and (max-width: 768px) {
      .article .title {
        margin-bottom: 0px;
        min-height: auto; } }
  .article .source {
    font-family: SimplonMedium;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    margin-bottom: 5px;
    color: #000; }
  .article .date {
    font-family: SimplonMedium;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666; }
  .article .source--date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; }
  .article p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #999; }

.shadow-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+84,000000+100&0+82,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 84%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 84%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 84%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }

body.partners #blockchain .left-col {
  width: 500px; }
  @media screen and (max-width: 768px) {
    body.partners #blockchain .left-col {
      width: auto; } }
  body.partners #blockchain .left-col h1 {
    font-size: 21px;
    line-height: 28px; }
    @media screen and (max-width: 768px) {
      body.partners #blockchain .left-col h1 {
        margin-top: 0; } }
  body.partners #blockchain .left-col p {
    font-size: 18px;
    line-height: 26px; }
body.partners #blockchain .right-col h2 {
  font-family: FreightBold;
  font-size: 18px; }
body.partners #features {
  background-color: #eee; }
  body.partners #features li {
    text-align: left; }
    body.partners #features li h3 {
      text-align: left;
      width: 100%; }
    body.partners #features li img {
      display: none; }
body.partners .form-content {
  position: relative; }
body.partners #input--email {
  display: block;
  width: 100%;
  height: 50px !important; }
body.partners input, body.partners textarea {
  box-sizing: border-box; }
  body.partners input:focus, body.partners textarea:focus {
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    outline: 0; }
body.partners .dropdown--role {
  height: 50px; }
  body.partners .dropdown--role input.select-dropdown {
    font-family: SimplonMedium;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc; }
    body.partners .dropdown--role input.select-dropdown:focus {
      border-bottom: 1px solid #ccc;
      box-shadow: none !important; }
  body.partners .dropdown--role .select-wrapper span.caret {
    right: 15px; }
  body.partners .dropdown--role .dropdown-content li {
    font-family: SimplonMedium; }
  body.partners .dropdown--role ul.select-dropdown {
    transform: translate(0, -100px); }
    body.partners .dropdown--role ul.select-dropdown li span {
      color: #000 !important; }
    @media screen and (max-width: 768px) {
      body.partners .dropdown--role ul.select-dropdown {
        transform: none; } }

#request-invite-form a, #request-invite-form input, #request-invite-form button {
  font-family: SimplonMedium; }
#request-invite-form input.select-dropdown {
  text-transform: uppercase;
  letter-spacing: 0.1em; }
#request-invite-form .row.right {
  width: 300px; }
  #request-invite-form .row.right .col {
    display: flex;
    flex-direction: row; }

.modal {
  overflow-y: visible; }
  .modal .select-dropdown li {
    font-family: SimplonMedium;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
    .modal .select-dropdown li span {
      color: #000; }

.select-dropdown.valid {
  box-shadow: none !important; }

#thank-you {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #thank-you h1 {
    font-family: SimplonMedium;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0; }
  #thank-you p {
    font-size: 18px;
    line-height: 24px;
    text-align: center; }

#request-invite-modal h1, #request-invite-modal h2, #request-invite-modal h3, #request-invite-modal h4, #request-invite-modal h5, #request-invite-modal p {
  text-align: left !important; }

#request-invite-modal h5{
  font-family: SimplonMedium, sans-serif;
  letter-spacing: 0.15em;
}

/*# sourceMappingURL=new-style.css.map */
