/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/**********************************************************
Project styles 
**********************************************************/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

img {
  max-width: 100%; }

a {
  color: #004EFF;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out; }
  a:hover, a:focus {
    color: #07DFB0; }

ul, li {
  margin: 0;
  padding: 0; }

.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #fff; }

.eyebrow, .header__eyebrow, .content__eyebrow, .steemit__eyebrow, .stats__eyebrow {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: bold; }

.h1, .header__h1 {
  font-size: 34px;
  margin: 0 0 8px 0;
  line-height: 1.2; }
  @media only screen and (min-width: 50em) {
    .h1, .header__h1 {
      font-size: 41px; } }

.h2, .content__h2, .footer__h2 {
  margin: 0 0 16px 0;
  line-height: 1.3; }

.h3, .content__h3 {
  margin: 0 0 16px 0;
  line-height: 1.3; }

.center {
  text-align: center; }

.link, .header__link, .footer__link {
  text-decoration: none; }
  .link--white {
    color: #fff; }

.list, .content__list {
  margin: 0 0 0 20px;
  padding: 0; }

.list-item, .content__list-item {
  margin-bottom: 8px; }

.content-container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto; }

.line-break {
  display: block; }

@media only screen and (min-width: 50em) {
  .line-break-desktop {
    display: block; } }

.fade-in--1 {
  -webkit-animation: fade-in 1s ease-in-out 0.03s both;
          animation: fade-in 1s ease-in-out 0.03s both; }

.fade-in--2 {
  -webkit-animation: fade-in 1s ease-in-out 0.06s both;
          animation: fade-in 1s ease-in-out 0.06s both; }

.fade-in--3 {
  -webkit-animation: fade-in 1s ease-in-out 0.09s both;
          animation: fade-in 1s ease-in-out 0.09s both; }

.fade-in--4 {
  -webkit-animation: fade-in 1s ease-in-out 0.12s both;
          animation: fade-in 1s ease-in-out 0.12s both; }

.fade-in--5 {
  -webkit-animation: fade-in 1s ease-in-out 0.15s both;
          animation: fade-in 1s ease-in-out 0.15s both; }

.fade-in--6 {
  -webkit-animation: fade-in 1s ease-in-out 0.18s both;
          animation: fade-in 1s ease-in-out 0.18s both; }

.fade-in--7 {
  -webkit-animation: fade-in 1s ease-in-out 0.21s both;
          animation: fade-in 1s ease-in-out 0.21s both; }

.fade-in--8 {
  -webkit-animation: fade-in 1s ease-in-out 0.24s both;
          animation: fade-in 1s ease-in-out 0.24s both; }

.fade-in--9 {
  -webkit-animation: fade-in 1s ease-in-out 0.27s both;
          animation: fade-in 1s ease-in-out 0.27s both; }

.fade-in--10 {
  -webkit-animation: fade-in 1s ease-in-out 0.3s both;
          animation: fade-in 1s ease-in-out 0.3s both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

.nav--desktop {
  display: none; }
  @media only screen and (min-width: 50em) {
    .nav--desktop {
      display: block; } }

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px; }

.nav__item {
  padding: 0 10px; }

.nav__logo {
  width: 140px;
  height: auto;
  position: relative;
  top: 3px; }

.nav__link {
  color: #171F24;
  font-size: 16px; }
  .nav__link:hover, .nav__link:focus {
    color: #049173; }

.header {
  background-color: #171F24;
  background: #171F24;
  padding: 24px 12px;
  color: #fff;
  position: relative; }
  .header .content__text-container {
    padding-top: 2em; }
    @media only screen and (min-width: 50em) {
      .header .content__text-container {
        padding-top: 0; } }
  .header__h1 {
    margin-bottom: 16px; }
  .header__logo {
    position: absolute;
    top: 1em;
    left: 1em; }
  .header__hero-img {
    width: 94%;
    max-width: 500px; }
    @media only screen and (min-width: 50em) {
      .header__hero-img {
        position: relative;
        top: -32px; } }
  .header__p {
    margin-bottom: 22px;
    margin-top: 0;
    max-width: 360px;
    line-height: 1.25; }
    .header__p--small {
      font-size: 14px;
      margin-bottom: 8px; }
  .header__link {
    display: block;
    margin-top: 42px;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 16px; }
  .header__rewards {
    font-size: 50px;
    font-weight: bold;
    margin: 0; }
  .header.content {
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #171F24; }
  .header__img {
    padding: 2em 1em 1em 1em; }
    @media only screen and (min-width: 50em) {
      .header__img {
        padding: 1em 3em 1em 1em; } }

header .content__img {
  -webkit-animation: scale-up 0.5s ease-out 0.15s both;
          animation: scale-up 0.5s ease-out 0.15s both; }

@media only screen and (min-width: 75em) and (min-height: 820px) {
  header {
    height: 819px; } }

.btn {
  background-color: #fff;
  color: #004EFF;
  text-decoration: none;
  padding: 20px;
  font-weight: bold;
  min-width: 200px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  margin-top: 2em;
  border: 1px solid #eee; }
  .btn:hover {
    -webkit-box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.04); }
  .btn__img {
    margin: 0 10px 0 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    width: 20px;
    position: relative;
    top: -3px; }

a.btn:hover {
  color: #333; }

a.btn:hover .btn__img {
  -webkit-transform: scale(1.1) translateY(-1px);
          transform: scale(1.1) translateY(-1px); }

.content {
  padding: 32px 0;
  background-color: #fafafa; }
  .content.feature {
    color: #fff;
    background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
    padding: 60px 0; }
  @media only screen and (min-width: 50em) {
    .content {
      padding: 0 0 44px 0; } }
  .content__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content__container.feature {
      color: #fff;
      background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
      padding: 60px 0; }
    .content__container.feature.steemit {
      background-image: none;
      background-color: #171F24; }
    .content__container.top-aligned {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .content__col {
    width: 100%; }
    @media only screen and (min-width: 50em) {
      .content__col {
        width: 50%; } }
    .content__col--order1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media only screen and (min-width: 50em) {
        .content__col--order1 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .content__col--order2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media only screen and (min-width: 50em) {
        .content__col--order2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  .content__text-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 1em; }
    @media only screen and (min-width: 75em) {
      .content__text-container {
        position: relative;
        left: -24px; } }
    @media only screen and (min-width: 75em) {
      .content__text-container--right {
        position: relative;
        left: 24px; } }
  .content__h2--example {
    margin-bottom: 8px; }
  .content__eyebrow {
    color: #003CFF; }
  .content__feature {
    padding: 16px 0; }
  .content__feature-label {
    display: inline-block;
    font-weight: bold;
    padding-left: 10px; }
  .content__img {
    padding: 1em; }
    .content__img--footer {
      width: 380px;
      height: auto; }
  .content__p--before-btn {
    margin-bottom: 2em; }

.h2 + .eyebrow, .content__h2 + .eyebrow, .footer__h2 + .eyebrow, .h2 + .header__eyebrow, .content__h2 + .header__eyebrow, .footer__h2 + .header__eyebrow, .h2 + .content__eyebrow, .content__h2 + .content__eyebrow, .footer__h2 + .content__eyebrow, .h2 + .steemit__eyebrow, .content__h2 + .steemit__eyebrow, .footer__h2 + .steemit__eyebrow, .h2 + .stats__eyebrow, .content__h2 + .stats__eyebrow, .footer__h2 + .stats__eyebrow {
  margin: 32px 0 8px 0; }

header.content, footer.content {
  margin: 0; }

header.content {
  margin-bottom: 60px; }

.content-container.feature {
  color: #fff;
  background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
  padding: 60px 0;
  max-width: 1244px; }

.smt .content__img {
  padding: 2em 1em 1em 1em; }
  @media only screen and (min-width: 50em) {
    .smt .content__img {
      padding: 1em; } }

.blockchain.content__container {
  max-width: 1000px; }

@media only screen and (min-width: 50em) {
  .steemit {
    padding-top: 1em; } }

.steemit__eyebrow {
  color: #06D6A9;
  padding: 3em 0 1em; }

.steemit__img {
  width: 90%;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  @media only screen and (min-width: 50em) {
    .steemit__img {
      padding: 0;
      position: relative;
      top: 30px;
      left: -40px; } }
  @media only screen and (min-width: 75em) {
    .steemit__img {
      top: 60px;
      left: -80px; } }

@media only screen and (min-width: 50em) {
  #section5 {
    padding-top: 4em; } }

.community {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3em 0 5em;
  background-color: #fcfcfc; }
  .community__container {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto; }
  .community__p {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    font-size: 16px; }
  .community__caption {
    background: #171F24;
    color: #fff;
    padding: 10px 0;
    font-size: 15px; }

.pullquote__container {
  background-color: #fff;
  width: 84%;
  max-width: 400px;
  font-weight: bold;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #004EFF;
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #004EFF;
  text-align: center;
  margin-top: 4em;
  padding-left: 2em; }
  @media only screen and (min-width: 50em) {
    .pullquote__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 420px;
      height: 420px;
      margin-top: 0em;
      padding-left: 0em;
      position: relative;
      left: 1.5em; } }

.pullquote__text {
  max-width: 300px;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  padding-left: 8px; }
  @media only screen and (min-width: 50em) {
    .pullquote__text {
      font-size: 42px; } }

.stats {
  width: 94%;
  padding: 4em 0 2em;
  max-width: 1000px;
  margin: 1.5em auto 0; }
  .stats__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .stats__stat {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 440px) {
      .stats__stat {
        width: 50%; } }
    @media only screen and (min-width: 840px) {
      .stats__stat {
        width: 25%; } }
  .stats__eyebrow {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px; }
  .stats__number {
    margin-top: 4px;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 32px; }
    @media only screen and (min-width: 840px) {
      .stats__number {
        margin-bottom: 0; } }

.exchanges {
  width: 94%;
  padding: 5em 1.5em 2em;
  max-width: 1090px;
  margin: 4em auto 0;
  text-align: center;
  border: 1px solid #2C3A45;
  position: relative; }
  @media only screen and (min-width: 50em) {
    .exchanges {
      padding: 5em 1.5em 3em; } }
  .exchanges__token-icon {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -56px; }
  .exchanges__container {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
  .exchanges__exchange {
    width: 100%;
    text-align: center;
    margin: 1em auto; }
    .exchanges__exchange:hover, .exchanges__exchange:focus {
      -webkit-animation: flash 0.3s ease-in-out both;
              animation: flash 0.3s ease-in-out both; }
    @media only screen and (min-width: 600px) {
      .exchanges__exchange {
        width: 33.33%;
        margin-bottom: 0em; } }
  .exchanges__p {
    max-width: 540px;
    margin: 0 auto 10px; }
  .exchanges__img {
    width: 180px;
    height: auto; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.footer {
  background-color: #171F24;
  color: #fff;
  text-align: center;
  padding: 3em 0; }
  .footer__img {
    display: inline-block;
    width: 120px;
    padding-bottom: 1em; }
  .footer__p {
    margin-bottom: 16px;
    font-size: 14px;
    opacity: 0.6; }
  .footer__h2 {
    font-size: 32px;
    line-height: 1.24; }
  .footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }
    @media only screen and (min-width: 400px) {
      .footer__list {
        margin-bottom: 0; } }
    .footer__list:last-child {
      margin-bottom: 0; }
  .footer__li {
    margin: 0;
    display: inline-block;
    padding: 0 5px; }
    @media only screen and (min-width: 50em) {
      .footer__li {
        padding: 0 5px 3px; } }
  .footer__link {
    color: #fff;
    font-size: 14px; }

.examples {
  padding: 72px 0 0 16px;
  width: 94%;
  max-width: 1242px;
  margin: 0 auto;
  border-top: 1px solid #004EFF; }
  .examples__p {
    max-width: 610px; }
  @media only screen and (min-width: 75em) {
    .examples {
      padding: 72px 0 0 0; } }

.no-touch #section2, .no-touch #section3, .no-touch #section4, .no-touch #section5, .no-touch #section6, .no-touch #section7, .no-touch #section8, .no-touch #section9, .no-touch #section10, .no-touch #section11, .no-touch #section12, .no-touch #section13 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1); }
  @media only screen and (min-width: 50em) {
    .no-touch #section2, .no-touch #section3, .no-touch #section4, .no-touch #section5, .no-touch #section6, .no-touch #section7, .no-touch #section8, .no-touch #section9, .no-touch #section10, .no-touch #section11, .no-touch #section12, .no-touch #section13 {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); } }

.no-touch #footer {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s all 0.1s ease-out;
  transition: 0.5s all 0.1s ease-out;
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
          transform: translateX(0px) translateY(0px) scale(1); }
  @media only screen and (min-width: 50em) {
    .no-touch #footer {
      -webkit-transition: 0.5s all 0.1s ease-out;
      transition: 0.5s all 0.1s ease-out;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); } }

.no-touch #footer.active, .touch #footer.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) scale(1);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.no-touch .cd-main-content.lateral-menu-is-open + #footer.active, .touch .cd-main-content.lateral-menu-is-open + #footer.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-260px) translateY(0px) translateZ(0px) scale(1);
          transform: translateX(-260px) translateY(0px) translateZ(0px) scale(1);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.no-js #section2, .no-js #section3, .no-js #section4, .no-js #section5, .no-js #section6, .no-js #section7, .no-js #section8, .no-js #section9, .no-js #section10, .no-js #section11, .no-js #section12, .no-js #section13 {
  opacity: 1;
  filter: alpha(opacity=100); }

#section2.active, #section3.active, #section4.active, #section5.active, #section6.active, #section7.active, #section8.active, #section9.active, #section10.active, #section11.active, #section12.active, #section13.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1); }

@media (prefers-reduced-motion) {
  header .content__img {
    -webkit-animation: fade-in 1s ease-in-out;
            animation: fade-in 1s ease-in-out; }
  #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.logo-new {
  width: 220px;
  height: auto; }
  .logo-new:hover .icon-svg, .logo-new:focus .icon-svg {
    fill: #fff; }
  .logo-new .icon-svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #06D6A9; }

.wired {
  width: 94%;
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 3em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 0em; }
  .wired a {
    color: #fff;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .wired a:hover {
      color: #06D6A9; }
  .wired__quote {
    margin-bottom: 2em;
    padding: 1.5em;
    max-width: 100%;
    background: url("../img/speech-bubble.svg") no-repeat top center;
    background-size: 100% 100%; }
    @media only screen and (min-width: 50em) {
      .wired__quote {
        padding: 2em;
        background: url("../img/speech-bubble-large.svg") no-repeat top center; } }
  .wired__h3 {
    margin-top: 16px;
    margin-bottom: 8px; }
  .wired__p {
    margin-bottom: 10px;
    margin-top: 8px;
    padding-bottom: 24px;
    max-width: 730px;
    margin: 0 auto;
    padding-bottom: 24px; }

#section4 {
  padding: 4em 0; }
  @media only screen and (min-width: 50em) {
    #section4 {
      padding: 6em 0; } }

body, html {
  margin: 0;
  padding: 0; }

body {
  background: #fafafa; }

#mobile {
  background: #fcfcfc;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

#mobileBodyContent {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#header {
  height: 60px;
  background: #eae8e5; }

#burgerBtn {
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border-top: 2px solid #171F24;
  height: 25px;
  width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 30;
  left: 20px;
  top: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media only screen and (min-width: 50em) {
    #burgerBtn {
      display: none; } }
  #burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #171F24;
    top: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #171F24;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

#nav {
  position: absolute;
  z-index: 10;
  list-style-type: none;
  margin: 40px 0 0 20px;
  padding: 0;
  overflow: hidden; }
  #nav li {
    height: 30px;
    width: 0;
    margin: 30px 0;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in; }
    #nav li + li {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
      #nav li + li + li {
        -webkit-transform: translateX(-80px);
                transform: translateX(-80px); }
        #nav li + li + li + li {
          -webkit-transform: translateX(-120px);
                  transform: translateX(-120px); }

.navigation #nav li {
  width: 160px;
  margin-left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.navigation #burgerBtn {
  border-color: transparent; }
  .navigation #burgerBtn:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 33px;
    left: -2px; }
  .navigation #burgerBtn:after {
    -webkit-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 11px;
    width: 33px;
    left: -2px; }

.demo1.navigation #mobileBodyContent {
  -webkit-transform: scale(0.85);
  -khtml-transform: scale(0.85);
  transform: scale(0.85);
  margin-left: 240px; }

.demo2.navigation #mobileBodyContent {
  margin-left: 240px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4; }

