/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button .lines {
  background: #282321; }
  button .lines:before, button .lines:after {
    background: #282321; }

button:hover .lines {
  background: #775599; }
  button:hover .lines:before, button:hover .lines:after {
    background: #775599; }

.lines {
  vertical-align: middle;
  background: #282321;
  border-radius: 0.1166666667rem;
  display: inline-block;
  height: 0.175rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.75rem;
  position: relative; }
  .lines:before, .lines:after {
    background: #282321;
    border-radius: 0.1166666667rem;
    display: inline-block;
    height: 0.175rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1.75rem;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.125rem center;
    -webkit-transform-origin: 0.125rem center; }
  .lines:before {
    top: 0.4375rem; }
  .lines:after {
    top: -0.4375rem; }

.lines-button {
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.6140350877rem;
  padding-bottom: 0.875rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 1.75rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  .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-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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); }
  100% {
    -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); }
  100% {
    -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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

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

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  background: #775599;
  border: 1px solid #775599;
  border-radius: 24px;
  color: #f2c7ee;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gobold Thin', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  padding: 8px 22px 10px;
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }
  .btn > * {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .btn:before {
    transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background: #b2d8c5;
    content: "";
    height: 200%;
    left: -103%;
    position: absolute;
    top: -50%;
    width: 100%;
    z-index: 1; }
  .btn:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-box-shadow: 0 0 1px 2px #775599;
            box-shadow: 0 0 1px 2px #775599;
    color: #775599; }
    .btn:hover:before {
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      left: 0; }
  .btn.lg {
    border-radius: 32px;
    padding: 12px 48px 14px; }
  @media (max-width: 600px) {
    .btn.mobile-block {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .btn.outline {
    background: transparent;
    border-color: #c64f74;
    border-width: 2px; }
  .btn .icon-plane {
    background: url(../images/icon-plane-pink.svg) no-repeat center center/contain;
    height: 28px;
    width: 25px;
    display: inline-block;
    margin-left: 10px; }
  .btn:hover .icon-plane {
    background-image: url(../images/icon-plane.svg); }
  .btn.arrow span:after {
    background: url(../images/arrow-pink.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 18px;
    margin-left: 10px;
    vertical-align: middle; }
  .btn.arrow:hover span:after {
    background-image: url(../images/arrow-violet.svg); }
  .btn.arrow-back span:before {
    background: url(../images/arrow-pink.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn.arrow-back:hover span:before {
    background-image: url(../images/arrow-violet.svg); }
  .btn.alt {
    background: #f2c7ee;
    border-color: #f2c7ee;
    color: #775599; }
    .btn.alt.arrow span:after {
      background-image: url(../images/arrow-violet.svg); }

ul.tags li {
  background: #f7e289;
  border-radius: 24px;
  display: inline-block;
  margin: 6px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  ul.tags li:not(:has(a)) {
    padding: 8px 16px; }
  ul.tags li a {
    background: #f7e289;
    border-radius: 24px;
    color: #518d93;
    display: block;
    padding: 8px 16px; }
    ul.tags li a:hover {
      -webkit-box-shadow: 0 0 0 2px #518d93;
              box-shadow: 0 0 0 2px #518d93; }
  ul.tags li:first-child {
    margin-left: 0; }
  ul.tags li:last-child {
    margin-right: 0; }
  ul.tags li:nth-child(6n +2), ul.tags li:nth-child(6n +2) a {
    background: #f2c7ee;
    color: #775599; }
  ul.tags li:nth-child(6n +2) a:hover {
    -webkit-box-shadow: 0 0 0 2px #775599;
            box-shadow: 0 0 0 2px #775599; }
  ul.tags li:nth-child(6n +3) a {
    background: #b2d8c5;
    color: #775599; }
    ul.tags li:nth-child(6n +3) a:hover {
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
  ul.tags li:nth-child(6n +4) a {
    background: #c64f74;
    color: #f2c7ee; }
  ul.tags li:nth-child(6n +5) a {
    background: #775599;
    color: #f2c7ee; }
    ul.tags li:nth-child(6n +5) a:hover {
      -webkit-box-shadow: 0 0 0 2px #f7e289;
              box-shadow: 0 0 0 2px #f7e289; }
  ul.tags li:nth-child(6n +6) a {
    background: #518d93;
    color: #b2d8c5; }
    ul.tags li:nth-child(6n +6) a:hover {
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
  ul.tags li.Web, ul.tags li.CutOut {
    background: #c64f74;
    color: #f2c7ee; }
    ul.tags li.Web.active, ul.tags li.CutOut.active {
      background: #ab375b;
      -webkit-box-shadow: 0 0 0 3px #f2c7ee;
              box-shadow: 0 0 0 3px #f2c7ee; }
  ul.tags li.Mobile, ul.tags li.Spot {
    background: #775599;
    color: #f2c7ee; }
    ul.tags li.Mobile.active, ul.tags li.Spot.active {
      background: #5e4378;
      -webkit-box-shadow: 0 0 0 3px #f2c7ee;
              box-shadow: 0 0 0 3px #f2c7ee; }
  ul.tags li.Plataforma, ul.tags li.Rotoscopia {
    background: #518d93;
    color: #b2d8c5; }
    ul.tags li.Plataforma.active, ul.tags li.Rotoscopia.active {
      background: #3f6d72;
      -webkit-box-shadow: 0 0 0 3px #b2d8c5;
              box-shadow: 0 0 0 3px #b2d8c5; }
  ul.tags li.Diseno, ul.tags li.Comercial {
    background: #f7e289;
    color: #518d93; }
    ul.tags li.Diseno.active, ul.tags li.Comercial.active {
      background: #f4d659;
      -webkit-box-shadow: 0 0 0 3px #518d93;
              box-shadow: 0 0 0 3px #518d93; }
  ul.tags li.Maquetado, ul.tags li.VR, ul.tags li.StopMotion, ul.tags li.Corto {
    background: #f2c7ee;
    color: #775599; }
    ul.tags li.Maquetado.active, ul.tags li.VR.active, ul.tags li.StopMotion.active, ul.tags li.Corto.active {
      background: #e89ee1;
      -webkit-box-shadow: 0 0 0 3px #775599;
              box-shadow: 0 0 0 3px #775599; }
  ul.tags li.c360, ul.tags li.Desarrollo, ul.tags li.MotionGraphics {
    background: #b2d8c5;
    color: #775599; }
    ul.tags li.c360.active, ul.tags li.Desarrollo.active, ul.tags li.MotionGraphics.active {
      background: #90c7ac;
      -webkit-box-shadow: 0 0 0 3px #775599;
              box-shadow: 0 0 0 3px #775599; }

ul.tags.small li {
  font-size: 15px;
  margin: 6px 4px; }
  ul.tags.small li:not(:has(a)) {
    padding: 4px 12px; }

header#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  padding: 5px 0;
  -webkit-transition: background-color 0.15s, padding 0.15s;
  transition: background-color 0.15s, padding 0.15s; }
  header#header.bkg {
    background: rgba(252, 246, 239, 0.94);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 0; }
    header#header.bkg .percentage {
      top: 80px; }
    header#header.bkg a.logo {
      overflow: hidden; }
      header#header.bkg a.logo img {
        margin: -5px 0 -18px; }
  header#header .percentage {
    position: absolute;
    top: 103px;
    margin-top: -2px;
    background: #b2d8c5;
    width: 0;
    left: 0;
    border-radius: 0 2px 2px 0;
    height: 4px;
    -webkit-transition: top 0.15s;
    transition: top 0.15s; }
    header#header .percentage.reached {
      border-radius: 0; }
  @media (max-width: 767px) {
    header#header {
      background: rgba(252, 246, 239, 0.94);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px);
      padding: 0; }
      header#header .percentage {
        top: 80px; }
      header#header a.logo {
        overflow: hidden; }
        header#header a.logo img {
          margin: -5px 0 -18px 5px; } }
  header#header button.lines-button {
    position: absolute;
    right: 20px;
    top: 20px; }
  header#header .wrapper {
    position: relative; }
  header#header a.logo {
    display: inline-block;
    vertical-align: middle; }
    header#header a.logo img {
      display: block; }
  header#header nav {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Gobold', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 50px;
    margin: 8% 8% 0;
    display: none; }
    header#header nav li {
      margin-bottom: 10px; }
      header#header nav li a {
        padding: 10px 20px;
        display: block;
        line-height: 1;
        position: relative; }
      header#header nav li.active a {
        background: #f2c7ee;
        color: #c64f74; }
        header#header nav li.active a .arrow {
          border-color: #c64f74; }
        header#header nav li.active a svg path {
          fill: #c64f74; }
      header#header nav li.active:nth-child(2) a {
        background: #f7e289;
        color: #518d93; }
        header#header nav li.active:nth-child(2) a .arrow {
          border-color: #518d93; }
        header#header nav li.active:nth-child(2) a svg path {
          fill: #518d93; }
      header#header nav li.active:nth-child(3) a {
        background: #775599;
        color: #f2c7ee; }
        header#header nav li.active:nth-child(3) a .arrow {
          border-color: #f2c7ee; }
        header#header nav li.active:nth-child(3) a svg path {
          fill: #f2c7ee; }
      header#header nav li.active:nth-child(4) a {
        background: #518d93;
        color: #b2d8c5; }
        header#header nav li.active:nth-child(4) a .arrow {
          border-color: #b2d8c5; }
        header#header nav li.active:nth-child(4) a svg path {
          fill: #b2d8c5; }
      header#header nav li.active:nth-child(5) a {
        color: #518d93; }
        header#header nav li.active:nth-child(5) a .arrow {
          border-color: #518d93; }
        header#header nav li.active:nth-child(5) a svg path {
          fill: #518d93; }
      header#header nav li:not(.active) a:hover {
        color: #775599; }
        header#header nav li:not(.active) a:hover .arrow {
          border-color: #775599;
          background: rgba(119, 85, 153, 0.2); }
        header#header nav li:not(.active) a:hover svg path {
          fill: #775599; }
  @media (max-width: 767px) {
    header#header .wrapper {
      padding: 0; }
    header#header nav {
      font-size: 40px;
      margin: 4% 0 0;
      letter-spacing: normal; }
      header#header nav li a .arrow {
        right: 15px; } }
  header#header.nav-is-open {
    background: #b2d8c5 url(../images/misc-header-2.gif) no-repeat bottom right;
    background-size: 200px auto;
    height: 100%; }
    header#header.nav-is-open:before {
      content: "";
      background: url(../images/misc-header-1.png) no-repeat center center;
      background-size: contain;
      width: 100px;
      height: 320px;
      position: absolute;
      left: 0;
      top: 30%; }
    @media (max-width: 767px) {
      header#header.nav-is-open {
        background-size: 100px auto; }
        header#header.nav-is-open:before {
          left: -20px;
          width: 50px;
          height: 160px;
          top: 70%; } }
    header#header.nav-is-open nav {
      display: block; }

@media (min-width: 768px) {
  body.inner header#header .wrapper {
    justify-content: space-between;
    display: flex;
    align-items: center; }
  body.inner header#header button.lines-button {
    display: none; }
  body.inner header#header nav {
    display: block;
    margin: 0;
    flex: 2;
    margin-left: 30px;
    max-width: 700px; }
    body.inner header#header nav ul {
      display: flex;
      font-size: 16px;
      justify-content: space-between; }
      body.inner header#header nav ul .arrow {
        display: none; }
      body.inner header#header nav ul li a {
        padding: 0; }
      body.inner header#header nav ul li.active a {
        background: transparent;
        color: #c64f74; } }

