@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=58dfe64b-5686-41ee-9a9f-df11df6e3b5d&fontids=1475536,1475548");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: "Avenir";
  src: url("../fonts/1475536/4b08ce72-f57c-4113-84ba-56062e307075.eot?#iefix");
  src: url("../fonts/1475536/4b08ce72-f57c-4113-84ba-56062e307075.eot?#iefix") format("eot"), url("../fonts/1475536/7839a002-2019-46e4-8db8-c8335356ceee.woff2") format("woff2"), url("../fonts/1475536/28433854-a1b7-4a30-b6a4-10c3a5c75494.woff") format("woff"), url("../fonts/1475536/edcbf576-7e55-423b-9ec9-cf526614a117.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Avenir";
  src: url("../fonts/1475548/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix");
  src: url("../fonts/1475548/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix") format("eot"), url("../fonts/1475548/e9b44b79-923f-49b3-837c-290bc70628cc.woff2") format("woff2"), url("../fonts/1475548/fbd14ec6-aa86-4ccd-af83-931d5eb79910.woff") format("woff"), url("../fonts/1475548/0d230b6d-eb52-48b7-9c4b-c3f876465fe6.ttf") format("truetype");
  font-weight: 900; }

body {
  margin: 0;
  font-family: "Avenir", sans-serif;
  color: #757575;
  background: #22dd64;
  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;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

h1 {
  color: #4a4a4a;
  position: relative;
  font-size: 37px;
  line-height: 1.3;
  margin: 24px 0 42px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px;
      margin-bottom: 20px; } }

h2 {
  color: #4a4a4a;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin: 32px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 24px;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 1.4;
  margin: 24px 0; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 22px; } }

h1 p,
h2 p,
h3 p,
blockquote p {
  font-size: inherit;
  line-height: inherit;
  text-align: inherit; }

ul {
  margin-left: 18px; }

p, ul {
  line-height: 1.58; }

p {
  text-align: center; }

ul, ol, p {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    ul, ol, p {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  p {
    padding: 0; } }

ol + p,
ul + p,
p + p {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  ul + p,
  p + p {
    margin-top: 20px; } }

a {
  color: #22dd64;
  text-decoration: none; }

blockquote {
  color: dimgray;
  font-size: 38px;
  line-height: 1.5;
  position: relative;
  padding: 80px 100px 15px; }
  @media screen and (max-width: 767px) {
    blockquote {
      padding: 40px 40px 10px;
      font-size: 20px; } }
  blockquote p {
    margin-bottom: 10px !important; }

blockquote:before,
blockquote:after {
  content: "";
  width: 78px;
  height: 63px;
  background: url(../images/quotes.svg);
  left: 0;
  top: 0;
  position: absolute; }
  @media screen and (max-width: 767px) {
    blockquote:before,
    blockquote:after {
      width: 39px;
      height: 31px;
      background-size: auto 31px; } }

blockquote:after {
  background-position: -108px 0;
  right: 0;
  left: auto; }
  @media screen and (max-width: 767px) {
    blockquote:after {
      background-position: -52px 0; } }

.quote {
  text-align: center; }

.quote a {
  color: #7378fc;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .quote a {
      font-size: 1em; } }

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  float: right;
  /* ie9 */
  pointer-events: auto; }
  @media screen and (max-width: 767px) {
    nav {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 320px;
      padding-left: 30px;
      margin-right: -10px; } }

nav a {
  font-size: 14px;
  font-weight: bold;
  width: 91px;
  height: 88px;
  margin: 0 10px;
  padding: 0 4px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
  outline: none; }
  @media screen and (max-width: 767px) {
    nav a {
      padding: 0 2px;
      margin: 0 3px;
      width: auto;
      height: 62px;
      font-size: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

nav a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/nav-background.svg);
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, -0.235, 0.475, 1.25);
  transition: opacity 0.3s cubic-bezier(0.43, -0.235, 0.475, 1.25);
  will-change: opacity; }

nav:not(.is-hovered) a.is-open:after,
nav:not(.is-hovered) a:focus:after,
nav a:hover:after {
  opacity: 1; }