.fixed-logo {
  position: relative;
  left: 52px;
  padding: 6px 16px; }

/* c-table - Flexbox responsive table */
.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-bottom: transparent;
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 3em; }
  .c-table__title {
    padding-left: 5px; }
  .c-table__logo {
    width: 44px;
    height: auto; }
  .c-table .c-table__item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-table .c-table__item.c-table__item--head {
      font-weight: 500; }
  .c-table[data-gutter="1"] .c-table__item {
    padding: 16px; }
  .c-table[data-gutter="2"] .c-table__item {
    padding: 32px; }
  .c-table[data-gutter="3"] .c-table__item {
    padding: 48px; }
  .c-table[data-gutter="4"] .c-table__item {
    padding: 64px; }
  .c-table[data-gutter="5"] .c-table__item {
    padding: 80px; }
  .c-table[data-gutter="6"] .c-table__item {
    padding: 96px; }
  .c-table[data-gutter="7"] .c-table__item {
    padding: 112px; }
  .c-table[data-gutter="8"] .c-table__item {
    padding: 128px; }
  .c-table[data-gutter="9"] .c-table__item {
    padding: 144px; }
  .c-table[data-gutter="10"] .c-table__item {
    padding: 160px; }
  .c-table.c-table--bordered.c-table--columns .c-table__item:not(.c-table__item--foot),
  .c-table.c-table--bordered.c-table--rows .c-table__item {
    border-bottom: solid 1px #eee; }
  .c-table.c-table--colored .c-table__item {
    background: #fefefe; }
    .c-table.c-table--colored .c-table__item.c-table__item--head {
      background: #fafafa;
      border-bottom: solid 1px white;
      padding: 16px 32px; }
    .c-table.c-table--colored .c-table__item.c-table__item--foot {
      background: #f1f2f4; }

@media only screen and (min-width: 640px) {
  .c-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-table.c-table--columns .c-table__item.c-table__item--head {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .c-table.c-table--columns .c-table__item.c-table__item--foot {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .c-table.c-table--bordered.c-table--rows {
      border-top: solid 1px #e0e0e0; }
    .c-table[data-columns="1"] .c-table__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
    .c-table[data-columns="2"] .c-table__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
    .c-table[data-columns="3"] .c-table__item {
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
      width: 33.3333333333%; }
    .c-table[data-columns="4"] .c-table__item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; }
    .c-table[data-columns="5"] .c-table__item {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      width: 20%; }
    .c-table[data-columns="6"] .c-table__item {
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
      width: 16.6666666667%; }
    .c-table[data-columns="7"] .c-table__item {
      -ms-flex-preferred-size: 14.2857142857%;
          flex-basis: 14.2857142857%;
      width: 14.2857142857%; }
    .c-table[data-columns="8"] .c-table__item {
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%;
      width: 12.5%; }
    .c-table[data-columns="9"] .c-table__item {
      -ms-flex-preferred-size: 11.1111111111%;
          flex-basis: 11.1111111111%;
      width: 11.1111111111%; }
    .c-table[data-columns="10"] .c-table__item {
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      width: 10%; } }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 3;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px); }

@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px); }

header.is-fixed {
  position: fixed; }

@media only screen and (min-width: 768px) {
  header {
    height: 70px; } }

#cd-logo {
  display: block;
  float: left;
  margin: 9px 0 0 20px; }