footer#footer {
  background: #f1f0e7 url(../images/misc-footer-1.png) no-repeat right bottom;
  background-size: 240px auto;
  padding: 80px 0 0;
  text-align: center;
  position: relative; }
  footer#footer .wrapper {
    position: relative; }
  @media (max-width: 767px) {
    footer#footer {
      background-image: none; } }
  footer#footer .misc-bean {
    aspect-ratio: 0.94;
    background: url(../images/misc-bean.svg) no-repeat center center/contain;
    left: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 350px;
    top: 55%;
    z-index: 0; }
    footer#footer .misc-bean .misc {
      background: url(../images/misc-footer-2.svg) no-repeat center center/contain;
      -webkit-animation: spin 60s linear infinite;
              animation: spin 60s linear infinite;
      aspect-ratio: 0.98;
      position: absolute;
      right: -60px;
      top: 20%;
      width: 138px; }
    @media (max-width: 768px) {
      footer#footer .misc-bean {
        left: -5%; } }
    @media (max-width: 600px) {
      footer#footer .misc-bean {
        left: -25%; } }
  footer#footer img.logo {
    margin: 60px auto 30px; }
    @media (max-width: 767px) {
      footer#footer img.logo {
        margin: 40px 0 30px; } }
  footer#footer .legal {
    font-size: 12px; }
    footer#footer .legal a {
      padding-left: 5px;
      display: inline-block;
      margin-left: 5px;
      border-left: 1px solid #282321; }
      footer#footer .legal a:hover {
        color: #775599;
        text-decoration: underline; }
  footer#footer .colors {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    footer#footer .colors .line {
      width: 20%;
      height: 10px;
      -webkit-transition: all 2s;
      transition: all 2s; }
      footer#footer .colors .line.violet {
        background: #775599; }
      footer#footer .colors .line.yellow {
        background: #f7e289; }
      footer#footer .colors .line.pink {
        background: #f2c7ee; }
      footer#footer .colors .line.teal {
        background: #b2d8c5; }
      footer#footer .colors .line.berry {
        background: #c64f74; }