nav:not(.is-hovered) a.is-open .menu-icon,
nav:not(.is-hovered) a:focus .menu-icon,
nav a:hover .menu-icon {
  -webkit-transform: translate3d(82.5%, -40%, 0);
  transform: translate3d(82.5%, -40%, 0);
  transition-easing: ease-in; }
  @media screen and (max-width: 767px) {
    nav:not(.is-hovered) a.is-open .menu-icon,
    nav:not(.is-hovered) a:focus .menu-icon,
    nav a:hover .menu-icon {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

nav:not(.is-hovered) a.is-open .menu-name,
nav:not(.is-hovered) a:focus .menu-name,
nav a:hover .menu-name {
  -webkit-transform: translate3d(-38%, 100%, 0);
  transform: translate3d(-38%, 100%, 0);
  transition-easing: ease-in; }
  @media screen and (max-width: 767px) {
    nav:not(.is-hovered) a.is-open .menu-name,
    nav:not(.is-hovered) a:focus .menu-name,
    nav a:hover .menu-name {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.menu-icon,
.menu-name {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  will-change: transform; }

.menu-icon {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-right: 4px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../images/nav-icons.svg);
  background-size: auto 26px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block; }
  .menu-icon.team {
    background-position: 0 0; }
  .menu-icon.jobs {
    background-position: -26px 0; }
  .menu-icon.press {
    background-position: -52px 0; }
  .menu-icon.blog {
    background-position: -78px 0; }
  @media screen and (max-width: 767px) {
    .menu-icon {
      width: 20px;
      height: 20px;
      background-size: auto 20px;
      margin-right: 0;
      margin-bottom: 6px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .menu-icon.team {
        background-position: 0 0; }
      .menu-icon.jobs {
        background-position: -20px 0; }
      .menu-icon.press {
        background-position: -40px 0; }
      .menu-icon.blog {
        background-position: -60px 0; } }

header {
  width: 100%;
  position: relative;
  pointer-events: none; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 19px;
    position: relative; }
    @media screen and (max-width: 767px) {
      header .container {
        padding-top: 12px;
        padding-right: 10px; } }
  header .logo {
    float: left;
    /* ie9 */
    pointer-events: auto; }

.hero .logo img {
  height: auto;
  border: none;
  /* ie9 */
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    .hero .logo img {
      width: 43px;
      margin: 0; } }

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

.hero {
  background: black;
  position: relative;
  min-height: 100vh;
  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; }

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: black;
  opacity: 0.3;
  will-change: opacity;
  -webkit-transition: 1s;
  transition: 1s; }

.video-loaded .hero-overlay {
  opacity: 0.3; }

.hero-content {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* ie9 */
  clear: both;
  /* ie9 */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .hero-content {
      padding-bottom: 0; } }
  .hero-content h1 {
    font-size: 46px;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 29px;
    text-shadow: 0 11px 22px rgba(0, 0, 0, 0.5);
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .hero-content h1 {
        font-size: 36px;
        margin-bottom: 20px; } }
  .hero-content p {
    color: inherit;
    position: relative;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.5); }
  .hero-content .btn {
    margin-top: 0;
    position: relative;
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.27); }
    .hero-content .btn:active {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .hero-content .app-store-link {
    position: relative;
    top: -22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .hero-content .app-store-link {
        top: 0;
        display: block;
        margin-bottom: 40px; } }
    .hero-content .app-store-link img {
      vertical-align: bottom;
      -webkit-filter: drop-shadow(0 11px 22px rgba(0, 0, 0, 0.27));
      filter: drop-shadow(0 11px 22px rgba(0, 0, 0, 0.27)); }

.hero-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 43px;
  -ms-flex: 1 1 43px;
  flex: 1 1 43px;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .hero-spacer {
      padding: 0; } }

.hero-footer {
  width: 100%;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .hero-footer {
      margin-bottom: 20px;
      position: relative; } }
  .hero-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

figure.right {
  float: right;
  margin-bottom: 40px; }
  figure.right img {
    width: 180px; }

@media screen and (max-width: 767px) {
  figure.right {
    float: none;
    text-align: center; } }

.gallery {
  margin-top: 100px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gallery {
      margin-bottom: 20px;
      margin-top: 80px; } }
  .gallery img {
    width: 100%;
    vertical-align: bottom; }
  .gallery figcaption {
    text-align: center;
    margin: 20px 10px;
    font-size: 19px; }
    @media screen and (max-width: 767px) {
      .gallery figcaption {
        margin: 12px 10px;
        font-size: 16px; } }

main {
  padding: 80px 0;
  display: block;
  /* ie9 */
  background: #fafafa; }
  @media screen and (max-width: 767px) {
    main {
      padding: 10px 0 50px; } }

.content + .content {
  margin-top: 200px; }
  @media screen and (max-width: 767px) {
    .content + .content {
      margin-top: 100px; } }

.content p {
  max-width: 1024px;
  margin: 1em auto 40px; }

.content.default {
  max-width: 1024px;
  margin: 0 auto; }
  .content.default p {
    text-align: left; }

.content-icon {
  margin: 50px 0 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .content-icon {
      margin: 30px 0 20px; } }
  .content-icon img {
    width: 90px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .content-icon img {
        width: 70px;
        height: 70px; } }
  .content-icon.content-icon--xl img {
    width: 135px;
    height: 135px; }

.btn {
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 31px;
  border: none;
  background: #22dd64;
  color: white;
  padding: 14px 33px;
  text-align: center;
  margin: 30px auto;
  cursor: pointer;
  display: table;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  .btn.allow-select {
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset; }
  .btn .icon {
    margin: -8px 0 0 10px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    @media screen and (max-width: 767px) {
      .btn .icon {
        margin-top: -6px; } }
    .btn .icon:first-child {
      margin-left: 0;
      margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 15px;
      padding: 11px 27px;
      margin: 20px auto; } }

.btn--s {
  padding: 11px 18px;
  font-size: 15px;
  letter-spacing: 0.03em; }

.btn--l {
  padding: 14px 27px;
  font-size: 19px;
  letter-spacing: 0.03em;
  border-radius: 29px; }
  @media screen and (max-width: 767px) {
    .btn--l {
      padding: 14px 22px;
      font-size: 15px; } }
  .btn--l .icon {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
    @media screen and (max-width: 767px) {
      .btn--l .icon {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); } }
    .btn--l .icon:first-child {
      margin-right: 17px; }
      @media screen and (max-width: 767px) {
        .btn--l .icon:first-child {
          margin-right: 10px; } }

.btn--xl {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 17px 35px;
  border-radius: 999px;
  margin: 50px auto;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12); }
  .btn--xl:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24); }
  .btn--xl .icon {
    margin: -7px 0 0 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4); }
    .btn--xl .icon:first-child {
      margin-left: 0;
      margin-right: 16px; }
  @media screen and (max-width: 767px) {
    .btn--xl {
      font-size: 18px;
      padding: 18px 28px;
      margin-top: 30px;
      margin-bottom: 30px; } }

.btn--white {
  color: inherit;
  background: white;
  border-color: #e8e8e8; }

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/icons.svg);
  background-size: auto 18px; }
  .icon.icon-apple {
    background-position: 0 0; }
  .icon.icon-arrow-right {
    background-position: -18px 0; }
  .icon.icon-download {
    background-position: -36px 0; }
  .icon.icon-arrow-down {
    background-position: -54px 0; }
  .icon.icon-checkmark {
    background-position: -72px 0; }

/*
  #
  #
  #  Home Page
  #  =========
  #
  #
 */
.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  pointer-events: none; }

.author-body {
  min-width: 0; }
  .author-body div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; }

.author-avatar {
  border-radius: 100%;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .author-avatar {
      width: 28px;
      height: 28px;
      margin-right: 7px; } }

.author-label {
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 10px;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .author-label {
      font-size: 8px; } }

.author-name {
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .author-name {
      font-size: 13px; } }

.footer-link {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/social.png);
  background-size: auto 24px; }
  .footer-link.twitter {
    background-position: 0 0; }
  .footer-link.facebook {
    background-position: -24px 0; }
  .footer-link:not(:last-child) {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .footer-link:not(:last-child) {
        margin-right: 12px; } }

/*
  #
  #
  #  Job Page
  #  ========
  #
  #
 */
.jobs-section {
  padding-top: 70px;
  max-width: 1280px; }

.job-grid {
  margin: 70px auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .job-grid {
      margin: 20px 0 0; } }
  .job-grid .job-position > .job-title,
  .job-grid .job-shortdescription,
  .job-grid .job-position {
    -webkit-transition: opacity .3s, -webkit-filter .3s, opacity .3s, filter .3s;
    transition: opacity .3s, filter .3s;
    will-change: opacity, filter; }
  .job-grid.is-one-open .job-position.is-open > .job-title,
  .job-grid.is-one-open .job-position.is-open .job-shortdescription,
  .job-grid.is-one-open .job-position:not(.is-open) {
    opacity: .2;
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.job-position {
  margin: 30px 0;
  width: 33.333333%;
  text-align: center;
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: z-index; }
  @media screen and (max-width: 767px) {
    .job-position {
      width: 100%;
      margin: 40px 0; } }
  .job-position.is-open {
    z-index: 1; }
    .job-position.is-open .job-icon {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
      .job-position.is-open .job-icon:active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 60ms;
        transition: 60ms; }
    .job-position.is-open .job-description-holder {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.61, 0.7, 1), opacity 0.3s;
      transition: transform 0.3s cubic-bezier(0.34, 1.61, 0.7, 1), opacity 0.3s; }