#cd-logo img {
  display: block; }

#cd-top-nav {
  position: absolute;
  top: 0;
  right: 60px;
  height: 100%;
  display: none; }

#cd-top-nav ul {
  height: 100%;
  padding-top: 18px; }

#cd-top-nav li {
  display: inline-block;
  margin-right: 1em; }

#cd-top-nav a {
  display: inline-block;
  padding: .5em 0;
  color: #171F24;
  line-height: 1; }

#cd-top-nav a.current {
  background-color: #242e30; }

#cd-top-nav a:hover {
  color: #004EFF; }

@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block; } }

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  outline: none; }

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none; }

#cd-menu-trigger:hover .cd-menu-icon-menu {
  -webkit-animation: flash 0.2s ease-in-out both;
          animation: flash 0.2s ease-in-out both; }

#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #171F24;
  /* these are the upper and lower lines in the menu menu */ }

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0; }

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
  -webkit-transition: 0.3s all 0.1s ease-in-out;
  transition: 0.3s all 0.1s ease-in-out; }

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
  -webkit-transition: 0.3s all 0.1s ease-in-out;
  transition: 0.3s all 0.1s ease-in-out; }

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0); }

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 60px;
    padding-left: 1.25em; }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px; }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -webkit-transition: visibility 0s .4s, -webkit-transform .4s 0s;
  transition: visibility 0s .4s, -webkit-transform .4s 0s;
  transition: transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  transform: translateX(80px); }

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px; }