body.home #hero {
  align-items: center;
  background-image: url(../images/misc-hero-1.svg), url(../images/misc-hero-3.png);
  background-repeat: no-repeat;
  background-position: center top, bottom left;
  background-size: auto, 200px auto;
  display: flex;
  justify-content: center;
  min-height: 530px;
  height: calc(100vh - 40px);
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    body.home #hero {
      background-size: auto, 140px auto; } }
  body.home #hero .misc-hero-triangle {
    -webkit-animation: spin 100s ease-in-out infinite;
            animation: spin 100s ease-in-out infinite;
    background: url(../images/misc-hero-triangle.png) no-repeat center center/contain;
    bottom: 60px;
    height: 80px;
    left: 7%;
    position: absolute;
    width: 99px; }
    @media (max-width: 767px) {
      body.home #hero .misc-hero-triangle {
        width: 70px;
        height: 56px;
        left: 10%; } }
  body.home #hero .misc-hero-wiggly-line {
    background: url(../images/misc-hero-wiggly-line.svg) no-repeat center center/contain;
    bottom: 20px;
    height: 150px;
    left: -100px;
    position: absolute;
    width: 209px; }
    @media (max-width: 767px) {
      body.home #hero .misc-hero-wiggly-line {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
  body.home #hero .misc-hero-pink {
    background: url(../images/misc-hero-pink.png) no-repeat right center/contain;
    height: 220px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 168px; }
    @media (max-width: 767px) {
      body.home #hero .misc-hero-pink {
        height: 150px;
        width: 110px;
        top: 85%;
        right: -10%; } }
  body.home #hero .misc-hero-pink-2 {
    background: url(../images/misc-hero-pink-2.svg) no-repeat right center/contain;
    height: 180px;
    position: absolute;
    right: -45px;
    top: 56%;
    width: 230px; }
    @media (max-width: 767px) {
      body.home #hero .misc-hero-pink-2 {
        width: 115px;
        height: 90px;
        top: 80%; } }
  body.home #hero .wrapper {
    position: relative; }
    @media (max-width: 767px) {
      body.home #hero .wrapper {
        padding-left: 10px;
        padding-right: 10px; } }
  body.home #hero h1 {
    line-height: 1.25; }
  body.home #hero .misc-hero-2 {
    background: url(../images/misc-hero-2.png) no-repeat center center/contain;
    height: 84px;
    position: absolute;
    top: 40px;
    width: 94px;
    left: 50%; }

body.home ul.tags {
  margin: 10px auto 0;
  max-width: 550px; }

.wiggly-arrow {
  background: url(../images/wiggly-arrow.svg) no-repeat center center/contain;
  height: 195px;
  position: absolute;
  bottom: 10px;
  width: 122px;
  left: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .wiggly-arrow:hover {
    -webkit-transform: translateX(-50%) scaleY(1.1);
            transform: translateX(-50%) scaleY(1.1); }

@media (min-width: 768px) and (max-height: 660px) {
  .wiggly-arrow {
    width: 80px;
    height: 140px; } }
  @media (max-height: 550px) {
    .wiggly-arrow {
      display: none !important; } }
  @media (max-width: 767px) {
    .wiggly-arrow {
      width: 80px;
      height: 140px; } }
body.home #services {
  background: #282321;
  color: #f1f0e7;
  position: relative; }
  body.home #services:before, body.home #services:after {
    content: "";
    background: #282321;
    display: block;
    height: 24px;
    position: absolute;
    width: 100%;
    left: 0; }
  body.home #services:before {
    top: -24px; }
  body.home #services:after {
    bottom: -24px; }
  body.home #services h2 {
    margin-bottom: 20px;
    background: url(../images/misc-servicios-title.gif) no-repeat right center;
    background-size: contain;
    padding: 40px 60px 40px 0;
    display: inline-block; }
    @media (max-width: 767px) {
      body.home #services h2 {
        padding: 30px 50px 30px 0; } }
    @media (min-width: 768px) {
      body.home #services h2 {
        -webkit-transform: rotate(270deg) translateY(-320px);
                transform: rotate(270deg) translateY(-320px);
        -webkit-transform-origin: top right;
                transform-origin: top right;
        position: relative; }
        body.home #services h2:after {
          content: "";
          background: url(../images/arrow-teal.svg);
          width: 121px;
          height: 80px;
          background-size: contain;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          position: absolute;
          right: 100%;
          top: 60%; } }
    @media (min-width: 768px) and (max-width: 930px) {
      body.home #services h2:after {
        top: 30%; } }
  body.home #services ul li {
    border: 1px solid #fcf6ef;
    border-width: 1px 0;
    margin-bottom: -1px;
    position: relative; }
    body.home #services ul li a {
      display: block;
      padding: 15px 60px 15px 0; }
      body.home #services ul li a:hover {
        background: rgba(247, 226, 137, 0.25); }
        body.home #services ul li a:hover .arrow {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      body.home #services ul li a .title-sm {
        color: #f7e289; }
      body.home #services ul li a .arrow {
        background: #282321; }
      body.home #services ul li a p {
        margin-bottom: 0; }
      body.home #services ul li a .arrow {
        border-color: #fcf6ef; }
      body.home #services ul li a svg path {
        fill: #f7e289; }
    body.home #services ul li:nth-child(3n +2) a .title-sm {
      color: #b2d8c5; }
    body.home #services ul li:nth-child(3n +2) a svg path {
      fill: #b2d8c5; }
    body.home #services ul li:nth-child(3n +2) a:hover {
      background: rgba(178, 216, 197, 0.25); }
    body.home #services ul li:nth-child(3n +3) a .title-sm {
      color: #f2c7ee; }
    body.home #services ul li:nth-child(3n +3) a svg path {
      fill: #f2c7ee; }
    body.home #services ul li:nth-child(3n +3) a:hover {
      background: rgba(242, 199, 238, 0.25); }
  @media (max-width: 767px) {
    body.home #services ul a p {
      font-size: 16px; } }
