/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_self
 */
@font-face {
  font-family: "Bariol";
  src: url("../fonts/bariol-regular.eot?v=1");
  src: url("../fonts/bariol-regular.eot?v=1#iefix") format("embedded-opentype"), url("../fonts/bariol-regular.woff?v=1") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Apply these base styles to all icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "Bariol";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

body {
  background-color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.6;
  font-family: "Bariol";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  body .main-section {
    padding-top: 80px;
    position: relative;
    overflow: hidden; }

a {
  color: #36D191;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #27ad76; }

/* Mixin Vertically Align */
::selection {
  background: rgba(54, 209, 145, 0.15); }

::-moz-selection {
  background: rgba(54, 209, 145, 0.15); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(54, 209, 145, 0.15); }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 38px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  font-size: 24px !important;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #BEBEBE; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/************************************ */
/* */
/* Title gradient */
/* */
/************************************ */
.awesome-title {
  background: -moz-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
  background: -webkit-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
  background: linear-gradient(135deg, #4EDB91 50%, #37C0D9 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='$blue',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.awesome-title-two {
  background: -moz-linear-gradient(-45deg, #4EDB91 10%, #37C0D9 70%);
  background: -webkit-linear-gradient(-45deg, #4EDB91 10%, #37C0D9 70%);
  background: linear-gradient(135deg, #4EDB91 10%, #37C0D9 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='$blue',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/************************************ */
/* */
/* Section Title */
/* */
/************************************ */
.section-title {
  font-weight: 500;
  color: #767676;
  font-size: 42px; }

.button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  background: #4EDB91;
  padding: 10px 35px 10px 35px;
  border: solid #4EDB91 2px;
  text-decoration: none;
  transition: background 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .button:hover {
    background: #ffffff;
    color: #4EDB91;
    text-decoration: none; }

/************************************ */
/* */
/* Header */
/* */
/************************************ */
.header-navigation {
  width: 100%;
  height: 80px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 100;
  /************************************ */
  /* */
  /* Logo */
  /* */
  /************************************ */
  /************************************ */
  /* */
  /* Nav */
  /* */
  /************************************ */ }
  .header-navigation::after {
    clear: both;
    content: "";
    display: block; }
  .header-navigation .header-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    padding-left: 10%; }
    .header-navigation .header-logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      .header-navigation .header-logo {
        padding: 0; } }
    .header-navigation .header-logo .sensie-logo {
      width: 100%;
      height: 100%;
      margin: 5px 0; }
      .header-navigation .header-logo .sensie-logo .sensie-logo-image {
        margin-top: 8px;
        height: 55px;
        width: 180px;
        background-image: url("../images/resources/Sensie_logo.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
  .header-navigation div.nav-button {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 22px;
    margin-right: 20px; }
    @media screen and (max-width: 850px) {
      .header-navigation div.nav-button {
        display: block; } }
    .header-navigation div.nav-button.nav-open .bar-1 {
      transform: rotate(-45deg) translate(-7px, 7px); }
    .header-navigation div.nav-button.nav-open .bar-2 {
      opacity: 0; }
    .header-navigation div.nav-button.nav-open .bar-3 {
      transform: rotate(45deg) translate(-10px, -10px); }
    .header-navigation div.nav-button .hamburger-menu {
      width: 40px;
      height: 5px;
      background-color: white;
      margin: 7px auto;
      display: block;
      transition: all 300ms ease-in-out; }
      .header-navigation div.nav-button .hamburger-menu .bar-1, .header-navigation div.nav-button .hamburger-menu .bar-2, .header-navigation div.nav-button .hamburger-menu .bar-3 {
        transition: all 300ms ease-in-out; }
    .header-navigation div.nav-button img {
      display: none;
      margin: 0 auto;
      margin-top: 22px;
      width: 45%; }
  .header-navigation nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    right: 0;
    margin: 15px 0;
    z-index: 10; }
    .header-navigation nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 850px) {
      .header-navigation nav {
        display: block;
        transition: top 0.3s;
        width: 100%;
        position: fixed;
        top: -100%;
        margin: 0px;
        height: auto;
        margin-top: 80px; }
        .header-navigation nav.expanded {
          top: 0; }
          .header-navigation nav.expanded ul li a {
            color: #36D191; } }
    .header-navigation nav ul {
      display: flex;
      flex-direction: row;
      list-style: none;
      justify-content: flex-end;
      align-items: center;
      margin-right: 10%; }
      @media screen and (max-width: 850px) {
        .header-navigation nav ul {
          margin-right: 0;
          display: block;
          margin: 0px;
          padding: 0px; } }
      .header-navigation nav ul li {
        margin: 0 2%;
        padding: 0 10px;
        font-size: 20px;
        font-weight: 500;
        color: #36D191; }
        @media screen and (max-width: 850px) {
          .header-navigation nav ul li {
            text-align: center;
            background-color: rgba(255, 255, 255, 0.96);
            padding: 10px 0;
            margin: 0; } }
      .header-navigation nav ul a {
        color: #36D191;
        transition: all 300ms ease-in-out; }
        .header-navigation nav ul a:hover {
          color: #27ad76; }

/************************************ */
/* */
/* Nav Landing Page Style */
/* */
/************************************ */
.landing-header-navigation {
  background-color: transparent;
  /************************************ */
  /* */
  /* Nav Landing Page style */
  /* */
  /************************************ */ }
  .landing-header-navigation .header-logo .sensie-logo .sensie-logo-image {
    background-image: url("../images/resources/Sensie_logo_white.svg");
    transition: all 300ms ease-in-out; }
  .landing-header-navigation nav ul li {
    color: rgba(255, 255, 255, 0.96); }
  .landing-header-navigation nav ul a {
    color: rgba(255, 255, 255, 0.96);
    transition: all 300ms ease-in-out; }
    .landing-header-navigation nav ul a:hover {
      color: #767676; }

.site-footer {
  width: 100%;
  margin: 80px 0; }
  .site-footer .footer-icons-wrap {
    max-width: 200px;
    margin: 0 auto; }
    .site-footer .footer-icons-wrap .social-media-icons {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      .site-footer .footer-icons-wrap .social-media-icons a {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        opacity: 0.4;
        transition: all 300ms ease-in-out;
        cursor: pointer; }
        .site-footer .footer-icons-wrap .social-media-icons a:hover {
          opacity: 1; }
        .site-footer .footer-icons-wrap .social-media-icons a img {
          position: absolute;
          width: 100%;
          height: 100%; }
  .site-footer .docs-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }

.mailing-include {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: -moz-linear-gradient(-45deg, #4EDB91 30%, #37C0D9 90%);
  background: -webkit-linear-gradient(-45deg, #4EDB91 30%, #37C0D9 90%);
  background: linear-gradient(135deg, #4EDB91 30%, #37C0D9 90%); }
  .mailing-include .mailing-content {
    width: 50%;
    margin: 40px auto 60px;
    position: relative; }
    @media screen and (max-width: 770px) {
      .mailing-include .mailing-content {
        width: 100%; } }
    .mailing-include .mailing-content .mailing-info {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      position: relative; }
      .mailing-include .mailing-content .mailing-info h2 {
        font-weight: 500;
        color: rgba(255, 255, 255, 0.96);
        margin-bottom: 10px; }
      .mailing-include .mailing-content .mailing-info p {
        color: #B0FFD3;
        margin-top: 8px;
        padding: 0 10%; }
    .mailing-include .mailing-content .mailing-form {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 770px) {
        .mailing-include .mailing-content .mailing-form {
          width: 100%; } }
      .mailing-include .mailing-content .mailing-form form {
        width: 80%;
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0 auto; }
        .mailing-include .mailing-content .mailing-form form input {
          width: 100%;
          font-size: 16px;
          font-weight: normal;
          padding: 8px 0px 8px 20px;
          border: 2px solid rgba(255, 255, 255, 0);
          -webkit-border-radius: 0px;
          box-sizing: content-box;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          -o-text-overflow: clip;
          text-overflow: clip;
          background-color: rgba(255, 255, 255, 0.3);
          resize: none;
          border-radius: 18px;
          transition: border-bottom-color 300ms ease-in-out; }
          .mailing-include .mailing-content .mailing-form form input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.96); }
          .mailing-include .mailing-content .mailing-form form input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.96); }
          .mailing-include .mailing-content .mailing-form form input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.96); }
          .mailing-include .mailing-content .mailing-form form input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.96); }
          .mailing-include .mailing-content .mailing-form form input:focus {
            outline: none;
            color: rgba(255, 255, 255, 0.96) !important; }
        .mailing-include .mailing-content .mailing-form form button {
          height: 80%;
          right: 5px;
          top: 0.5px;
          bottom: 0;
          margin-top: auto;
          margin-bottom: auto;
          font-weight: bold;
          color: #36D191;
          padding: 2px 25px;
          position: absolute;
          text-transform: uppercase;
          font-size: 14px !important;
          border: 0;
          border-color: rgba(255, 255, 255, 0);
          border-radius: 15px;
          background-color: rgba(255, 255, 255, 0.96);
          transition: all 300ms ease-in-out; }
          .mailing-include .mailing-content .mailing-form form button:hover {
            background-color: #36D191;
            color: rgba(255, 255, 255, 0.96); }
          .mailing-include .mailing-content .mailing-form form button:focus {
            outline: none; }

/************************************ */
/* */
/* Welcome Section */
/* */
/************************************ */
.welcome-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10vh 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  padding-top: 140px;
  /************************************ */
  /* */
  /* Welcome information styles */
  /* */
  /************************************ */ }
  .welcome-section::after {
    clear: both;
    content: "";
    display: block; }
  .welcome-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.92;
    background: -moz-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
    background: -webkit-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
    background: linear-gradient(135deg, #4EDB91 50%, #37C0D9 80%);
    z-index: 1; }
  @media screen and (max-width: 520px) {
    .welcome-section {
      flex-direction: row; } }
  .welcome-section .welcome-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    z-index: 3;
    text-align: center; }
    .welcome-section .welcome-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 520px) {
      .welcome-section .welcome-info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%;
        margin-left: 10.28426%;
        text-align: center; }
        .welcome-section .welcome-info:last-child {
          margin-right: 0; } }
    .welcome-section .welcome-info h2 {
      font-size: 51px;
      line-height: 1;
      font-weight: normal;
      margin: 0 auto;
      padding-bottom: 0;
      position: relative;
      max-width: 80%;
      color: rgba(255, 255, 255, 0.96); }
      @media screen and (max-width: 520px) {
        .welcome-section .welcome-info h2 {
          margin-bottom: 5vh;
          max-width: 100%; } }
    .welcome-section .welcome-info p {
      font-weight: normal;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.96);
      margin: auto;
      margin-top: 8px;
      margin-bottom: 40px;
      position: relative;
      max-width: 70%; }
      @media screen and (max-width: 520px) {
        .welcome-section .welcome-info p {
          margin-bottom: 10vh;
          max-width: 100%; } }
    .welcome-section .welcome-info a {
      display: block;
      clear: both; }
    .welcome-section .welcome-info .header-animation {
      width: 60%;
      height: 300px;
      margin: 30px auto;
      background-image: url("../images/home/illustrations/Vitruvian.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 520px) {
        .welcome-section .welcome-info .header-animation {
          width: 100%; } }

/************************************ */
/* */
/* Bottom Gradient Line */
/* */
/************************************ */
.gradient-line {
  width: 100%;
  height: 8px;
  z-index: 10;
  top: calc(100vh - 8px);
  position: fixed;
  background: -moz-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
  background: -webkit-linear-gradient(-45deg, #4EDB91 50%, #37C0D9 80%);
  background: linear-gradient(135deg, #4EDB91 50%, #37C0D9 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='$blue',GradientType=1 ); }
  @media screen and (max-width: 520px) {
    .gradient-line {
      display: none; } }

/************************************ */
/* */
/* About Section */
/* */
/************************************ */
.about-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 60px;
  margin-bottom: 0px; }
  .about-section::after {
    clear: both;
    content: "";
    display: block; }
  .about-section .about-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center;
    position: relative; }
    .about-section .about-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 520px) {
      .about-section .about-info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 0 5%; }
        .about-section .about-info:last-child {
          margin-right: 0; } }
    .about-section .about-info h2 {
      font-weight: normal;
      margin-bottom: 15px; }
    .about-section .about-info p {
      color: #BEBEBE;
      margin-bottom: 50px; }
      @media screen and (max-width: 520px) {
        .about-section .about-info p {
          margin-bottom: 5vh; } }
    .about-section .about-info a {
      margin: 0 auto;
      display: inline-block;
      position: relative;
      padding: 10px 50px 10px 50px !important; }
      @media screen and (max-width: 520px) {
        .about-section .about-info a {
          padding: 10px 35px 10px 35px !important; } }
      .about-section .about-info a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 5px solid transparent;
        border-left: 10px solid rgba(255, 255, 255, 0.96);
        border-bottom: 5px solid transparent;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transition: all 300ms ease-in-out; }
        @media screen and (max-width: 520px) {
          .about-section .about-info a:after {
            display: none; } }
      .about-section .about-info a:hover:after {
        border-left-color: #36D191;
        right: 20px; }
    .about-section .about-info .about-image {
      width: 90%;
      min-height: 220px;
      margin: 0 auto;
      position: relative;
      margin-bottom: 80px;
      background: url("../images/home/illustrations/about-reconnecting.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (max-width: 520px) {
        .about-section .about-info .about-image {
          height: 100px;
          width: 100%;
          margin-bottom: 0; } }

/************************************ */
/* */
/* Intuition Section */
/* */
/************************************ */
.intuition-section {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 35vh auto 30vh; }
  .intuition-section h2 {
    font-weight: 100;
    font-size: 48px;
    width: 80%;
    margin: 0 auto;
    line-height: 1; }
  .intuition-section h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.38;
    color: #BEBEBE;
    margin-bottom: 80px; }
  .intuition-section p {
    width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 520px) {
      .intuition-section p {
        width: 90%; } }

/************************************ */
/* */
/* Our Story */
/* */
/************************************ */
.our-story-section {
  width: 90%;
  max-width: 1440px;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative; }
  .our-story-section .our-story-description {
    width: 55%;
    margin-right: 10%;
    padding-left: 2.5%;
    text-align: justify; }
    @media screen and (max-width: 520px) {
      .our-story-section .our-story-description {
        width: 100%;
        margin-bottom: 50px;
        text-align: center; } }
    .our-story-section .our-story-description h2 {
      font-weight: 100;
      text-align: left; }
      @media screen and (max-width: 520px) {
        .our-story-section .our-story-description h2 {
          text-align: center; } }
    .our-story-section .our-story-description p, .our-story-section .our-story-description ul, .our-story-section .our-story-description li {
      font-size: 24px !important;
      margin: 0 0 20px 0;
      line-height: 1.2;
      color: #BEBEBE; }
  .our-story-section .our-story-image {
    width: 35%;
    background-image: url("../images/home/illustrations/FloatingMeditation.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 520px) {
      .our-story-section .our-story-image {
        margin-bottom: 10vh;
        width: 100%;
        height: 500px; } }
  .our-story-section h3 {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    width: 85%;
    margin: 40px auto; }
    @media screen and (max-width: 520px) {
      .our-story-section h3 {
        width: 90%; } }

/************************************ */
/* */
/* Awards */
/* */
/************************************ */
.awards-section {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px; }
  .awards-section .awards-title h2 {
    font-weight: 100; }
  .awards-section .awards-items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    .awards-section .awards-items-wrap a {
      margin: 30px 5%; }
      .awards-section .awards-items-wrap a .award-item {
        min-width: 160px;
        height: 160px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }

#transtech {
  background-image: url("../images/home/illustrations/awards/TT200.png"); }

#berkeley-top-50 {
  background-image: url("../images/home/illustrations/awards/top50.png"); }

#afm {
  background-image: url("../images/home/illustrations/awards/afm.jpeg"); }