#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none; }

#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: #aab5b7;
  font-size: 16px; }

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF; }

.no-touch #cd-lateral-nav a:hover {
  color: #FFF; }

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0; } }

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform .4s 0s;
  transition: visibility 0s 0s, -webkit-transform .4s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.5); }

#cd-lateral-nav li {
  padding-bottom: 4px; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */ }

#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

#cd-lateral-nav .socials {
  padding: 0 32px; }

#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both; }

#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: 10px;
  border-radius: 0.25em;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out; }

#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0; }

#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0; }

#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0; }

#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0; }

.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361; }

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px; }

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px; }

#cd-menu-trigger.is-clicked {
  background: #004EFF;
  outline: none; }

.logo-in-nav {
  padding: 8px 0 16px 32px; }
  @media only screen and (min-width: 50em) {
    .logo-in-nav {
      padding: 0 0 16px 32px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

main {
  margin-bottom: 380px;
  z-index: 3; }

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 380px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  z-index: 2; }

.touch main {
  margin-bottom: 0; }

.touch footer {
  position: relative;
  height: 400px; }

.footer__animated-svg {
  max-width: 120px;
  -webkit-animation: scale-up 1s ease-in-out both;
          animation: scale-up 1s ease-in-out both; }

#circle1, #circle2, #circle3 {
  opacity: 0; }

#circle1 {
  -webkit-animation: fade-in-1 1s ease-in-out both;
          animation: fade-in-1 1s ease-in-out both; }

#circle2 {
  -webkit-animation: fade-in-2 1s ease-in-out both;
          animation: fade-in-2 1s ease-in-out both; }

#circle3 {
  -webkit-animation: fade-in-3 1s ease-in-out both;
          animation: fade-in-3 1s ease-in-out both; }

@-webkit-keyframes fade-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px); } }

@keyframes fade-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px); } }

@-webkit-keyframes fade-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(8px, 1px);
            transform: translate(8px, 1px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(8px, 0px);
            transform: translate(8px, 0px); } }

@keyframes fade-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(8px, 1px);
            transform: translate(8px, 1px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(8px, 0px);
            transform: translate(8px, 0px); } }

@-webkit-keyframes fade-in-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(18px, 4px);
            transform: translate(18px, 4px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(18px, 3px);
            transform: translate(18px, 3px); } }

@keyframes fade-in-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(18px, 4px);
            transform: translate(18px, 4px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(18px, 3px);
            transform: translate(18px, 3px); } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
/*# sourceMappingURL=main1.css.map */