body.home #projects {
  background-color: #f1f0e7;
  background-image: url(../images/misc-proyectos-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px auto;
  border-radius: 24px 24px 0 0;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    body.home #projects {
      background-size: 300px auto;
      background-position: right bottom; } }
  body.home #projects .wrapper {
    position: relative; }
  body.home #projects .misc-proyectos-1 {
    background: url(../images/misc-proyectos-1.svg) no-repeat center center/contain;
    height: 348px;
    left: -218px;
    position: absolute;
    top: 100px;
    width: 436px; }
    @media (max-width: 767px) {
      body.home #projects .misc-proyectos-1 {
        width: 400px;
        top: 120px; } }
  body.home #projects .misc-proyectos-yellow {
    background: url(../images/misc-proyectos-yellow.png) no-repeat center center/contain;
    height: 288px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100px; }
    @media (max-width: 767px) {
      body.home #projects .misc-proyectos-yellow {
        width: 70px;
        height: 202px; } }
  body.home #projects h2 strong {
    position: relative; }
    body.home #projects h2 strong:after {
      content: "";
      position: absolute;
      background: url(../images/misc-proyectos-title.gif) no-repeat right center;
      background-size: contain;
      right: -45px;
      width: 50px;
      height: 70px;
      top: -45px; }
      @media (max-width: 767px) {
        body.home #projects h2 strong:after {
          width: 40px;
          height: 60px;
          top: -35px;
          right: -35px; } }
  body.home #projects .grid-2 {
    margin-top: 70px; }

body.home footer#footer {
  background: #fcf6ef; }

.inner-hero {
  padding: 150px 0 0;
  position: relative; }
  .inner-hero + .section {
    padding-top: 30px; }
  @media (max-width: 767px) {
    .inner-hero {
      padding-top: 120px; } }
  .inner-hero h1.misc {
    position: relative;
    z-index: 1; }
    .inner-hero h1.misc:after {
      content: "";
      position: absolute;
      top: 0;
      margin: -28px 0 0 -10px;
      background: url(../images/misc-title-lines.svg) no-repeat center center/contain;
      z-index: -1;
      width: 43px;
      height: 52px; }

