/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

a {
  text-decoration: none; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0; }

button {
  padding: 0;
  background: transparent;
  border: 0;
  text-align: inherit; }

button:focus {
  outline: 1px dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

iframe {
  border: 0; }

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

[tabindex='-1']:focus {
  outline: none !important; }

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

:active,
.is-mouse-focused:focus {
  outline: none; }

body::before,
body::after {
  display: none; }

@media only screen and (min-width: 0) {
  body::before {
    content: "small"; } }

@media only screen and (min-width: 640px) {
  body::before {
    content: "small medium"; } }

@media only screen and (min-width: 1024px) {
  body::before {
    content: "small medium large"; } }

@media only screen and (min-width: 1200px) {
  body::before {
    content: "small medium large xlarge"; } }

@media only screen and (min-width: 1440px) {
  body::before {
    content: "small medium large xlarge xxlarge"; } }

body::after {
  content: "small medium large xlarge xxlarge"; }

.icon {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .icon::before {
    display: block;
    content: ''; }
  .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.icon--ui__apple {
  width: 2.0625rem; }
  .icon--ui__apple:before {
    padding-top: 122.666666667%; }

.icon--ui__dna {
  width: 9.185625rem; }
  .icon--ui__dna:before {
    padding-top: 86.8612642036%; }

.icon--ui__play {
  width: 4.68rem; }
  .icon--ui__play:before {
    padding-top: 100%; }

.icon--ui__store {
  width: 7.47875rem; }
  .icon--ui__store:before {
    padding-top: 33.4280461307%; }

html {
  height: 100%;
  overflow-x: hidden;
  font-size: 100%;
  margin-top: 0 !important; }

body {
  min-height: 100%; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic; }

button,
select,
input,
textarea {
  color: inherit; }

a {
  color: inherit; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica", "arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7; }
  .fonts-loaded body {
    font-family: "Sansation", "Helvetica", "arial", sans-serif; }

button,
select,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

a {
  color: inherit; }

.burger {
  display: inline-block;
  cursor: pointer; }

.burger__part {
  display: block;
  width: 22Px;
  height: 3Px;
  margin-top: 5Px;
  margin-bottom: 5Px;
  background-color: currentColor;
  will-change: opacity, transform;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translatey(-1px);
          transform: translatey(-1px); }

.burger__top {
  margin-top: 0; }
  .nav.is-open .burger__top {
    -webkit-transform: translateY(8Px) rotate(45deg);
            transform: translateY(8Px) rotate(45deg); }

.burger__middle {
  margin-left: auto; }
  .nav.is-open .burger__middle {
    opacity: 0; }

.burger__bottom {
  margin-bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scalex(0.7) translatey(0);
          transform: scalex(0.7) translatey(0); }
  .nav.is-open .burger__bottom {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scalex(1) translateY(-8Px) rotate(-45deg);
            transform: scalex(1) translateY(-8Px) rotate(-45deg); }

.button {
  text-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 158, 227, 0.3), -0.1875rem -0.1875rem 0.3125rem rgba(0, 158, 227, 0.3), -0.1875rem 0.1875rem 0.3125rem rgba(0, 158, 227, 0.3), 0.1875rem -0.1875rem 0.3125rem rgba(0, 158, 227, 0.5);
  font-size: 0.75rem;
  display: inline-block;
  color: #009ee3;
  text-transform: uppercase;
  text-align: center;
  border-radius: 1.25rem;
  padding: 0.3125rem 3.125rem;
  background-color: #323446;
  -webkit-box-shadow: inset 0 0 0.3125rem 0.3125rem #1d1e28, -1px -1px 0 1px #8487a7;
          box-shadow: inset 0 0 0.3125rem 0.3125rem #1d1e28, -1px -1px 0 1px #8487a7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }
  .button:focus {
    outline: 0; }
  .button:focus, .button:hover {
    background-color: #3d3f55; }

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 2Px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  margin-top: 0.625rem; }
  .wpcf7-form input::-webkit-input-placeholder,
  .wpcf7-form select::-webkit-input-placeholder,
  .wpcf7-form textarea::-webkit-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
    color: inherit; }
  .wpcf7-form input:-ms-input-placeholder,
  .wpcf7-form select:-ms-input-placeholder,
  .wpcf7-form textarea:-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
    color: inherit; }
  .wpcf7-form input::placeholder,
  .wpcf7-form select::placeholder,
  .wpcf7-form textarea::placeholder {
    opacity: 0.5;
    font-weight: 300;
    color: inherit; }

.wpcf7-form input[type='submit'] {
  background-color: #171717;
  color: #fff; }

.experience {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-align: center; }

.experience__content {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  line-height: 1.7;
  padding: 2rem; }
  @media only screen and (min-width: 40em) {
    .experience__content {
      padding: 3rem; } }
  .experience__content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446;
    -webkit-transition: 1s 1.5s;
    transition: 1s 1.5s; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .experience__content h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .experience__content h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .experience__content h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 64em) {
      .experience__content h2 {
        margin-right: 2rem;
        margin-left: 2rem; } }
  .experience.is-onscreen .experience__content h2 {
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5); }