#startup {
  background-image: url("../images/home/illustrations/awards/StartUP.png"); }

.info-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  .info-wrap::after {
    clear: both;
    content: "";
    display: block; }
  .info-wrap .info-content {
    padding: 60px 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    text-align: center; }
    .info-wrap .info-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 820px) {
      .info-wrap .info-content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%; }
        .info-wrap .info-content:last-child {
          margin-right: 0; } }
    .info-wrap .info-content .intro {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      color: #BEBEBE;
      margin-bottom: 50px; }
      .info-wrap .info-content .intro:last-child {
        margin-right: 0; }
    .info-wrap .info-content .logical-process-wrap {
      padding: 60px 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .info-wrap .info-content .logical-process-wrap:last-child {
        margin-right: 0; }
      @media screen and (max-width: 820px) {
        .info-wrap .info-content .logical-process-wrap {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%;
          padding: 0; }
          .info-wrap .info-content .logical-process-wrap:last-child {
            margin-right: 0; } }
      .info-wrap .info-content .logical-process-wrap .logical-process-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .info-wrap .info-content .logical-process-wrap .logical-process-item:last-child {
          margin-right: 0; }
        .info-wrap .info-content .logical-process-wrap .logical-process-item:nth-child(3n) {
          margin-right: 0; }
        .info-wrap .info-content .logical-process-wrap .logical-process-item:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 820px) {
          .info-wrap .info-content .logical-process-wrap .logical-process-item {
            float: left;
            display: block;
            margin-right: 2.84259%;
            width: 79.43148%;
            margin-left: 10.28426%; }
            .info-wrap .info-content .logical-process-wrap .logical-process-item:last-child {
              margin-right: 0; }
            .info-wrap .info-content .logical-process-wrap .logical-process-item:nth-child(1n) {
              margin-right: 0; }
            .info-wrap .info-content .logical-process-wrap .logical-process-item:nth-child(1n+1) {
              clear: left; } }
        .info-wrap .info-content .logical-process-wrap .logical-process-item .process-icon {
          width: 200px;
          height: 200px;
          margin: 0 auto;
          background-color: #ddd;
          position: relative;
          border-radius: 50%; }
          @media screen and (max-width: 820px) {
            .info-wrap .info-content .logical-process-wrap .logical-process-item .process-icon {
              margin-top: 10vh; } }
          .info-wrap .info-content .logical-process-wrap .logical-process-item .process-icon .process-icon-number {
            padding: 0 10px;
            border: 6px solid #36D191;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 6px; }
            .info-wrap .info-content .logical-process-wrap .logical-process-item .process-icon .process-icon-number span {
              font-weight: bold;
              font-size: 18px;
              color: #36D191;
              margin: 0;
              padding: 0; }
        .info-wrap .info-content .logical-process-wrap .logical-process-item .process-content {
          margin: 0 auto; }
          .info-wrap .info-content .logical-process-wrap .logical-process-item .process-content .process-title {
            margin-top: 15px;
            margin-bottom: 10px; }
            .info-wrap .info-content .logical-process-wrap .logical-process-item .process-content .process-title h3 {
              margin: 0;
              text-align: center;
              font-weight: 500;
              color: #BEBEBE;
              font-size: 24px normal; }
          .info-wrap .info-content .logical-process-wrap .logical-process-item .process-content .process-info {
            width: 80%;
            margin: 0 auto; }
            @media screen and (max-width: 820px) {
              .info-wrap .info-content .logical-process-wrap .logical-process-item .process-content .process-info {
                width: 100%; } }

.how-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .how-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 820px) {
    .how-wrap {
      flex-direction: column; } }
  .how-wrap .how-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 8.5298%;
    position: relative; }
    .how-wrap .how-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 820px) {
      .how-wrap .how-content {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%;
        margin: 0;
        text-align: center; }
        .how-wrap .how-content:last-child {
          margin-right: 0; } }
    .how-wrap .how-content .how-title h1 {
      font-weight: normal;
      margin-bottom: 15px;
      padding-bottom: 0;
      color: #767676; }
    .how-wrap .how-content .how-info p {
      color: #BEBEBE;
      font-weight: normal; }
    .how-wrap .how-content .how-link a {
      font-size: 24px;
      font-weight: normal; }
  .how-wrap .how-image-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    height: 300px; }
    .how-wrap .how-image-wrap:last-child {
      margin-right: 0; }
    @media screen and (max-width: 820px) {
      .how-wrap .how-image-wrap {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        margin-top: 10vh; }
        .how-wrap .how-image-wrap:last-child {
          margin-right: 0; } }
    .how-wrap .how-image-wrap .how-image {
      width: 100%;
      height: 100%;
      background: url("../images/home/illustrations/how-it-works/vitruvian.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin: auto; }

#calibrate-icon {
  position: relative;
  background: url("../images/home/illustrations/how-it-works/calibrate.png");
  background-size: contain;
  background-repeat: no-repeat; }

#whip-icon {
  position: relative;
  background: url("../images/home/illustrations/how-it-works/whip.png");
  background-size: contain;
  background-repeat: no-repeat; }

