@charset "UTF-8";
/* ========================================================================
   Variables
 ========================================================================== */
/* ========================================================================
   Fonts
 ========================================================================== */
@font-face {
  font-family: 'articulat-normal';
  src: url('../fonts/articulat/Webfont/ArticulatCF-Normal.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-Normal.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-Normal.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'articulat-regular';
  src: url('../fonts/articulat/Webfont/ArticulatCF-Regular.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-Regular.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-Regular.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'articulat-thin';
  src: url('../fonts/articulat/Webfont/ArticulatCF-Thin.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-Thin.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-Thin.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'articulat-light';
  src: url('../fonts/articulat/Webfont/ArticulatCF-Light.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-Light.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-Light.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'articulat-500';
  src: url('../fonts/articulat/Webfont/ArticulatCF-DemiBold.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-DemiBold.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-DemiBold.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'articulat-600';
  src: url('../fonts/articulat/Webfont/ArticulatCF-Bold.eot') format('eot'), url('../fonts/articulat/Webfont/ArticulatCF-Bold.woff') format('woff'), url('../fonts/articulat/Webfont/ArticulatCF-Bold.woff2') format('woff2');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'roboto-bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-style: normal;
  font-stretch: normal;
}
/* ========================================================================
   Component: Form
========================================================================== */
.is-checkbox:focus,
.is-radio:focus {
  border-color: #D8DEDF;
}
.is-form-label {
  display: inline-block;
  margin-bottom: 1rem/2;
}
.is-input,
.is-textarea,
.is-checkbox-input {
  color: #94A8AB;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #D8D8D8;
  vertical-align: middle;
}
.is-input::placeholder,
.is-textarea::placeholder,
.is-checkbox-input::placeholder {
  color: #94A8AB;
}
.is-input {
  height: 5rem;
  padding: 2rem 0 1rem/2 / 2 1rem/2 * 2;
  color: #313D3F;
}
.is-input:focus {
  border-color: #219897;
  color: #313D3F;
}
.is-input::placeholder {
  color: #94A8AB;
}
.is-textarea {
  color: #313D3F;
  padding-left: 1rem/2 * 2;
  padding-top: 3rem;
}
.is-textarea:focus {
  border-color: #219897;
  color: #313D3F;
}
.is-textarea::placeholder {
  color: #94A8AB;
}
.is-checkbox-input {
  display: inline-block;
  margin-right: 1rem/2 * 2;
  margin-bottom: 1rem/2 * 2;
  border: 1px solid #D8DEDF;
  border-radius: 4px;
}
@media only screen and ( max-width: 959px ) {
  .is-checkbox-input {
    margin-bottom: 1rem/2 * 3;
  }
}
.is-checkbox-input.is-checked {
  border-color: #00A7E0;
}
.is-checkbox-input.is-checked .is-option-title {
  color: #00A7E0;
}
.is-checkbox-input .is-checkbox {
  margin-right: 1rem/2 * 2;
  border-radius: 4px;
}
.is-checkbox-input .is-checkbox:checked {
  border-color: #00A7E0;
  background-color: #00A7E0;
}
.is-checkbox-input .is-checkbox:checked:focus {
  border-color: #00A7E0;
}
.is-checkbox-input .is-checkbox:focus {
  border-color: #D8DEDF;
}
.is-checkbox-input .is-option-title {
  color: #313D3F;
  padding: 1rem/2 * 2;
  display: table;
}
.is-checkbox-input .is-option-title:hover {
  cursor: pointer;
}
.is-form-controls {
  position: relative;
}
label.error {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  color: red;
  font-size: 1rem/2 * 1.5;
}
/* ========================================================================
   Component: Base
========================================================================== */
@media only screen and ( max-width: 1199px ) {
  html {
    font-size: 16px;
  }
}
@media only screen and ( max-width: 959px ) {
  html {
    font-size: 15px;
  }
}
@media only screen and ( max-width: 639px ) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: 'roboto-regular';
  /*  max-width: 2440px;*/
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  color: #2C1D40;
}
main {
  padding-top: 7rem;
  margin-top: -7rem;
}
a {
  color: #00A7E0;
}
a:hover {
  color: #00A7E0;
  text-decoration: none;
}
/* ========================================================================
   Component: Section
 ========================================================================== */
.is-section {
  padding: 1rem/2 * 12 0;
}
.is-section-xsmall {
  padding: 1rem/2 * 4 0;
}
.is-section-small {
  padding: 1rem/2 * 6 0;
}
.is-section-large {
  padding: 1rem/2 * 16 0;
}
/* ========================================================================
   Component: Divider
 ========================================================================== */
.is-divider {
  width: 100%;
  height: 1px;
}
.is-divider-bg-light {
  height: 1px;
  border-radius: 2px;
  background-color: #000;
  opacity: 0.1;
}
.is-divider-bg-dark {
  background-color: #fff;
  opacity: 0.2;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
.is-button {
  padding: 8px 24px;
  background-color: #3B2C85;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 600;
  text-transform: none;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(206, 218, 221, 0);
  transition: all 0.3s ease-in-out;
}
.is-button:hover {
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(206, 218, 221, 0.02);
  transform: translate3d(0, -2px, 0);
}
.is-button-reverse {
  padding: 16px 32px;
  background-color: #fff;
  color: #3B2C85;
  font-size: 0.75rem;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(206, 218, 221, 0);
  transition: all 0.3s ease-in-out;
}
@media only screen and ( max-width: 639px ) {
  .is-button-reverse {
    font-size: 1rem;
  }
}
.is-button-reverse:hover {
  color: #3B2C85;
  box-shadow: 0 4px 8px 0 rgba(206, 218, 221, 0.02);
  transform: translate3d(0, -2px, 0);
}
/* ========================================================================
   Component: Link
 ========================================================================== */
.is-link {
  font-family: 'roboto-medium';
  font-size: 0.75rem;
  line-height: 1;
  color: #00A7E0;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.33, 1);
}
@media only screen and ( max-width: 639px ) {
  .is-link {
    font-size: 1rem;
  }
}
.is-link:hover,
.is-link.is-hovered {
  color: #00A7E0;
  text-decoration: none;
}
.is-link.is-link-light {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.is-link.is-link-light:hover {
  text-decoration: underline;
}
.is-link.is-link-inverse {
  padding-right: 0;
  padding-left: 1.6rem;
  margin-left: -1.6rem;
}
.is-link.is-link-inverse:after {
  content: '';
  transform: rotate(180deg);
  left: -1.25rem;
  right: auto;
}
.is-link.is-link-inverse:before {
  content: '';
  opacity: 0;
  transform: scale(0);
}
.is-link.is-link-inverse:hover:after {
  opacity: 1;
  left: 0;
}
/* ========================================================================
   Component: Heading
========================================================================== */
.is-h1,
.is-h2,
.is-h3,
.is-h4,
.is-h5,
.is-h6,
h1,
h2,
h3,
h4,
h5,
h6,
.is-form-label {
  color: #2C1D40;
}
h1,
.is-h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-family: 'articulat-light';
}
@media only screen and ( max-width: 374px) {
  h1,
  .is-h1 {
    font-size: 4rem;
    font-family: 'articulat-regular';
  }
}
h2,
.is-h2 {
  font-size: 3.5rem;
  line-height: 1.14;
  font-family: 'articulat-500';
}
h3,
.is-h3 {
  font-size: 3rem;
  line-height: 1.17;
  font-family: 'articulat-500';
}
h4,
.is-h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'articulat-500';
}
h5,
.is-h5 {
  font-size: 1.5rem;
  line-height: 1.33;
  font-family: 'articulat-600';
}
h6,
.is-h6,
.is-form-label {
  font-family: 'articulat-500';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
.is-text,
.is-text > * {
  font-size: 1.5rem;
  line-height: 1.66;
  font-family: 'roboto-regular';
}
.is-text p,
.is-text h1,
.is-text h2,
.is-text h3,
.is-text h4,
.is-text h5,
.is-text h6 {
  margin-bottom: 1rem;
}
.is-text-meta,
.is-text-meta > * {
  font-size: 1.25rem;
  line-height: 1.66;
  font-family: 'roboto-bold';
}
.is-text-lead,
.is-text-lead > *,
.is-legend {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'articulat-regular';
  color: #000;
}
.is-text-large {
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: 'articulat-regular';
}
.is-text-bold {
  font-family: 'articulat-500';
  font-size: 1.5rem;
  line-height: 1.333;
}
p {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #2C1D40;
}
/* ========================================================================
   Component: Inverse
========================================================================== */
.is-light {
  color: #ffffff !important;
}
.is-light .is-text-lead {
  color: #ffffff !important;
}
.morphext > .animated {
  display: inline-block;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
}
.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.is-color-main {
  color: #2C1D40 !important;
}
.is-color-blue {
  color: #00A7E0 !important;
}
.is-color-brick {
  color: #A43131 !important;
}
.is-color-orange {
  color: #F0542F !important;
}
.is-color-white {
  color: #fff !important;
}
.is-bg-color-main {
  background-color: #2C1D40 !important;
}
.is-bg-color-brick {
  background-color: #A43131 !important;
}
.is-bg-color-orange {
  background-color: #F0542F !important;
}
.is-bg-color-blue {
  background-color: #00A7E0 !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
.is-container-large {
  margin: 0 auto;
}
.is-grid-item > a {
  display: inline-block;
}
.is-grid-medium > * {
  padding-left: 1rem/2 * 3;
}
/* Add margin if adjacent element */
* + h1,
* + .is-h1,
* + h2,
* + .is-h2,
* + h3,
* + .is-h3,
* + h4,
* + .is-h4,
* + h5,
* + .is-h5,
* + h6,
* + .is-h6 {
  margin: 0;
}
.is-subnav > li > a {
  font-size: 1.5rem !important;
  line-height: 1.66 !important;
  text-transform: none !important;
}
* + .is-margin {
  margin-top: 1rem/2 * 3 !important;
}
.is-margin {
  margin-top: 1rem/2 * 3 !important;
}
em {
  color: inherit !important;
}
.is-card {
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  color: #219897;
  background: #fff;
  padding: 1.875rem 1.5rem;
  transition: all 0.25s;
}
.is-card:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
  transform: translate3d(0, -2px, 0);
  transition: all 0.25s;
}
.is-card .is-card-badge {
  z-index: 0;
}
.is-card .is-card-badge img {
  width: 100%;
  max-width: 120px;
}
.is-card .is-card-badge img.w-180 {
  max-width: 180px;
}
.is-card .is-card-title {
  color: #219897;
  opacity: 0.7;
  letter-spacing: 1px;
  font-size: 0.75rem;
}
.is-card h4 {
  color: #219897;
  margin-bottom: 5rem;
  margin-top: 4.5rem;
  margin-right: 2rem;
  display: block;
  min-height: 150px;
}
@media only screen and ( max-width: 1199px ) {
  .is-card h4 {
    min-height: 196px;
  }
}
@media only screen and ( max-width: 639px ) {
  .is-card h4 {
    min-height: auto;
    margin-top: 6rem;
  }
}
.is-card .is-link {
  color: #219897;
  opacity: 0.7;
}
.is-card .is-link:hover {
  opacity: 1;
}
.notification-toaster {
  display: none;
  overflow-y: inherit;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9999999999;
  border-top: 1px solid #ECECEC;
  box-shadow: 0 0 5px 3px rgba(76, 80, 98, 0.05);
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.notification-toaster .disclaimer {
  font-size: 0.85rem;
  /*    max-width: 800px;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
}
@media only screen and ( max-width: 959px ) {
  .notification-toaster .disclaimer {
    font-size: 1.05rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and ( max-width: 639px ) {
  .notification-toaster .disclaimer {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}
.notification-toaster .is-close {
  right: 1rem;
  top: 1rem;
  position: absolute;
}
#page-header {
  overflow: visible;
  width: 100%;
  position: fixed;
  z-index: 1;
  transition: all 0.5s;
}
#page-header.is-navbar-sticky {
  background-color: rgba(44, 29, 64, 0.94);
  z-index: 3;
}
#page-header.is-navbar-sticky .Navbar-Header {
  padding-bottom: 0;
  padding-top: 0;
}
#page-header.is-navbar-sticky .Logo-desktop {
  margin-top: 0;
}
#page-header.is-active {
  background-color: #fff;
}
@media only screen and ( max-width: 959px ) {
  #page-header .is-navbar-item {
    padding: 0;
  }
}
#page-header .is-navbar-item:not(.Logo),
#page-header .ButtonGroup {
  display: none;
}
.is-navbar-right {
  flex-direction: column;
  display: block;
  align-self: center;
}
.Header-dark {
  background: rgba(255, 255, 255, 0.95);
}
.Header-dark .Navbar-right {
  list-style: none;
}
@media only screen and ( max-width: 959px ) {
  .Header-dark .Navbar-right {
    display: none;
  }
}
.Header-dark .Navbar-right a {
  font-family: 'roboto-bold';
  width: auto;
  color: #2C1D40 !important;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 2;
  text-transform: uppercase !important;
}
.Header-dark .Navbar-right a:hover,
.Header-dark .Navbar-right a:visited,
.Header-dark .Navbar-right a:active,
.Header-dark .Navbar-right a:focus {
  color: #2C1D40;
  text-decoration: underline;
}
.Header-dark .Navbar-right .is-button {
  padding: 0 16px;
  height: auto;
  transition: all 0.35s;
}
.Header-dark .Navbar-right .is-button a {
  color: #fff !important;
}
.Header-dark .Navbar-right .is-button a:hover,
.Header-dark .Navbar-right .is-button a:visited,
.Header-dark .Navbar-right .is-button a:active,
.Header-dark .Navbar-right .is-button a:focus {
  color: #fff;
  transition: all 0.35s;
  text-decoration: none !important;
}
.Header-dark .Navbar-right .is-button a:after,
.Header-dark .Navbar-right .is-button a:before {
  display: none;
}
.Header-dark .Navbar-right .Header-nav-item {
  display: inline-block;
  margin-right: 2.5rem;
}
.Header-dark .Navbar-right .Header-nav-item:last-child {
  margin-right: 0;
}
.Header-dark.is-navbar-sticky {
  background-color: rgba(255, 255, 255, 0.85) !important;
  z-index: 3;
}
.Header-dark.is-navbar-sticky .Navbar-Header {
  padding-bottom: 1rem;
  padding-top: 1em;
}
.Header-dark.is-navbar-sticky .Logo-desktop {
  margin-top: 0;
}
.Navbar-right {
  list-style: none;
}
@media only screen and ( max-width: 959px ) {
  .Navbar-right {
    display: none;
  }
}
.Navbar-right .Header-nav-item {
  display: inline-block;
  margin-right: 2.5rem;
}
.Navbar-right .Header-nav-item:last-child {
  margin-right: 0;
}
.Navbar-right.is-navbar-nav {
  margin-top: 0.5rem !important;
  align-items: center;
}
.Navbar-right.is-navbar-nav > li > a {
  height: 40px;
  padding: 0;
  margin-right: 2.5rem;
  font-family: 'roboto-bold';
  width: auto;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 2;
  text-transform: uppercase !important;
}
.Navbar-right.is-navbar-nav > li > a:hover,
.Navbar-right.is-navbar-nav > li > a:visited,
.Navbar-right.is-navbar-nav > li > a:active,
.Navbar-right.is-navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: underline;
}
.Navbar-right.is-navbar-nav li:last-child a {
  margin-right: 0;
}
.Logo-desktop {
  display: inline-block;
  max-width: 155px;
  width: 100%;
  margin-top: 0;
}
@media only screen and ( max-width: 639px ) {
  .Logo-desktop {
    margin-top: 0.5rem;
  }
}
.Logo-mobile {
  display: none;
}
@media only screen and ( max-width: 959px ) {
  .Logo-mobile {
    margin-bottom: 5rem;
    margin-top: -0.75rem;
    margin-left: 2rem;
    max-width: 120px;
    display: block;
  }
}
.is-navbar-dropdown.is-open {
  left: -62px !important;
  top: 46px !important;
  background-color: #2D3739;
  box-shadow: 0 2px 3px 0 rgba(50, 54, 72, 0.12);
  padding: 1rem 0 0 0;
}
.is-navbar-dropdown.is-open:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 42%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #2D3739;
  transition: all 0.4s;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a {
  color: #fff;
  opacity: 0.7;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a:hover {
  opacity: 1;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.calendar-link {
  transition: all 0.35s;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.calendar-link:before {
  position: absolute;
  content: url("../img/icons/icon-calendar-inactive.svg");
  margin-left: 1rem;
  top: 14px;
  transition: opacity 0.35s;
  opacity: 1;
  z-index: 2;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.calendar-link:after {
  position: absolute;
  content: url("../img/icons/icon-calendar-active.svg");
  margin-left: 1rem;
  top: 14px;
  left: 0;
  opacity: 1;
  transition: opacity 0.35s;
  z-index: 1;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.calendar-link:hover:before {
  opacity: 0;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.appointments-link {
  transition: all 0.35s;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.appointments-link:before {
  position: absolute;
  content: url("../img/icons/icon-appointments-inactive.svg");
  margin-left: 1rem;
  top: 14px;
  transition: opacity 0.35s;
  opacity: 1;
  z-index: 2;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.appointments-link:after {
  position: absolute;
  content: url("../img/icons/icon-appointments-active.svg");
  margin-left: 1rem;
  top: 14px;
  left: 0;
  opacity: 1;
  transition: opacity 0.35s;
  z-index: 1;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.appointments-link:hover:before {
  opacity: 0;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.services-link {
  transition: all 0.35s;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.services-link:before {
  position: absolute;
  content: url("../img/icons/icon-services-inactive.svg");
  margin-left: 1rem;
  top: 14px;
  transition: opacity 0.35s;
  opacity: 1;
  z-index: 2;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.services-link:after {
  position: absolute;
  content: url("../img/icons/icon-services-active.svg");
  margin-left: 1rem;
  top: 14px;
  left: 0;
  opacity: 1;
  transition: opacity 0.35s;
  z-index: 1;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav li a.services-link:hover:before {
  opacity: 0;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .top-item a {
  padding: 1rem 0 1rem 3.8rem;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .top-item a:before,
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .top-item a:after {
  border-bottom: none;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .divider-light {
  width: 100%;
  height: 2px;
  background-color: #5B5E6D;
  margin-top: 1rem;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item {
  position: relative;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item a {
  position: relative;
  padding: 1rem 2rem;
  font-size: 0.9rem;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item a:before,
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item a:after {
  border-bottom: none;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item a:after {
  transition: all 0.25s;
  position: absolute;
  content: url("../img/icons/left-light.svg");
  top: 21px;
  right: 29px;
  left: auto;
}
.is-navbar-dropdown.is-open .is-navbar-dropdown-nav .bottom-item a:hover:after {
  top: 21px;
  right: 21px;
}
#overlay-nav {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s ease-in-out;
  z-index: 9999;
}
@media only screen and ( min-width: 960px ) {
  #overlay-nav {
    display: none;
  }
}
@media only screen and ( min-width: 640px ) {
  #overlay-nav {
    min-height: 50vh;
    height: 60vh !important;
  }
}
#overlay-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s ease-in-out;
}
@media only screen and ( min-width: 640px ) {
  #overlay-nav.is-open {
    min-height: 50vh;
    height: 100vh !important;
  }
}
.MobileNav {
  list-style: none;
  padding-top: 1rem;
}
@media only screen and ( min-width: 640px ) {
  .MobileNav {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 812px), screen and (max-height: 350px) {
  .MobileNav {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 568px), screen and (max-height: 320px) {
  .MobileNav {
    padding-top: 3rem;
  }
}
.MobileNav .Logo-mobile {
  margin-bottom: 4.5rem;
  padding-left: 0;
  display: block;
}
@media only screen and ( max-width: 959px ) {
  .MobileNav .Logo-mobile {
    margin-bottom: 5rem;
  }
}
@media only screen and ( max-width: 374px) {
  .MobileNav .Logo-mobile {
    margin-bottom: 3.5rem;
  }
}
@media only screen and ( min-width: 960px ) {
  .MobileNav .Logo-mobile {
    display: none;
  }
}
.MobileNav .Mobile-nav-item {
  margin-bottom: 1.25rem;
}
@media only screen and ( max-width: 959px ) {
  .MobileNav .Mobile-nav-item {
    margin-bottom: 1.5rem;
  }
}
.MobileNav .Mobile-nav-item a {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #2C1D40;
  text-transform: uppercase;
}
@media only screen and ( max-width: 959px ) {
  .MobileNav .Mobile-nav-item a {
    font-family: 'articulat-600';
    font-size: 1.5rem;
    line-height: 1;
  }
  .MobileNav .Mobile-nav-item a.is-button {
    font-size: 1.25rem;
    color: #2C1D40;
    padding: 1rem 3rem;
  }
}
.MobileNav .Mobile-nav-item .Features-submenu {
  margin-top: 1.25rem;
  list-style: none;
}
.MobileNav .Mobile-nav-item .Features-submenu .sub-item {
  margin-bottom: 2rem;
}
@media only screen and ( max-width: 959px ) {
  .MobileNav .Mobile-nav-item .Features-submenu .sub-item {
    margin-bottom: 1.5rem;
  }
}
.MobileNav .Mobile-nav-item .Features-submenu .calendar-link {
  position: relative;
  padding-left: 1rem;
}
.MobileNav .Mobile-nav-item .Features-submenu .calendar-link:before {
  position: absolute;
  content: url("../img/icons/icon-calendar-active.svg");
  left: -30px;
  bottom: -13px;
}
.MobileNav .Mobile-nav-item .Features-submenu .appointments-link {
  position: relative;
  padding-left: 1rem;
}
.MobileNav .Mobile-nav-item .Features-submenu .appointments-link:before {
  position: absolute;
  content: url("../img/icons/icon-appointments-active.svg");
  left: -30px;
  bottom: -13px;
}
.MobileNav .Mobile-nav-item .Features-submenu .services-link {
  position: relative;
  padding-left: 1rem;
}
.MobileNav .Mobile-nav-item .Features-submenu .services-link:before {
  position: absolute;
  content: url("../img/icons/icon-services-active.svg");
  left: -30px;
  bottom: -13px;
}
.MobileNav .Mobile-nav-item .is-button {
  font-size: 1.25rem;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
.MenuToggle {
  position: relative;
  display: block;
}
.MenuToggle .ToggleIcon {
  display: block;
  position: relative;
  top: 0.5rem;
  width: 30px;
  height: 42px;
  right: 0.5rem;
  z-index: 99998;
}
.MenuToggle .ToggleIcon span,
.MenuToggle .ToggleIcon:before,
.MenuToggle .ToggleIcon:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background: #fff;
  z-index: 99999;
  transition: all 0.1s ease-in-out;
}
.MenuToggle .ToggleIcon span {
  top: 50%;
  margin-top: -5px;
  transition: all 0s;
}
.MenuToggle .ToggleIcon:before {
  content: '';
  top: 8px;
}
.MenuToggle .ToggleIcon:after {
  content: '';
  bottom: 16px;
}
.MenuToggle .ToggleIcon.is-open {
  display: block;
  position: relative;
  top: 0;
  width: 26px;
  height: 42px;
  z-index: 99998;
  right: 1rem;
  padding: 1rem;
}
.MenuToggle .ToggleIcon.is-open span {
  opacity: 0;
}
.MenuToggle .ToggleIcon.is-open:before {
  top: 20px;
  transform: rotate(45deg);
  z-index: 99999;
  background-color: #219897 !important;
}
.MenuToggle .ToggleIcon.is-open:after {
  bottom: 20px;
  transform: rotate(-45deg);
  z-index: 99999;
  background-color: #219897 !important;
}
.Header-dark .MenuToggle .ToggleIcon span,
.Header-dark .MenuToggle .ToggleIcon:before,
.Header-dark .MenuToggle .ToggleIcon:after {
  background: #219897;
  z-index: 99999;
  transition: all 0.1s ease-in-out;
}
.Header-dark .MenuToggle .ToggleIcon.is-open {
  right: 1rem;
  display: block;
  position: relative;
  width: 26px;
  height: 42px;
  z-index: 99998;
}
.Header-dark .MenuToggle .ToggleIcon.is-open span {
  opacity: 0;
}
.Header-dark .MenuToggle .ToggleIcon.is-open:before {
  top: 20px;
  transform: rotate(45deg);
  z-index: 99999;
  background-color: #219897 !important;
}
.Header-dark .MenuToggle .ToggleIcon.is-open:after {
  bottom: 20px;
  transform: rotate(-45deg);
  z-index: 99999;
  background-color: #219897 !important;
}
.is-navbar-nav > li > a.is-logo {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  max-width: 174px;
  width: 100%;
  min-width: 170px;
  height: auto;
}
body.is-open {
  max-height: none !important;
}
#page-footer {
  text-align: center;
  background-color: #fff;
  padding-top: 3rem;
}
#page-footer .Footer-logo {
  max-width: 130px;
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-logo {
    text-align: left;
    display: block;
  }
}
#page-footer .Footer-nav ul {
  list-style: none;
  padding-left: 0;
}
#page-footer .Footer-nav .Footer-nav-main {
  margin-top: 2rem;
}
#page-footer .Footer-nav .Footer-nav-main li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 4rem;
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-nav .Footer-nav-main li {
    display: block;
    margin-right: auto;
    text-align: left;
  }
}
#page-footer .Footer-nav .Footer-nav-main li:last-child {
  margin-right: auto;
}
#page-footer .Footer-nav .Footer-nav-main li a {
  color: #2C1D40;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  font-family: 'articulat-600';
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-nav .Footer-nav-main li a {
    font-size: 1rem;
  }
}
#page-footer .Footer-nav .Footer-nav-main li a:hover {
  text-decoration: underline;
}
#page-footer .Footer-nav .Footer-nav-secondary {
  margin-top: 2rem;
}
#page-footer .Footer-nav .Footer-nav-secondary li {
  display: inline-block;
  margin-right: 2rem;
  opacity: 0.9;
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-nav .Footer-nav-secondary li {
    display: block;
    margin-right: auto;
    text-align: left;
  }
}
#page-footer .Footer-nav .Footer-nav-secondary li:last-child {
  margin-right: auto;
}
#page-footer .Footer-nav .Footer-nav-secondary li a,
#page-footer .Footer-nav .Footer-nav-secondary li p {
  font-size: 0.875rem;
  font-family: 'articulat-500';
  color: #3B2C85;
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-nav .Footer-nav-secondary li a,
  #page-footer .Footer-nav .Footer-nav-secondary li p {
    font-size: 1rem;
  }
}
@media only screen and ( max-width: 639px ) {
  #page-footer .Footer-nav .Footer-nav-secondary li p {
    margin-bottom: auto;
  }
}
#page-footer .Footer-nav .Footer-nav-secondary li a:hover {
  text-decoration: underline;
}
#page-footer hr {
  margin-bottom: 0;
  margin-top: 0;
}
#page-footer .Footer-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#page-footer .Footer-bottom .disclaimer {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #2C1D40;
  margin-right: auto;
  margin-left: auto;
}
#page-footer .disabled {
  cursor: pointer;
  pointer-events: none;
}
#home #about {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#home .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#home .hero h1 {
  color: #fff;
  margin-bottom: 2.5rem;
}
@media only screen and ( max-width: 639px ) {
  #home .hero .is-link-light {
    text-decoration: underline;
  }
}
#home .hero .hero-overlay {
  padding-top: 13rem;
  padding-bottom: 13rem;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  max-height: 820px;
  min-height: 21vh;
}
@media only screen and ( max-width: 1599px ) {
  #home .hero .hero-overlay {
    min-height: 10vh;
  }
}
#home .content {
  padding: 7rem 0 0rem 0;
}
@media only screen and ( max-width: 959px ) {
  #home .content {
    padding: 4rem 0;
  }
}
#home .content header {
  margin-right: auto;
  margin-bottom: 4rem;
}
#home .content header .container {
  min-height: 100px;
}
@media only screen and ( max-width: 959px ) {
  #home .content header .container {
    min-height: 140px;
  }
}
@media only screen and ( max-width: 639px ) {
  #home .content header .container {
    min-height: 170px;
  }
}
@media only screen and ( max-width: 374px) {
  #home .content header .container {
    min-height: 220px;
  }
}
#home .content header .container .text {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'articulat-regular';
  color: #000;
}
#home .content header .container .dud {
  color: #94A8AB;
}
#home .content .industries {
  margin-bottom: 2.5rem;
}
@media only screen and ( max-width: 959px ) {
  #home .content .industries {
    margin-bottom: 6rem;
  }
}
#home .content .industries h2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#home .content .industries .grid-wrapper {
  max-width: 1121px;
  margin-right: auto;
  margin-top: 3rem;
}
@media only screen and ( max-width: 639px ) {
  #home .content .industries .grid-wrapper img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and ( max-width: 639px ) {
  #home .content .industries .grid-wrapper .is-text-bold {
    text-align: center;
  }
}
#home .content .services h2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#home .content .services h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#home .content .services li {
  font-size: 1.15rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
#home .content .services .is-h4 {
  margin-top: 4.5rem;
}
#home .content .services .image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  background-position: center;
  background-size: cover;
}
#home .content .services .gallery {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
#home .content .services .value ul {
  margin-bottom: 3.68rem;
}
#home .content .services .value ul li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#home .content .services .value p br {
  display: none;
}
#home .content .services .strategy {
  margin-right: auto;
  margin-left: auto;
}
#home .content .services .strategy h4 {
  max-width: 600px;
  margin-right: auto;
}
#home .content .services .strategy ul {
  margin-bottom: 3.68rem;
}
#home .content .services .strategy ul li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#home .content .services .services-bottom {
  margin-top: 5rem;
  margin-bottom: 0;
}
@media only screen and ( max-width: 639px ) {
  #home .content .services .services-bottom {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
#home .content .services .grid-wrapper {
  margin-top: 2.5rem;
}
#home .content .services .grid-wrapper p {
  font-size: 1.125rem;
  line-height: 1.78;
}
@media only screen and ( max-width: 639px ) {
  #home .content .services .grid-wrapper .height-small-auto {
    height: auto !important;
  }
}
#home .transactions {
  background-color: #FAFAFA;
  padding: 4rem 0;
}
#home .transactions h3 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
#home .transactions .grid-wrapper .date {
  margin-top: 0;
}
#contact {
  background-color: #FAFAFA;
}
#contact .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -193px;
}
@media only screen and ( max-width: 1599px ) {
  #contact .hero {
    background-position: center;
  }
}
#contact .hero .hero-overlay {
  padding-top: 13rem;
  padding-bottom: 13rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  max-height: 820px;
  min-height: 21vh;
  display: block;
}
#contact .hero .hero-overlay h1,
#contact .hero .hero-overlay p {
  color: #fff !important;
}
@media only screen and ( max-width: 1599px ) {
  #contact .hero .hero-overlay {
    min-height: 10vh;
  }
}
@media only screen and ( max-width: 959px ) {
  #contact .hero .hero-overlay {
    padding-top: 15rem;
    min-height: 16vh;
  }
}
#contact .maps {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
#contact .maps .is-h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#contact .maps .london,
#contact .maps .paris {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #219897;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
#contact .maps .london .email,
#contact .maps .paris .email {
  margin-bottom: 1.5rem;
}
#contact .maps .london .email a,
#contact .maps .paris .email a {
  color: #219897;
}
@media only screen and ( max-width: 1199px ) {
  #contact .maps .london iframe,
  #contact .maps .paris iframe {
    display: block;
    width: 100%;
  }
}
@media only screen and ( max-width: 959px ) {
  #contact .maps .paris {
    margin-top: 3rem;
  }
}
#contact .form {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
#contact .form form {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  max-width: 650px;
  border-radius: 6px;
}
@media only screen and ( max-width: 959px ) {
  #contact .form form {
    max-width: none;
  }
}
#contact .form form .is-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: 'roboto-regular';
}
@media only screen and ( max-width: 639px ) {
  #contact .form form .is-button {
    font-size: 12px;
  }
}
#contact .form form .left {
  border-radius: 6px 0 0 0;
}
@media only screen and ( max-width: 639px ) {
  #contact .form form .left {
    border-radius: 6px 6px 0 0;
  }
}
#contact .form form .right {
  border-radius: 0 6px 0 0;
}
@media only screen and ( max-width: 639px ) {
  #contact .form form .right {
    border-radius: 0;
  }
}
#contact .form form .bottom {
  border-radius: 0 0 6px 6px;
}
#contact .form .label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  text-transform: uppercase;
  color: #3B2C85;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  font-family: 'roboto-bold';
}
@media only screen and ( max-width: 959px ) {
  #contact .form .inquiries-wrapper {
    margin-top: 3rem;
  }
}
#contact .form .inquiries-wrapper .is-text-uppercase {
  margin-bottom: 0.5rem;
  color: #636C76;
  opacity: 0.5;
  font-size: 0.82rem;
}
#contact .form .inquiries-wrapper .is-text {
  font-size: 1rem;
  max-width: 290px;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  color: #636C76;
}
#contact .form .inquiries-wrapper a {
  color: #3B2C85;
}
#contact .form .inquiries-wrapper a:hover {
  text-decoration: underline;
}
#contact .form .form-messages {
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  display: none;
  width: 100%;
  max-width: 650px;
  background-color: #fff;
  position: absolute;
  border-radius: 8px;
}
@media only screen and ( max-width: 959px ) {
  #contact .form .form-messages {
    max-width: none;
  }
}
#contact .form .form-messages.visible {
  display: block;
}
#contact .form .success {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 3rem;
  text-align: center;
  color: #219897;
}
#contact .form .success-icon {
  display: block;
  text-align: center;
  margin-top: 6rem;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}
#contact .form .error {
  margin-top: 1rem;
}
#form.hidden {
  visibility: hidden;
}
#team {
  background-color: #FAFAFA;
}
#team .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#team .hero .hero-overlay {
  padding-top: 13rem;
  padding-bottom: 13rem;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  max-height: 820px;
  min-height: 21vh;
}
#team .hero .hero-overlay h1 {
  margin-bottom: 1.5rem;
}
#team .hero .hero-overlay h1,
#team .hero .hero-overlay p {
  color: #fff !important;
}
@media only screen and ( max-width: 1599px ) {
  #team .hero .hero-overlay {
    min-height: 10vh;
  }
}
@media only screen and ( max-width: 959px ) {
  #team .hero .hero-overlay {
    padding-top: 15rem;
    min-height: 16vh;
  }
}
@media only screen and ( max-width: 639px ) {
  #team .hero .hero-overlay {
    padding-top: 9rem;
  }
}
#team .cta {
  margin-top: 4rem;
}
#team .cta .wrapper {
  background-color: #2C1D40;
  background-image: url("../../img/team-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 4.625rem 9.56rem 4.125rem 3.625rem;
  max-width: 1156px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and ( max-width: 639px ) {
  #team .cta .wrapper {
    padding: 3rem 2rem;
  }
}
#team .cta .wrapper .is-text-large {
  color: #fff;
}
#team .team,
#team .advisors {
  margin-top: 5.5rem;
  margin-bottom: 11.5rem;
}
#team .team .team-item,
#team .advisors .team-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  height: auto;
  display: block;
  margin-bottom: 8.5rem;
}
@media only screen and ( max-width: 639px ) {
  #team .team .team-item,
  #team .advisors .team-item {
    max-width: none;
    min-height: 300px;
    margin-bottom: 8rem;
  }
}
#team .team .team-item .team-name,
#team .advisors .team-item .team-name,
#team .team .team-item .team-position,
#team .advisors .team-item .team-position {
  position: absolute;
  color: #2C1D40;
  display: block;
  width: 100%;
}
#team .team .team-item .team-name,
#team .advisors .team-item .team-name {
  bottom: -4rem;
  font-family: 'articulat-600';
  font-size: 1.125rem;
}
#team .team .team-item .team-position,
#team .advisors .team-item .team-position {
  bottom: -7rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #D8D8D8;
  transition: all 0.25s;
}
#team .team .team-item:hover .team-position,
#team .advisors .team-item:hover .team-position {
  border-bottom: 2px solid #219897;
}
#team .advisors {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 639px ) {
  #team .advisors {
    margin-bottom: 6rem;
  }
}
#team .advisors .is-h3 {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
#team .team {
  margin-bottom: 0 !important;
}
#team .team .is-h3 {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
#team .parallax {
  padding-bottom: 10rem;
}
#team .parallax .image-holder {
  background-image: url("../../img/photos/team.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 490px;
  min-width: 625px;
  display: block;
}
@media only screen and ( max-width: 959px ) {
  #team .parallax .image-holder {
    min-width: 200px;
  }
}
#team .parallax .is-h3 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
@media only screen and ( max-width: 639px ) {
  #team .parallax .parallax-wrapper {
    min-width: auto;
  }
}
#team .parallax .parallax-wrapper .parallax-content {
  background-color: #fff;
  box-shadow: 0 29px 30px -20px rgba(0, 0, 0, 0.15);
  padding: 2.5rem 3rem 2.5rem 2rem;
  margin-top: 2rem;
}
@media only screen and ( max-width: 959px ) {
  #team .parallax .parallax-wrapper .parallax-content {
    margin-top: 2rem;
  }
}
#team .parallax .parallax-wrapper .parallax-content .is-text-lead {
  color: #2C1D40;
  font-size: 1.5rem;
}
#team .parallax .parallax-wrapper .parallax-content img {
  max-height: 48px;
}
#team .parallax .parallax-wrapper .shape-parallax {
  position: absolute;
  right: -122px;
  bottom: -160px;
  z-index: -1;
}
@media only screen and ( max-width: 959px ) {
  #team .parallax .parallax-wrapper .shape-parallax {
    display: none;
  }
}
#team .parallax .parallax-wrapper .is-grid-divider > :not(.is-first-column)::before {
  border-left: 1px solid #219897;
}
@media only screen and ( max-width: 959px ) {
  #team .parallax .parallax-wrapper .is-grid-divider.is-grid-stack > .is-grid-margin::before {
    border-top: 1px solid #219897;
  }
}
#team #offcanvas .is-close svg,
#team #offcanvas2 .is-close svg,
#team #offcanvas3 .is-close svg,
#team #offcanvas4 .is-close svg,
#team #offcanvas5 .is-close svg,
#team #offcanvas6 .is-close svg {
  color: #2C1D40;
  width: 20px;
  height: 20px;
  display: block;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #E9E8EB;
  background: #E9E8EB;
  transition: all 0.25s;
}
@media only screen and ( max-width: 639px ) {
  #team #offcanvas .is-close svg,
  #team #offcanvas2 .is-close svg,
  #team #offcanvas3 .is-close svg,
  #team #offcanvas4 .is-close svg,
  #team #offcanvas5 .is-close svg,
  #team #offcanvas6 .is-close svg {
    width: 16px;
    height: 16px;
  }
}
#team #offcanvas .is-close:hover svg,
#team #offcanvas2 .is-close:hover svg,
#team #offcanvas3 .is-close:hover svg,
#team #offcanvas4 .is-close:hover svg,
#team #offcanvas5 .is-close:hover svg,
#team #offcanvas6 .is-close:hover svg {
  transform: translate3d(0, -2px, 0);
  background: #d6d5d8;
}
#team #offcanvas .is-offcanvas-bar,
#team #offcanvas2 .is-offcanvas-bar,
#team #offcanvas3 .is-offcanvas-bar,
#team #offcanvas4 .is-offcanvas-bar,
#team #offcanvas5 .is-offcanvas-bar,
#team #offcanvas6 .is-offcanvas-bar {
  padding: 2rem 5rem;
  min-width: 1175px;
  background-color: #fff !important;
  color: #2C1D40;
}
@media only screen and ( max-width: 959px ) {
  #team #offcanvas .is-offcanvas-bar,
  #team #offcanvas2 .is-offcanvas-bar,
  #team #offcanvas3 .is-offcanvas-bar,
  #team #offcanvas4 .is-offcanvas-bar,
  #team #offcanvas5 .is-offcanvas-bar,
  #team #offcanvas6 .is-offcanvas-bar {
    min-width: auto;
    width: 85%;
  }
}
@media only screen and ( max-width: 639px ) {
  #team #offcanvas .is-offcanvas-bar,
  #team #offcanvas2 .is-offcanvas-bar,
  #team #offcanvas3 .is-offcanvas-bar,
  #team #offcanvas4 .is-offcanvas-bar,
  #team #offcanvas5 .is-offcanvas-bar,
  #team #offcanvas6 .is-offcanvas-bar {
    padding: 2rem 3rem;
    width: 100%;
  }
}
#team #offcanvas .team-item-inner h3,
#team #offcanvas2 .team-item-inner h3,
#team #offcanvas3 .team-item-inner h3,
#team #offcanvas4 .team-item-inner h3,
#team #offcanvas5 .team-item-inner h3,
#team #offcanvas6 .team-item-inner h3 {
  color: #2C1D40;
  margin-bottom: 2.5rem;
}
#team #offcanvas .team-item-inner .team-name,
#team #offcanvas2 .team-item-inner .team-name,
#team #offcanvas3 .team-item-inner .team-name,
#team #offcanvas4 .team-item-inner .team-name,
#team #offcanvas5 .team-item-inner .team-name,
#team #offcanvas6 .team-item-inner .team-name {
  font-family: 'articulat-600';
  font-size: 1.125rem;
  margin-bottom: -9px;
}
#team #offcanvas .team-item-inner .linkedin,
#team #offcanvas2 .team-item-inner .linkedin,
#team #offcanvas3 .team-item-inner .linkedin,
#team #offcanvas4 .team-item-inner .linkedin,
#team #offcanvas5 .team-item-inner .linkedin,
#team #offcanvas6 .team-item-inner .linkedin {
  color: #219897;
  display: block;
}
#team #offcanvas .team-photo,
#team #offcanvas2 .team-photo,
#team #offcanvas3 .team-photo,
#team #offcanvas4 .team-photo,
#team #offcanvas5 .team-photo,
#team #offcanvas6 .team-photo {
  max-width: 250px;
  min-height: 250px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and ( max-width: 639px ) {
  #team #offcanvas .team-photo,
  #team #offcanvas2 .team-photo,
  #team #offcanvas3 .team-photo,
  #team #offcanvas4 .team-photo,
  #team #offcanvas5 .team-photo,
  #team #offcanvas6 .team-photo {
    max-width: none;
    min-height: 290px;
  }
}
#team #offcanvas .team-bio,
#team #offcanvas2 .team-bio,
#team #offcanvas3 .team-bio,
#team #offcanvas4 .team-bio,
#team #offcanvas5 .team-bio,
#team #offcanvas6 .team-bio {
  margin-bottom: 8rem;
}
#team #offcanvas .team-bio p,
#team #offcanvas2 .team-bio p,
#team #offcanvas3 .team-bio p,
#team #offcanvas4 .team-bio p,
#team #offcanvas5 .team-bio p,
#team #offcanvas6 .team-bio p {
  margin-top: 0;
}
#team #offcanvas .is-grid-divider > :not(.is-first-column)::before,
#team #offcanvas2 .is-grid-divider > :not(.is-first-column)::before,
#team #offcanvas3 .is-grid-divider > :not(.is-first-column)::before,
#team #offcanvas4 .is-grid-divider > :not(.is-first-column)::before,
#team #offcanvas5 .is-grid-divider > :not(.is-first-column)::before,
#team #offcanvas6 .is-grid-divider > :not(.is-first-column)::before {
  border-left: 2px solid #219897;
}
#team .is-offcanvas-overlay {
  height: auto !important;
}
#team .is-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.6);
}
.is-offcanvas-page {
  overflow: hidden !important;
}
.is-offcanvas-page #page-header {
  display: none;
}
.nav-arrows {
  margin-top: 5.65rem;
}
@media only screen and ( max-width: 639px ) {
  .nav-arrows {
    margin-top: 4.5rem;
  }
}
@media only screen and ( max-width: 374px) {
  .nav-arrows {
    margin-top: 2.65rem;
  }
}
.nav-arrows .next,
.nav-arrows .prev {
  display: block;
  max-width: 30px;
  min-height: 30px;
  height: auto;
  width: 100%;
  bottom: -2rem;
  background-image: url("../../img/icons/right-arrow.svg") !important;
  background-size: cover;
  position: absolute;
}
@media only screen and (max-width: 1416px) {
  .nav-arrows .next,
  .nav-arrows .prev {
    bottom: -7rem;
  }
}
@media only screen and ( max-width: 1199px ) {
  .nav-arrows .next,
  .nav-arrows .prev {
    bottom: -6rem;
  }
}
@media only screen and ( max-width: 639px ) {
  .nav-arrows .next,
  .nav-arrows .prev {
    height: 40px;
    width: 40px;
    bottom: -5rem;
  }
}
@media only screen and ( max-width: 374px) {
  .nav-arrows .next,
  .nav-arrows .prev {
    bottom: -5rem;
  }
}
.nav-arrows .next {
  right: 0;
}
.nav-arrows .prev {
  left: 0;
  transform: rotate(180deg);
}
.nav-arrows .previous-project {
  color: #2C1D40;
  font-size: 1.131rem;
  top: 0;
  position: absolute;
  left: 4rem;
}
.nav-arrows .next-project {
  color: #219897;
  font-size: 1.31rem;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1416px) {
  .nav-arrows .next-project {
    position: relative;
    margin-bottom: 3rem;
    font-size: 1.25rem;
    max-width: 400px;
  }
}
@media only screen and ( max-width: 1199px ) {
  .nav-arrows .next-project {
    top: -1rem;
  }
}
@media only screen and ( max-width: 639px ) {
  .nav-arrows .next-project {
    top: 0;
    right: 0;
    max-width: none;
  }
}
@media only screen and ( max-width: 374px) {
  .nav-arrows .next-project {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 3rem;
  }
}
.nav-arrows .next-project .is-text-uppercase {
  font-size: 1.131rem;
  color: #9b9b9b;
}
@media only screen and ( max-width: 1199px ) {
  .nav-arrows .next-project .is-text-uppercase {
    display: block;
  }
}
#transactions {
  background-color: #FAFAFA;
}
#transactions .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#transactions .hero .hero-overlay {
  padding-top: 13rem;
  padding-bottom: 13rem;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  max-height: 820px;
  min-height: 21vh;
}
#transactions .hero .hero-overlay h1,
#transactions .hero .hero-overlay p {
  color: #fff !important;
}
@media only screen and ( max-width: 1599px ) {
  #transactions .hero .hero-overlay {
    min-height: 10vh;
  }
}
@media only screen and ( max-width: 959px ) {
  #transactions .hero .hero-overlay {
    padding-top: 15rem;
    min-height: 16vh;
  }
}
#transactions .hero .hero-overlay .heading-wrapper {
  display: table;
}
#transactions .hero .hero-overlay .heading-wrapper .is-h2 {
  display: table-cell;
  vertical-align: middle;
}
#transactions .transactions {
  margin-top: 7em;
  margin-bottom: 11rem;
}
#offcanvas1 .is-close svg {
  color: #2C1D40;
  width: 20px;
  height: 20px;
  display: block;
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid #E9E8EB;
  background: #E9E8EB;
  transition: all 0.25s;
}
@media only screen and ( max-width: 639px ) {
  #offcanvas1 .is-close svg {
    width: 16px;
    height: 16px;
  }
}
#offcanvas1 .is-close:hover svg {
  transform: translate3d(0, -2px, 0);
  background: #d6d5d8;
}
#offcanvas1 .is-offcanvas-bar {
  padding: 9rem 5rem;
  min-width: 1175px;
  background-color: #fff !important;
  color: #2C1D40;
}
@media only screen and ( max-width: 959px ) {
  #offcanvas1 .is-offcanvas-bar {
    padding: 3rem 4rem;
    min-width: auto;
    width: 85%;
  }
}
@media only screen and ( max-width: 639px ) {
  #offcanvas1 .is-offcanvas-bar {
    padding: 8rem 3rem;
    width: 100%;
  }
}
#offcanvas1 .transaction-inner-content h3 {
  color: #2C1D40;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
#offcanvas1 .transaction-inner-content .transaction-title {
  font-family: 'articulat-600';
  font-size: 1.125rem;
  margin-bottom: -9px;
}
@media only screen and ( max-width: 639px ) {
  #offcanvas1 .transaction-inner-content .transaction-title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.15;
  }
}
#offcanvas1 .transaction-inner-content p {
  font-size: 1rem;
  line-height: 2;
}
#offcanvas1 .transaction-logo-wrapper {
  border: 1px solid #94A8AB;
  border-radius: 4px;
  max-width: 250px;
  min-height: 250px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#offcanvas1 .transaction-logo-wrapper img {
  max-width: 140px;
}
#offcanvas1 .transaction-logo-wrapper img.w-220 {
  max-width: 220px;
}
@media only screen and ( max-width: 639px ) {
  #offcanvas1 .transaction-logo-wrapper {
    max-width: none;
    min-height: 290px;
  }
}
#offcanvas1 .transaction-content {
  margin-bottom: 8rem;
}
#offcanvas1 .is-grid-divider > :not(.is-first-column)::before {
  border-left: 2px solid #219897;
}
.disabled {
  cursor: pointer;
  pointer-events: none;
}
.privacy {
  background-color: #FAFAFA;
  padding-bottom: 8rem;
}
.privacy header {
  margin-top: 7rem;
  margin-bottom: 3.5rem;
}
.privacy p {
  font-size: 1.15rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border: 1px solid #219897 !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #219897 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #219897 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #219897 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #219897 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button svg {
  fill: #219897 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #219897 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #219897 !important;
  border-color: #219897 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #219897 !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #219897 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #219897 !important;
  color: #219897 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #219897 !important;
}