.job-icon {
  border-radius: 100%;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  position: relative;
  width: 68px;
  height: 68px;
  will-change: box-shadow, transform; }
  .job-icon:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 60ms;
    transition: 60ms;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24); }
  @media screen and (max-width: 767px) {
    .job-icon {
      width: 60px;
      height: 60px; } }

.job-title {
  font-size: 27px;
  margin: 15px 0 11px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .job-title {
      margin: 10px 0 5px;
      font-size: 24px; } }

/* left side */
.job-position:nth-child(3n-2) {
  padding-right: 25px; }
  @media screen and (max-width: 767px) {
    .job-position:nth-child(3n-2) {
      padding-right: 0; } }
  .job-position:nth-child(3n-2) .job-description-holder {
    left: 25%;
    -webkit-transform-origin: 80px -107px;
    -ms-transform-origin: 80px -107px;
    transform-origin: 80px -107px;
    -webkit-transform: rotateZ(-15deg) scale(0);
    transform: rotateZ(-15deg) scale(0); }
    @media screen and (max-width: 767px) {
      .job-position:nth-child(3n-2) .job-description-holder {
        left: 0;
        -webkit-transform-origin: 50% -70px;
        -ms-transform-origin: 50% -70px;
        transform-origin: 50% -70px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); } }

/* right side */
.job-position:nth-child(3n-6) {
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .job-position:nth-child(3n-6) {
      padding-left: 0; } }
  .job-position:nth-child(3n-6) .job-description-holder {
    left: -75%;
    -webkit-transform-origin: 87% -107px;
    -ms-transform-origin: 87% -107px;
    transform-origin: 87% -107px;
    -webkit-transform: rotateZ(15deg) scale(0);
    transform: rotateZ(15deg) scale(0); }
    @media screen and (max-width: 767px) {
      .job-position:nth-child(3n-6) .job-description-holder {
        left: 0;
        -webkit-transform-origin: 50% -70px;
        -ms-transform-origin: 50% -70px;
        transform-origin: 50% -70px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); } }

.job-shortdescription {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.job-shortdescription p {
  font-size: 20px;
  color: gray;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .job-shortdescription p {
      font-size: 19px; } }

.job-more {
  margin-top: 0; }

.job-description-holder {
  position: absolute;
  top: 97px;
  width: 150%;
  left: -25%;
  pointer-events: none;
  -webkit-transform-origin: 50% -107px;
  -ms-transform-origin: 50% -107px;
  transform-origin: 50% -107px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  z-index: 1;
  will-change: transform, opacity, pointer-events;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .job-description-holder {
      top: 80px;
      width: 100%;
      left: auto;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: 50% -70px;
      -ms-transform-origin: 50% -70px;
      transform-origin: 50% -70px; } }

.job-description {
  margin-bottom: 133px;
  background: white;
  border-radius: 35px;
  padding: 40px;
  text-align: left;
  box-shadow: 0 47px 86px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 767px) {
    .job-description {
      margin-bottom: 60px;
      padding: 30px;
      border-radius: 25px;
      box-shadow: 0 23px 43px rgba(0, 0, 0, 0.08); } }
  .job-description .job-title {
    cursor: default;
    text-align: left;
    margin-top: 0; }
  .job-description p {
    font-size: inherit;
    text-align: left;
    margin-bottom: 1em; }

.job-close {
  background: #36d971;
  color: white;
  font-size: 30px;
  display: table;
  margin: 30px auto 0;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
  #
  #
  #  Team Page
  #  =========
  #
  #
 */
.content:empty + .team-grid {
  margin-top: 50px; }

.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 150px auto;
  max-width: 1024px; }
  @media screen and (max-width: 767px) {
    .team-grid {
      margin: 50px 0 0; } }

.team-member {
  width: 33%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 50px 20px 60px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .team-member {
      width: 50%;
      padding: 20px 0; } }

@media screen and (min-width: 768px) {
  .team-member:nth-child(even) {
    background: url(../images/team-background.svg);
    background-size: 100% 100%; } }

@media screen and (max-width: 767px) {
  .team-member:nth-child(4n+2),
  .team-member:nth-child(4n+3) {
    background: url(../images/team-background.svg);
    background-size: 100% 100%; } }

.member-image {
  width: 120px;
  height: 120px;
  background-size: cover;
  border-radius: 100%;
  box-shadow: 0 15px 43px rgba(0, 0, 0, 0.14); }
  .member-image.no-image {
    box-shadow: none; }
  @media screen and (max-width: 767px) {
    .member-image {
      width: 80px;
      height: 80px; } }

.member-name {
  margin: 23px 0 9px;
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .member-name {
      font-size: 17px;
      margin: 17px 0 3px; } }

.member-position {
  color: #bababa;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .member-position {
      font-size: 14px; } }

.member-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0; }
  .member-links:empty {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .member-links {
      margin: 20px 0 0; } }

.social-link {
  margin: 0 10px;
  width: 25px;
  height: 25px;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .social-link {
      margin: 0 7px; } }

/*
  #
  #
  #  Press Page
  #  ==========
  #
  #
 */