#explore-icon {
  position: relative;
  background: url("../images/home/illustrations/how-it-works/programming.png");
  background-size: contain;
  background-repeat: no-repeat; }

.science-info-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .science-info-wrap::after {
    clear: both;
    content: "";
    display: block; }
  .science-info-wrap .science-header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: 60px;
    margin-bottom: 80px; }
    .science-info-wrap .science-header:last-child {
      margin-right: 0; }

.timeline-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  position: relative; }
  .timeline-wrap:last-child {
    margin-right: 0; }
  .timeline-wrap .magicline {
    width: 15px;
    background-color: #f6f6f6;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .timeline-wrap .cross-line {
    width: 1px;
    background-color: #4EDB91;
    position: absolute;
    left: 0;
    right: 0;
    margin: calc(2.5vh + 35px) auto 0;
    z-index: 2; }
  .timeline-wrap .timeline-item {
    display: flex;
    flex-direction: row;
    padding-top: 2.5vh;
    margin-bottom: 25vh; }
    .timeline-wrap .timeline-item .line-point {
      width: 35px;
      height: 35px;
      background-color: #4EDB91;
      border: 6px solid #f6f6f6;
      border-radius: 100%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 15px auto 0;
      z-index: 1; }
    .timeline-wrap .timeline-item .line-year {
      flex-basis: 45%; }
      .timeline-wrap .timeline-item .line-year p {
        margin-top: 19px; }
    .timeline-wrap .timeline-item .line-item-content {
      flex-basis: 45%;
      display: flex;
      margin-top: 2px;
      justify-content: flex-start; }
      .timeline-wrap .timeline-item .line-item-content .line-icon {
        height: 60px;
        width: 60px;
        font-size: 60px;
        line-height: 1.3; }
      .timeline-wrap .timeline-item .line-item-content .line-item-info h3 {
        margin: 0;
        font-weight: 500;
        color: #36D191;
        font-size: 24px; }
      .timeline-wrap .timeline-item .line-item-content .line-item-info p {
        margin-top: 5px;
        font-size: 22px !important;
        margin-bottom: 10px; }
        .timeline-wrap .timeline-item .line-item-content .line-item-info p a {
          font-size: inherit; }
      .timeline-wrap .timeline-item .line-item-content .line-item-info a {
        display: inline-block;
        font-size: 18px; }
  .timeline-wrap .timeline-item.left .line-year {
    order: 1;
    flex-basis: 45%;
    margin-left: 5%;
    text-align: left; }
  .timeline-wrap .timeline-item.left .line-item-content {
    order: 0;
    flex-basis: 45%;
    margin-right: 5%;
    display: flex;
    justify-content: flex-end; }
    .timeline-wrap .timeline-item.left .line-item-content .line-icon {
      order: 1;
      height: 60px;
      width: 60px;
      font-size: 60px;
      margin: 0;
      line-height: 1.3; }
    .timeline-wrap .timeline-item.left .line-item-content .line-item-info {
      order: 0;
      margin-right: 5%;
      text-align: right; }
  .timeline-wrap .timeline-item.right .line-year {
    order: 0;
    flex-basis: 45%;
    margin-right: 5%;
    text-align: right; }
  .timeline-wrap .timeline-item.right .line-item-content {
    order: 1;
    flex-basis: 45%;
    margin-left: 5%;
    display: flex; }
    .timeline-wrap .timeline-item.right .line-item-content .line-icon {
      order: 0;
      height: 60px;
      width: 60px;
      font-size: 60px;
      margin: 0;
      line-height: 1.3; }
    .timeline-wrap .timeline-item.right .line-item-content .line-item-info {
      order: 1;
      margin-left: 5%;
      text-align: left; }

