html {
  box-sizing: border-box
}

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

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

body {
  margin: 0;
  padding: 0
}

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

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

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

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

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

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

pre {
  overflow: auto
}

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

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

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing: border-box;
  -webkit-box-sizing--moz-box-sizing-box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -webkit-transform--ms-transform: scale(1);
  -webkit-transform--ms-transform--o-transform: scale(1);
  -webkit-transform--ms-transform--o-transform-transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -webkit-transform--ms-transform: scale(0.8);
  -webkit-transform--ms-transform--o-transform: scale(0.8);
  -webkit-transform--ms-transform--o-transform-transform: scale(0.8)
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -webkit-box-shadow-box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
  transition: all .15s ease-out 0s;
  z-index: 9994;
  width: 85px;
  height: 85px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: 0 0;
  outline: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow-box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 75px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: 0 0;
  outline: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow-box-shadow: none
}

.lity-close:active {
  top: 1px
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 92%
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  -webkit-transform-transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -webkit-box-shadow-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

.lity-hide {
  display: none
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block;
  border: 1px solid #e5e5e5
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-slide:hover,
.slick-slide:focus {
  outline: none
}

.slick-arrow.slick-hidden {
  display: none
}

.featureShowcaseSlide img {
  border: none
}

button.slick-prev,
button.slick-next {
  display: none
}

.slick-dots {
  text-align: center;
  padding: 30px 0 60px
}

.slick-dots li {
  display: inline-block
}

.slick-dots li button {
  color: transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #2cd4ae;
  background: #fff;
  margin: 0;
  border-radius: 4px;
  padding: 0;
  transition: all .15s ease-out 0s
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  cursor: pointer;
  opacity: .9;
  transform: scale(1.065)
}

.slick-dots .slick-active button {
  background: #2cd4ae !important
}

.flyerSlider div {
  margin: 0 5px 0 0
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-1000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

.m-scene {}

.m-scene .scene_element {
  animation-duration: .25s;
  transition-timing-function: ease-in
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn
}

.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp
}

.m-scene .scene_element--fadeindown {
  animation-name: fadeInDown
}

.m-scene .scene_element--fadeinright {
  animation-name: fadeInRight
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse
}

/*!* 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
}

@-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
}

@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: 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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes 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: .75s;
  animation-duration: .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: .75s;
  animation-duration: .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, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  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)
  }
}

.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: .75s;
  animation-duration: .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: .75s;
  animation-duration: .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
}

@-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
}

@-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
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

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

html {
  box-sizing: border-box;
  background: #fff
}

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

.container {
  overflow: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.container img {
  max-width: 100%
}

.containerWide {
  max-width: 1400px
}

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto
}

#main {
  overflow: hidden
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 20px 60px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s ease
}

@media(max-width:768px) {

  .button,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    display: block
  }
}

.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
  outline: 0;
  transform: scale(1.01);
  transform: translateY(3px);
  color: #fff
}

.btnShamrock {
  background: #2cd4ae;
  color: #fff
}

.btnShadow {
  box-shadow: rgba(0, 0, 0, .08) 0 10px 10px
}

.btn {
  margin: 0 10px
}

@media(max-width:768px) {
  .btn {
    margin: 20px 0;
    display: block
  }
}

.purplebtn {
  background: #9013fe;
  background-image: linear-gradient(to left top, #9013fe, #9629fb, #9b38f8, #a045f4, #a550f1);
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  box-shadow: 0 18px 20px -12px rgba(144, 19, 254, .3)
}

@media(max-width:768px) {
  .purplebtn {
    display: block
  }
}

.purplebtn:hover {
  box-shadow: 0 8px 20px -12px rgba(144, 19, 254, .3);
  color: #400177;
  cursor: pointer
}

.trialbtn {
  color: #2cd4ae;
  border: 2px solid #2cd4ae;
  display: block;
  margin: 35px 0
}

.trialbtn:hover {
  background: #2cd4ae;
  color: #fff
}

a {
  color: #4fe3c0;
  text-decoration: none;
  outline: 0;
  transition: all .15s ease-out 0s
}

a:hover,
a:focus {
  color: #303030
}

a.linkOut:after {
  background: url(../images/community_landing_page/linkOut.svg);
  width: 20px;
  height: 20px
}

::selection {
  background: #2cd4ae;
  color: #fff
}

::-moz-selection {
  background: #2cd4ae;
  color: #fff
}

img::selection {
  background: transparent
}

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

body {
  -webkit-tap-highlight-color: #2cd4ae;
  color: #fff
}

@font-face {
  font-family: playlist;
  src: url(../fonts/Playlist-Script-bc327d4907f377a141327016791f7d49.otf?vsn=d)
}

body {
  background-color: #fff;
  line-height: 1.45;
  color: #171616;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility
}

p {
  margin-bottom: 1.3em;
  color: #3f3f3f;
  line-height: 2
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1.414em 0 .5em;
  line-height: 1.65;
  text-transform: capitalize;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media(max-width:768px) {

  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.4em
  }
}

h1 {
  margin-top: 0;
  font-size: 3.998em
}

@media(max-width:768px) {
  h1 {
    font-size: 3em
  }
}

@media(max-width:400px) {
  h1 {
    font-size: 2.4em
  }
}

h2 {
  font-size: 2.827em
}

@media(max-width:768px) {
  h2 {
    font-size: 2.2em
  }
}

@media(max-width:400px) {
  h2 {
    font-size: 1.6em
  }
}

h3 {
  font-size: 1.999em
}

@media(max-width:768px) {
  h3 {
    font-size: 1.3em
  }
}

@media(max-width:400px) {
  h3 {
    font-size: 1.2em
  }
}

h4 {
  font-size: 1.414em
}

@media(max-width:768px) {
  h4 {
    font-size: 1.2em
  }
}

@media(max-width:400px) {
  h4 {
    font-size: 1em
  }
}

h5 {
  font-size: 1.214em
}

@media(max-width:768px) {
  h5 {
    font-size: 1em
  }
}

blockquote {
  font-weight: 100;
  font-style: italic;
  font-size: 1em;
  position: relative;
  line-height: 1.3em;
  border-left: 4px solid #2cd4ae;
  padding: 10px 0 10px 20px;
  margin: 20px 0
}

cite {
  font-weight: 300;
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 10px;
  display: block
}

li {
  list-style: disc;
  margin-bottom: .5em;
  line-height: 2em;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 5px;
  text-align: left
}

ol li {
  list-style: decimal
}

em {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
}

strong {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer {
  padding: 100px 0 50px;
  text-align: center
}

#footer .container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, auto)
}

@media(max-width:768px) {
  #footer .container {
    grid-template-columns: repeat(2, auto)
  }
}

@media(max-width:400px) {
  #footer .container {
    grid-template-columns: repeat(2, auto)
  }
}

#footer ul {
  margin-bottom: 40px
}

#footer ul>li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 600
}

@media(max-width:400px) {
  #footer ul>li {
    font-size: 14px
  }
}

#footer .copyright {
  margin-top: 60px
}

#footer .downloadBtn {
  width: 100%;
  max-width: 200px
}

#mainNav {
  overflow: auto;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto
}

@media(max-width:1200px) {
  #mainNav {
    width: 100%;
    padding: 20px
  }
}

#brand {
  margin: 0;
  padding: 12px 0;
  float: left;
  transition: all .15s ease-out 0s
}

@media(max-width:768px) {
  #brand {
    padding: 0;
    width: 100px
  }
}

#brand:hover {
  opacity: .8
}

#brand h1 {
  margin: 0;
  padding: 0;
  font-size: 0
}

#brandDark {
  display: none
}

@media(max-width:768px) {
  #brandDark {
    display: block;
    margin: 0;
    padding: 12px 0;
    float: left;
    transition: all .15s ease-out 0s
  }
}

#nav-toggle-switch {
  display: none;
  color: #fff;
  float: right;
  margin-top: 5px;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer
}

@media(max-width:768px) {
  #nav-toggle-switch {
    display: block
  }
}

#navMenu {
  margin: 5px 0 0;
  padding: 0;
  float: right
}

@media(max-width:768px) {
  #navMenu {
    float: none
  }
}

#navMenu li {
  display: inline;
  margin: 0
}

#navMenu li.downL {
  display: none
}

#navMenu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  margin-left: 10px;
  border-bottom: 4px solid transparent;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: all .15s ease-out 0s;
  font-size: 15px
}

@media(max-width:950px) {
  #navMenu a {
    padding: 10px 5px
  }
}

#navMenu a:hover {
  border-bottom: 4px solid #4fe3c0;
  opacity: .9
}

#navMenu .navActive {
  border-bottom: 4px solid #4fe3c0;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media(max-width:768px) {
  #navMenu .navActive {
    color: #2cd4ae !important
  }
}

#navMenu .download {
  background: #2cd4ae;
  width: 200px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #4fe3c0;
  transition: all .2s ease-in-out
}

@media(max-width:768px) {
  #navMenu .download {
    background: 0 0
  }
}

#navMenu .download:hover {
  border: 2px solid #4fe3c0;
  transform: scale(1.01)
}

.home #navMenu .brand {
  fill: red
}

.home #navMenu li a {
  color: #000
}

.home #navMenu .download {
  color: #fff
}

.overlay .overlay-close {
  display: none
}

@media(max-width:768px) {
  #siteHeader #mainNav {}

  #siteHeader #mainNav .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .98);
    z-index: 10000
  }

  #siteHeader #mainNav .overlay .downL {
    width: 90%;
    margin: 40px auto 0;
    display: block;
    text-align: center
  }

  #siteHeader #mainNav .overlay .overlay-close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: 10px;
    overflow: hidden;
    border: none;
    background: url(../images/community_landing_page/cross-4f498e64771226090c598fc92a776ad3.svg?vsn=d) no-repeat 50%;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    cursor: pointer
  }

  #siteHeader #mainNav .overlay nav {
    text-align: center;
    position: relative;
    top: 0;
    height: 70px;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  #siteHeader #mainNav .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    margin-top: 60px
  }

  #siteHeader #mainNav .overlay ul li {
    display: block;
    height: 20%;
    height: calc(100%/5);
    min-height: 54px;
    text-align: center
  }
}

@media(max-width:768px) and (max-width:768px) {
  #siteHeader #mainNav .overlay ul li {
    height: 0;
    padding: 45px 0
  }
}

@media(max-width:768px) {
  #siteHeader #mainNav .overlay ul li a {
    font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: block;
    color: #727272;
    -webkit-transition: color .2s;
    transition: color .2s;
    border: none;
  }
}

@media(max-width:768px) and (max-width:768px) {
  #siteHeader #mainNav .overlay ul li a {
    font-size: 26px;
    margin: 0 auto
  }
}

@media(max-width:768px) {

  #siteHeader #mainNav .overlay ul li a:hover,
  #siteHeader #mainNav .overlay ul li a:focus {
    color: #2cd4ae;
    text-decoration: none;
    border: none
  }

  #siteHeader #mainNav .overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0s .5s;
    transition: opacity .5s, visibility 0s .5s
  }

  #siteHeader #mainNav .overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }

  #siteHeader #mainNav .overlay nav {
    -webkit-perspective: 1200px;
    perspective: 1200px
  }

  #siteHeader #mainNav .overlay nav ul {
    opacity: .4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s
  }

  #siteHeader #mainNav .overlay.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
  }

  #siteHeader #mainNav .overlay.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg)
  }
}

@media(max-width:400px) {
  #siteHeader #mainNav .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .98);
    z-index: 10000
  }

  #siteHeader #mainNav .overlay .downL {
    width: 90%;
    margin: 5px auto 0;
    display: block;
    text-align: center
  }
}

#siteHeader {
  margin: 0 auto;
  position: relative
}

#siteHeader:after {
  background-image: url(../images/community_landing_page/angleTop-bf21de1294007fe82860d9c73270f1ff.svg?vsn=d);
  background-size: cover;
  content: " ";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 247px
}

@media(max-width:768px) {
  #siteHeader:after {
    height: 100px;
    bottom: -1px
  }
}

@media(max-width:400px) {
  #siteHeader:after {
    bottom: -5px
  }
}

section#siteHeader.home:after {
  display: none
}

#siteHeaderWrapper {
  overflow: hidden;
  width: 100%;
  height: 450px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 150px
}

@media(max-width:950px) {
  #siteHeaderWrapper {
    height: 300px;
    padding-top: 60px
  }
}

@media(max-width:768px) {
  #siteHeaderWrapper {
    height: 300px
  }
}

@media(max-width:400px) {
  #siteHeaderWrapper {
    height: 120px
  }
}

#siteHeaderWrapper h1 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase
}

@media(max-width:400px) {
  #siteHeaderWrapper h1 {
    font-size: 1.8em;
    margin-top: 40px
  }
}

#siteHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.about {
  background: url(../images/community_landing_page/banner-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.press {
  background: url(../images/community_landing_page/banner-press.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.faq {
  background: url(../images/community_landing_page/banner-faq.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.jobs {
  background: url(../images/community_landing_page/banner-jobs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.business {
  background: url(../images/community_landing_page/banner-business.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.policyAndTerms {
  background: url(../images/community_landing_page/banner-policyAndTerms.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteHeader.pricing {
  background: url(../images/community_landing_page/banner-pricing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteMainContent {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  background: #fff
}

@media(max-width:768px) {
  #siteMainContent {
    padding-top: 20px;
    padding-bottom: 50px
  }
}

#siteMainContent:after {
  background-image: url(../images/community_landing_page/angleBottom-2544f039bb2bb4947123c90d9298fab8.svg?vsn=d);
  background-size: cover;
  content: " ";
  position: absolute;
  bottom: -55px;
  z-index: -5;
  left: 0;
  width: 100%;
  height: 100px
}

@media(max-width:768px) {
  #siteMainContent:after {
    height: 50px;
    bottom: -30px
  }
}

@media(max-width:400px) {
  #siteMainContent:after {
    height: 20px;
    bottom: -10px
  }
}

.typeForm {
  text-align: center
}

.containerSmall {
  max-width: 760px
}

.containerSmall h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 40px 0 20px
}

.shape-rect-blue {
  background: url(../images/community_landing_page/shape-square-blue-34eab3e2ff09f7d9ce41026ec454b3bc.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-one;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-rect-yellow {
  background: url(../images/community_landing_page/shape-square-yellow-ef0eb59edaf751967fbeac65e11eaf82.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-three;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-rect-purple {
  background: url(../images/community_landing_page/shape-square-purple.svg);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-three;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-triangle-blue {
  background: url(../images/community_landing_page/shape-triangle-blue-484e8cb9b9b117e1911f6de329f9c2aa.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-three;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-triangle-orange {
  background: url(../images/community_landing_page/shape-triangle-orange-204fd64724f422b11a438a7a8cf700fc.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-three;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-dotted-circle {
  background: url(../images/community_landing_page/shape-circle-spotted-7207303b00685da8560d58cb60295dc2.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-two;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-dotted-box-blue {
  background: url(../images/community_landing_page/shape-square-spotted-0192108eb867291ff46c7a6bec3d0ab5.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  animation-name: anim-float-one;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-text-one {
  background: url(../images/community_landing_page/shape-text-1-d37101bd59bc513acd8d02191fa6b90d.png?vsn=d);
  background-size: cover;
  position: absolute;
  width: 80px;
  height: 55px;
  animation-name: anim-float-four;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0
}

.shape-text-two {
  background: url(../images/community_landing_page/shape-text-2.png);
  background-size: cover;
  position: absolute;
  width: 70px;
  height: 45px;
  animation-name: anim-float-four;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0;
  animation-delay: 3s
}

.shape-squiggle-green {
  background: url(../images/community_landing_page/shape-squiggle-green-46d98e0013b712fe2f88522f3d2b83f8.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 55px;
  height: 48px;
  animation-name: anim-float-four;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0;
  animation-delay: 5s
}

.shape-squiggle-orange {
  background: url(../images/community_landing_page/shape-squiggle-orange.svg);
  background-size: cover;
  position: absolute;
  width: 55px;
  height: 48px;
  animation-name: anim-float-four;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0;
  animation-delay: 2.5s
}

.shape-squiggle-blue {
  background: url(../images/community_landing_page/shape-squiggle-blue-1e76ad93e1236c6ead6350035242fb45.svg?vsn=d);
  background-size: cover;
  position: absolute;
  width: 55px;
  height: 48px;
  animation-name: anim-float-four;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
  z-index: 0;
  animation-delay: 2.5s
}

.pos1 {
  top: 150px;
  left: 0
}

@media(max-width:768px) {
  .pos1 {
    top: 85px;
    left: -30px
  }
}

.pos2 {
  top: 650px;
  right: 0
}

.pos3 {
  top: 190px;
  right: 150px
}

@media(max-width:768px) {
  .pos3 {
    right: -30px
  }
}

.pos4 {
  top: 850px;
  right: 600px
}

@media(max-width:768px) {
  .pos4 {
    left: 10px;
    top: 500px
  }
}

.pos5 {
  top: 775px;
  left: 250px
}

.partyPeople .pos1 {
  top: 200px;
  left: -60px
}

.partyPeople .pos2 {
  top: 400px;
  right: -40px
}

.partyPeople .pos3 {
  top: 190px;
  right: 430px
}

.partyPeople .pos4 {
  top: 65px;
  right: 235px
}

.partyPeople .pos5 {
  top: 200px;
  left: 1060px
}

.partyPeople .pos6 {
  top: 20px;
  left: 70px
}

.partyPeople .pos7 {
  top: 485px;
  left: 20px
}

#howVideo .container .pos1 {
  top: 120px;
  left: 73%
}

#howVideo .container .pos2 {
  top: 400px;
  right: -40px
}

#howVideo .container .pos3 {
  top: 560px;
  right: 37%
}

#howVideo .container .pos4 {
  top: 405px;
  right: 315px
}

#howVideo .container .pos5 {
  top: 200px;
  left: 1060px
}

#howVideo .container .pos6 {
  top: 130px;
  left: 490px;
  height: 36px
}

#howVideo .container .pos7 {
  top: 420px;
  left: 300px
}

@keyframes anim-float-one {
  0% {
    transform: rotate(0deg) translateY(0px)
  }

  100% {
    transform: rotate(360deg) translateY(10px)
  }
}

@keyframes anim-float-two {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(-360deg)
  }
}

@keyframes anim-float-three {
  0% {
    transform: rotate(0deg) translateY(0px)
  }

  50% {
    transform: rotate(120deg) translateY(10px)
  }

  100% {
    transform: rotate(-360deg) translateY(0px)
  }
}

@keyframes anim-float-four {
  0% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(20px)
  }

  100% {
    transform: translateY(0px)
  }
}

#bannerIosAndroid {
  background: #04004e;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 0 125px;
  border: none;
  position: relative
}

@media(max-width:768px) {
  #bannerIosAndroid {
    padding: 0 0 60px
  }
}

#bannerIosAndroid .container {
  z-index: 100;
  overflow: visable
}

#bannerIosAndroid h1 {
  text-transform: none
}

#bannerIosAndroid:before {
  background: #04004f;
  content: " ";
  position: absolute;
  top: -65px;
  left: 0;
  width: 150%;
  height: 100px;
  transform: rotate(-1.5deg);
  z-index: 0
}

@media(max-width:768px) {
  #bannerIosAndroid:before {
    height: 50px;
    top: -37px
  }
}

@media(max-width:768px) {
  #bannerIosAndroid .btn {
    max-width: 200px;
    margin: 0 auto
  }
}

.featureStatement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px
}

@media(max-width:768px) {
  .featureStatement {
    margin-bottom: 20px
  }
}

.flex-video {
  height: 0;
  margin-bottom: .88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0
}

.twoColumn {
  padding: 0 20px
}

@media(max-width:950px) {
  .twoColumn {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
}

#sideNavigation {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 31.76156532%
}

#sideNavigation:last-child {
  margin-right: 0
}

@media(max-width:950px) {
  #sideNavigation {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%;
    order: 2;
    padding: 20px 0 60px
  }

  #sideNavigation:last-child {
    margin-right: 0
  }
}

@media(max-width:768px) {
  #sideNavigation {
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 1.1em;
    padding: 3em 1em;
    margin-bottom: 60px
  }
}

#sideNavigation li {
  list-style: none
}

@media(max-width:950px) {
  #sideNavigation li {
    text-align: center
  }
}

@media(max-width:768px) {
  #sideNavigation li {
    margin: 0 auto;
    padding: 0
  }
}

#sideNavigation a:link,
#sideNavigation a:visited {
  color: #727272;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5em;
  border-bottom: 4px solid transparent;
  display: inline-block;
  margin-bottom: 15px
}

#sideNavigation a:hover,
#sideNavigation a:active {
  color: #303030;
  border-bottom: 4px solid #4fe3c0;
  opacity: .9
}

#sideNavigation a.sideNavActive {
  border-bottom: 4px solid #4fe3c0;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #303030
}

#mainColumn {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 65.88078266%
}

#mainColumn:last-child {
  margin-right: 0
}

@media(max-width:950px) {
  #mainColumn {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%;
    order: 1
  }

  #mainColumn:last-child {
    margin-right: 0
  }
}

#mainColumn .contentBlock {
  overflow: auto;
  border-top: 1px solid #e5e5e5;
  padding: 80px 0 0
}

@media(max-width:768px) {
  #mainColumn .contentBlock {
    padding: 0
  }
}

#mainColumn .contentBlock h3 {
  margin: 60px 0 40px
}

#mainColumn .contentBlock:first-child {
  border: none;
  padding-top: 0
}

#mainColumn .contentBlock:first-child h3 {
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}

#mainColumn .downloadButtons {
  text-align: center;
  margin-top: 300px
}

#mainColumn .downloadBtn {
  overflow: auto;
  display: block;
  margin-top: 20px
}

#mainColumn .downloadBtn img {
  width: 200px
}

#mainColumn .valueProp {
  overflow: auto;
  display: flex;
  margin-bottom: 60px
}

@media(max-width:768px) {
  #mainColumn .valueProp {
    margin-bottom: 20px
  }
}

#mainColumn .valueProp:last-child {
  border: none
}

#mainColumn .valueProp span {
  font-weight: 600;
  font-size: 70px;
  color: #eee;
  margin-right: -15px
}

#mainColumn .valueProp p {
  padding: 0;
  margin: 0
}

#mainColumn .valueProp .valueText {
  float: left
}

#mainColumn .valueProp img {
  float: left;
  margin-left: 30px;
  height: 250px
}

@media(max-width:768px) {
  #mainColumn .valueProp img {
    display: none
  }
}

#mainColumn .questions {
  font-size: 1.2em;
  text-transform: lowercase;
  text-align: center;
  padding: 0;
  margin-bottom: 40px
}

@media(max-width:950px) {
  #mainColumn .questions {
    border: 1px solid #e5e5e5;
    font-size: 1.1em;
    padding: 3em 1em
  }
}

#mainColumn .post {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5
}

#mainColumn .post:first-of-type {
  padding-top: 0
}

#mainColumn .post:last-of-type {
  border: none
}

#mainColumn .olderPosts {
  float: right;
  margin-top: 40px
}

@media(max-width:950px) {
  #mainColumn .olderPosts {
    text-align: center;
    float: none;
    display: block;
    margin: 0 0 50px
  }
}

#mainColumn .olderPosts:after {
  content: url(../images/community_landing_page/arrow.svg);
  margin-left: 10px;
  transform: rotate(180deg);
  position: absolute
}

#mainColumn .review {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px
}

#mainColumn .review p {
  margin: 0;
  line-height: 1.7em
}

#mainColumn .review cite {
  color: #9099a7
}

#mainColumn .review cite:before {
  content: url(../images/community_landing_page/stars.svg);
  background-size: contain;
  margin-right: 10px
}

#mainColumn .howWeDo {
  padding-bottom: 80px
}

@media(max-width:768px) {
  #mainColumn .howWeDo {
    display: none
  }
}

@media(max-width:768px) {
  #mainColumn .threeSteps {
    border-top: none
  }
}

.valuesList {
  text-align: center;
  padding-top: 40px
}

.valuesListBlock {
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  display: flex;
  align-items: center;
  padding: 70px 0
}

@media(max-width:950px) {
  .valuesListBlock {
    display: block;
    padding: 50px 0
  }
}

.valuesListBlock:last-child {
  border: none
}

.valuesListBlock h3 {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 31.76156532%;
  padding: 0;
  margin: 0;
  text-align: left
}

.valuesListBlock h3:last-child {
  margin-right: 0
}

@media(max-width:950px) {
  .valuesListBlock h3 {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%
  }

  .valuesListBlock h3:last-child {
    margin-right: 0
  }
}

.valuesListBlock p {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 65.88078266%;
  padding: 0;
  margin: 0;
  text-align: left
}

.valuesListBlock p:last-child {
  margin-right: 0
}

@media(max-width:950px) {
  .valuesListBlock p {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%
  }

  .valuesListBlock p:last-child {
    margin-right: 0
  }
}

.valuesListBlock span {
  font-size: 70px;
  color: #eee;
  margin-right: -15px;
  font-weight: 600
}

.valuesListBlock li {
  list-style: circle;
  margin-bottom: 10px
}

.youtubeWrapper {
  max-width: 750px;
  margin: 0 auto
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  height-margin: 0 auto
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.videoContainer {
  width: 330px;
  height: 665px;
  background: url(../images/community_landing_page/phoneFrame.png) no-repeat, ;
  background-size: cover;
  position: relative;
  float: left
}

.videoContainer video {
  position: absolute;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  top: 55px;
  left: 15px;
  width: 300px;
  height: 533px
}

.clock {
  margin: 50px 0 0;
  bottom: 200px;
  color: #303030;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 575px;
  display: block
}

@media(max-width:768px) {
  .clock {
    margin: 50px auto 0;
    padding: 25px
  }
}

.clock li {
  text-align: center;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #bdbdbd;
  margin: 0 5px;
  font-size: .75rem
}

@media(max-width:768px) {
  .clock li {
    font-size: 10px
  }
}

.clock li span {
  display: block;
  font-size: 2.8rem;
  color: #2cd4ae;
  background: #fafaf8;
  padding: 25px 8px;
  border-radius: 3px
}

@media(max-width:768px) {
  .clock li span {
    padding: 5px 0;
    background: #fff;
    font-size: 18px
  }
}

.clock p.end-date {
  font-size: 10px;
  margin-top: 10px;
  color: #aeaeae
}

#homeDarkSection {
  background: #04004e;
  position: relative;
  z-index: 1000;
  overflow: visable
}

#homeDarkSection .container {
  padding: 140px 25px 20px;
  height: auto;
  overflow: visable;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  justify-items: center;
  z-index: 20
}

@media(max-width:950px) {
  #homeDarkSection .container {
    grid-template-columns: 1fr;
    text-align: center
  }
}

@media(max-width:768px) {
  #homeDarkSection .container {
    padding: 0 0
  }
}

#homeDarkSection p,
#homeDarkSection h1,
#homeDarkSection h2,
#homeDarkSection h3,
#homeDarkSection h4,
#homeDarkSection h5 {
  color: #fff
}

#homeDarkSection:before {
  background: #04004f;
  content: " ";
  position: absolute;
  top: -65px;
  left: 0;
  width: 120%;
  height: 165px;
  transform: rotate(-3deg);
  z-index: -1
}

#homeDarkSection:after {
  background: #04004f;
  content: " ";
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 120%;
  height: 165px;
  transform: rotate(3deg);
  z-index: -1
}

#animationNav {
  order: 1
}

@media(max-width:950px) {
  #animationNav {
    order: 1
  }
}

.animationContent {
  order: 2
}

@media(max-width:950px) {
  .animationContent {
    order: 2;
    width: 65%
  }
}

#animationNav .animationNavItem {
  transition: all .3s ease
}

@media(max-width:950px) {
  #animationNav .animationNavItem {
    width: 75%;
    margin: 0 auto
  }
}

#animationNav .animationNavItem p {
  opacity: .2;
  font-size: 15px
}

#animationNav .animationNavItem p:hover {
  cursor: pointer
}

@media(max-width:950px) {
  #animationNav .animationNavItem p {
    opacity: 1;
    display: block
  }
}

#animationNav .animationNavItem.active h3 {
  opacity: 1
}

#animationNav .animationNavItem.active p {
  opacity: 1;
  display: block
}

#animationNav .animationNavItem h3 {
  z-index: 10;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
  opacity: .2;
  margin-bottom: 0;
  font-size: 1.6em
}

@media(max-width:950px) {
  #animationNav .animationNavItem h3 {
    opacity: 1
  }
}

#animationNav .animationNavItem h3:hover {
  cursor: pointer;
  opacity: 1
}

#animationNav .animationNavItem h3:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 4px;
  top: 12px;
  left: 0;
  background-color: #25c6ff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  z-index: -1
}

@media(max-width:950px) {
  #animationNav .animationNavItem h3:before {
    width: 100%;
    bottom: 5px
  }
}

#animationNav .animationNavItem h3:hover:before,
#animationNav .animationNavItem .activeItem {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

@media(max-width:950px) {
  #animationNav .animationNavItem:not(.active) {
    display: none
  }
}

.animationContent {
  position: relative
}

.animationContent .animationSet {
  position: relative;
  left: 0
}

.animationContent .forground {
  z-index: 20;
  padding: 0 5px;
  width: 120%;
  max-width: 600px;
  position: absolute;
  top: 150px;
  left: -40px
}

@media(max-width:768px) {
  .animationContent .forground {
    width: 100%;
    left: 0
  }
}

.animationContent .background {
  position: inherit;
  padding: 0 5px;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  top: 0
}

@media(max-width:768px) {
  .animationContent .background {
    width: 100%;
    left: 0
  }
}

#mobileAnimationNav {
  display: none;
  text-align: center
}

@media(max-width:950px) {
  #mobileAnimationNav {
    display: block
  }
}

#mobileAnimationNav li {
  color: #fff;
  display: inline-block;
  margin: 0 20px
}

.mobileSwitcher {
  position: absolute;
  width: 95%;
  margin: 0 2.5%;
  top: 50%;
  z-index: 100
}

.mobileSwitcher #mobileNavSwitchPrev {
  float: left;
  transform: rotate(180deg)
}

.mobileSwitcher #mobileNavSwitchNext {
  float: right
}

.mobileNavSwitch {
  display: none;
  cursor: pointer;
  background: url(../images/community_landing_page/icon_chunky_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 30px
}

@media(max-width:950px) {
  .mobileNavSwitch {
    display: block
  }
}

.mobileNavSwitch:hover {
  color: transparent
}

#siteHeader.home {
  background: url(../images/community_landing_page/confetti_bg-388f68cc82cb0d10e880417742e092d5.jpg?vsn=d);
  background-repeat: repeat;
  background-attachment: fixed
}

#heroWrapper {
  padding: 3vh 20px 0;
  overflow: hidden
}

@media(max-width:768px) {
  #heroWrapper {
    padding-top: 80px;
    max-width: 520px
  }
}

@media(max-width:455px) {
  #heroWrapper {
    padding-top: 80px
  }
}

@media(max-width:400px) {
  #heroWrapper {
    padding-top: 20px
  }
}

#heroWrapper .heroVideo {
  z-index: 1000;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 31.76156532%
}

#heroWrapper .heroVideo:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  #heroWrapper .heroVideo {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%
  }

  #heroWrapper .heroVideo:last-child {
    margin-right: 0
  }
}

#heroWrapper .videoContainer {
  width: 387px;
  height: 780px;
  background: url(../images/community_landing_page/phoneFrame.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1000;
  float: none
}

@media(max-width:950px) {
  #heroWrapper .videoContainer {
    width: 250px;
    height: 504px;
    margin-left: 20%
  }
}

@media(max-width:768px) {
  #heroWrapper .videoContainer {
    margin: 75px auto 0;
    width: 350px;
    height: 705px
  }
}

@media(max-width:400px) {
  #heroWrapper .videoContainer {
    width: 270px;
    height: 545px
  }
}

#heroWrapper .videoContainer video {
  position: absolute;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  top: 65px;
  left: 19px;
  width: 350px;
  height: 621px
}

@media(max-width:950px) {
  #heroWrapper .videoContainer video {
    width: 213px;
    height: 377px
  }
}

@media(max-width:768px) {
  #heroWrapper .videoContainer video {
    width: 310px;
    height: 550px
  }
}

@media(max-width:400px) {
  #heroWrapper .videoContainer video {
    width: 230px;
    height: 407px
  }
}

#heroWrapper .cta {
  z-index: 1000;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 57.35097832%;
  text-align: center;
  color: #000;
  text-align: left;
  margin-top: 18vh
}

#heroWrapper .cta:last-child {
  margin-right: 0
}

@media(max-width:950px) {
  #heroWrapper .cta {
    margin-top: 75px;
    padding-left: 20px
  }
}

@media(max-width:768px) {
  #heroWrapper .cta {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding-left: 0
  }

  #heroWrapper .cta:last-child {
    margin-right: 0
  }
}

@media(max-width:400px) {
  #heroWrapper .cta {
    margin-top: 35px
  }
}

#heroWrapper .cta h2 {
  margin-bottom: 15px;
  font-size: 3.5rem;
  margin-top: 0;
  line-height: 1.3em;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none
}

@media(max-width:950px) {
  #heroWrapper .cta h2 {
    font-size: 3em;
    line-height: 1em
  }
}

@media(max-width:768px) {
  #heroWrapper .cta h2 {
    font-size: 2.3em
  }
}

@media(max-width:400px) {
  #heroWrapper .cta h2 {
    font-size: 2.2em
  }
}

#heroWrapper .cta h3 {
  font-size: 1.6rem;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  max-width: 550px;
  margin: 0;
  line-height: 2.4rem
}

@media(max-width:950px) {
  #heroWrapper .cta h3 {
    font-size: 1.2em;
    line-height: 1.9em
  }
}

@media(max-width:768px) {
  #heroWrapper .cta h3 {
    font-size: 1.3em;
    margin: 0 auto
  }
}

@media(max-width:400px) {
  #heroWrapper .cta h3 {
    font-size: 1.2em;
    margin: 0 auto
  }
}

#heroWrapper .cta h3 span:nth-child(1) {
  color: #55c5fd
}

#heroWrapper .cta h3 span:nth-child(2) {
  color: #ef6947
}

#heroWrapper .cta .downloadButtons {
  margin-top: 30px
}

#heroWrapper a.btn {
  transition: all .15s ease-out 0s;
  display: inline-block;
  width: 220px;
  height: auto;
  margin: 0 10px 10px
}

@media(max-width:950px) {
  #heroWrapper a.btn {
    width: 175px;
    margin: 0 auto
  }
}

@media(max-width:400px) {
  #heroWrapper a.btn {
    width: 210px;
    margin: 0 auto
  }
}

#heroWrapper a.btn:hover {
  transform: scale(1.015)
}

#heroWrapper .btnApple {
  margin-left: 0 !important
}

@media(max-width:768px) {
  #heroWrapper .btnApple {
    margin-left: auto !important
  }
}

@media(max-width:400px) {
  #heroWrapper .btnApple {
    margin-left: auto !important
  }
}

#siteHeader.home {
  height: 1800px;
  color: #fff;
  position: relative
}

@media(max-width:950px) {
  #siteHeader.home {
    height: 800px
  }
}

@media(max-width:768px) {
  #siteHeader.home {
    height: 1300px
  }
}

@media(max-width:400px) {
  #siteHeader.home {
    height: 1200px
  }
}

.partyPeople {
  width: 100%;
  max-width: 1100px;
  min-width: 600px;
  overflow: visable;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center
}

@media(max-width:950px) {
  .partyPeople {
    display: none
  }
}

.partyPeople .party {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1000
}

.partyPeople .discoverVideo1:after,
.partyPeople .discoverVideo2:after {
  transition: all .15s ease-out 0s;
  background: url(../images/community_landing_page/btnVideoPlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px
}

@media(max-width:768px) {

  .partyPeople .discoverVideo1:after,
  .partyPeople .discoverVideo2:after {
    width: 100px;
    height: 100px;
    margin-left: -55px;
    margin-top: -50px
  }
}

.partyPeople .discoverVideo1:hover,
.partyPeople .discoverVideo2:hover {
  transform: scale(0.985)
}

.partyPeople .discoverVideo1:hover:after,
.partyPeople .discoverVideo2:hover:after {
  transform: scale(1.065);
  opacity: .8
}

#siteFeatureShowcase {
  padding: 40px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #ededed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

#siteFeatureShowcase h2,
#siteFeatureShowcase p {
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto
}

#siteFeatureShowcase h2 {
  margin-bottom: 0;
  margin-top: 30px;
  color: #2cd4ae
}

#siteFeatureShowcase p {
  margin-bottom: 40px;
  color: #303030
}

#siteFeatureShowcase img {
  margin: 0 auto;
  max-height: 600px
}

#howVideo {
  text-align: center;
  margin: 155px 0 200px;
  background: url(../images/community_landing_page/confetti_bg-388f68cc82cb0d10e880417742e092d5.jpg?vsn=d);
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: visible;
  position: relative
}

#howVideo .container {
  overflow: hidden
}

#howVideo iframe {
  z-index: 10000
}

#howVideo h2,
#howVideo h4 {
  margin: 0
}

#howVideo h2 {
  margin-bottom: 50px;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.youtube {
  transition: all .15s ease-out 0s
}

.youtube:hover {
  margin-top: -5px;
  margin-bottom: 5px;
  transform: scale(1.01)
}

.backToLink {
  text-decoration: none;
  text-transform: uppercase
}

.backToLink:before {
  content: url(../images/community_landing_page/arrow.svg);
  margin-right: 15px
}

.multiColumn {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px
}

@media(max-width:768px) {
  .multiColumn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
  }
}

.positionsBlock {
  background: #f9f9f9;
  padding: 40px 0;
  margin: 40px 0
}

.positionsBlock h3 {
  text-align: center;
  margin-bottom: 40px
}

@media(max-width:768px) {
  .positionsBlock h3 {
    margin-bottom: 10px
  }
}

.teamCategory {
  overflow: auto;
  padding: 80px 0 40px;
  border-bottom: 1px solid #e5e5e5
}

@media(max-width:768px) {
  .teamCategory {
    padding: 40px 0;
    border-bottom: 0
  }
}

.teamCategory:last-child {
  border: none
}

.teamCategory .team {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 31.76156532%;
  margin: 0 0 40px
}

.teamCategory .team:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  .teamCategory .team {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    padding: 20px
  }

  .teamCategory .team:last-child {
    margin-right: 0
  }
}

.teamCategory .jobDetails {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 65.88078266%
}

.teamCategory .jobDetails:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  .teamCategory .jobDetails {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%
  }

  .teamCategory .jobDetails:last-child {
    margin-right: 0
  }
}

.teamCategory .jobPost {
  margin-bottom: 60px
}

.teamCategory .jobPost h5 {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 10px
}

.jobListBlock {
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  padding: 70px 0
}

@media(max-width:768px) {
  .jobListBlock {
    display: block
  }
}

.jobListBlock:last-child {
  border: none
}

.jobListBlock h3 {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 31.76156532%;
  padding: 0;
  margin: 0
}

.jobListBlock h3:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  .jobListBlock h3 {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%
  }

  .jobListBlock h3:last-child {
    margin-right: 0
  }
}

.jobListBlock h4 {
  margin-top: 80px
}

.jobListBlock .jobRequirments {
  float: left;
  display: block;
  margin-right: 2.35765202%;
  width: 65.88078266%
}

.jobListBlock .jobRequirments:last-child {
  margin-right: 0
}

@media(max-width:768px) {
  .jobListBlock .jobRequirments {
    float: left;
    display: block;
    margin-right: 2.35765202%;
    width: 100%;
    margin: 20px 0 0
  }

  .jobListBlock .jobRequirments:last-child {
    margin-right: 0
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

th,
td {
  text-align: center;
  padding: 16px
}

th:first-child,
td:first-child {
  text-align: left;
  padding-left: 0
}

th {
  font-weight: 800
}

.cMark,
.xMark {
  position: absolute
}

.cMark:after {
  content: url(../images/community_landing_page/icon-yes.svg)
}

.xMark:after {
  content: url(../images/community_landing_page/icon-no.svg)
}

#mainColumn .contentBlock h3 {
  margin-bottom: 20px
}

@media(max-width:768px) {
  #pricing {
    padding: 40px 20px
  }
}

#pricing header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px
}

#pricing header h2 {
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 10px
}

#pricing header p span {
  background: #fffccf;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #303030;
  padding: 10px;
  margin-left: 10px
}

#pricing .priceToggle {
  display: grid;
  grid-template-columns: 1fr .5fr 1fr
}

#pricing .priceTypeTag {
  margin-top: 5px
}

#pricing .tagActive {
  font-weight: 900;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-style: normal;
  color: #303030
}

#pricing .priceTypeTag.typeMonthly {
  text-align: right
}

#pricing .priceTypeTag.typeAnnually {
  text-align: left
}

#pricing input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden
}

#pricing label {
  cursor: pointer;
  text-indent: -9999px;
  width: 100px;
  height: 40px;
  background: #9099a7;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin: 0 10px
}

#pricing label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  transition: .3s
}

#pricing input:checked+label {
  background: #2cd4ae
}

#pricing input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%)
}

#pricing label:active:after {
  width: 40px
}

#pricing .priceCardList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr
}

@media(max-width:1120px) {
  #pricing .priceCardList {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
  }
}

@media(max-width:620px) {
  #pricing .priceCardList {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto
  }
}

#pricing .priceCard {
  border: 1px solid #e5e5e5;
  padding: 25px;
  height: 680px;
  margin-left: -1px
}

@media(max-width:1130px) {
  #pricing .priceCard {
    height: auto
  }
}

#pricing .priceCard h3,
#pricing .priceCard h4,
#pricing .priceCard h5 {
  padding: 0;
  margin: 0
}

#pricing .priceCard h3 {
  font-size: 20px
}

#pricing .priceCard h4 {
  font-size: 48px
}

#pricing .priceCard h5 {
  font-size: 12px;
  color: #9099a7;
  text-transform: lowercase;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#pricing .priceCard ul li {
  list-style-image: url(../images/community_landing_page/icon-yes.svg);
  padding-left: 10px;
  font-size: 14px;
  color: #9099a7
}

#pricing .priceCard ul li strong {
  color: #303030;
  font-weight: 600
}

#pricing .planFree {
  position: relative
}

#pricing .planFree h3 {
  color: #9bb2b0
}

#pricing .planFree:before {
  width: 100%;
  content: " ";
  height: 10px;
  background: #9bb2b0;
  position: absolute;
  left: 0;
  top: -1px
}

#pricing .planStandard {
  position: relative
}

#pricing .planStandard h3 {
  color: #82c5b6
}

#pricing .planStandard:before {
  width: 100%;
  content: " ";
  height: 10px;
  background: #82c5b6;
  position: absolute;
  left: 0;
  top: -1px
}

#pricing .planPlus {
  position: relative;
  overflow: hidden;
  transform: scale(1.02);
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 20px rgba(48, 48, 48, .1)
}

@media(max-width:1075px) {
  #pricing .planPlus {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0)
  }
}

#pricing .planPlus h3 {
  color: #2cd4ae
}

#pricing .planPlus .button {
  background: #2cd4ae;
  color: #fff
}

#pricing .planPlus:before {
  width: 100%;
  content: " ";
  height: 10px;
  background: #2cd4ae;
  position: absolute;
  top: -1px;
  left: 0
}

#pricing .planPlus:after {
  content: "Most Popular";
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 70px 3px;
  background: #ff3e57;
  position: absolute;
  transform: rotate(40deg);
  right: -50px;
  top: 40px;
  z-index: 100
}

#pricing .planPremium {
  position: relative
}

#pricing .planPremium h3 {
  color: #4fe3c0
}

#pricing .planPremium:before {
  width: 100%;
  content: " ";
  height: 10px;
  background-image: linear-gradient(to right, #78e1c2, #82e0b9, #8cdfb0, #96dea8, #a0dca0);
  position: absolute;
  top: -1px;
  left: 0
}

#pricing .needMore {
  text-align: center;
  margin-top: 50px
}

#pricing .priceAnnually {
  display: none
}

#pricing .priceMonthly {
  display: none
}

#pricing .priceVisable {
  display: grid
}

.promoPage #siteHeader {
  background: #f7f3f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 900px
}

@media(max-width:768px) {
  .promoPage #siteHeader {
    height: 800px
  }
}

.promoPage #siteHeader #navMenu a {
  color: #303030
}

.promoPage #siteHeader #navMenu .download {
  border-color: #303030
}

.promoPage #siteHeader #navMenu .download:hover {
  border-color: transparent;
  color: #fff
}

.promoPage #siteHeader a#brand {
  fill: #303030
}

.promoPage #siteHeader #nav-toggle-switch {
  fill: #303030
}

.promoPage #siteHeaderWrapper {
  width: 100%;
  margin-top: 80px;
  display: block;
  text-align: left;
  height: auto
}

@media(max-width:1199px) {
  .promoPage #siteHeaderWrapper {
    margin-top: 75px
  }
}

@media(max-width:768px) {
  .promoPage #siteHeaderWrapper {
    text-align: center;
    margin-top: 50px
  }
}

.promoPage #siteHeaderWrapper img.textLockup {
  width: 50%;
  margin-top: 150px;
  display: block;
  margin-bottom: 20px
}

@media(max-width:768px) {
  .promoPage #siteHeaderWrapper img.textLockup {
    margin-top: 75px;
    width: 90%
  }
}

.promoPage #siteHeaderWrapper img.textLockupCountdown {
  margin-top: 0
}

.promoPage .promoInfo {
  padding: 50px 0;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  grid-template-columns: repeat(2, auto)
}

@media(max-width:1200px) {
  .promoPage .promoInfo {
    padding: 0 0 50px
  }
}

@media(max-width:768px) {
  .promoPage .promoInfo {
    grid-template-columns: repeat(1, auto)
  }
}

.promoPage .promoInfo article {
  margin-left: 100px;
  margin-top: -50px
}

@media(max-width:768px) {
  .promoPage .promoInfo article {
    margin: 0
  }
}

.promoPage .promoInfo .downloadButtons {
  margin-top: 40px
}

.promoPage .promoInfo .downloadButtons a {
  width: 200px;
  padding: 0 5px;
  display: inline-block
}

.promoPage #promoContent {
  overflow: visible;
  height: auto;
  padding: 220px 0 0;
  background: #2cd4ae url(../images/community_landing_page/topography.jpg) repeat;
  color: #fff;
  font-weight: 800;
  margin-top: -200px;
  -webkit-clip-path: polygon(0 5%, 100% 45%, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 45%, 100% 100%, 0% 100%)
}

@media(max-width:768px) {
  .promoPage #promoContent {
    margin-top: 0
  }
}

@media(max-width:768px) {
  .promoPage #promoContent {
    clip-path: none;
    padding: 20px 0 0
  }
}

.promoPage #promoContent article {
  width: 60%;
  position: relative
}

@media(max-width:768px) {
  .promoPage #promoContent article {
    width: 100%
  }
}

.promoPage #promoContent ul li {
  color: #fff
}

.promoPage #promoContent .endorsment {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 120px
}

@media(max-width:768px) {
  .promoPage #promoContent .endorsment {
    margin-top: 60px
  }
}

.promoPage .accentImage {
  position: absolute;
  bottom: -600px;
  margin-left: 50px;
  z-index: 100;
  width: 320px
}

@media(max-width:900px) {
  .promoPage .accentImage {
    margin-left: 50px
  }
}

@media(max-width:768px) {
  .promoPage .accentImage {
    display: none
  }
}

.promoPage #siteMainContent {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  background: url(../images/community_landing_page/confettiBG.jpg) repeat;
  background-attachment: fixed;
  position: relative
}

.promoPage #siteMainContent h2 {
  font-weight: 900
}

.promoPage #siteMainContent:after {
  display: none
}

.promoPage #promoDetails {
  padding: 60px 0
}

.promoPage #promoDetails .detailColumns {
  column-count: 2
}

@media(max-width:768px) {
  .promoPage #promoDetails .detailColumns {
    column-count: 1
  }
}

.promoPage .heroVideo {
  z-index: 1000
}

@media(max-width:768px) {
  .promoPage .heroVideo {
    display: none
  }
}

.promoPage #bannerIosAndroid {
  background: #303030
}

.promoPage #promoRules {
  padding: 100px 0
}

.promoPage #promoRules h2 {
  margin: 0
}

.promoPage #promoRules ul {
  margin-bottom: 20px
}

.promoPage #promoRules article {
  width: 50%;
  float: left
}

@media(max-width:768px) {
  .promoPage #promoRules article {
    width: 100%
  }
}

.promoPage #promoRules a.rulesLink {
  font-weight: 900;
  border-bottom: 2px solid #2cd4ae;
  padding-bottom: 10px;
  display: inline-block
}

.promoPage #promoRules .seatingChart {
  width: 40%;
  float: right;
  margin-top: 100px
}

@media(max-width:768px) {
  .promoPage #promoRules .seatingChart {
    display: none
  }
}

.promoCountdown #siteHeaderWrapper {
  margin-top: 100px
}

@media(max-width:768px) {
  .promoCountdown #siteHeaderWrapper {
    margin-top: 0
  }
}

@media(max-width:768px) {
  #main.promoOver {
    margin-top: 0
  }
}

#main.promoOver #promoContent {
  margin-top: -130px;
  clip-path: polygon(0 5%, 100% 85%, 100% 100%, 0% 100%)
}

@media(max-width:768px) {
  #main.promoOver #promoContent {
    margin-top: 0
  }
}

#main.promoOver .promoClosedTitles {
  max-width: 750px;
  color: #2cd4ae;
  margin-top: 150px
}

@media(max-width:768px) {
  #main.promoOver .promoClosedTitles {
    margin-top: -10px
  }
}

@media(max-width:400px) {
  #main.promoOver .promoClosedTitles {
    margin-top: -80px
  }
}

#main.promoOver .promoClosedTitles h2 {
  font-size: 74px;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  margin-bottom: 10px
}

@media(max-width:768px) {
  #main.promoOver .promoClosedTitles h2 {
    font-size: 35px;
    line-height: 40px
  }
}

#main.promoOver .promoClosedTitles h3 {
  font-size: 24px;
  margin-top: 0;
  color: #303030
}

@media(max-width:768px) {
  #main.promoOver .promoClosedTitles h3 {
    font-size: 16px
  }
}

#main.promoOver .promoClosedTitles .downloadButtons {
  margin-top: 50px
}

.switcher:after {
  display: none
}

.switcher:before {
  display: none
}

#homeDarkSection.switcher {
  overflow: hidden
}

#homeDarkSection.switcher .container {
  padding: 100px 0
}

@media(max-width:768px) {
  #homeDarkSection.switcher .container {
    padding: 10px 0 60px
  }
}

#homeDarkSection.switcher img {
  max-width: 450px
}

#heroWrapper.spaceSEO {
  max-width: 800px
}

.space-hero {
  color: #000;
  text-align: center
}

.space-hero img {
  width: 100%;
  max-width: 1000px;
  border: 10px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.space-hero h1,
.space-hero h2 {
  margin: 0;
  padding: 0
}

.space-hero h1 {
  font-family: Playlist;
  color: #05005a;
  font-size: 8.5rem;
  text-shadow: 0 -5px 8px rgba(255, 255, 255, .7);
  margin-top: -10px;
  letter-spacing: 7px;
  line-height: .8
}

@media(max-width:768px) {
  .space-hero h1 {
    font-size: 4rem
  }
}

@media(max-width:400px) {
  .space-hero h1 {
    font-size: 2.8rem
  }
}

.space-hero p {
  margin: 20px 0
}

#siteHeader.spaceHeader {
  height: auto;
  padding-bottom: 150px;
  background: url(../images/community_landing_page/confetti_bg-388f68cc82cb0d10e880417742e092d5.jpg?vsn=d);
  background-repeat: repeat;
  background-attachment: fixed
}

@media(max-width:950px) {
  #siteHeader.spaceHeader {
    padding-bottom: 100px
  }
}

#siteHeader.spaceHeader:after {
  background: 0 0
}

.spaceInfo {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 150px
}

#bulletPoints {
  padding: 0
}

#spaceFeatures {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 80px
}

@media(max-width:950px) {
  #spaceFeatures {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:768px) {
  #spaceFeatures {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0
  }
}

#spaceFeatures h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 15px
}

#spaceFeatures article {
  display: grid;
  grid-template-columns: 1fr 4fr
}

#spaceFeatures .featureIcon {
  width: 80%
}

#spaceFeatures .featureIcon img {
  width: 100%;
  min-width: 25px;
  max-width: 45px;
  max-height: 40px
}

.spaceDownloadBtn {
  background: #2cd4ae;
  width: 270px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #4fe3c0;
  transition: all .2s ease-in-out;
  color: #fff;
  padding: 20px 0 20px 40px;
  text-align: center;
  display: inherit;
  margin: 75px auto 0;
  position: relative
}

.spaceDownloadBtn:hover {
  color: #fff
}

.spaceDownloadBtn svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 65px;
  top: 15px
}

blockquote {
  color: #333;
  background: #fafafa;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 80px;
  text-align: left;
  position: relative
}

blockquote div.author {
  margin-top: 20px;
  text-align: right;
  text-transform: none
}

blockquote::before,
blockquote::after {
  font-size: 350%;
  position: absolute
}

blockquote::before {
  content: open-quote;
  line-height: 40px;
  left: 30px
}

blockquote::after {
  content: close-quote;
  line-height: 30px;
  right: 30px
}

.spacesValue {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  justify-content: center;
  margin-bottom: 150px
}

@media(max-width:768px) {
  .spacesValue {
    grid-template-columns: 1fr;
    margin-bottom: 75px
  }
}

.spacesMain h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 50px 0 10px;
  font-size: 2rem
}

@media(max-width:400px) {
  .spacesMain h2 {
    text-align: center
  }
}

.spacesMain h2:first-child {
  margin-top: 0
}

.spacesMain .sideImage {
  order: 0
}

@media(max-width:768px) {
  .spacesMain .sideImage {
    order: 2;
    max-width: 250px;
    margin: 0 auto
  }
}

.whatCan {
  text-align: center
}

#kindOfSpaces {
  margin: 125px 0 50px
}

#kindOfSpaces h2 {
  text-align: center;
  margin-bottom: 75px
}

@media(max-width:400px) {
  #kindOfSpaces h2 {
    margin-bottom: 45px
  }
}

.cardWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px
}

@media(max-width:950px) {
  .cardWrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media(max-width:768px) {
  .cardWrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:400px) {
  .cardWrapper {
    grid-template-columns: 1fr
  }
}

.cardWrapper .spaceCard {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, .464762);
  box-sizing: border-box;
  box-shadow: 0 8px 14px rgba(0, 0, 0, .0504261);
  border-radius: 8px
}

.cardWrapper .spaceCard header {
  background: red;
  max-height: 125px;
  overflow: hidden
}

.cardWrapper .spaceCard header img {
  display: block;
  width: 100%;
  object-fit: cover
}

.cardWrapper .spaceCard footer {
  padding: 0 20px 20px
}

.cardWrapper .spaceCard footer h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600
}

.cardWrapper .spaceCard footer p {
  font-size: 16px;
  line-height: 30px;
  color: #9099a7
}

#bulletPoints {
  margin: 125px 0
}

#bulletPoints h2 {
  margin-bottom: 75px
}

@media(max-width:400px) {
  #bulletPoints h2 {
    margin-bottom: 45px
  }
}

#spacesJoinPage {
  background: url(../images/community_landing_page/confetti_bg-388f68cc82cb0d10e880417742e092d5.jpg?vsn=d);
  background-repeat: repeat;
  overflow: hidden
}

#spacesJoinPage .button {
  display: inline-block;
  max-width: 300px
}

#spacesJoinPage #siteMainContent {
  background: transparent;
  padding: 0
}

#spacesSiteHeader {
  background: #04004e;
  color: #fff;
  position: relative;
  padding-top: 30px
}

#spacesSiteHeader .spacesBrand {
  margin: 0 auto;
  text-align: center;
  display: block !important;
  float: none
}

#spacesSiteHeader #spacesJoinCta {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 0 150px
}

#spacesSiteHeader h1 {
  text-transform: capitalize;
  line-height: 68px;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-style: normal;
  font-weight: 700
}

@media(max-width:768px) {
  #spacesSiteHeader h1 {
    line-height: 50px
  }
}

#spacesSiteHeader h3 {
  font-family: Playlist;
  margin-bottom: 0
}

#spacesSiteHeader .shape-rect-blue {
  top: -20px;
  left: 0
}

#spacesSiteHeader .shape-dotted-circle {
  top: -20px;
  right: 100px
}

#spacesSiteHeader .shape-dotted-box-blue {
  top: 550px;
  left: 0
}

#spacesSiteHeader .shape-rect-yellow {
  top: 150px;
  right: -35px
}

@media(max-width:768px) {
  #spacesSiteHeader .shape-rect-yellow {
    display: none
  }
}

#spacesSiteHeader .shape-triangle-orange {
  top: 320px;
  left: -20px
}

@media(max-width:768px) {
  #spacesSiteHeader .shape-triangle-orange {
    display: none
  }
}

#spacesSiteHeader .shape-triangle-blue {
  top: 450px;
  right: -20px
}

#spacesSiteHeader .shape-squiggle-blue {
  top: 170px;
  left: 210px
}

@media(max-width:950px) {
  #spacesSiteHeader .shape-squiggle-blue {
    left: -30px
  }
}

#spacesSiteHeader:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  border-width: 50px 100vw 0 0;
  border-style: solid;
  border-color: #04004e #0000 #0000 #04004e;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  -ms-filter: "FlipH";
  z-index: 1000
}

.customDescription {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 75px
}

@media(max-width:782px) {
  .customDescription {
    padding-top: 100px;
    grid-template-columns: 1fr;
    grid-gap: 35px
  }
}

.textDescription {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.textDescription .button {
  max-width: fit-content
}

@media(max-width:782px) {
  .textDescription .button {
    width: inherit;
    margin: 20px auto
  }
}

.textDescription span.avatar,
.textDescription h3 {
  display: inline
}

@media(max-width:782px) {

  .textDescription span.avatar,
  .textDescription h3 {
    display: block;
    margin: 0 auto
  }
}

.textDescription span.avatar {
  padding: 16px 0;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  border-radius: 4px;
  float: left
}

@media(max-width:782px) {
  .textDescription span.avatar {
    float: none;
    margin-bottom: 30px
  }
}

.textDescription h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-left: 80px;
  display: block;
  margin-top: 0
}

@media(max-width:782px) {
  .textDescription h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem
  }
}

.textDescription p {
  margin-bottom: 15px;
  margin-top: 20px
}

@media(max-width:782px) {
  .textDescription p {
    text-align: center
  }
}

.textDescription ul li {
  line-height: 2.8rem
}

.phoneShot {
  z-index: 1000
}

.joinPhoneFrame {
  background: url(../images/community_landing_page/join_iPhoneX-32f5f40f6d283007a0dda608675b6bde.png?vsn=d) no-repeat;
  background-size: contain;
  width: 346px;
  max-width: 345px;
  height: 667px;
  position: relative
}

@media(max-width:782px) {
  .joinPhoneFrame {
    margin: 0 auto
  }
}

@media(max-width:400px) {
  .joinPhoneFrame {
    width: 240px;
    max-width: 345px;
    height: 510px
  }
}

.joinPhoneFrame img {
  position: absolute;
  height: 136px;
  left: 48px;
  top: 184px;
  border-radius: 4px
}

@media(max-width:400px) {
  .joinPhoneFrame img {
    height: 95px;
    left: 33px;
    top: 129px
  }
}

.statsBar {
  background: #04004e;
  color: #fff;
  padding: 100px 0;
  position: relative
}

.statsBar div.props {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media(max-width:650px) {
  .statsBar div.props {
    grid-template-columns: 1fr;
    grid-gap: 50px
  }
}

.statsBar div.props article {
  list-style: none;
  text-align: center
}

.statsBar div.props h4 {
  margin-top: 0
}

.statsBar .shape-rect-blue {
  top: -20px;
  left: -20px
}

.statsBar .shape-dotted-box-blue {
  top: 270px;
  left: 270px
}

@media(max-width:950px) {
  .statsBar .shape-dotted-box-blue {
    top: 600px;
    left: -10px
  }
}

.statsBar .shape-squiggle-green {
  top: -40px;
  left: 50%
}

@media(max-width:768px) {
  .statsBar .shape-squiggle-green {
    display: none
  }
}

.statsBar .shape-text-one {
  top: 260px;
  right: 75px
}

@media(max-width:950px) {
  .statsBar .shape-text-one {
    right: -20px;
    top: 300px
  }
}

#spacesJoinFooter {
  padding: 75px 0 0;
  text-align: center
}

@media(max-width:650px) {
  #spacesJoinFooter img {
    display: none
  }
}

#spacesJoinFooter article {
  padding: 155px 0 175px;
  max-width: 700px;
  margin: 0 auto
}

@media(max-width:650px) {
  #spacesJoinFooter article {
    padding: 50px 0 130px
  }
}

#spacesJoinFooter article h3 {
  font-weight: 800;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica neue, helvetica, roboto, arial, sans-serif;
  font-size: 2rem;
  font-style: normal;
  padding-bottom: 20px
}

#spacesJoinFooter article h3,
#spacesJoinFooter article p {
  max-width: 500px;
  margin: 0 auto
}

#spacesJoinFooter form {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr;
  margin-top: 40px;
  -ms-input-placeholder-color: #bfbfbf
}

@media(max-width:650px) {
  #spacesJoinFooter form {
    grid-template-columns: 1fr
  }
}

#spacesJoinFooter form input {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0 9px 12px rgba(0, 0, 0, .05);
  border-radius: 4px;
  padding: 20px
}

#spacesJoinFooter form ::placeholder {
  color: #bfbfbf
}

#spacesJoinFooter form ::-ms-input-placeholder {
  color: #bfbfbf
}

@media(max-width:768px) {
  #spacesJoinFooter form .button {
    max-width: 100%;
    width: 100%
  }
}