.press-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 120px;
  max-width: 1024px; }
  @media screen and (max-width: 767px) {
    .press-tabs {
      margin: 30px 0;
      -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; } }
  .press-tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .press-tabs .tab {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%; } }
    .press-tabs .tab:hover {
      background: none; }
    .press-tabs .tab.is-active .source-logo,
    .press-tabs .tab.is-active .source-name, .press-tabs .tab:hover .source-logo,
    .press-tabs .tab:hover .source-name {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .press-tabs .tab .source-logo {
      opacity: 0.3;
      width: 140px;
      height: 80px; }
      @media screen and (max-width: 767px) {
        .press-tabs .tab .source-logo {
          width: 100px;
          height: 57px; } }
    .press-tabs .tab .source-logo,
    .press-tabs .tab .source-name {
      -webkit-transform: scale(0.825);
      -ms-transform: scale(0.825);
      transform: scale(0.825);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transition: -webkit-transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s; }
    .press-tabs .tab .source-name {
      opacity: 0;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .press-tabs .tab .source-name {
          font-size: 16px;
          white-space: normal; } }
    @media screen and (max-width: 767px) {
      .press-tabs .tab:first-child .source-name, .press-tabs .tab:last-child .source-name {
        margin-right: 0;
        margin-left: 0; } }

.source {
  padding: 20px 10px;
  text-align: center;
  background-size: 100% 100%; }
  .source:hover {
    background-image: url(../images/team-background.svg); }
  @media screen and (max-width: 767px) {
    .source {
      padding: 0; } }

.source-logo {
  width: 105px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain; }
  @media screen and (max-width: 767px) {
    .source-logo {
      width: 80px;
      height: 45px; } }

.source-name {
  margin-top: 9px;
  color: #b0b0b0;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 767px) {
    .source-name {
      margin-top: 5px;
      font-size: 11px; } }

.press-quotes {
  position: relative;
  height: 400px;
  margin: 0 auto;
  max-width: 1024px; }
  @media screen and (max-width: 767px) {
    .press-quotes {
      height: 280px; } }
  .press-quotes .quote {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity; }
    .press-quotes .quote.is-active {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      pointer-events: auto; }

.show-all {
  background: #f0f0f0;
  height: 1px;
  margin: 50px 0;
  position: relative;
  z-index: 1; }
  .show-all .btn {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .show-all .icon-holder {
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s 0.5s;
    transition: transform 0.3s 0.5s; }
    .show-all .icon-holder .icon {
      margin-right: 0; }
  .show-all .btn.is-open .icon-holder {
    -webkit-transform: rotate(-180deg) translateY(1px);
    -ms-transform: rotate(-180deg) translateY(1px);
    transform: rotate(-180deg) translateY(1px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }

.press-grid-holder {
  position: relative; }

.press-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  position: absolute; }
  @media screen and (max-width: 767px) {
    .press-grid {
      padding: 0; } }
  .press-grid.is-visible .source {
    pointer-events: auto;
    -webkit-animation-name: plop-in;
    animation-name: plop-in;
    opacity: 1; }
  .press-grid .source {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 20%;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: plop-out;
    animation-name: plop-out;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity, transform; }
    @media screen and (max-width: 767px) {
      .press-grid .source {
        width: 33.3333333%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0 0 10px; } }

.press-grid.is-visible .source:nth-child(50n+49) {
  -webkit-animation-delay: 592ms;
  animation-delay: 592ms;
  -webkit-transition-delay: 592ms;
  transition-delay: 592ms; }

.press-grid .source:nth-child(50n+49) {
  -webkit-animation-delay: 342ms;
  animation-delay: 342ms;
  -webkit-transition-delay: 342ms;
  transition-delay: 342ms; }

.press-grid.is-visible .source:nth-child(50n+48) {
  -webkit-animation-delay: 454ms;
  animation-delay: 454ms;
  -webkit-transition-delay: 454ms;
  transition-delay: 454ms; }

.press-grid .source:nth-child(50n+48) {
  -webkit-animation-delay: 204ms;
  animation-delay: 204ms;
  -webkit-transition-delay: 204ms;
  transition-delay: 204ms; }

.press-grid.is-visible .source:nth-child(50n+47) {
  -webkit-animation-delay: 581ms;
  animation-delay: 581ms;
  -webkit-transition-delay: 581ms;
  transition-delay: 581ms; }

.press-grid .source:nth-child(50n+47) {
  -webkit-animation-delay: 331ms;
  animation-delay: 331ms;
  -webkit-transition-delay: 331ms;
  transition-delay: 331ms; }

.press-grid.is-visible .source:nth-child(50n+46) {
  -webkit-animation-delay: 352ms;
  animation-delay: 352ms;
  -webkit-transition-delay: 352ms;
  transition-delay: 352ms; }

.press-grid .source:nth-child(50n+46) {
  -webkit-animation-delay: 102ms;
  animation-delay: 102ms;
  -webkit-transition-delay: 102ms;
  transition-delay: 102ms; }

.press-grid.is-visible .source:nth-child(50n+45) {
  -webkit-animation-delay: 568ms;
  animation-delay: 568ms;
  -webkit-transition-delay: 568ms;
  transition-delay: 568ms; }

.press-grid .source:nth-child(50n+45) {
  -webkit-animation-delay: 318ms;
  animation-delay: 318ms;
  -webkit-transition-delay: 318ms;
  transition-delay: 318ms; }

.press-grid.is-visible .source:nth-child(50n+44) {
  -webkit-animation-delay: 309ms;
  animation-delay: 309ms;
  -webkit-transition-delay: 309ms;
  transition-delay: 309ms; }

.press-grid .source:nth-child(50n+44) {
  -webkit-animation-delay: 59ms;
  animation-delay: 59ms;
  -webkit-transition-delay: 59ms;
  transition-delay: 59ms; }

.press-grid.is-visible .source:nth-child(50n+43) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms; }

.press-grid .source:nth-child(50n+43) {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

.press-grid.is-visible .source:nth-child(50n+42) {
  -webkit-animation-delay: 382ms;
  animation-delay: 382ms;
  -webkit-transition-delay: 382ms;
  transition-delay: 382ms; }

.press-grid .source:nth-child(50n+42) {
  -webkit-animation-delay: 132ms;
  animation-delay: 132ms;
  -webkit-transition-delay: 132ms;
  transition-delay: 132ms; }

.press-grid.is-visible .source:nth-child(50n+41) {
  -webkit-animation-delay: 633ms;
  animation-delay: 633ms;
  -webkit-transition-delay: 633ms;
  transition-delay: 633ms; }

.press-grid .source:nth-child(50n+41) {
  -webkit-animation-delay: 383ms;
  animation-delay: 383ms;
  -webkit-transition-delay: 383ms;
  transition-delay: 383ms; }

.press-grid.is-visible .source:nth-child(50n+40) {
  -webkit-animation-delay: 513ms;
  animation-delay: 513ms;
  -webkit-transition-delay: 513ms;
  transition-delay: 513ms; }

.press-grid .source:nth-child(50n+40) {
  -webkit-animation-delay: 263ms;
  animation-delay: 263ms;
  -webkit-transition-delay: 263ms;
  transition-delay: 263ms; }

.press-grid.is-visible .source:nth-child(50n+39) {
  -webkit-animation-delay: 357ms;
  animation-delay: 357ms;
  -webkit-transition-delay: 357ms;
  transition-delay: 357ms; }

.press-grid .source:nth-child(50n+39) {
  -webkit-animation-delay: 107ms;
  animation-delay: 107ms;
  -webkit-transition-delay: 107ms;
  transition-delay: 107ms; }

.press-grid.is-visible .source:nth-child(50n+38) {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.press-grid .source:nth-child(50n+38) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms; }

.press-grid.is-visible .source:nth-child(50n+37) {
  -webkit-animation-delay: 305ms;
  animation-delay: 305ms;
  -webkit-transition-delay: 305ms;
  transition-delay: 305ms; }

.press-grid .source:nth-child(50n+37) {
  -webkit-animation-delay: 55ms;
  animation-delay: 55ms;
  -webkit-transition-delay: 55ms;
  transition-delay: 55ms; }

.press-grid.is-visible .source:nth-child(50n+36) {
  -webkit-animation-delay: 558ms;
  animation-delay: 558ms;
  -webkit-transition-delay: 558ms;
  transition-delay: 558ms; }

.press-grid .source:nth-child(50n+36) {
  -webkit-animation-delay: 308ms;
  animation-delay: 308ms;
  -webkit-transition-delay: 308ms;
  transition-delay: 308ms; }

.press-grid.is-visible .source:nth-child(50n+35) {
  -webkit-animation-delay: 386ms;
  animation-delay: 386ms;
  -webkit-transition-delay: 386ms;
  transition-delay: 386ms; }

.press-grid .source:nth-child(50n+35) {
  -webkit-animation-delay: 136ms;
  animation-delay: 136ms;
  -webkit-transition-delay: 136ms;
  transition-delay: 136ms; }

.press-grid.is-visible .source:nth-child(50n+34) {
  -webkit-animation-delay: 465ms;
  animation-delay: 465ms;
  -webkit-transition-delay: 465ms;
  transition-delay: 465ms; }

.press-grid .source:nth-child(50n+34) {
  -webkit-animation-delay: 215ms;
  animation-delay: 215ms;
  -webkit-transition-delay: 215ms;
  transition-delay: 215ms; }

.press-grid.is-visible .source:nth-child(50n+33) {
  -webkit-animation-delay: 389ms;
  animation-delay: 389ms;
  -webkit-transition-delay: 389ms;
  transition-delay: 389ms; }

.press-grid .source:nth-child(50n+33) {
  -webkit-animation-delay: 139ms;
  animation-delay: 139ms;
  -webkit-transition-delay: 139ms;
  transition-delay: 139ms; }

.press-grid.is-visible .source:nth-child(50n+32) {
  -webkit-animation-delay: 448ms;
  animation-delay: 448ms;
  -webkit-transition-delay: 448ms;
  transition-delay: 448ms; }

.press-grid .source:nth-child(50n+32) {
  -webkit-animation-delay: 198ms;
  animation-delay: 198ms;
  -webkit-transition-delay: 198ms;
  transition-delay: 198ms; }

.press-grid.is-visible .source:nth-child(50n+31) {
  -webkit-animation-delay: 624ms;
  animation-delay: 624ms;
  -webkit-transition-delay: 624ms;
  transition-delay: 624ms; }

.press-grid .source:nth-child(50n+31) {
  -webkit-animation-delay: 374ms;
  animation-delay: 374ms;
  -webkit-transition-delay: 374ms;
  transition-delay: 374ms; }

.press-grid.is-visible .source:nth-child(50n+30) {
  -webkit-animation-delay: 534ms;
  animation-delay: 534ms;
  -webkit-transition-delay: 534ms;
  transition-delay: 534ms; }

.press-grid .source:nth-child(50n+30) {
  -webkit-animation-delay: 284ms;
  animation-delay: 284ms;
  -webkit-transition-delay: 284ms;
  transition-delay: 284ms; }

.press-grid.is-visible .source:nth-child(50n+29) {
  -webkit-animation-delay: 587ms;
  animation-delay: 587ms;
  -webkit-transition-delay: 587ms;
  transition-delay: 587ms; }

.press-grid .source:nth-child(50n+29) {
  -webkit-animation-delay: 337ms;
  animation-delay: 337ms;
  -webkit-transition-delay: 337ms;
  transition-delay: 337ms; }

.press-grid.is-visible .source:nth-child(50n+28) {
  -webkit-animation-delay: 252ms;
  animation-delay: 252ms;
  -webkit-transition-delay: 252ms;
  transition-delay: 252ms; }

.press-grid .source:nth-child(50n+28) {
  -webkit-animation-delay: 2ms;
  animation-delay: 2ms;
  -webkit-transition-delay: 2ms;
  transition-delay: 2ms; }

.press-grid.is-visible .source:nth-child(50n+27) {
  -webkit-animation-delay: 402ms;
  animation-delay: 402ms;
  -webkit-transition-delay: 402ms;
  transition-delay: 402ms; }

.press-grid .source:nth-child(50n+27) {
  -webkit-animation-delay: 152ms;
  animation-delay: 152ms;
  -webkit-transition-delay: 152ms;
  transition-delay: 152ms; }

.press-grid.is-visible .source:nth-child(50n+26) {
  -webkit-animation-delay: 285ms;
  animation-delay: 285ms;
  -webkit-transition-delay: 285ms;
  transition-delay: 285ms; }

.press-grid .source:nth-child(50n+26) {
  -webkit-animation-delay: 35ms;
  animation-delay: 35ms;
  -webkit-transition-delay: 35ms;
  transition-delay: 35ms; }

.press-grid.is-visible .source:nth-child(50n+25) {
  -webkit-animation-delay: 543ms;
  animation-delay: 543ms;
  -webkit-transition-delay: 543ms;
  transition-delay: 543ms; }

.press-grid .source:nth-child(50n+25) {
  -webkit-animation-delay: 293ms;
  animation-delay: 293ms;
  -webkit-transition-delay: 293ms;
  transition-delay: 293ms; }

.press-grid.is-visible .source:nth-child(50n+24) {
  -webkit-animation-delay: 398ms;
  animation-delay: 398ms;
  -webkit-transition-delay: 398ms;
  transition-delay: 398ms; }

.press-grid .source:nth-child(50n+24) {
  -webkit-animation-delay: 148ms;
  animation-delay: 148ms;
  -webkit-transition-delay: 148ms;
  transition-delay: 148ms; }

.press-grid.is-visible .source:nth-child(50n+23) {
  -webkit-animation-delay: 327ms;
  animation-delay: 327ms;
  -webkit-transition-delay: 327ms;
  transition-delay: 327ms; }

.press-grid .source:nth-child(50n+23) {
  -webkit-animation-delay: 77ms;
  animation-delay: 77ms;
  -webkit-transition-delay: 77ms;
  transition-delay: 77ms; }

.press-grid.is-visible .source:nth-child(50n+22) {
  -webkit-animation-delay: 266ms;
  animation-delay: 266ms;
  -webkit-transition-delay: 266ms;
  transition-delay: 266ms; }

.press-grid .source:nth-child(50n+22) {
  -webkit-animation-delay: 16ms;
  animation-delay: 16ms;
  -webkit-transition-delay: 16ms;
  transition-delay: 16ms; }

.press-grid.is-visible .source:nth-child(50n+21) {
  -webkit-animation-delay: 458ms;
  animation-delay: 458ms;
  -webkit-transition-delay: 458ms;
  transition-delay: 458ms; }

.press-grid .source:nth-child(50n+21) {
  -webkit-animation-delay: 208ms;
  animation-delay: 208ms;
  -webkit-transition-delay: 208ms;
  transition-delay: 208ms; }

.press-grid.is-visible .source:nth-child(50n+20) {
  -webkit-animation-delay: 539ms;
  animation-delay: 539ms;
  -webkit-transition-delay: 539ms;
  transition-delay: 539ms; }

.press-grid .source:nth-child(50n+20) {
  -webkit-animation-delay: 289ms;
  animation-delay: 289ms;
  -webkit-transition-delay: 289ms;
  transition-delay: 289ms; }

.press-grid.is-visible .source:nth-child(50n+19) {
  -webkit-animation-delay: 292ms;
  animation-delay: 292ms;
  -webkit-transition-delay: 292ms;
  transition-delay: 292ms; }

.press-grid .source:nth-child(50n+19) {
  -webkit-animation-delay: 42ms;
  animation-delay: 42ms;
  -webkit-transition-delay: 42ms;
  transition-delay: 42ms; }

.press-grid.is-visible .source:nth-child(50n+18) {
  -webkit-animation-delay: 587ms;
  animation-delay: 587ms;
  -webkit-transition-delay: 587ms;
  transition-delay: 587ms; }

.press-grid .source:nth-child(50n+18) {
  -webkit-animation-delay: 337ms;
  animation-delay: 337ms;
  -webkit-transition-delay: 337ms;
  transition-delay: 337ms; }

.press-grid.is-visible .source:nth-child(50n+17) {
  -webkit-animation-delay: 271ms;
  animation-delay: 271ms;
  -webkit-transition-delay: 271ms;
  transition-delay: 271ms; }

.press-grid .source:nth-child(50n+17) {
  -webkit-animation-delay: 21ms;
  animation-delay: 21ms;
  -webkit-transition-delay: 21ms;
  transition-delay: 21ms; }

.press-grid.is-visible .source:nth-child(50n+16) {
  -webkit-animation-delay: 626ms;
  animation-delay: 626ms;
  -webkit-transition-delay: 626ms;
  transition-delay: 626ms; }

.press-grid .source:nth-child(50n+16) {
  -webkit-animation-delay: 376ms;
  animation-delay: 376ms;
  -webkit-transition-delay: 376ms;
  transition-delay: 376ms; }

.press-grid.is-visible .source:nth-child(50n+15) {
  -webkit-animation-delay: 558ms;
  animation-delay: 558ms;
  -webkit-transition-delay: 558ms;
  transition-delay: 558ms; }

.press-grid .source:nth-child(50n+15) {
  -webkit-animation-delay: 308ms;
  animation-delay: 308ms;
  -webkit-transition-delay: 308ms;
  transition-delay: 308ms; }

.press-grid.is-visible .source:nth-child(50n+14) {
  -webkit-animation-delay: 615ms;
  animation-delay: 615ms;
  -webkit-transition-delay: 615ms;
  transition-delay: 615ms; }

.press-grid .source:nth-child(50n+14) {
  -webkit-animation-delay: 365ms;
  animation-delay: 365ms;
  -webkit-transition-delay: 365ms;
  transition-delay: 365ms; }

.press-grid.is-visible .source:nth-child(50n+13) {
  -webkit-animation-delay: 305ms;
  animation-delay: 305ms;
  -webkit-transition-delay: 305ms;
  transition-delay: 305ms; }

.press-grid .source:nth-child(50n+13) {
  -webkit-animation-delay: 55ms;
  animation-delay: 55ms;
  -webkit-transition-delay: 55ms;
  transition-delay: 55ms; }

.press-grid.is-visible .source:nth-child(50n+12) {
  -webkit-animation-delay: 601ms;
  animation-delay: 601ms;
  -webkit-transition-delay: 601ms;
  transition-delay: 601ms; }

.press-grid .source:nth-child(50n+12) {
  -webkit-animation-delay: 351ms;
  animation-delay: 351ms;
  -webkit-transition-delay: 351ms;
  transition-delay: 351ms; }

.press-grid.is-visible .source:nth-child(50n+11) {
  -webkit-animation-delay: 453ms;
  animation-delay: 453ms;
  -webkit-transition-delay: 453ms;
  transition-delay: 453ms; }

.press-grid .source:nth-child(50n+11) {
  -webkit-animation-delay: 203ms;
  animation-delay: 203ms;
  -webkit-transition-delay: 203ms;
  transition-delay: 203ms; }

.press-grid.is-visible .source:nth-child(50n+10) {
  -webkit-animation-delay: 353ms;
  animation-delay: 353ms;
  -webkit-transition-delay: 353ms;
  transition-delay: 353ms; }

.press-grid .source:nth-child(50n+10) {
  -webkit-animation-delay: 103ms;
  animation-delay: 103ms;
  -webkit-transition-delay: 103ms;
  transition-delay: 103ms; }

.press-grid.is-visible .source:nth-child(50n+9) {
  -webkit-animation-delay: 637ms;
  animation-delay: 637ms;
  -webkit-transition-delay: 637ms;
  transition-delay: 637ms; }

.press-grid .source:nth-child(50n+9) {
  -webkit-animation-delay: 387ms;
  animation-delay: 387ms;
  -webkit-transition-delay: 387ms;
  transition-delay: 387ms; }

.press-grid.is-visible .source:nth-child(50n+8) {
  -webkit-animation-delay: 353ms;
  animation-delay: 353ms;
  -webkit-transition-delay: 353ms;
  transition-delay: 353ms; }

.press-grid .source:nth-child(50n+8) {
  -webkit-animation-delay: 103ms;
  animation-delay: 103ms;
  -webkit-transition-delay: 103ms;
  transition-delay: 103ms; }

.press-grid.is-visible .source:nth-child(50n+7) {
  -webkit-animation-delay: 472ms;
  animation-delay: 472ms;
  -webkit-transition-delay: 472ms;
  transition-delay: 472ms; }

.press-grid .source:nth-child(50n+7) {
  -webkit-animation-delay: 222ms;
  animation-delay: 222ms;
  -webkit-transition-delay: 222ms;
  transition-delay: 222ms; }

.press-grid.is-visible .source:nth-child(50n+6) {
  -webkit-animation-delay: 285ms;
  animation-delay: 285ms;
  -webkit-transition-delay: 285ms;
  transition-delay: 285ms; }

.press-grid .source:nth-child(50n+6) {
  -webkit-animation-delay: 35ms;
  animation-delay: 35ms;
  -webkit-transition-delay: 35ms;
  transition-delay: 35ms; }

.press-grid.is-visible .source:nth-child(50n+5) {
  -webkit-animation-delay: 364ms;
  animation-delay: 364ms;
  -webkit-transition-delay: 364ms;
  transition-delay: 364ms; }

.press-grid .source:nth-child(50n+5) {
  -webkit-animation-delay: 114ms;
  animation-delay: 114ms;
  -webkit-transition-delay: 114ms;
  transition-delay: 114ms; }

.press-grid.is-visible .source:nth-child(50n+4) {
  -webkit-animation-delay: 621ms;
  animation-delay: 621ms;
  -webkit-transition-delay: 621ms;
  transition-delay: 621ms; }

.press-grid .source:nth-child(50n+4) {
  -webkit-animation-delay: 371ms;
  animation-delay: 371ms;
  -webkit-transition-delay: 371ms;
  transition-delay: 371ms; }

.press-grid.is-visible .source:nth-child(50n+3) {
  -webkit-animation-delay: 251ms;
  animation-delay: 251ms;
  -webkit-transition-delay: 251ms;
  transition-delay: 251ms; }

.press-grid .source:nth-child(50n+3) {
  -webkit-animation-delay: 1ms;
  animation-delay: 1ms;
  -webkit-transition-delay: 1ms;
  transition-delay: 1ms; }

.press-grid.is-visible .source:nth-child(50n+2) {
  -webkit-animation-delay: 467ms;
  animation-delay: 467ms;
  -webkit-transition-delay: 467ms;
  transition-delay: 467ms; }

.press-grid .source:nth-child(50n+2) {
  -webkit-animation-delay: 217ms;
  animation-delay: 217ms;
  -webkit-transition-delay: 217ms;
  transition-delay: 217ms; }

.press-grid.is-visible .source:nth-child(50n+1) {
  -webkit-animation-delay: 622ms;
  animation-delay: 622ms;
  -webkit-transition-delay: 622ms;
  transition-delay: 622ms; }

.press-grid .source:nth-child(50n+1) {
  -webkit-animation-delay: 372ms;
  animation-delay: 372ms;
  -webkit-transition-delay: 372ms;
  transition-delay: 372ms; }

@-webkit-keyframes plop-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  66% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes plop-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  66% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes plop-out {
  33% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21); }
  to {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes plop-out {
  33% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21); }
  to {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.iphone-zoo {
  will-change: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  position: relative;
  height: 1200px;
  overflow: hidden; }
  .iphone-zoo.is-pushed {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms; }
  @media screen and (max-width: 767px) {
    .iphone-zoo {
      margin: 0 0 50px;
      height: 600px; } }

.iphone {
  width: 546px;
  height: 741px;
  background: url("../images/iphone-light.png");
  background-size: cover;
  position: relative;
  margin-left: -100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .iphone {
      width: 273px;
      height: 370.5px;
      margin-left: -60px; } }

.iphones-top,
.iphones-bottom {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  overflow: visible; }

.iphones-top {
  top: 100px;
  z-index: 1;
  -webkit-animation: move-left 100s linear infinite;
  animation: move-left 100s linear infinite; }

@-webkit-keyframes move-left {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes move-left {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.iphones-bottom {
  top: 400px;
  margin-left: -50%;
  -webkit-animation: move-left 140s linear infinite;
  animation: move-left 140s linear infinite; }
  @media screen and (max-width: 767px) {
    .iphones-bottom {
      top: 200px; } }

.iphone-screen {
  width: 49.26739927%;
  height: 64.23751687%;
  left: 26.19047619%;
  top: 15.24966262%;
  position: absolute;
  -webkit-transform: rotateZ(-20deg);
  transform: rotateZ(-20deg); }

/*
  #
  #
  #  Form Group (Newsletter)
  #  =======================
  #
  #
 */
.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 52px; }
  @media screen and (max-width: 767px) {
    .newsletter-form {
      height: 44px; } }
  .newsletter-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 18px;
    color: inherit;
    border-radius: 20px;
    padding: 5px 50px 5px 23px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .newsletter-form input:hover {
      background: rgba(255, 255, 255, 0.25); }
    .newsletter-form input:focus {
      background: rgba(255, 255, 255, 0.3); }
    .newsletter-form input::-webkit-input-placeholder {
      color: inherit;
      font-style: italic;
      letter-spacing: 1px; }
    .newsletter-form input::-moz-placeholder {
      color: inherit;
      font-style: italic;
      letter-spacing: 1px; }
    .newsletter-form input:-ms-input-placeholder {
      color: inherit;
      font-style: italic;
      letter-spacing: 1px; }
    .newsletter-form input::placeholder {
      color: inherit;
      font-style: italic;
      letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .newsletter-form input {
        font-size: 16px;
        padding-left: 19px; } }
  .newsletter-form .button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: white;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px; }
    @media screen and (max-width: 767px) {
      .newsletter-form .button {
        width: 34px;
        height: 34px;
        border-radius: 14px; } }
    .newsletter-form .button.is-hidden {
      display: none; }
    .newsletter-form .button.button--success {
      background: #36d971;
      -webkit-animation: grow 300ms ease-in;
      animation: grow 300ms ease-in; }
    .newsletter-form .button button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      opacity: 0; }

.success-message {
  position: absolute;
  font-size: 18px;
  font-style: italic;
  left: 23px;
  top: 5px; }

.error-message {
  position: absolute;
  right: -7px;
  bottom: 100%;
  margin-bottom: 12px;
  background: #fe4d4d;
  color: white;
  border-radius: 14px;
  padding: 10px 16px;
  font-size: 17px;
  will-change: transform, opacity;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: 87% 150%;
  -ms-transform-origin: 87% 150%;
  transform-origin: 87% 150%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media screen and (max-width: 767px) {
    .error-message {
      font-size: 15px; } }
  .error-message:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 26px;
    bottom: -6px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.newsletterform.did-fail .error-message {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 60ms;
  transition: 0.3s cubic-bezier(0.34, 1.61, 0.7, 1) 60ms; }

.newsletterform.did-fail input,
.newsletterform.did-fail .button {
  -webkit-animation: shake 340ms;
  animation: shake 340ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes grow {
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes grow {
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  25%, 58% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px); }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  25%, 58% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px); }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 17px 15px;
  font-size: 100%;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  color: gray;
  background: whitesmoke;
  border: none; }
  @media screen and (max-width: 767px) {
    .form-control {
      font-size: 14px;
      padding: 10px; } }