@media screen and (max-width: 420px) {
  .timeline-wrap {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%;
    margin-left: 0%; }
    .timeline-wrap:last-child {
      margin-right: 0; }
    .timeline-wrap .magicline {
      width: 8px;
      background-color: #ececec;
      border-radius: 10px 10px 0 0;
      position: absolute;
      left: calc(23% + 6.5px);
      right: inherit;
      margin: 12px auto; }
    .timeline-wrap .timeline-item {
      display: flex;
      flex-direction: row;
      padding-top: 2.5vh;
      margin-bottom: 25vh; }
      .timeline-wrap .timeline-item .line-point {
        width: 20px;
        height: 20px;
        border: 4px solid #ececec;
        left: 23%;
        right: inherit;
        margin: 12px auto;
        z-index: 1; }
      .timeline-wrap .timeline-item .line-year {
        flex-basis: 10%;
        margin-left: 8%;
        margin-right: 5%; }
        .timeline-wrap .timeline-item .line-year p {
          margin-top: 8px; }
      .timeline-wrap .timeline-item .line-item-content {
        flex-basis: 65%;
        margin-left: 7%;
        display: flex;
        justify-content: flex-start; }
        .timeline-wrap .timeline-item .line-item-content .line-icon {
          height: 40px;
          width: 40px;
          font-size: 40px;
          line-height: 1.3; }
        .timeline-wrap .timeline-item .line-item-content .line-item-info {
          margin-left: 5%; }
          .timeline-wrap .timeline-item .line-item-content .line-item-info h3 {
            margin: 0;
            font-weight: 500;
            color: #36D191;
            font-size: 24px; }
          .timeline-wrap .timeline-item .line-item-content .line-item-info p {
            margin-top: 5px;
            font-size: 22px !important;
            margin-bottom: 10px; }
          .timeline-wrap .timeline-item .line-item-content .line-item-info a {
            display: inline-block;
            font-size: 18px; } }