.experience__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.experience__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
  padding-bottom: 2rem; }
  .experience__item > * {
    width: 100%; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .experience__item {
      width: 80%;
      border-bottom: 1px solid #323446; } }
  @media only screen and (min-width: 64em) {
    .experience__item {
      width: 33.333%;
      padding-right: 2rem;
      padding-left: 2rem; }
      .experience__item + .experience__item {
        border-left: 1px solid #323446; } }
  .experience__item p {
    font-size: 1rem; }
  .experience__item h4 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 2rem;
    text-align: center; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .experience__item h4 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .experience__item h4 {
        font-size: 1rem; } }
  .experience__item header {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .experience__item img {
    position: absolute;
    top: 50%;
    left: -0.3125rem;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 4rem;
    z-index: 5;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
  .experience__item:nth-child(1) img {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(1) img {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
  .experience__item:nth-child(2) img {
    -webkit-transition-delay: 1.75s;
            transition-delay: 1.75s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(2) img {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
  .experience__item:nth-child(3) img {
    -webkit-transition-delay: 2.75s;
            transition-delay: 2.75s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(3) img {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
  .experience__item.is-onscreen img {
    opacity: 1; }
  .experience__item h3 {
    font-size: 1.125rem;
    font-weight: normal;
    padding-left: 5rem;
    min-height: 3.125rem;
    padding: 0.625rem 0.625rem 0.625rem 4.6875rem;
    border-radius: 1.5625rem;
    background-color: #999;
    -webkit-box-shadow: inset -0.1875rem -0.1875rem 0.4375rem 0 #333333, inset 0.1875rem 0.1875rem 0.4375rem 0 #cccccc;
            box-shadow: inset -0.1875rem -0.1875rem 0.4375rem 0 #333333, inset 0.1875rem 0.1875rem 0.4375rem 0 #cccccc;
    color: #999;
    -webkit-transform: translatex(1.25rem) scalex(0);
            transform: translatex(1.25rem) scalex(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  .experience__item:nth-child(1) h3 {
    -webkit-transition: color 1s 1s, -webkit-transform 1s 1s;
    transition: color 1s 1s, -webkit-transform 1s 1s;
    transition: transform 1s 1s, color 1s 1s;
    transition: transform 1s 1s, color 1s 1s, -webkit-transform 1s 1s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(1) h3 {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item:nth-child(2) h3 {
    -webkit-transition: color 1s 2s, -webkit-transform 1s 2s;
    transition: color 1s 2s, -webkit-transform 1s 2s;
    transition: transform 1s 2s, color 1s 2s;
    transition: transform 1s 2s, color 1s 2s, -webkit-transform 1s 2s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(2) h3 {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item:nth-child(3) h3 {
    -webkit-transition: color 1s 3s, -webkit-transform 1s 3s;
    transition: color 1s 3s, -webkit-transform 1s 3s;
    transition: transform 1s 3s, color 1s 3s;
    transition: transform 1s 3s, color 1s 3s, -webkit-transform 1s 3s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(3) h3 {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item.is-onscreen h3 {
    -webkit-transform: none;
            transform: none;
    color: #010010; }

.experience__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }
  .experience__item:nth-child(1) .experience__text {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(1) .experience__text {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item:nth-child(2) .experience__text {
    -webkit-transition-delay: 2s;
            transition-delay: 2s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(2) .experience__text {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item:nth-child(3) .experience__text {
    -webkit-transition-delay: 3s;
            transition-delay: 3s; }
    @media only screen and (max-width: 63.9375em) {
      .experience__item:nth-child(3) .experience__text {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .experience__item:not(.is-onscreen) .experience__text {
    -webkit-transform: translatey(-1.25rem);
            transform: translatey(-1.25rem);
    opacity: 0; }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.3125rem #19F;
          box-shadow: 0 0 0 0.3125rem #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 0.625rem; }

.flickity-prev-next-button.next {
  right: 0.625rem; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0.625rem; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0.625rem; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -1.5625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.5rem;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #323446; }

.footer__inner {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  padding: 3.125rem 2rem;
  width: 100%; }
  .footer__inner h2 {
    font-size: 2rem;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.2em; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer__inner h2 {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 39.9375em) {
      .footer__inner h2 {
        font-size: 1.4rem; } }
  .footer__inner h3 {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.7; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer__inner h3 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .footer__inner h3 {
        font-size: 1rem; } }
  .footer__inner img,
  .footer__inner i {
    display: inline-block;
    margin-top: 1.25rem;
    width: 10rem;
    margin-right: 4.6875rem;
    margin-left: 4.6875rem; }
  .footer__inner i {
    width: 8.125rem; }
  .footer__inner img {
    width: 10rem; }

.footer__bar {
  overflow: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #999;
  width: 100%;
  border-top: 1px solid #323446; }
  .footer__bar ul,
  .footer__bar p {
    padding: 0.625rem; }
  .footer__bar ul,
  .footer__bar p,
  .footer__bar li,
  .footer__bar a {
    display: inline-block; }
  .footer__bar li + li::before {
    display: inline-block;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    content: '|'; }
  .footer__bar a:hover,
  .footer__bar a:focus {
    color: #fff; }

.formatted {
  line-height: 1.7; }

.formatted--centered {
  text-align: center; }

.formatted p, .formatted
ul, .formatted
ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .formatted p:first-child, .formatted
  ul:first-child, .formatted
  ol:first-child {
    margin-top: 0; }
  .formatted p:last-child, .formatted
  ul:last-child, .formatted
  ol:last-child {
    margin-bottom: 0; }

.formatted p .button, .formatted
p iframe, .formatted
p img {
  margin-top: 0;
  margin-bottom: 0; }
  .formatted p .button:first-child, .formatted
  p iframe:first-child, .formatted
  p img:first-child {
    margin-top: 0.5em; }
  .formatted p .button:last-child, .formatted
  p iframe:last-child, .formatted
  p img:last-child {
    margin-bottom: 0; }

.formatted p:last-child:empty {
  margin-top: -1em; }

.formatted h1 {
  margin-top: 0.25em;
  margin-bottom: 0.35em; }
  .formatted h1:first-child {
    margin-top: -0.2em; }
  .formatted h1:last-child {
    margin-bottom: 0; }

.formatted h2, .formatted
h3, .formatted
h4, .formatted
h5, .formatted
h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em; }
  .formatted h2:first-child, .formatted
  h3:first-child, .formatted
  h4:first-child, .formatted
  h5:first-child, .formatted
  h6:first-child {
    margin-top: -0.2em; }
  .formatted h2:last-child, .formatted
  h3:last-child, .formatted
  h4:last-child, .formatted
  h5:last-child, .formatted
  h6:last-child {
    margin-bottom: 0; }

.formatted a:not(.button) {
  color: #009ee3;
  border-bottom: 1px solid; }

.formatted ul,
.formatted ol {
  padding-left: 1em; }

.formatted ul > li {
  padding-left: 0.5em;
  list-style-type: disc; }

.formatted ol > li {
  padding-left: 0.5em;
  list-style-type: decimal; }

.formatted li + li {
  margin-top: 0.75em; }

.formatted h1 + p,
.formatted h1 + ul,
.formatted h1 + ol,
.formatted h2 + p,
.formatted h2 + ul,
.formatted h2 + ol,
.formatted h3 + p,
.formatted h3 + ul,
.formatted h3 + ol,
.formatted h4 + p,
.formatted h4 + ul,
.formatted h4 + ol,
.formatted h5 + p,
.formatted h5 + ul,
.formatted h5 + ol,
.formatted h6 + p,
.formatted h6 + ul,
.formatted h6 + ol {
  margin-top: 0; }

.formatted h1 {
  text-align: center; }

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 63.9375em) {
    .intro {
      background-size: cover; } }
  @media only screen and (max-width: 39.9375em) {
    .intro > * {
      width: 100%; } }
  .intro::before, .intro::after {
    position: absolute;
    left: 0;
    height: 35%;
    width: 100%;
    content: ''; }
  .intro::before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), to(rgba(23, 23, 23, 1e-06)));
    background-image: linear-gradient(#171717, rgba(23, 23, 23, 1e-06)); }
  .intro::after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 1e-06)), to(#171717));
    background-image: linear-gradient(rgba(23, 23, 23, 1e-06), #171717); }

.intro__header {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
  -webkit-transition: 1s 1.25s;
  transition: 1s 1.25s;
  padding-right: 2rem;
  padding-left: 2rem; }
  @media only screen and (max-width: 63.9375em) {
    .intro__header {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  @media only all and (max-height: 600px) and (orientation: landscape) {
    .intro__header {
      top: 3.125rem; } }
  .intro__header img {
    width: 25rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 39.9375em) {
      .intro__header img {
        max-width: 15.625rem; } }
  .intro:not(.is-onscreen) .intro__header {
    opacity: 0; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .intro__header {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }

.intro__main {
  padding: 0 2rem 2rem; }
  @media only screen and (max-width: 39.9375em) {
    .intro__main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 4.6875rem; }
      .intro__main > * {
        width: 100%; } }

.intro__globe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-100%);
          transform: translatex(-50%) translatey(-100%);
  z-index: 1;
  -webkit-transition: 1s 1s;
  transition: 1s 1s; }
  @media only screen and (max-width: 63.9375em) {
    .intro__globe {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; } }
  .intro.is-onscreen .intro__globe {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%); }
  .intro__globe img {
    width: 190Px;
    margin-right: auto;
    margin-left: auto; }

.intro__title {
  position: relative;
  z-index: 2;
  margin-bottom: 1.25rem; }
  .intro__title img {
    display: inline-block;
    width: auto;
    max-width: 37.5rem; }
    @media only screen and (max-width: 63.9375em) {
      .intro__title img {
        width: 15.625rem; } }

.intro__app {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .intro__app {
      margin-bottom: 0.625rem; } }
  .intro__app i {
    display: inline-block;
    width: 10rem; }

.intro__scroll {
  position: relative;
  z-index: 2;
  display: block;
  color: #999; }
  @media only screen and (max-width: 39.9375em) {
    .intro__scroll {
      position: absolute !important;
      bottom: 1.875rem;
      left: 0; } }
  .intro__scroll a {
    font-size: 0.6875rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em; }

.ipad {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-align: center; }
  .ipad::before {
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 1e-06)), to(#171717));
    background-image: linear-gradient(rgba(23, 23, 23, 1e-06), #171717);
    left: 0;
    height: 35%;
    width: 100%;
    content: ''; }

.ipad__inner {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3rem; }
  @media only screen and (min-width: 64em) {
    .ipad__inner {
      padding-left: 4.6875rem; } }
  @media only screen and (max-width: 39.9375em) {
    .ipad__inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.ipad__graphic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: 100% 92%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  -webkit-transition: 1.5s 1s;
  transition: 1.5s 1s; }
  @media only screen and (max-width: 63.9375em) {
    .ipad__graphic {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .ipad:not(.is-onscreen) .ipad__graphic {
    -webkit-transform: translatey(-6.25rem);
            transform: translatey(-6.25rem);
    opacity: 0; }
  @media only screen and (min-width: 40em) {
    .ipad__graphic {
      width: 45%;
      margin-bottom: 0; } }
  .ipad__graphic::before {
    display: block;
    padding-bottom: 75%;
    content: ''; }

.ipad__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  height: 80.5%;
  width: 82.5%;
  z-index: 1; }
  .ipad__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #999; }
  .ipad__video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 130%;
    max-height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1s;
    transition: 1s; }
  .ipad__graphic.is-active .ipad__video img,
  .ipad__graphic.is-active .ipad__video::after {
    opacity: 0;
    visibility: hidden; }
  .ipad__video::before {
    padding-bottom: 74.9103942652%; }
  .ipad__video::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(50, 52, 70, 0.76);
    -webkit-transition: 1s;
    transition: 1s; }

.ipad__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 4.625rem;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 63.9375em) {
    .ipad__play {
      width: 3.125rem; } }
  .ipad__graphic.is-active .ipad__play {
    opacity: 0;
    visibility: hidden; }
  .ipad__play:hover, .ipad__play:focus {
    color: #009ee3; }

.ipad__button {
  position: absolute;
  bottom: calc(50% - 6.25rem);
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (min-width: 64em) and (max-width: 74.9375em) {
    .ipad__button {
      bottom: calc(50% - 4.375rem); } }
  @media only screen and (max-width: 63.9375em) {
    .ipad__button {
      bottom: calc(50% - 3.75rem); } }
  .ipad__graphic.is-active .ipad__button {
    opacity: 0;
    visibility: hidden; }

.ipad__content {
  position: relative;
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  line-height: 1.7;
  -webkit-transition: 1.5s 1s;
  transition: 1.5s 1s; }
  @media only screen and (max-width: 63.9375em) {
    .ipad__content {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .ipad:not(.is-onscreen) .ipad__content {
    -webkit-transform: translatey(6.25rem);
            transform: translatey(6.25rem);
    opacity: 0; }
  @media only screen and (min-width: 40em) {
    .ipad__content {
      width: 50%; } }
  .ipad__content > * + * {
    margin-top: 0.625rem; }
  .ipad__content h2,
  .ipad__content p {
    font-size: 1.375rem; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ipad__content h2,
      .ipad__content p {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .ipad__content h2,
      .ipad__content p {
        font-size: 1rem; } }
  .ipad__content h2 {
    font-weight: 700; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.nav__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 15.625rem;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  padding: 4.6875rem 1rem 0.625rem; }
  @media only screen and (max-width: 63.9375em) {
    .is-logged .nav__menu {
      padding-top: 6.25rem; } }
  @media only screen and (min-width: 64em) {
    .nav__menu {
      padding: 6.25rem 1rem 0.625rem; } }
  .nav:not(.is-open) .nav__menu {
    opacity: 0;
    visibility: hidden; }
  .nav__menu li {
    margin-bottom: 1.25rem;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (min-width: 64em) {
      .nav__menu li {
        padding-right: 1rem;
        padding-left: 1rem; } }
  .nav:not(.is-open) .nav__menu li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translatex(-1.875rem);
            transform: translatex(-1.875rem); }
  .nav.is-open .nav__menu li:nth-child(1) {
    -webkit-transition: 0.25s 0.225s;
    transition: 0.25s 0.225s; }
  .nav.is-open .nav__menu li:nth-child(2) {
    -webkit-transition: 0.25s 0.3s;
    transition: 0.25s 0.3s; }
  .nav.is-open .nav__menu li:nth-child(3) {
    -webkit-transition: 0.25s 0.375s;
    transition: 0.25s 0.375s; }
  .nav.is-open .nav__menu li:nth-child(4) {
    -webkit-transition: 0.25s 0.45s;
    transition: 0.25s 0.45s; }
  .nav.is-open .nav__menu li:nth-child(5) {
    -webkit-transition: 0.25s 0.525s;
    transition: 0.25s 0.525s; }
  .nav.is-open .nav__menu li:nth-child(6) {
    -webkit-transition: 0.25s 0.6s;
    transition: 0.25s 0.6s; }
  .nav.is-open .nav__menu li:nth-child(7) {
    -webkit-transition: 0.25s 0.675s;
    transition: 0.25s 0.675s; }
  .nav.is-open .nav__menu li:nth-child(8) {
    -webkit-transition: 0.25s 0.75s;
    transition: 0.25s 0.75s; }
  .nav.is-open .nav__menu li:nth-child(9) {
    -webkit-transition: 0.25s 0.825s;
    transition: 0.25s 0.825s; }
  .nav.is-open .nav__menu li:nth-child(10) {
    -webkit-transition: 0.25s 0.9s;
    transition: 0.25s 0.9s; }
  .nav.is-open .nav__menu li:nth-child(11) {
    -webkit-transition: 0.25s 0.975s;
    transition: 0.25s 0.975s; }
  .nav.is-open .nav__menu li:nth-child(12) {
    -webkit-transition: 0.25s 1.05s;
    transition: 0.25s 1.05s; }
  .nav.is-open .nav__menu li:nth-child(13) {
    -webkit-transition: 0.25s 1.125s;
    transition: 0.25s 1.125s; }
  .nav.is-open .nav__menu li:nth-child(14) {
    -webkit-transition: 0.25s 1.2s;
    transition: 0.25s 1.2s; }
  .nav.is-open .nav__menu li:nth-child(15) {
    -webkit-transition: 0.25s 1.275s;
    transition: 0.25s 1.275s; }
  .nav__menu a {
    position: relative;
    display: inline-block; }
  .nav__menu a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2Px;
    background-color: currentColor;
    content: '';
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scalex(0);
            transform: scalex(0); }
  .nav__menu a:hover::before {
    -webkit-transform: none;
            transform: none; }

.nav__burger {
  position: fixed;
  top: 2rem;
  left: 2rem;
  color: #fff;
  width: 1.375rem;
  z-index: 2; }
  body.is-black .nav__burger {
    color: #171717; }
  @media only screen and (max-width: 63.9375em) {
    .nav__burger {
      top: 1rem;
      left: 1rem; } }
  .is-logged .nav__burger {
    top: 3rem; }
    @media only screen and (max-width: 63.9375em) {
      .is-logged .nav__burger {
        top: 4rem; } }
  .nav__burger:focus {
    outline: 0; }
  .nav.is-open .nav__burger, .nav__burger:focus, .nav__burger:hover {
    color: #009ee3; }

.not-found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.not-found__inner {
  position: relative;
  text-align: center;
  padding: 2rem;
  color: #fff;
  width: 100%; }
  .not-found__inner h1 {
    font-size: 11.25rem;
    font-family: "Helvetica", "arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    display: block; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .not-found__inner h1 {
        font-size: 9rem; } }
    @media only screen and (max-width: 39.9375em) {
      .not-found__inner h1 {
        font-size: 7.875rem; } }
    .fonts-loaded .not-found__inner h1 {
      font-family: "Oswald", "Helvetica", "arial", sans-serif; }
  .not-found__inner h2 {
    font-size: 3.125rem; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .not-found__inner h2 {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 39.9375em) {
      .not-found__inner h2 {
        font-size: 2.1875rem; } }
  .not-found__inner a {
    display: inline-block;
    border-bottom: 1px solid; }

.onscreen__zfix {
  position: relative;
  z-index: 1; }

.onscreen__hidden {
  overflow: hidden; }

.onscreen__opacity {
  opacity: 0.001;
  -webkit-transition: opacity 1s cubic-bezier(1, 1, 0.2, 1);
  transition: opacity 1s cubic-bezier(1, 1, 0.2, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .onscreen__opacity.js-scrollify-panel {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .onscreen__opacity.is-onscreen,
  html.feature--no-js .onscreen__opacity {
    opacity: 1; }

.onscreen__slide {
  opacity: 0.001;
  -webkit-transform: translatey(9.375rem);
          transform: translatey(9.375rem);
  -webkit-transition: opacity 0.5s cubic-bezier(1, 1, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(1, 1, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s cubic-bezier(1, 1, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s cubic-bezier(1, 1, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .onscreen__slide.is-onscreen,
  html.feature--no-js .onscreen__slide {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #010010; }

.page__header {
  position: relative;
  z-index: 20; }

.page__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: calc(100vh - 2.3125rem); }
  .page__main > * {
    width: 100%; }

.page__header,
.page__main {
  width: 100%; }

.post {
  background-color: #fff;
  padding: 4.6875rem 2rem; }
  @media only screen and (min-width: 40em) {
    .post {
      padding-right: 15%;
      padding-left: 15%; } }
  @media only screen and (min-width: 64em) {
    .post {
      padding-right: 25%;
      padding-left: 25%; } }

.remarkable {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  color: #fff; }

.remarkable__content {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  line-height: 1.7;
  padding: 4.6875rem 2rem; }
  @media only screen and (min-width: 40em) {
    .remarkable__content {
      padding: 3.125rem 3rem; } }
  @media only screen and (min-width: 64em) {
    .remarkable__content {
      width: 60%; } }
  .remarkable__content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .remarkable__content h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .remarkable__content h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .remarkable__content h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }
  .remarkable__content > * + * {
    margin-top: 1.5em; }
  .remarkable__content p {
    font-size: 1.375rem; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .remarkable__content p {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .remarkable__content p {
        font-size: 1rem; } }

.scroll-navigation {
  position: relative;
  z-index: 10; }

.scroll-navigation__buttons {
  position: fixed;
  top: 50%;
  left: 2rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 2;
  -webkit-transition: 1s 1.25s;
  transition: 1s 1.25s; }
  @media only screen and (max-width: 63.9375em) {
    .scroll-navigation__buttons {
      display: none; } }
  .scroll-navigation:not(.is-onscreen) .scroll-navigation__buttons {
    opacity: 0;
    visibility: hidden; }
  .scroll-navigation.is-active .scroll-navigation__buttons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .scroll-navigation__buttons li {
    display: block; }
  .scroll-navigation__buttons a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.5625rem;
    height: 1.5625rem; }
  .scroll-navigation__buttons a::before {
    position: absolute;
    top: 0.46875rem;
    left: 0.46875rem;
    display: inline-block;
    cursor: pointer;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 -1px 1px 0 #fff, 0 1px 1px 0 #fff;
            box-shadow: 0 -1px 1px 0 #fff, 0 1px 1px 0 #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    content: ''; }
  body.is-black .scroll-navigation__buttons a::before {
    -webkit-box-shadow: 0 -1px 1px 0 #171717, 0 1px 1px 0 #171717;
            box-shadow: 0 -1px 1px 0 #171717, 0 1px 1px 0 #171717; }
  .scroll-navigation__buttons a:focus {
    outline: 0; }
  .scroll-navigation__buttons a:hover::before,
  .scroll-navigation__buttons a:focus::before,
  .scroll-navigation__buttons a.is-current::before {
    background-color: #009ee3; }

.scroll-navigation__labels {
  font-family: "Helvetica", "arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: fixed;
  bottom: 3.125rem;
  left: 2rem;
  z-index: 2;
  color: #3d3f55;
  font-size: 0.875rem;
  -webkit-transition: 1s 1.25s;
  transition: 1s 1.25s; }
  .fonts-loaded .scroll-navigation__labels {
    font-family: "Oswald", "Helvetica", "arial", sans-serif; }
  @media only screen and (max-width: 63.9375em) {
    .scroll-navigation__labels {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; } }
  .scroll-navigation:not(.is-onscreen) .scroll-navigation__labels {
    -webkit-transform: translatey(3.125rem);
            transform: translatey(3.125rem);
    opacity: 0;
    visibility: hidden; }
  .scroll-navigation.is-active .scroll-navigation__labels {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  @media only screen and (max-width: 63.9375em) {
    .scroll-navigation__labels {
      left: 0.5rem;
      bottom: 0.5rem; } }
  .scroll-navigation__labels span:first-child {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    margin-right: 0.3125rem;
    background-color: #009ee3; }

.split {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 1.875rem;
  background-image: url("/media/images/bg.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat; }
  .split header {
    width: 100%;
    padding-top: 4.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      .split header {
        margin-left: auto;
        margin-right: auto;
        width: 70%; } }
  .split h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .split h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .split h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .split h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }

.split__inner {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  min-height: 50vh; }
  .split__inner:first-of-type {
    padding-top: 0;
    padding-bottom: 0; }
  @media only screen and (min-width: 64em) {
    .split__inner {
      width: 70%; } }

.split__graphic,
.split__content {
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media only screen and (min-width: 40em) {
    .split__graphic,
    .split__content {
      width: 50%; } }

.split__graphic {
  overflow: hidden;
  -webkit-transition: 1.5s 0.5s;
  transition: 1.5s 0.5s; }
  .split__inner:not(.is-onscreen) .split__graphic {
    opacity: 0; }
    @media only screen and (min-width: 64em) {
      .split__inner:not(.is-onscreen) .split__graphic {
        -webkit-transform: translatey(-6.25rem);
                transform: translatey(-6.25rem); } }
  @media only screen and (max-width: 39.9375em) {
    .split__graphic {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 40em) {
    .split__inner:nth-child(odd) .split__graphic {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media only screen and (min-width: 64em) {
    .split__graphic {
      padding-right: 3.125rem; }
      .split__inner:nth-child(odd) .split__graphic {
        padding-right: 0;
        padding-left: 3.125rem; } }
  .split__graphic figure {
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%; }
    .split__graphic figure::before {
      display: block;
      width: 100%;
      content: ''; }
    .split__graphic figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: 130%;
      max-height: 130%;
      -o-object-fit: cover;
         object-fit: cover; }
  .split__graphic figure::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 0;
    border: 2px solid #999;
    content: '';
    z-index: 10;
    -webkit-box-shadow: 0px 0px 0px 0.1875rem white;
            box-shadow: 0px 0px 0px 0.1875rem white;
    outline: 0; }
  .split__graphic.split__graphic--square figure {
    border-radius: 0; }
  .split__graphic.split__graphic--square figure::after {
    border-radius: 0; }
  .split__graphic figure::before {
    padding-bottom: 100%; }
  .split__graphic video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1.5s;
    transition: 1.5s; }
  .split__graphic:not(.is-active) video {
    opacity: 0; }

.split__content {
  -webkit-transition: 1.5s 0.5s;
  transition: 1.5s 0.5s; }
  @media only screen and (max-width: 63.9375em) {
    .split__content {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .split__inner:not(.is-onscreen) .split__content {
    -webkit-transform: translatey(6.25rem);
            transform: translatey(6.25rem);
    opacity: 0; }
  @media only screen and (max-width: 39.9375em) {
    .split__content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media only screen and (min-width: 40em) {
    .split__inner:nth-child(odd) .split__content {
      padding-right: 10%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .split__content > * + * {
    margin-top: 1.25rem; }
  .split__content h3 {
    font-size: 1.125rem;
    font-weight: 700; }
  .split__content p {
    color: #999;
    font-weight: 1.125rem; }
  .split__content strong {
    color: #000;
    font-weight: normal; }
  .split__content a {
    font-size: 0.6875rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding-right: 0.625rem; }
  .split__content a::after {
    position: absolute;
    top: 0.3em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    border-left: 0.4375rem solid;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .split__content a:focus::after,
  .split__content a:hover::after {
    -webkit-transform: translatex(0.625rem);
            transform: translatex(0.625rem); }

.strategy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-align: center; }

.strategy__content {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  line-height: 1.7;
  padding: 2rem; }
  .strategy__content > * + * {
    margin-top: 0.625rem; }
  @media only screen and (min-width: 40em) {
    .strategy__content {
      width: 90%;
      padding: 3rem; } }
  @media only screen and (min-width: 64em) {
    .strategy__content {
      width: 70%; } }
  .strategy__content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446;
    -webkit-transition: 1s 1.5s;
    transition: 1s 1.5s; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .strategy__content h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .strategy__content h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .strategy__content h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }
  .strategy.is-onscreen .strategy__content h2 {
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5); }
  .strategy__content p {
    font-size: 1.375rem; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .strategy__content p {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .strategy__content p {
        font-size: 1rem; } }
    @media only screen and (min-width: 64em) {
      .strategy__content p {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .strategy__content p:last-child {
    color: #3d3f55;
    margin-top: 0; }
  .strategy__content a span {
    color: #009ee3;
    display: inline-block;
    border-bottom: 1px solid; }
  .strategy__content a + a::before {
    display: inline-block;
    margin-right: 0.25rem;
    content: '/'; }

.tabs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  color: #fff;
  overflow: hidden; }

.tabs__inner {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem; }
  @media only screen and (min-width: 64em) {
    .tabs__inner {
      width: 80%; } }

.tabs__left,
.tabs__right {
  position: relative;
  z-index: 2;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .tabs__left,
    .tabs__right {
      width: 50%; } }
  @media only screen and (min-width: 64em) {
    .tabs__left,
    .tabs__right {
      width: 47%; } }

.tabs__right {
  -webkit-transition: 1.5s 0.5s;
  transition: 1.5s 0.5s; }
  @media only screen and (max-width: 63.9375em) {
    .tabs__right {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .tabs:not(.is-onscreen) .tabs__right {
    -webkit-transform: translatey(6.25rem);
            transform: translatey(6.25rem);
    opacity: 0; }

.tabs__graphic {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s; }
  @media only screen and (max-width: 63.9375em) {
    .tabs__graphic {
      width: 100%;
      right: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .tabs:not(.is-onscreen) .tabs__graphic {
    opacity: 0.5;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  .tabs__graphic::before {
    display: block;
    content: '';
    padding-bottom: 100%; }
  .tabs__graphic i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5; }

.tabs__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-transition: 1.5s 0.5s;
  transition: 1.5s 0.5s; }
  .tabs:not(.is-onscreen) .tabs__left {
    -webkit-transform: translatey(-6.25rem);
            transform: translatey(-6.25rem);
    opacity: 0; }
  @media only screen and (min-width: 40em) {
    .tabs__left::after {
      position: absolute;
      top: 50%;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: translatey(-50%) scalex(1);
              transform: translatey(-50%) scalex(1);
      width: 10%;
      right: -5%;
      height: 1px;
      background-color: currentColor;
      content: '';
      -webkit-transition: 0.5s 2s;
      transition: 0.5s 2s; }
    .tabs:not(.is-onscreen) .tabs__left::after {
      -webkit-transform: translatey(-50%) scalex(0);
              transform: translatey(-50%) scalex(0); } }
  @media only screen and (min-width: 64em) {
    .tabs__left::after {
      width: 20%;
      right: -15%; } }
  .tabs__left button {
    font-size: 0.6875rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 3.125rem;
    margin-bottom: 2rem; }
  .tabs__left img {
    width: auto;
    max-height: 6.25rem;
    max-width: 10.9375rem;
    margin-bottom: 1.25rem; }

.tabs__ipad {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: 100% 98%;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40em) {
    .tabs__ipad {
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  .tabs__ipad::before {
    display: block;
    content: '';
    padding-bottom: 141.927083333%; }
  .tabs__ipad p {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    padding-top: 5%;
    text-align: center;
    background-color: #000;
    border-bottom: 1px solid; }

.tabs__ipad__inner {
  position: absolute;
  top: 10%;
  left: 5%;
  overflow: hidden;
  width: 90%;
  height: 80%;
  border: 1px solid;
  border-bottom: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .tabs__ipad__inner:not(.is-active) {
    opacity: 0;
    visibility: hidden; }
  .tabs__ipad__inner figure {
    position: relative;
    overflow: hidden; }
  .tabs__ipad__inner figure::before {
    display: block;
    content: '';
    padding-bottom: 107.30994152%; }
  .tabs__ipad__inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 130%;
    max-height: 130%;
    -o-object-fit: cover;
       object-fit: cover; }

.tabs__thumbs {
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 1.5s 2s;
  transition: 1.5s 2s; }
  .tabs:not(.is-onscreen) .tabs__thumbs {
    opacity: 0; }
  .tabs__thumbs button {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.625rem;
    background-color: #323446;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
  .tabs__thumbs button:focus,
  .tabs__thumbs button:hover,
  .tabs__thumbs button.is-active {
    background-color: #009ee3; }
  .tabs__thumbs a {
    position: relative;
    top: 0.375rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer; }
  .tabs__thumbs a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: ''; }
  .tabs__thumbs a:last-child::before {
    border-left: 0.3125rem solid; }
  .tabs__thumbs a:first-child::before {
    border-right: 0.3125rem solid; }
  .tabs__thumbs a:first-child:focus::before,
  .tabs__thumbs a:first-child:hover::before {
    border-right-color: #009ee3; }
  .tabs__thumbs a:last-child:focus::before,
  .tabs__thumbs a:last-child:hover::before {
    border-left-color: #009ee3; }

.tabs__content {
  position: static;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .tabs__content {
      padding-right: 20%; } }
  .tabs__content:not(.is-active) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%); }

.typed {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1; }
  .typed > * {
    display: inline;
    line-height: 1; }

.typed-cursor {
  position: relative;
  display: inline-block;
  height: 0.05rem;
  width: 0.4rem;
  border-bottom: 1px solid;
  opacity: 1;
  -webkit-animation: blink 1s infinite cubic-bezier(0.86, 0, 0.07, 1);
          animation: blink 1s infinite cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0; }

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes blink {
  50% {
    opacity: 0; } }

.video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #323446; }
  .video::before {
    position: absolute;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), to(rgba(23, 23, 23, 1e-06)));
    background-image: linear-gradient(#171717, rgba(23, 23, 23, 1e-06));
    left: 0;
    height: 35%;
    width: 100%;
    content: ''; }

.video__outer {
  min-height: 0 !important; }

.video__inner {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem; }
  @media only screen and (min-width: 40em) {
    .video__inner {
      padding: 3rem; } }
  @media only screen and (min-width: 64em) {
    .video__inner {
      width: 60%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 75em) {
    .video__inner {
      width: 50%; } }
  .video__inner h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .video__inner h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .video__inner h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .video__inner h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }
  .video__inner > * + * {
    margin-top: 1.5em; }

.video__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  border: 1px solid rgba(153, 153, 153, 0.5); }
  .video__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 130%;
    max-height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1s;
    transition: 1s; }
  .video__video::before {
    content: '';
    display: block;
    padding-bottom: 75%; }
  .video__video.is-active img, .video__video.is-active::after {
    opacity: 0;
    visibility: hidden; }
  .video__video::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(50, 52, 70, 0.76);
    -webkit-transition: 1s;
    transition: 1s; }

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 4.625rem;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 63.9375em) {
    .video__play {
      width: 3.125rem; } }
  .video__video.is-active .video__play {
    opacity: 0;
    visibility: hidden; }
  .video__play:hover, .video__play:focus {
    color: #009ee3; }

.workflow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff; }

.workflow__content {
  max-width: 76.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  line-height: 1.7;
  padding: 2rem; }
  @media only screen and (min-width: 40em) {
    .workflow__content {
      padding: 3rem; } }
  .workflow__content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-shadow: 0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.3), -0.1875rem 0.1875rem 0.625rem rgba(255, 255, 255, 0.3), 0.1875rem -0.1875rem 0.625rem rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    margin-bottom: 3.125rem;
    border-top: 1px solid #323446;
    border-bottom: 1px solid #323446; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .workflow__content h2 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .workflow__content h2 {
        font-size: 1rem; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .workflow__content h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.125rem;
        margin-bottom: 2rem; } }

.workflow__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.workflow__left,
.workflow__center,
.workflow__right {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .workflow__left,
    .workflow__center,
    .workflow__right {
      padding-right: 2rem;
      padding-left: 2rem; } }

@media only screen and (min-width: 64em) {
  .workflow__left,
  .workflow__right {
    width: 33.33%; } }

@media only screen and (max-width: 63.9375em) {
  .workflow__right,
  .workflow__center {
    margin-top: 3.125rem; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .workflow__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media only screen and (min-width: 64em) {
  .workflow__center {
    width: 33.33%; } }

.workflow__left {
  font-size: 1.4375rem;
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .workflow__left {
      font-size: 1.15rem; } }
  @media only screen and (max-width: 39.9375em) {
    .workflow__left {
      font-size: 1.00625rem; } }
  @media only screen and (max-width: 63.9375em) {
    .workflow__left {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .workflow:not(.is-onscreen) .workflow__left {
    -webkit-transform: translatey(-3.125rem);
            transform: translatey(-3.125rem);
    opacity: 0; }
  .workflow__left > * + * {
    margin-top: 1.25rem; }

.workflow__right {
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s; }
  @media only screen and (max-width: 63.9375em) {
    .workflow__right {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; } }
  .workflow:not(.is-onscreen) .workflow__right {
    -webkit-transform: translatey(-3.125rem);
            transform: translatey(-3.125rem);
    opacity: 0; }
  @media only screen and (min-width: 64em) {
    .workflow__right {
      padding-right: 0;
      padding-left: 0; } }

.workflow__show {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  @media only screen and (min-width: 64em) {
    .workflow__show {
      position: absolute;
      top: 50%;
      left: 2rem;
      -webkit-transform: translatey(-50%);
              transform: translatey(-50%);
      padding-right: 2rem;
      padding-left: 2rem; } }
  .workflow__show:not(.is-active) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translatey(-80%);
            transform: translatey(-80%); }
    @media only screen and (max-width: 63.9375em) {
      .workflow__show:not(.is-active) {
        position: absolute; } }
  .workflow__show h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .workflow__show h3 {
        font-size: 1rem; } }
    @media only screen and (max-width: 39.9375em) {
      .workflow__show h3 {
        font-size: 1rem; } }
  .workflow__show p {
    font-size: 1rem; }
  .workflow__show > * + * {
    margin-top: 1.25rem; }

.worflow__videos {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
  z-index: 1; }
  .worflow__videos::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 0;
    border: 2px solid #009ee3;
    content: '';
    z-index: 10;
    -webkit-box-shadow: 0px 0px 0px 0.1875rem black;
            box-shadow: 0px 0px 0px 0.1875rem black;
    outline: 0; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .worflow__videos {
      width: 50%; } }
  .worflow__videos::before {
    display: block;
    padding-bottom: 100%;
    content: ''; }

.workflow__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .workflow__video:not(.is-active) {
    opacity: 0;
    visibility: hidden; }

.workflow__nav {
  font-family: "Helvetica", "arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  text-align: center; }
  .fonts-loaded .workflow__nav {
    font-family: "Oswald", "Helvetica", "arial", sans-serif; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .workflow__nav {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 50%; } }

.workflow__number {
  position: relative;
  width: 33.333%;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-bottom: 0.6666666667rem;
  color: #323446;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  cursor: pointer; }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .workflow__number {
      width: 100%;
      margin-bottom: 2rem;
      margin-left: 2rem; } }
  .workflow__number.is-active {
    color: #009ee3; }
  .workflow__number::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #323446;
    content: ''; }
  .workflow__number span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #009ee3;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }





/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


    .intro-Home {
        position: relative;
        min-height: 100%;
        min-height: calc(var(--vh, 1%) * 100);
        width: 100%;
    }
    .fp-section.fp-table {
        min-height: auto;
    }

    .intro__main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .split.fp-table {
        background: #fff;
        padding-bottom: 0;
        min-height: auto;
    }

    .split.fp-table .fp-scroller{
        padding-bottom: 1.875rem;
        background-image: url(/media/images/bg.png);
        background-size: 100% auto;
        background-position: bottom left;
        background-repeat: no-repeat;
    }

    .nav__menu {
        z-index: 50;
    }

    .nav__burger {
        z-index: 100;
    }

    .workflow__right {
        min-height: 121px;
    }

    .split__content,
    .split__graphic {
        transition-property: transform;
    }