/*
  #
  #
  #  Player
  #  ======
  #
  #
 */
.renderer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .renderer-container canvas {
    cursor: -webkit-grab;
    cursor: grab;
    vertical-align: bottom; }
  .renderer-container canvas:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.is-hidden {
  display: none; }

/* hide webvr-manager basics */
.webvr-button:not([title='Back to previous mode']) {
  display: none !important; }

/* very hacky cardboard-viewer ad-bar hiding */
[style*="48px"] {
  display: none; }

/*
  #
  #
  #  Footer
  #  ======
  #
  #
 */
footer {
  background: #22dd64 url(../images/footer-mask.svg) no-repeat;
  background-size: 100% auto;
  padding: 100px 0 52px;
  text-align: center; }

footer .btn {
  margin-top: 48px;
  color: #22dd64;
  background: white;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13); }
  footer .btn:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22); }

footer .logo img {
  -webkit-filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.16)); }
  footer .logo img:active {
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.26));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.26)); }

footer menu {
  margin: 54px 0 0;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    footer menu {
      margin-left: 30px;
      margin-right: 30px; } }
  footer menu a {
    color: white;
    margin: 0 10px; }

@media screen and (max-width: 767px) {
  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.footer-left,
.footer-center,
.footer-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0; }

@media screen and (max-width: 767px) {
  .footer-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 5px; } }