.science-documents {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .science-documents::after {
    clear: both;
    content: "";
    display: block; }
  .science-documents .documents-info-wrap {
    width: 80%;
    margin: 0 auto 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-around; }
    .science-documents .documents-info-wrap .science-docs-header {
      width: 80%;
      margin: auto;
      margin-top: 60px;
      margin-bottom: 30px; }
      .science-documents .documents-info-wrap .science-docs-header h2 {
        font-weight: 500;
        color: #767676; }
    .science-documents .documents-info-wrap .docs-items {
      width: 45%;
      margin: 30px 2.5%;
      min-width: 315px;
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 420px) {
        .science-documents .documents-info-wrap .docs-items {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 100%;
          padding: 0;
          margin-left: 10.28426%; }
          .science-documents .documents-info-wrap .docs-items:last-child {
            margin-right: 0; } }
      .science-documents .documents-info-wrap .docs-items .document-icon {
        height: 60px;
        width: 60px;
        font-size: 60px;
        line-height: 1.3; }
      .science-documents .documents-info-wrap .docs-items .document-info {
        text-align: left;
        margin-left: 5%; }
        .science-documents .documents-info-wrap .docs-items .document-info h3 {
          margin: 0;
          font-weight: 500;
          color: #36D191;
          font-size: 24px;
          line-height: 1.3; }
        .science-documents .documents-info-wrap .docs-items .document-info p {
          margin-top: 5px;
          font-size: 22px !important;
          margin-bottom: 10px; }
          .science-documents .documents-info-wrap .docs-items .document-info p a {
            font-size: inherit; }
        .science-documents .documents-info-wrap .docs-items .document-info a {
          display: inline-block;
          font-size: 18px;
          text-align: left; }

#harvard-mediacl-school-logo {
  width: 60px;
  height: 60px;
  background: url("../images/icons/college-logos/harvard.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 420px) {
    #harvard-mediacl-school-logo {
      width: 40px;
      height: 40px; } }

#oxford-logo {
  width: 60px;
  height: 60px;
  background: url("../images/icons/college-logos/oxford.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 420px) {
    #oxford-logo {
      width: 40px;
      height: 40px; } }