ul.filters {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(40, 35, 33, 0.1);
  margin: 0 auto 20px; }
  ul.filters.fixed {
    background: rgba(252, 246, 239, 0.94);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px); }
  ul.filters li {
    display: inline-block;
    margin: 6px; }
    ul.filters li a {
      border-radius: 24px;
      border: 1px solid rgba(40, 35, 33, 0.1);
      color: rgba(40, 35, 33, 0.7);
      display: block;
      padding: 8px 16px; }
      ul.filters li a:hover {
        -webkit-box-shadow: 0 0 0 2px #518d93;
                box-shadow: 0 0 0 2px #518d93; }
      ul.filters li a.mixitup-control-active {
        -webkit-box-shadow: 0 0 0 2px #518d93;
                box-shadow: 0 0 0 2px #518d93;
        background: #f7e289;
        border-color: transparent;
        color: #518d93; }
    ul.filters li:nth-child(6n +2) a:hover {
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
    ul.filters li:nth-child(6n +2) a.mixitup-control-active {
      background: #f2c7ee;
      color: #775599;
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
    ul.filters li:nth-child(6n +3) a:hover {
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
    ul.filters li:nth-child(6n +3) a.mixitup-control-active {
      background: #b2d8c5;
      color: #775599;
      -webkit-box-shadow: 0 0 0 2px #775599;
              box-shadow: 0 0 0 2px #775599; }
    ul.filters li:nth-child(6n +4) a:hover {
      -webkit-box-shadow: 0 0 0 2px #f2c7ee;
              box-shadow: 0 0 0 2px #f2c7ee; }
    ul.filters li:nth-child(6n +4) a.mixitup-control-active {
      background: #c64f74;
      color: #f2c7ee;
      -webkit-box-shadow: 0 0 0 2px #f2c7ee;
              box-shadow: 0 0 0 2px #f2c7ee; }
    ul.filters li:nth-child(6n +5) a:hover {
      -webkit-box-shadow: 0 0 0 2px #f2c7ee;
              box-shadow: 0 0 0 2px #f2c7ee; }
    ul.filters li:nth-child(6n +5) a.mixitup-control-active {
      background: #775599;
      color: #f2c7ee;
      -webkit-box-shadow: 0 0 0 2px #f2c7ee;
              box-shadow: 0 0 0 2px #f2c7ee; }
    ul.filters li:nth-child(6n +6) a:hover {
      -webkit-box-shadow: 0 0 0 2px #b2d8c5;
              box-shadow: 0 0 0 2px #b2d8c5; }
    ul.filters li:nth-child(6n +6) a.mixitup-control-active {
      background: #518d93;
      color: #b2d8c5;
      -webkit-box-shadow: 0 0 0 2px #b2d8c5;
              box-shadow: 0 0 0 2px #b2d8c5; }
    ul.filters li.all {
      float: right;
      margin-top: 14px; }
      ul.filters li.all a {
        text-indent: -30000px;
        background: url(../images/close.svg) no-repeat center center/contain !important;
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0 none !important;
        -webkit-box-shadow: 0 0 0 transparent !important;
                box-shadow: 0 0 0 transparent !important;
        opacity: 0.6; }
        ul.filters li.all a:hover {
          opacity: 1; }
    @media (max-width: 767px) {
      ul.filters li {
        margin: 4px; }
        ul.filters li a {
          padding: 5px 10px;
          border-radius: 20px;
          font-size: 17px; }
        ul.filters li.all {
          margin-top: 12px; }
          ul.filters li.all a {
            width: 25px;
            height: 25px; } }
body.inner ul.portfolio li a {
  color: #282321;
  background: transparent; }
  body.inner ul.portfolio li a.magnificPopup .pic:after {
    content: "+";
    background: #518d93;
    color: #b2d8c5; }
  body.inner ul.portfolio li a.magnificPopup:hover .pic {
    -webkit-box-shadow: 0 0 0 3px #f7e289;
            box-shadow: 0 0 0 3px #f7e289; }
    body.inner ul.portfolio li a.magnificPopup:hover .pic:after {
      -webkit-box-shadow: 0 0 0 3px #f7e289;
              box-shadow: 0 0 0 3px #f7e289; }
  body.inner ul.portfolio li a .pic {
    position: relative; }
    body.inner ul.portfolio li a .pic:after {
      background: #f7e289 url(../images/arrow-green.svg) no-repeat center center;
      border-radius: 20px 0;
      bottom: 0;
      color: #518d93;
      content: "";
      font-size: 36px;
      padding: 7px 20px;
      position: absolute;
      right: 0;
      height: 66px;
      width: 68px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box; }
  body.inner ul.portfolio li a:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; }
    body.inner ul.portfolio li a:hover .details {
      color: #518d93; }
    body.inner ul.portfolio li a:hover .pic {
      -webkit-box-shadow: 0 0 0 3px #518d93;
              box-shadow: 0 0 0 3px #518d93; }
      body.inner ul.portfolio li a:hover .pic:after {
        -webkit-box-shadow: 0 0 0 3px #518d93;
                box-shadow: 0 0 0 3px #518d93; }
      body.inner ul.portfolio li a:hover .pic img {
        opacity: 1; }

body.inner ul.portfolio li .pic {
  border-radius: 20px; }

body.inner ul.portfolio li .details {
  background: transparent;
  padding: 15px 5px; }

.misc-inner-green-paper {
  position: absolute;
  background: url(../images/misc-inner-green-paper.png) no-repeat center center/contain;
  width: 105px;
  height: 106px;
  right: -30px;
  top: 30%; }
  @media (max-width: 767px) {
    .misc-inner-green-paper {
      top: 45%;
      -webkit-transform: scale(0.75);
              transform: scale(0.75); } }
.misc-inner-berry-shape {
  position: absolute;
  background: url(../images/misc-inner-berry-shape.svg) no-repeat center center/contain;
  width: 207px;
  height: 161px;
  right: -40px;
  top: 40%; }
  @media (max-width: 767px) {
    .misc-inner-berry-shape {
      right: -170px; } }
ul.team {
  margin-top: 25px;
  position: relative;
  z-index: 1; }
  ul.team li img {
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 0 #f2c7ee;
            box-shadow: 10px 10px 0 #f2c7ee;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    background: #f2c7ee; }
  ul.team li p {
    margin-top: 10px;
    font-size: 16px; }
  ul.team li:nth-child(6n +2) img {
    background: #775599;
    -webkit-box-shadow: 10px 10px 0 #775599;
            box-shadow: 10px 10px 0 #775599; }
  ul.team li:nth-child(6n +3) img {
    background: #518d93;
    -webkit-box-shadow: 10px 10px 0 #518d93;
            box-shadow: 10px 10px 0 #518d93; }
  ul.team li:nth-child(6n +4) img {
    background: #b2d8c5;
    -webkit-box-shadow: 10px 10px 0 #b2d8c5;
            box-shadow: 10px 10px 0 #b2d8c5; }
  ul.team li:nth-child(6n +5) img {
    background: #c64f74;
    -webkit-box-shadow: 10px 10px 0 #c64f74;
            box-shadow: 10px 10px 0 #c64f74; }
  ul.team li:nth-child(6n +6) img {
    background: #f7e289;
    -webkit-box-shadow: 10px 10px 0 #f7e289;
            box-shadow: 10px 10px 0 #f7e289; }

body.equipo section {
  position: relative; }

.misc-equipo-green-bandaid {
  background: url(../images/misc-equipo-green-bandaid.png) no-repeat center center/contain;
  width: 187px;
  height: 151px;
  right: -90px;
  top: 30%;
  position: absolute; }

.misc-equipo-pink {
  background: url(../images/misc-equipo-pink.svg) no-repeat center center/contain;
  width: 270px;
  height: 270px;
  right: -70px;
  top: 50%;
  position: absolute; }

.misc-equipo-yellow {
  background: url(../images/misc-equipo-yellow.svg) no-repeat center center/contain;
  width: 270px;
  height: 270px;
  right: -80px;
  bottom: 0;
  position: absolute; }

.misc-equipo-green-2 {
  background: url(../images/misc-equipo-green-2.png) no-repeat center center/contain;
  width: 70px;
  height: 160px;
  right: -20px;
  bottom: 100px;
  position: absolute; }

body.web section {
  background: url(../images/misc-web-bottom.png) no-repeat center calc(100% + 65px)/220px auto; }
  body.web section ul.grid-3 {
    margin-bottom: 35px; }

.misc-web-circle {
  position: absolute;
  background: url(../images/misc-web-circle.svg) no-repeat center center/contain;
  width: 205px;
  height: 161px;
  right: -60px;
  top: 40%; }
  @media (max-width: 767px) {
    .misc-web-circle {
      right: -170px; } }
.misc-web-wiggly-line {
  position: absolute;
  background: url(../images/misc-web-wiggly-line.svg) no-repeat center center/contain;
  width: 189px;
  height: 168px;
  right: -20px;
  top: 20%;
  z-index: 0; }
  @media (max-width: 767px) {
    .misc-web-wiggly-line {
      right: -100px;
      width: 150px;
      height: 120px;
      top: 45%; } }
body.animacion footer#footer {
  background: #fcf6ef; }

body.animacion section {
  background: url(../images/misc-animacion-bottom.svg) no-repeat center calc(100% + 130px)/300px auto; }
  body.animacion section ul.grid-3 {
    margin-bottom: 35px; }

body.contacto h5.title-md {
  color: #c64f74;
  font-size: 38px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    body.contacto h5.title-md {
      max-width: 300px; } }
  @media (max-width: 767px) {
    body.contacto h5.title-md {
      margin-top: 20px; } }
body.contacto h6.title-xs {
  font-size: 21px; }
  @media (min-width: 768px) {
    body.contacto h6.title-xs {
      max-width: 300px; } }
body.contacto ul.social {
  padding-top: 50px; }

body.contacto footer#footer {
  overflow: hidden;
  padding-top: 20px; }
  body.contacto footer#footer .contact-info {
    display: none; }

@media (min-width: 700px) {
  body.contacto .flex {
    display: flex;
    justify-content: space-between; }
    body.contacto .flex .left {
      width: 380px;
      margin-right: 30px; }
    body.contacto .flex .right {
      flex: 2;
      margin-top: -15px; } }

@media (max-width: 699px) {
  body.contacto .flex .left {
    margin-bottom: 30px; } }

body.contacto form {
  border-radius: 24px;
  padding: 30px;
  background: #b2d8c5;
  position: relative; }
  body.contacto form input[type="text"], body.contacto form textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: transparent;
    color: #282321;
    border: 0 none;
    border-bottom: 1px solid rgba(40, 35, 33, 0.2);
    display: block;
    font-family: "cofo-sans-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 10px 0;
    width: 100%; }
    body.contacto form input.error[type="text"], body.contacto form textarea.error {
      border-color: #c64f74;
      background-color: #ebc3cf; }
    body.contacto form input[type="text"]:focus, body.contacto form input.focus[type="text"], body.contacto form textarea:focus, body.contacto form textarea.focus {
      border-color: #775599;
      outline: 0 none;
      font-weight: 500; }
  body.contacto form label.focus {
    color: #775599; }
  body.contacto form textarea {
    min-height: 100px; }
  body.contacto form .action {
    text-align: center;
    margin-bottom: -30px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  body.contacto form button.btn.sent, body.contacto form button.btn.sending {
    pointer-events: none;
    background: #775599;
    border-color: #775599;
    color: #f2c7ee; }
    body.contacto form button.btn.sent .icon-plane, body.contacto form button.btn.sending .icon-plane {
      margin: 0;
      width: 0; }
  body.contacto form span.error {
    color: #ab375b;
    display: block;
    font-size: 85%;
    margin: -25px 0 20px; }
    @media (max-width: 767px) {
      body.contacto form span.error {
        margin-top: -10px; } }
  body.contacto form.sent input[type="text"], body.contacto form.sent textarea, body.contacto form.sent label {
    opacity: 0.5; }
  body.contacto form.sent button.btn {
    border-color: #b2d8c5;
    background: #518d93; }
    body.contacto form.sent button.btn span {
      color: #b2d8c5; }
  body.contacto form.sent p {
    position: absolute;
    background: #f7e289;
    font-size: 16px;
    padding: 10px;
    border-radius: 20px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    top: -6px; }
    @media (max-width: 700px) {
      body.contacto form.sent p {
        font-size: 14px; } }
@media (max-width: 767px) {
  body.contacto form {
    padding: 30px 20px 20px; }
    body.contacto form .action {
      margin-bottom: -20px; } }

.misc-contact-green {
  background: url(../images/misc-contact-green.svg) no-repeat center center/contain;
  height: 190px;
  position: absolute;
  right: -60px;
  top: 40%;
  width: 190px; }
  @media (max-width: 767px) {
    .misc-contact-green {
      right: -150px;
      top: 70%; } }
.misc-contact-yellow {
  background: url(../images/misc-contact-yellow.png) no-repeat center center/contain;
  height: 184px;
  position: absolute;
  right: -5px;
  top: 70%;
  width: 208px; }
  @media (max-width: 767px) {
    .misc-contact-yellow {
      right: -120px; } }
.mfp-image-holder .mfp-content {
  border-radius: 24px;
  overflow: hidden; }

.mfp-content {
  background: #fcf6ef;
  overflow: hidden; }
  .mfp-content .inner-hero {
    padding: 35px 0 0; }
    .mfp-content .inner-hero ul.tags {
      position: relative;
      z-index: 1; }
    .mfp-content .inner-hero .wrapper {
      position: relative; }
      .mfp-content .inner-hero .wrapper .misc-inner-berry-shape.parallax {
        right: -10%; }
  .mfp-content img.mfp-img {
    padding: 0; }
  .mfp-content .mfp-close {
    background: url(../images/close.svg) no-repeat center center/contain !important;
    height: 26px;
    margin: 20px;
    position: fixed;
    text-align: left;
    text-indent: -30000px;
    width: 26px; }
    @media (min-width: 1150px) {
      .mfp-content .mfp-close {
        margin-right: 10%; } }
    @media (min-width: 1400px) {
      .mfp-content .mfp-close {
        margin-right: 15%; } }
    @media (min-width: 1600px) {
      .mfp-content .mfp-close {
        margin-right: 20%; } }
    @media (min-width: 1800px) {
      .mfp-content .mfp-close {
        margin-right: 22%; } }
    @media (min-width: 2000px) {
      .mfp-content .mfp-close {
        margin-right: 25%; } }
  .mfp-content .wrapper {
    max-width: 1000px; }

.portfolio_item section {
  background: url(../images/misc-animacion-bottom.svg) no-repeat center calc(100% + 170px)/300px auto; }

.portfolio_item .title-sm, .portfolio_item .title-sm2, .portfolio_item .title-md, .portfolio_item .title-lg, .portfolio_item .video-wrapper, .portfolio_item img.max {
  margin-bottom: 30px; }
  .portfolio_item .title-sm.small_margin, .portfolio_item .title-sm2.small_margin, .portfolio_item .title-md.small_margin, .portfolio_item .title-lg.small_margin, .portfolio_item .video-wrapper.small_margin, .portfolio_item img.max.small_margin {
    margin-bottom: 0;
    padding-bottom: 8px; }

.portfolio_item .title-xxs {
  margin-bottom: 18px; }

@media (min-width: 768px) {
  .portfolio_item .inner-hero .title-sm {
    margin-bottom: 0; } }

.portfolio_item ul.ficha {
  font-size: 15px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .portfolio_item ul.ficha:last-of-type {
      margin-bottom: 0; } }
  .portfolio_item ul.ficha strong {
    font-variation-settings: "slnt" 0, "wght" 500; }

.portfolio_item img.max {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px; }

.title-block {
  margin: auto;
  max-width: 750px;
  padding: 50px 0;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .title-block.extra-padding {
      padding: 80px 0; } }
a.arrow-back {
  margin: 45px auto; }

.misc-gallery-01 {
  background: url(../images/misc-gallery-01.svg) no-repeat center center/contain;
  height: 284px;
  left: 50%;
  margin-left: -750px;
  position: absolute;
  width: 276px; }
  @media (max-width: 767px) {
    .misc-gallery-01 {
      margin-left: 0;
      left: -200px; } }
.misc-gallery-02 {
  background: url(../images/misc-gallery-02.svg) no-repeat center center/contain;
  height: 132px;
  left: 50%;
  margin-left: 300px;
  position: absolute;
  width: 187px; }
  @media (max-width: 767px) {
    .misc-gallery-02 {
      margin-left: 0;
      left: 85%; } }
ul.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  grid-auto-rows: clamp(200px, 22vw, 380px);
  position: relative; }
  ul.gallery li {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
    overflow: hidden; }
    ul.gallery li:nth-child(7n + 1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      grid-column: 1 / span 5; }
    ul.gallery li:nth-child(7n + 2) {
      -ms-grid-column: 6;
      -ms-grid-column-span: 7;
      grid-column: 6 / span 7; }
    ul.gallery li:nth-child(7n + 3) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / span 4; }
    ul.gallery li:nth-child(7n + 4) {
      -ms-grid-column: 5;
      -ms-grid-column-span: 4;
      grid-column: 5 / span 4; }
    ul.gallery li:nth-child(7n + 5) {
      -ms-grid-column: 9;
      -ms-grid-column-span: 4;
      grid-column: 9 / span 4; }
    ul.gallery li:nth-child(7n + 6) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 7;
      grid-column: 1 / span 7; }
    ul.gallery li:nth-child(7n + 7) {
      -ms-grid-column: 8;
      -ms-grid-column-span: 5;
      grid-column: 8 / span 5; }
  @media (max-width: 700px) {
    ul.gallery {
      gap: 12px;
      margin-left: -10px;
      margin-right: -10px;
      grid-auto-rows: 140px; }
      ul.gallery li {
        border-radius: 12px; } }
  ul.gallery.alt li:nth-child(7n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4; }
  ul.gallery.alt li:nth-child(7n + 2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / span 4; }
  ul.gallery.alt li:nth-child(7n + 3) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4; }
  ul.gallery.alt li:nth-child(7n + 4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5; }
  ul.gallery.alt li:nth-child(7n + 5) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / span 7; }
  ul.gallery a {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
    ul.gallery a:hover img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  ul.gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }

button.mfp-arrow {
  background: url(../images/arrow-white.svg) no-repeat center center; }
  button.mfp-arrow:before, button.mfp-arrow:after {
    display: none; }
  button.mfp-arrow.mfp-arrow-left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  font-size: 19px;
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  line-height: 1.4;
  background: #fcf6ef;
  color: #282321; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
  body a {
    transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    color: inherit;
    text-decoration: none; }
    body a.underline {
      text-decoration: underline; }
      body a.underline:hover {
        opacity: 0.7; }
    body a.underline_on_hover:hover {
      text-decoration: underline; }
    body a[href^="tel"] {
      color: inherit;
      cursor: default; }

.os-animation, .staggered-animation {
  opacity: 0; }
  .os-animation.animated, .staggered-animation.animated {
    opacity: 1; }

.italic {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: italic; }
  .italic.title, .italic.title-xs {
    font-size: 28px; }
    @media (max-width: 767px) {
      .italic.title, .italic.title-xs {
        font-size: 21px; } }
  .italic.title {
    font-size: 38px; }
    @media (max-width: 767px) {
      .italic.title {
        font-size: 28px; } }
.anchor {
  display: block;
  visibility: hidden;
  padding-top: 80px;
  margin-top: -80px; }

p {
  margin-bottom: 28px; }

*[class*="title-"] strong {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gobold Thin', sans-serif;
  letter-spacing: 1px; }

.title-xl strong {
  font-size: 78px;
  text-transform: uppercase;
  display: block; }

@media (max-width: 767px) {
  .title-xl strong {
    font-size: 50px; } }

.title-lg, .title-md, .title-sm, .title-sm2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gobold', sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.2; }
  .title-lg .italic, .title-md .italic, .title-sm .italic, .title-sm2 .italic {
    text-transform: none; }
  @media (max-width: 767px) {
    .title-lg, .title-md, .title-sm, .title-sm2 {
      font-size: 50px; } }
.title-md {
  font-size: 50px; }
  @media (max-width: 767px) {
    .title-md {
      font-size: 38px; } }
.title-sm {
  font-size: 35px; }
  @media (max-width: 767px) {
    .title-sm {
      font-size: 27px; } }
.title-sm2 {
  font-size: 28px; }
  @media (max-width: 767px) {
    .title-sm2 {
      font-size: 25px; } }
.title-xxs {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gobold', sans-serif;
  font-size: 18px;
  line-height: 1; }

.highlight {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 226, 137, 0.5)), to(rgba(247, 226, 137, 0.5)));
  background: linear-gradient(90deg, rgba(247, 226, 137, 0.5) 0%, rgba(247, 226, 137, 0.5) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 1s ease-in-out;
  transition: background-size 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .highlight.visible {
    background-size: 100% 100%; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none; } }

@media (max-width: 767px) {
  .center_mobile {
    text-align: center; } }

@media (max-width: 767px) {
  img.center_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.nowrap {
  white-space: nowrap; }

img.max {
  display: block;
  width: 100%;
  height: auto; }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }
.highlight {
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 216, 197, 0.5)), to(rgba(178, 216, 197, 0.5)));
  background: linear-gradient(90deg, rgba(178, 216, 197, 0.5) 0%, rgba(178, 216, 197, 0.5) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 1s ease-in-out;
  transition: background-size 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .highlight.visible {
    background-size: 100% 100%; }

div.arrow {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #282321;
  display: flex;
  justify-content: center;
  margin-top: -25px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  width: 46px; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  @media (max-width: 767px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }
.center-bottom-absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2; }

iframe {
  border: 0 none; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 24px; }
  .video-wrapper iframe, .video-wrapper embed, .video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul[class*="grid-"] li a {
  display: block;
  color: #fcf6ef;
  background: #775599;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 20px; }
  ul[class*="grid-"] li a:hover {
    -webkit-box-shadow: 0 0 0 3px #518d93;
            box-shadow: 0 0 0 3px #518d93; }
    ul[class*="grid-"] li a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      opacity: 0.8; }
    ul[class*="grid-"] li a:hover .details {
      color: #f7e289; }

ul[class*="grid-"] li .pic {
  overflow: hidden;
  border-radius: 20px 20px 0 0; }
  ul[class*="grid-"] li .pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }

ul[class*="grid-"] li .details {
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  border-radius: 0 0 20px 20px;
  background: #775599; }
  @media (min-width: 768px) {
    ul[class*="grid-"] li .details {
      background: #775599 url(../images/arrow-yellow.svg) no-repeat calc(100% - 20px) center; } }
  ul[class*="grid-"] li .details h3 {
    font-family: 'Gobold Thin', sans-serif;
    text-transform: uppercase;
    font-size: 24px; }
  ul[class*="grid-"] li .details dt, ul[class*="grid-"] li .details dd {
    display: inline-block; }
  ul[class*="grid-"] li .details dt {
    font-variation-settings: "slnt" 0, "wght" 500; }
  ul[class*="grid-"] li .details dd:not(:last-child):after {
    content: "|";
    margin: 0 5px; }
  ul[class*="grid-"] li .details ul.tags {
    margin-left: -6px;
    margin-right: -6px; }

@media (min-width: 600px) {
  ul.grid-2 {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 599px) {
  ul.grid-2 li {
    margin-bottom: 25px; } }

@media (min-width: 600px) {
  ul.grid-3 {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) {
  ul.grid-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 599px) {
  ul.grid-3 li {
    margin-bottom: 25px; } }

#reel {
  background-color: #f1f0e7;
  background-image: url(../images/misc-reel-2.svg);
  background-repeat: no-repeat;
  background-position: right calc(100% + 1px);
  text-align: center;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -24px; }
  @media (max-width: 767px) {
    #reel {
      background-size: 30% auto;
      background-position: right calc(100% + 1px); } }
  #reel .wrapper {
    position: relative; }
  #reel .misc-yellow {
    background: url(../images/misc-reel-1.svg) no-repeat left top/contain;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 10%;
    width: 220px;
    height: 450px; }
  #reel p {
    max-width: 600px;
    margin: 0 auto 45px; }
  #reel .video-wrapper {
    max-width: 900px;
    margin: auto; }

.spin {
  -webkit-animation: spin 60s linear infinite;
          animation: spin 60s linear infinite; }

.contact-info ul.social {
  padding: 70px 0 25px; }
  .contact-info ul.social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .contact-info ul.social li:first-child {
      margin-left: 0; }
    .contact-info ul.social li:last-child {
      margin-right: 0; }
    .contact-info ul.social li a {
      align-items: center;
      background: #775599;
      border-radius: 50%;
      color: #fcf6ef;
      display: flex;
      font-size: 24px;
      height: 50px;
      justify-content: center;
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
      width: 50px; }
      .contact-info ul.social li a:hover {
        background: #f2c7ee;
        color: #775599;
        -webkit-transform: scale(1.1) rotate(-10deg);
                transform: scale(1.1) rotate(-10deg); }
    .contact-info ul.social li:nth-child(2) a:hover {
      background: #b2d8c5; }
    .contact-info ul.social li:nth-child(3) a:hover {
      background: #c64f74;
      color: #f2c7ee; }
    .contact-info ul.social li:nth-child(4) a:hover {
      background: #282321;
      color: #b2d8c5; }
    .contact-info ul.social li:nth-child(5) a:hover {
      background: #518d93;
      color: #f7e289; }
    @media (max-width: 767px) {
      .contact-info ul.social li {
        margin: 0 3px; }
        .contact-info ul.social li a {
          width: 44px;
          height: 44px;
          font-size: 22px; } }
.contact-info ul.contact_details li {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .contact-info ul.contact_details li {
      font-size: 110%; } }
  .contact-info ul.contact_details li a.mail {
    color: #775599; }
    .contact-info ul.contact_details li a.mail:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .contact-info ul.contact_details li a.mail {
        font-size: 18px; } }
.violet {
  color: #775599; }

.berry {
  color: #c64f74; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