.footer-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .footer-center {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 20px; } }
  .footer-center .coming-soon {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 20px; }
    @media screen and (max-width: 767px) {
      .footer-center .coming-soon {
        display: none; } }

.footer-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .footer-right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-right: 5px;
      -webkit-box-flex: 1.5;
      -webkit-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5; } }

.footer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .footer-text {
      margin: 0 5px; } }
  .footer-text p {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .footer-text p {
        font-size: 14px; } }
  .footer-text a {
    color: inherit; }

/*
  #
  #
  #  User Profile
  #  ============
  #
  #
 */
.user-profile body {
  background: white; }

.user-profile .hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.user-profile .hero-backdrop {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(30px);
  filter: blur(30px); }

.user-profile header {
  padding: 44px 44px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }
  @media screen and (max-width: 767px) {
    .user-profile header {
      padding: 22px 22px 0; } }
  .user-profile header .btn {
    margin: 0 0 0 12px;
    display: inline-block; }

.user-profile .logo img {
  width: 40px; }

.user-profile h1 {
  text-shadow: none;
  font-weight: normal;
  font-size: 42px; }
  @media screen and (max-width: 767px) {
    .user-profile h1 {
      font-size: 26px; } }

.user-profile .hero-content {
  width: 100%;
  padding: 0; }