.science-navigation-content {
  width: 100%;
  display: inline-block; }
  .science-navigation-content .science-tab-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around; }
    .science-navigation-content .science-tab-nav:last-child {
      margin-right: 0; }
    .science-navigation-content .science-tab-nav li {
      font-size: 24px;
      margin-bottom: 0;
      margin-top: 50px;
      text-align: center;
      margin-bottom: 30px;
      cursor: pointer;
      color: #BEBEBE; }

.science-history {
  display: none; }

.science-documents {
  display: none; }

.active-tab {
  display: block; }

.active-nav {
  color: #36D191 !important; }

.shadow-tab {
  box-shadow: 0 1px 8px 2px #ddd; }

.contact-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 2.35765% 0px;
  min-height: 100vh; }
  .contact-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 420px) {
    .contact-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px; }
      .contact-wrap::after {
        clear: both;
        content: "";
        display: block; } }
  .contact-wrap .contact-message {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .contact-wrap .contact-message:last-child {
      margin-right: 0; }
    @media screen and (max-width: 420px) {
      .contact-wrap .contact-message {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .contact-wrap .contact-message:last-child {
          margin-right: 0; } }
    .contact-wrap .contact-message h2 {
      margin-top: 0; }
      @media screen and (max-width: 420px) {
        .contact-wrap .contact-message h2 {
          margin-bottom: 10px; } }
  .contact-wrap .contact-form {
    padding-top: 5vh;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .contact-wrap .contact-form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 420px) {
      .contact-wrap .contact-form {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .contact-wrap .contact-form:last-child {
          margin-right: 0; } }
    .contact-wrap .contact-form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contact-wrap .contact-form form .input-field {
        width: 47%; }
        @media screen and (max-width: 420px) {
          .contact-wrap .contact-form form .input-field {
            width: 100%; } }
      .contact-wrap .contact-form form textarea {
        width: 100%; }
      .contact-wrap .contact-form form .input-field, .contact-wrap .contact-form form textarea {
        font-size: 24px;
        font-weight: normal;
        color: #BEBEBE;
        padding: 10px 0px 15px 8px;
        border: 2px solid rgba(255, 255, 255, 0);
        border-bottom-color: #BEBEBE;
        -webkit-border-radius: 0px;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-text-overflow: clip;
        text-overflow: clip;
        background: rgba(255, 255, 255, 0);
        margin-bottom: 5vh;
        resize: none;
        transition: border-bottom-color 300ms ease-in-out; }
        .contact-wrap .contact-form form .input-field:focus, .contact-wrap .contact-form form textarea:focus {
          outline: none;
          color: #767676;
          border-bottom-color: #36D191; }
      .contact-wrap .contact-form form .button {
        float: left;
        align-self: flex-end;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 20px;
        margin-top: 10px; }
  .contact-wrap .contact-partnership {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 17.05961%;
    margin-top: 20vh;
    margin-bottom: 20vh; }
    .contact-wrap .contact-partnership:last-child {
      margin-right: 0; }
    @media screen and (max-width: 420px) {
      .contact-wrap .contact-partnership {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .contact-wrap .contact-partnership:last-child {
          margin-right: 0; } }
    .contact-wrap .contact-partnership h2 {
      color: #36D191;
      margin-top: 0; }
    .contact-wrap .contact-partnership a {
      font-size: 24px;
      display: inline-block; }

/************************************ */
/* */
/* Parallax Circles */
/* */
/************************************ */
.green-circle-contact {
  position: absolute;
  top: 70vh;
  z-index: -1;
  right: -273.5px; }
  @media screen and (max-width: 420px) {
    .green-circle-contact {
      display: none; } }

.team-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .team-wrap::after {
    clear: both;
    content: "";
    display: block; }
  .team-wrap .team-members-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 80px; }
    .team-wrap .team-members-wrap:last-child {
      margin-right: 0; }
    .team-wrap .team-members-wrap .team-member {
      width: 45%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      flex-basis: 260px;
      align-items: center;
      position: relative;
      margin-top: 60px; }
      .team-wrap .team-members-wrap .team-member .member-img {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        border-radius: 100%;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .team-wrap .team-members-wrap .team-member .member-profile {
        width: 90%;
        margin: 0 auto;
        text-align: center; }
        .team-wrap .team-members-wrap .team-member .member-profile .member-name {
          font-size: 28px;
          font-weight: 500;
          margin-bottom: 0;
          color: #767676; }
        .team-wrap .team-members-wrap .team-member .member-profile .members-position {
          margin-top: 10px; }
        .team-wrap .team-members-wrap .team-member .member-profile p {
          font-size: 20px !important; }
        .team-wrap .team-members-wrap .team-member .member-profile .member-social {
          margin: 0 auto;
          display: flex;
          flex-direction: row;
          justify-content: center; }
          .team-wrap .team-members-wrap .team-member .member-profile .member-social a {
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            opacity: 0.4;
            transition: all 300ms ease-in-out;
            cursor: pointer;
            margin: 0 10px; }
            .team-wrap .team-members-wrap .team-member .member-profile .member-social a:hover {
              opacity: 1; }
            .team-wrap .team-members-wrap .team-member .member-profile .member-social a img {
              top: 0;
              left: 0;
              position: absolute;
              width: 100%;
              height: 100%; }
  .team-wrap .science-advisor .team-member {
    margin-top: 15px; }
  .team-wrap .section-title {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    .team-wrap .section-title h2 {
      font-size: 28px;
      color: #36D191;
      font-weight: 500; }

/*================================================== */
/* 1. Blog-Post */
/*================================================== */
.blog-posts {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }
  .blog-posts::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .blog-posts {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .blog-posts::after {
        clear: both;
        content: "";
        display: block; } }

/************************************ */
/* */
/* Post items properties */
/* */
/************************************ */
.post-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 30px 2.5%;
  /************************************ */
  /* */
  /* Post date */
  /* */
  /************************************ */
  /************************************ */
  /* */
  /* Post title */
  /* */
  /************************************ */
  /************************************ */
  /* */
  /* Post content */
  /* */
  /************************************ */
  /************************************ */
  /* */
  /* Author name */
  /* */
  /************************************ */ }
  .post-item:last-child {
    margin-right: 0; }
  .post-item:nth-child(2n) {
    margin-right: 0; }
  .post-item:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 760px) {
    .post-item {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 100%;
      padding: 5vh 5%; }
      .post-item:last-child {
        margin-right: 0; } }
  .post-item .post-date {
    font-size: 16px !important;
    font-style: italic;
    font-weight: lighter;
    padding: 0;
    padding-bottom: 15px;
    color: #989898; }
  .post-item .post-title {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #767676; }
    .post-item .post-title a {
      color: #767676; }
      .post-item .post-title a:hover {
        color: #36D191; }
  .post-item .post-content {
    text-align: justify;
    margin-bottom: 5px;
    position: relative;
    color: #989898; }
    .post-item .post-content p {
      font-size: 22px !important;
      color: #989898; }
    .post-item .post-content ul {
      font-size: 22px !important;
      color: #989898; }
    .post-item .post-content li {
      font-size: 22px !important;
      color: #989898; }
    .post-item .post-content img {
      display: block;
      margin: 0 auto; }
      .post-item .post-content img[src$="#xs"] {
        width: 20% !important; }
      .post-item .post-content img[src$="#s"] {
        width: 40% !important; }
      .post-item .post-content img[src$="#m"] {
        width: 60% !important; }
      .post-item .post-content img[src$="#l"] {
        width: 80% !important; }
      .post-item .post-content img[src$="#xl"] {
        width: 100% !important; }
  .post-item h3 {
    margin: 0;
    margin-top: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px; }
    .post-item h3 a {
      color: #767676; }
      .post-item h3 a:hover {
        color: #36D191; }

/*================================================== */
/* 2. Post Self-Section */
/*================================================== */
.post-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  /************************************ */
  /* */
  /* Post items properties */
  /* */
  /************************************ */
  /*================================================== */
  /* Comments */
  /*================================================== */
  /*================================================== */
  /* See Next & Prev */
  /*================================================== */ }
  .post-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .post-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
      .post-wrap::after {
        clear: both;
        content: "";
        display: block; } }
  .post-wrap .post-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    position: relative;
    /************************************ */
    /* */
    /* Post title */
    /* */
    /************************************ */
    /************************************ */
    /* */
    /* Meta info styles for each post */
    /* */
    /************************************ */
    /************************************ */
    /* */
    /* Post content */
    /* */
    /************************************ */
    /************************************ */
    /* */
    /* Post content */
    /* */
    /************************************ */ }
    .post-wrap .post-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 760px) {
      .post-wrap .post-item {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .post-wrap .post-item:last-child {
          margin-right: 0; } }
    .post-wrap .post-item .post-title {
      font-weight: 500;
      font-size: 36px;
      margin: 0;
      margin-bottom: 20px;
      color: #767676; }
    .post-wrap .post-item .post-info {
      margin-bottom: 15px;
      display: flex;
      flex-direction: row;
      /************************************ */
      /* */
      /* Post date */
      /* */
      /************************************ */
      /************************************ */
      /* */
      /* Author name */
      /* */
      /************************************ */ }
      .post-wrap .post-item .post-info .post-date {
        font-size: 16px !important;
        font-style: italic;
        font-weight: lighter;
        margin-bottom: 15px;
        padding: 0;
        color: #989898; }
      .post-wrap .post-item .post-info .post-author {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        color: #989898;
        font-style: italic;
        margin-left: 10px; }
        .post-wrap .post-item .post-info .post-author a {
          color: #767676;
          font-weight: bold;
          font-style: normal;
          margin-left: 5px; }
    .post-wrap .post-item .post-content {
      margin-bottom: 50px; }
      .post-wrap .post-item .post-content p {
        font-size: 22px !important;
        color: #989898;
        text-align: justify; }
      .post-wrap .post-item .post-content p {
        font-size: 22px !important;
        color: #989898; }
      .post-wrap .post-item .post-content ul {
        font-size: 22px !important;
        color: #989898; }
      .post-wrap .post-item .post-content li {
        font-size: 22px !important;
        color: #989898; }
      .post-wrap .post-item .post-content img {
        width: 100%; }
    .post-wrap .post-item .post-footer {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .post-wrap .post-item .post-footer::after {
        clear: both;
        content: "";
        display: block; }
      .post-wrap .post-item .post-footer .post-tags {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        padding: 2.35765% 0;
        position: relative;
        left: -5px; }
        .post-wrap .post-item .post-footer .post-tags:last-child {
          margin-right: 0; }
        .post-wrap .post-item .post-footer .post-tags a {
          color: #989898;
          font-size: 18px;
          padding: 1px 15px;
          border: 1px solid #36D191;
          border-radius: 30px;
          text-transform: capitalize;
          cursor: pointer;
          margin-left: 5px;
          margin-right: 5px; }
          .post-wrap .post-item .post-footer .post-tags a:hover {
            color: rgba(255, 255, 255, 0.96);
            background-color: #36D191; }
      .post-wrap .post-item .post-footer .post-share {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        position: relative;
        right: 0;
        padding: 2.35765% 0; }
        .post-wrap .post-item .post-footer .post-share:last-child {
          margin-right: 0; }
        @media screen and (max-width: 760px) {
          .post-wrap .post-item .post-footer .post-share {
            float: left;
            display: block;
            margin-right: 2.84259%;
            width: 79.43148%;
            left: -10px;
            margin-top: 5vh; }
            .post-wrap .post-item .post-footer .post-share:last-child {
              margin-right: 0; } }
        .post-wrap .post-item .post-footer .post-share .social-media-icon {
          width: 35px;
          height: 35px;
          float: right;
          margin: auto 10px; }
          @media screen and (max-width: 760px) {
            .post-wrap .post-item .post-footer .post-share .social-media-icon {
              float: left; } }
          .post-wrap .post-item .post-footer .post-share .social-media-icon img {
            width: 35px;
            height: 35px; }
  .post-wrap #disqus_thread {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 8.5298%;
    margin-top: 30px; }
    .post-wrap #disqus_thread:last-child {
      margin-right: 0; }
    .post-wrap #disqus_thread:nth-child(1n) {
      margin-right: 0; }
    .post-wrap #disqus_thread:nth-child(1n+1) {
      clear: left; }
    @media screen and (max-width: 760px) {
      .post-wrap #disqus_thread {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .post-wrap #disqus_thread:last-child {
          margin-right: 0; } }
  .post-wrap .read-next {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 8.5298%;
    margin-top: 120px; }
    .post-wrap .read-next:last-child {
      margin-right: 0; }
    @media screen and (max-width: 760px) {
      .post-wrap .read-next {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        margin-left: 0%;
        padding: 2.35765% 5%; }
        .post-wrap .read-next:last-child {
          margin-right: 0; } }
    .post-wrap .read-next h2 {
      font-size: 36px;
      color: #36D191;
      font-weight: normal; }
    .post-wrap .read-next .read-next-story {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 10%; }
      .post-wrap .read-next .read-next-story:last-child {
        margin-right: 0; }
      .post-wrap .read-next .read-next-story:nth-child(3n) {
        margin-right: 0; }
      .post-wrap .read-next .read-next-story:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 760px) {
        .post-wrap .read-next .read-next-story {
          float: left;
          display: block;
          margin-right: 2.84259%;
          width: 79.43148%;
          margin-left: 0%;
          padding: 5vh 0;
          margin-right: 0; }
          .post-wrap .read-next .read-next-story:last-child {
            margin-right: 0; }
          .post-wrap .read-next .read-next-story:nth-child(1n) {
            margin-right: 0; }
          .post-wrap .read-next .read-next-story:nth-child(1n+1) {
            clear: left; } }
      .post-wrap .read-next .read-next-story .post-date {
        font-size: 16px !important;
        font-style: italic;
        font-weight: lighter;
        margin-bottom: 2opx;
        padding: 0;
        color: #989898; }
      .post-wrap .read-next .read-next-story .next-story-thumbnail {
        display: block;
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center center; }
      .post-wrap .read-next .read-next-story h2 {
        font-weight: normal;
        font-size: 30px;
        color: #767676; }
        .post-wrap .read-next .read-next-story h2:hover {
          color: #36D191; }
      .post-wrap .read-next .read-next-story p {
        font-size: 22px !important;
        color: #989898;
        text-align: justify;
        vertical-align: baseline; }

/*================================================== */
/* 3. Featured Post */
/*================================================== */
.featured-post-section {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }
  .featured-post-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .featured-post-section {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .featured-post-section::after {
        clear: both;
        content: "";
        display: block; } }
  .featured-post-section .featured-post-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    /************************************ */
    /* */
    /* Post title */
    /* */
    /************************************ */
    /************************************ */
    /* */
    /* Post content */
    /* */
    /************************************ */
    /************************************ */
    /* */
    /* Author name */
    /* */
    /************************************ */ }
    .featured-post-section .featured-post-item:last-child {
      margin-right: 0; }
    .featured-post-section .featured-post-item h3 {
      text-align: center;
      font-size: 16px;
      color: #BEBEBE;
      margin-bottom: 50px; }
    .featured-post-section .featured-post-item .post-title {
      font-weight: 500;
      font-size: 42px;
      margin: 0;
      margin-bottom: 25px;
      color: #767676;
      text-align: center; }
      .featured-post-section .featured-post-item .post-title a {
        color: #36D191; }
        .featured-post-section .featured-post-item .post-title a:hover {
          color: #767676; }
    .featured-post-section .featured-post-item .post-content {
      text-align: center;
      margin-bottom: 5px;
      color: #989898; }
      .featured-post-section .featured-post-item .post-content p {
        font-size: 24px !important;
        color: #989898; }
    .featured-post-section .featured-post-item .post-author {
      margin: 0;
      margin-top: 25px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 20px; }
      .featured-post-section .featured-post-item .post-author a {
        color: #767676; }
        .featured-post-section .featured-post-item .post-author a:hover {
          color: #36D191; }

/*================================================== */
/* 4. Pagination */
/*================================================== */
.pagination {
  text-align: center;
  margin: 0;
  margin: 50px auto;
  font-size: 16px;
  position: relative; }

/*================================================== */
/* 5. Author Page */
/*================================================== */
.author-profile {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .author-profile::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .author-profile {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 2.35765% 5%;
      display: flex;
      flex-direction: column; }
      .author-profile::after {
        clear: both;
        content: "";
        display: block; } }
  .author-profile .author-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding: 2.35765% 2.5%; }
    .author-profile .author-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 760px) {
      .author-profile .author-info {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 100%;
        padding: 2.35765% 0%;
        order: 1; }
        .author-profile .author-info:last-child {
          margin-right: 0; } }
    .author-profile .author-info h2 {
      font-weight: normal;
      font-size: 36px;
      color: #767676;
      margin-top: 0; }
    .author-profile .author-info p {
      color: #989898;
      font-size: 22px; }
  .author-profile .author-meta .author-link a {
    font-size: 20px; }
  .author-profile .author-profile-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 2.35765% 2.5%;
    position: relative; }
    .author-profile .author-profile-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 760px) {
      .author-profile .author-profile-image {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%;
        padding: 0;
        margin-left: 20.56852%; }
        .author-profile .author-profile-image:last-child {
          margin-right: 0; } }
    .author-profile .author-profile-image .author-image {
      width: 200px;
      height: 200px;
      position: relative;
      border: 10px solid #36D191;
      border-radius: 100%; }
      .author-profile .author-profile-image .author-image .img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        border-radius: 100%; }

.articles-author-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -110px; }
  .articles-author-title::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .articles-author-title {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .articles-author-title::after {
        clear: both;
        content: "";
        display: block; } }
  .articles-author-title h2 {
    padding: 2.35765% 2.5%;
    font-size: 36px;
    color: #36D191;
    font-weight: normal; }
    @media screen and (max-width: 760px) {
      .articles-author-title h2 {
        padding: 2.35765% 5%; } }

/*================================================== */
/* 7. Tag Page */
/*================================================== */
.tag-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: -110px; }
  .tag-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 760px) {
    .tag-wrap {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .tag-wrap::after {
        clear: both;
        content: "";
        display: block; } }
  .tag-wrap .main-header-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding: 2.35765% 5%; }
    .tag-wrap .main-header-content:last-child {
      margin-right: 0; }
    .tag-wrap .main-header-content h2 {
      font-size: 36px;
      color: #36D191;
      font-weight: normal;
      text-transform: uppercase;
      margin-top: 0; }
      .tag-wrap .main-header-content h2 span {
        text-transform: capitalize;
        color: #BEBEBE;
        margin-left: 5px; }

/*================================================== */
/* 8. Parallax */
/*================================================== */
/************************************ */
/* */
/* Parallax Circles */
/* */
/************************************ */
.green-circle-post {
  position: absolute;
  bottom: 5vh;
  z-index: -1;
  right: -273.5px; }
  @media screen and (max-width: 760px) {
    .green-circle-post {
      display: none; } }

/************************************ */
/* */
/*Circles Blog */
/* */
/************************************ */
.green-circle-blog {
  position: absolute;
  top: 20vh;
  z-index: -1;
  right: -273.5px; }
  @media screen and (max-width: 760px) {
    .green-circle-blog {
      display: none; } }

.privacy-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  text-align: justify; }
  .privacy-section::after {
    clear: both;
    content: "";
    display: block; }
  .privacy-section:last-child {
    margin-right: 0; }
  .privacy-section h1, .privacy-section h2, .privacy-section h3, .privacy-section h4, .privacy-section h5, .privacy-section h6 {
    color: #36D191;
    font-weight: 500; }
  .privacy-section h2 {
    margin-top: 60px;
    margin-bottom: 15px; }
  .privacy-section p {
    margin-left: 15px; }
  .privacy-section li p {
    margin-left: 0px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*# sourceMappingURL=styles.css.map */