.user-profile .hero-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.user-profile .btn {
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.17); }
  .user-profile .btn:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.user-download {
  position: relative;
  pointer-events: auto; }
  @media screen and (max-width: 767px) {
    .user-download {
      display: none; } }

.user-download-hint {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em; }

.user-avatar {
  margin-top: 22px;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .user-avatar {
      width: 80px;
      height: 80px;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3); } }

.user-stats {
  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;
  position: relative; }
  @media screen and (max-width: 767px) {
    .user-stats {
      margin: 0 30px; } }

.user-stat-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .user-stat-item {
      font-weight: normal;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }

.user-stat-value {
  font-size: 48px;
  margin-bottom: 9px; }
  @media screen and (max-width: 767px) {
    .user-stat-value {
      font-size: 30px;
      margin-bottom: 5px; } }

.user-stat-label {
  font-size: 17px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .user-stat-label {
      font-size: 14px; } }

/*
  #
  #
  #  Share Popup
  #  ===========
  #
  #
 */
.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  pointer-events: none;
  min-height: 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.popup.is-appearing,
.popup.is-visible {
  pointer-events: auto;
  overflow: auto; }

.popup-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 180ms;
  transition: opacity 180ms; }

.popup.is-appearing .popup-backdrop,
.popup.is-visible .popup-backdrop {
  opacity: 1; }

.popup.is-disappearing .popup-backdrop {
  opacity: 0; }

.popup-body {
  margin: auto;
  max-width: 283px;
  border-radius: 20px;
  background: white;
  padding: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.17);
  color: #999999;
  cursor: default;
  position: relative;
  -webkit-transition: opacity 180ms, -webkit-transform 180ms;
  transition: opacity 180ms, transform 180ms;
  -webkit-transform: translateY(100%) scale(0.1);
  -ms-transform: translateY(100%) scale(0.1);
  transform: translateY(100%) scale(0.1);
  opacity: 0; }

.popup.is-visible .popup-body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.popup.is-disappearing .popup-body {
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0.1);
  -ms-transform: translateY(100%) scale(0.1);
  transform: translateY(100%) scale(0.1); }

.popup-header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .popup-header .popup-title {
    margin-bottom: 0;
    white-space: nowrap; }

.popup-title {
  text-transform: uppercase;
  color: #666666;
  font-weight: 900; }

.popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.popup-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px; }

.popup-icon img {
  vertical-align: bottom; }

.popup-title {
  margin-bottom: 4px; }

.popup-message {
  font-size: 13px; }

.popup-controls .btn {
  margin-top: 18px; }

.popup-left,
.popup-center,
.popup-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0; }

.popup-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.popup-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.popup label {
  display: block;
  margin-bottom: 12px;
  color: #c4c4c4;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .popup label {
      font-size: 11px;
      margin-bottom: 8px; } }

.share.popup .popup-body {
  padding: 30px;
  max-width: 405px; }

.share-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px 22px; }

.share-button {
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .share-button:active {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93); }

.share-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  pointer-events: none;
  background: url(../images/share-icons.svg);
  background-size: auto 44px; }
  @media screen and (min-width: 768px) {
    .share-icon {
      width: 52px;
      height: 52px;
      background-size: auto 52px; } }

.share-icon.twitter {
  background-position: 0px 0; }
  @media screen and (min-width: 768px) {
    .share-icon.twitter {
      background-position: 0px 0; } }

.share-icon.tumblr {
  background-position: -44px 0; }
  @media screen and (min-width: 768px) {
    .share-icon.tumblr {
      background-position: -52px 0; } }

.share-icon.reddit {
  background-position: -88px 0; }
  @media screen and (min-width: 768px) {
    .share-icon.reddit {
      background-position: -104px 0; } }

.share-icon.facebook {
  background-position: -132px 0; }
  @media screen and (min-width: 768px) {
    .share-icon.facebook {
      background-position: -156px 0; } }

.share-icon.mail {
  background-position: -176px 0; }
  @media screen and (min-width: 768px) {
    .share-icon.mail {
      background-position: -208px 0; } }
