@charset "UTF-8";
.clearfix {
  clear: both;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
html {
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea,
h1, h2, h3, h4, h5, h6,
p,
dfn, cite, em, i,
blockquote,
address,
pre {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h3,
h4,
h5,
h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h1,
h1 a {
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1000px) {
  h1,
h1 a {
    font-size: 35px;
    line-height: 35px;
    font-size: 32px;
    line-height: 32px;
  }
}

h2,
h2 a {
  font-size: 32px;
  line-height: 36px;
  font-size: 50px;
  line-height: 50px;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1000px) {
  h2,
h2 a {
    font-size: 35px;
    line-height: 35px;
    font-size: 32px;
    line-height: 32px;
  }
}

h3,
h3 a {
  font-size: 24px;
  line-height: 30px;
  font-size: 21px;
  line-height: 21px;
}

h4,
h4 a {
  font-size: 17px;
  line-height: 17px;
}

h5,
h5 a {
  font-size: 17px;
  line-height: 17px;
}

h6,
h6 a {
  font-size: 17px;
  line-height: 17px;
}

p, li, span {
  color: #262626;
  font-weight: 400;
  font-size: 18px;
}

a {
  font-weight: 400;
}

.container {
  padding: 0 3%;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 8%;
  }
}

body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.single article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.archive .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.blog .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
.blog-template > main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}
@media (max-width: 1000px) {
  body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.single article.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.archive .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
body.blog .site-main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner,
.blog-template > main > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
    padding: 0 8%;
  }
}

article.post.old-site-post {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1000px) {
  article.post.old-site-post {
    padding: 0 8%;
  }
}

.ms-button:not(.wp-block-buttons),
.ms-button:visited:not(.wp-block-buttons) {
  display: inline-block;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 18px 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #000;
  border: 2px solid #000;
}
.ms-button:not(.wp-block-buttons):hover, .ms-button:not(.wp-block-buttons):focus,
.ms-button:visited:not(.wp-block-buttons):hover,
.ms-button:visited:not(.wp-block-buttons):focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.wp-block-button a,
.wp-block-button > .wp-element-button,
.wp-block-button > .wp-element-button.wp-block-button__link {
  display: inline-block;
  min-width: 215px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 18px 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.wp-block-button.is-style-fill a,
.wp-block-button.is-style-fill > .wp-element-button {
  background-color: #000;
  border: 2px solid #000;
}
.wp-block-button.is-style-fill a:hover, .wp-block-button.is-style-fill a:focus,
.wp-block-button.is-style-fill > .wp-element-button:hover,
.wp-block-button.is-style-fill > .wp-element-button:focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline > .wp-element-button {
  background-color: #576D31;
  color: #fff;
  border-color: #fff;
}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus,
.wp-block-button.is-style-outline > .wp-element-button:hover,
.wp-block-button.is-style-outline > .wp-element-button:focus {
  background-color: #fff;
  color: #576D31;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ms-block-buttons.ms-small-buttons a,
.ms-block-buttons.ms-small-buttons > .wp-element-button {
  display: inline-block;
  min-width: 175px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 13px 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ms-block-buttons.ms-small-buttons a:after,
.ms-block-buttons.ms-small-buttons > .wp-element-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  position: relative;
  top: 2px;
  left: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ms-block-text-link a,
.ms-block-text-link > .wp-element-button,
.ms-block-text-link .wp-block-button.is-style-fill a,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button,
.ms-block-text-link .wp-block-button.is-style-outline a,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button,
.ms-block-text-link.wp-block-button.is-style-fill a,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button,
.ms-block-text-link.wp-block-button.is-style-outline a,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button {
  display: inline-block;
  min-width: 0;
  text-align: left;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #2A2A2A;
  font-weight: 600;
  padding: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 30px;
}
.ms-block-text-link a:after,
.ms-block-text-link > .wp-element-button:after,
.ms-block-text-link .wp-block-button.is-style-fill a:after,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button:after,
.ms-block-text-link .wp-block-button.is-style-outline a:after,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button:after,
.ms-block-text-link.wp-block-button.is-style-fill a:after,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button:after,
.ms-block-text-link.wp-block-button.is-style-outline a:after,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  top: 1px;
  left: 8px;
  background-image: url("/wp-content/themes/mindscape-child/images/arrow-right-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ms-block-text-link a:hover, .ms-block-text-link a:focus,
.ms-block-text-link > .wp-element-button:hover,
.ms-block-text-link > .wp-element-button:focus,
.ms-block-text-link .wp-block-button.is-style-fill a:hover,
.ms-block-text-link .wp-block-button.is-style-fill a:focus,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button:hover,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button:focus,
.ms-block-text-link .wp-block-button.is-style-outline a:hover,
.ms-block-text-link .wp-block-button.is-style-outline a:focus,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button:hover,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button:focus,
.ms-block-text-link.wp-block-button.is-style-fill a:hover,
.ms-block-text-link.wp-block-button.is-style-fill a:focus,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button:hover,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button:focus,
.ms-block-text-link.wp-block-button.is-style-outline a:hover,
.ms-block-text-link.wp-block-button.is-style-outline a:focus,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button:hover,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button:focus {
  background-color: transparent;
  color: #2A2A2A;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ms-block-text-link a:hover:after, .ms-block-text-link a:focus:after,
.ms-block-text-link > .wp-element-button:hover:after,
.ms-block-text-link > .wp-element-button:focus:after,
.ms-block-text-link .wp-block-button.is-style-fill a:hover:after,
.ms-block-text-link .wp-block-button.is-style-fill a:focus:after,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button:hover:after,
.ms-block-text-link .wp-block-button.is-style-fill > .wp-element-button:focus:after,
.ms-block-text-link .wp-block-button.is-style-outline a:hover:after,
.ms-block-text-link .wp-block-button.is-style-outline a:focus:after,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button:hover:after,
.ms-block-text-link .wp-block-button.is-style-outline > .wp-element-button:focus:after,
.ms-block-text-link.wp-block-button.is-style-fill a:hover:after,
.ms-block-text-link.wp-block-button.is-style-fill a:focus:after,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button:hover:after,
.ms-block-text-link.wp-block-button.is-style-fill > .wp-element-button:focus:after,
.ms-block-text-link.wp-block-button.is-style-outline a:hover:after,
.ms-block-text-link.wp-block-button.is-style-outline a:focus:after,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button:hover:after,
.ms-block-text-link.wp-block-button.is-style-outline > .wp-element-button:focus:after {
  background-image: url("/wp-content/themes/mindscape-child/images/arrow-right-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

ul.wp-block-list,
ol.wp-block-list {
  margin-bottom: 40px;
  padding-left: 0;
}

ul.wp-block-list.checkmark-list li::before {
  content: "";
  background: url("/wp-content/themes/mindscape-child/images/check-mark-orange.png") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}

.entry-content p a,
p > a,
li > a {
  text-decoration: underline;
  color: #262626;
  border: none !important;
  box-shadow: none !important;
}
.entry-content p a:hover, .entry-content p a:active,
p > a:hover,
p > a:active,
li > a:hover,
li > a:active {
  color: #262626;
}

.ms-block-quote {
  margin-bottom: 60px;
}
.ms-block-quote .wp-block-quote {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ms-block-quote .wp-block-quote p {
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .ms-block-quote .wp-block-quote p {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .ms-block-quote .wp-block-quote p {
    font-size: 18px;
    line-height: 30px;
  }
}
.ms-block-quote .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.ms-block-quote .wp-block-quote + p {
  color: #616161;
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ms-block-quote .wp-block-quote + p {
    font-size: 17px;
    line-height: 17px;
  }
}

#page,
#page.container,
#primary {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#content,
.site-content,
.hentry {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex--justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex--justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex--align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.flex--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--reverse {
  flex-direction: row-reverse;
}

.site-header {
  background: #fff;
}
.site-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 18vw;
  background: url("/wp-content/themes/mindscape-child/images/header-angle-green.png");
  background-size: cover;
  background-repeat: no-repeat;
}

body.single .site-header {
  border-bottom: 1px solid #d4d4d4;
}

.header .phone {
  display: inline-block;
}
.header .phone a,
.header .phone a:visited,
.header .phone a:active,
.header .phone a:focus {
  color: #fff;
  font-weight: 500;
}
.header .utility-navigation {
  display: inline-block;
  float: right;
}

.header .site-identity {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 1000px) {
  .header .site-identity {
    display: block;
    text-align: center;
  }
  .header .site-identity .nav-buttons {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.header .top-navigation-right {
  margin-left: auto;
}

.site-title-wrap {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .site-title-wrap {
    width: 240px;
  }
}
@media (max-width: 1280px) {
  .site-title-wrap {
    width: 200px;
  }
}
@media (max-width: 1080px) {
  .site-title-wrap {
    width: 180px;
  }
}
@media (max-width: 1000px) {
  .site-title-wrap {
    width: 240px;
  }
}

.top-navigation-right {
  width: 842px;
  max-width: 100%;
  padding-right: 80px;
}
@media (max-width: 1380px) {
  .top-navigation-right {
    padding-right: 60px;
  }
}

.site-header .titles-wrap.has-description {
  display: none;
}

.nav-buttons {
  padding: 0;
  width: 197px;
}
@media (max-width: 1380px) {
  .nav-buttons {
    width: 215px;
  }
}
@media (max-width: 1080px) {
  .nav-buttons {
    width: 220px;
  }
}
.nav-buttons > a,
.nav-buttons > a:visited {
  border-radius: 0;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 18px 32px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  text-align: center;
  float: right;
}
.nav-buttons > a:hover, .nav-buttons > a:focus,
.nav-buttons > a:visited:hover,
.nav-buttons > a:visited:focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1380px) {
  .nav-buttons > a,
.nav-buttons > a:visited {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 28px;
  }
}
@media (max-width: 1080px) {
  .nav-buttons > a,
.nav-buttons > a:visited {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 1000px) {
  .nav-buttons > a,
.nav-buttons > a:visited {
    float: none;
  }
}

.mobile-navigation {
  background: #262626;
}
.mobile-navigation .drawer-menu-explore {
  background: #262626;
}
.mobile-navigation span {
  color: #fff;
}

.drawer .drawer-navigation ul li a {
  text-decoration: none;
}

.mobile-navigation {
  background: #000;
}

.drawer-menu-explore {
  background: #000;
  border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.utility-navigation {
  margin-bottom: 18px;
}
.utility-navigation ul.menu {
  margin: 0;
}
.utility-navigation ul.menu > li {
  display: inline-block;
  margin-left: 40px;
}
@media (max-width: 1180px) {
  .utility-navigation ul.menu > li {
    margin-left: 25px;
  }
}
.utility-navigation ul.menu > li a {
  font-weight: 400;
  color: #747474;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1180px) {
  .utility-navigation ul.menu > li a {
    font-size: 13px;
    line-height: 13px;
  }
}

.top-navigation .main-navigation {
  width: auto;
  float: right;
}
@media (min-width: 1500px) {
  .top-navigation .main-navigation {
    min-width: 825px;
  }
}
.top-navigation .main-navigation ul.menu > li {
  padding: 0;
  margin: 0 25px;
}
.top-navigation .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}
.top-navigation .main-navigation ul.menu > li:hover > a {
  color: #262626;
  border-bottom: 6px solid #EE4733;
  padding-bottom: 2px;
}
@media (max-width: 1500px) {
  .top-navigation .main-navigation ul.menu > li {
    margin: 0 20px;
  }
}
@media (max-width: 1380px) {
  .top-navigation .main-navigation ul.menu > li {
    margin: 0 15px;
  }
}
@media (max-width: 1080px) {
  .top-navigation .main-navigation ul.menu > li {
    margin: 0 10px;
  }
}
.top-navigation .main-navigation ul.menu > li > a {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 700;
  color: #262626;
  text-decoration: none;
}
.top-navigation .main-navigation ul.menu > li > a:hover {
  color: #262626;
  border-bottom: 6px solid #EE4733;
  padding-bottom: 2px;
}
@media (max-width: 1500px) {
  .top-navigation .main-navigation ul.menu > li > a {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 1380px) {
  .top-navigation .main-navigation ul.menu > li > a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1280px) {
  .top-navigation .main-navigation ul.menu > li > a {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 1180px) {
  .top-navigation .main-navigation ul.menu > li > a {
    font-size: 14px;
    line-height: 14px;
  }
}
.top-navigation .main-navigation ul.menu > li > ul {
  top: 43px;
  background: #fff;
  padding: 25px 25px;
  margin-left: -25px !important;
  -webkit-box-shadow: 1.5px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1.5px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1.5px 2px 5px 0px rgba(0, 0, 0, 0.75);
  width: 240px;
}
.top-navigation .main-navigation ul.menu > li > ul > li {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 20px;
}
.top-navigation .main-navigation ul.menu > li > ul > li a {
  color: #000 !important;
  text-decoration: none;
}
.top-navigation .main-navigation ul.menu > li > ul > li a:hover {
  color: #576d31 !important;
}
.top-navigation .main-navigation ul.menu > li > ul > li:last-child {
  margin-bottom: 0;
}
.top-navigation .main-navigation ul.menu > li.nav-button {
  padding: 0;
  padding-left: 3vw;
}
.top-navigation .main-navigation ul.menu > li.nav-button > a,
.top-navigation .main-navigation ul.menu > li.nav-button > a:visited {
  border-radius: 30px;
  background-color: #EE4733;
  border: 2px solid #EE4733;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 18px 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-navigation .main-navigation ul.menu > li.nav-button > a:after,
.top-navigation .main-navigation ul.menu > li.nav-button > a:visited:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url("/wp-content/themes/mindscape-child/images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 2px;
  left: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-navigation .main-navigation ul.menu > li.nav-button > a:hover, .top-navigation .main-navigation ul.menu > li.nav-button > a:focus,
.top-navigation .main-navigation ul.menu > li.nav-button > a:visited:hover,
.top-navigation .main-navigation ul.menu > li.nav-button > a:visited:focus {
  background-color: #C71500;
  border-color: #C71500;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-navigation .main-navigation ul.menu > li.nav-button.outline {
  padding-left: 20px;
  padding-right: 10px;
}
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:after,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited:after {
  background-image: url("/wp-content/themes/mindscape-child/images/arrow-right-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:hover, .top-navigation .main-navigation ul.menu > li.nav-button.outline > a:focus,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited:hover,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited:focus {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:hover:after, .top-navigation .main-navigation ul.menu > li.nav-button.outline > a:focus:after,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited:hover:after,
.top-navigation .main-navigation ul.menu > li.nav-button.outline > a:visited:focus:after {
  background-image: url("/wp-content/themes/mindscape-child/images/arrow-right-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.site-header .sub-menu::before {
  background: transparent;
  border: none;
  width: 100%;
  left: 0;
}

.main-navigation li ul a,
.main-navigation li ul li a {
  color: #262626;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
}
.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
  color: #576d31 !important;
}

.main-navigation ul .sub-menu li.current-menu-item a {
  color: #576d31 !important;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
  color: #576d31;
  font-size: 24px;
  top: 3px;
  position: relative;
}

.ms-block-homepage-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 170px);
}
@media (max-width: 1280px) {
  .ms-block-homepage-banner {
    height: auto;
  }
}
@media (max-width: 700px) {
  .ms-block-homepage-banner {
    background: #576D31 !important;
  }
}
.ms-block-homepage-banner:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+71 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: none;
}
@media (max-width: 700px) {
  .ms-block-homepage-banner:before {
    display: none;
  }
}
.ms-block-homepage-banner .container {
  position: relative;
  z-index: 3;
}
.ms-block-homepage-banner .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 700px) {
  .ms-block-homepage-banner .video-container {
    position: relative;
  }
}
.ms-block-homepage-banner .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire div */
}
.ms-block-homepage-banner .banner-content {
  width: 710px;
  max-width: 55%;
  padding-top: 305px;
  padding-bottom: 60px;
  padding-top: 15vw;
  padding-top: 10vw;
  padding-bottom: 6vw;
}
@media (max-width: 1280px) {
  .ms-block-homepage-banner .banner-content {
    width: 660px;
    max-width: 70%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner .banner-content {
    width: 450px;
    max-width: 70%;
  }
}
@media (max-width: 700px) {
  .ms-block-homepage-banner .banner-content {
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
  }
}
.ms-block-homepage-banner .banner-content h1 {
  color: #fff;
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner .banner-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 700px) {
  .ms-block-homepage-banner .banner-content h1 {
    width: 280px;
    max-width: 100%;
    width: 100%;
  }
}
.ms-block-homepage-banner .banner-content p {
  color: #fff;
  font-size: 27px;
  line-height: 43px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 1000px) {
  .ms-block-homepage-banner .banner-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.ms-block-homepage-banner .banner-content .ms-button {
  display: inline-block;
  min-width: 215px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 28px 48px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #576D31;
  color: #fff;
  border-color: #fff;
}
.ms-block-homepage-banner .banner-content .ms-button:hover, .ms-block-homepage-banner .banner-content .ms-button:focus {
  background-color: #fff;
  color: #576D31;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ms-block.dark-bg .ms-col-content h2, .ms-block.dark-bg .ms-col-content h3, .ms-block.dark-bg .ms-col-content h4, .ms-block.dark-bg .ms-col-content h5, .ms-block.dark-bg .ms-col-content h6, .ms-block.dark-bg .ms-col-content p, .ms-block.dark-bg .ms-col-content li, .ms-block.dark-bg .ms-col-content span {
  color: #fff;
}

.ms-col-content p {
  font-size: 18px;
  line-height: 32px;
}
.ms-col-content li {
  font-size: 18px;
  line-height: 32px;
}
.ms-col-content > .gb-block-layout-column-inner > :first-child {
  margin-top: 0;
}
.ms-col-content > .gb-block-layout-column-inner > :last-child {
  margin-bottom: 0;
}

.ms-block-image-and-content {
  padding-left: 4%;
}
@media (max-width: 1280px) {
  .ms-block-image-and-content {
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .ms-block-image-and-content {
    padding-left: 0;
  }
}
.ms-block-image-and-content .ms-col-content h2 {
  font-size: 39px;
  line-height: 44px;
}
@media (max-width: 1280px) {
  .ms-block-image-and-content .ms-col-content h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

.ms-block-content-image-bg {
  padding-left: 4%;
}
@media (max-width: 1280px) {
  .ms-block-content-image-bg {
    padding-left: 0;
  }
}
.ms-block-content-image-bg .ms-col-content h2 {
  font-size: 57px;
  line-height: 62px;
}
@media (max-width: 1280px) {
  .ms-block-content-image-bg .ms-col-content h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-block-content-image-bg .ms-col-content p {
  width: 88%;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .ms-block-content-image-bg .ms-col-content p {
    width: 100%;
  }
}
.ms-block-content-image-bg .ms-col-button {
  align-content: center;
  text-align: center;
}
.ms-block-content-image-bg .ms-col-button > .gb-block-layout-column-inner {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .ms-block-content-image-bg .ms-col-button {
    text-align: left;
    align-content: flex-start;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .ms-block-content-image-bg .ms-top-content > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
.ms-block-content-image-bg .ms-bottom-content {
  margin-top: 60px;
}
.ms-block-content-image-bg .ms-bottom-content > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column:nth-child(2) {
  padding-left: 25%;
}
@media (max-width: 991px) {
  .ms-block-content-image-bg .ms-bottom-content > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column:nth-child(2) {
    padding-left: 0;
  }
}
.ms-block-content-image-bg .ms-bottom-content > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column:nth-child(3) {
  padding-left: 25%;
}
@media (max-width: 991px) {
  .ms-block-content-image-bg .ms-bottom-content > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column:nth-child(3) {
    padding-left: 0;
  }
}
.ms-block-content-image-bg .ms-bottom-content ul {
  list-style: none;
  margin: 0;
}
.ms-block-content-image-bg .ms-bottom-content ul li {
  margin-bottom: 25px;
}
.ms-block-content-image-bg .ms-bottom-content ul li,
.ms-block-content-image-bg .ms-bottom-content ul li > a {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.ms-block-case-studies .ms-col-content h2 {
  font-size: 57px;
  line-height: 62px;
}
@media (max-width: 1280px) {
  .ms-block-case-studies .ms-col-content h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-block-case-studies .ms-col-content p {
  width: 88%;
  font-size: 28px;
  line-height: 46px;
  font-weight: 700;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .ms-block-case-studies .ms-col-content p {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .ms-block-case-studies .ms-col-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
.ms-block-case-studies .ms-col-button {
  align-content: end;
  text-align: center;
}
.ms-block-case-studies .ms-col-button > .gb-block-layout-column-inner {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .ms-block-case-studies .ms-col-button {
    text-align: left;
    align-content: flex-start;
    margin-top: 40px;
  }
}
.ms-block-case-studies .ms-top-content {
  padding-left: 4%;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .ms-block-case-studies .ms-top-content {
    padding-left: 0;
  }
}
.ms-block-case-studies .ms-col {
  background: #fff;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.ms-block-case-studies .ms-col .wp-block-image {
  margin-bottom: 0;
}
.ms-block-case-studies .ms-col > .gb-block-layout-column-inner {
  position: initial;
}
.ms-block-case-studies .ms-col .ms-column-content {
  padding: 35px 30px;
}
@media (min-width: 1500px) {
  .ms-block-case-studies .ms-col .ms-column-content {
    padding: 35px 40px;
  }
}
.ms-block-case-studies .ms-col h2, .ms-block-case-studies .ms-col h3, .ms-block-case-studies .ms-col h4, .ms-block-case-studies .ms-col h5, .ms-block-case-studies .ms-col h6, .ms-block-case-studies .ms-col p, .ms-block-case-studies .ms-col li, .ms-block-case-studies .ms-col span, .ms-block-case-studies .ms-col a {
  color: #2A2A2A !important;
}
.ms-block-case-studies .ms-col h2, .ms-block-case-studies .ms-col h3, .ms-block-case-studies .ms-col h4, .ms-block-case-studies .ms-col h5, .ms-block-case-studies .ms-col h6 {
  margin-top: 0;
  margin-bottom: 12px;
}
.ms-block-case-studies .ms-col h2, .ms-block-case-studies .ms-col h3, .ms-block-case-studies .ms-col h4, .ms-block-case-studies .ms-col h5, .ms-block-case-studies .ms-col h6,
.ms-block-case-studies .ms-col h2 a, .ms-block-case-studies .ms-col h3 a, .ms-block-case-studies .ms-col h4 a, .ms-block-case-studies .ms-col h5 a, .ms-block-case-studies .ms-col h6 a {
  font-size: 26px;
  line-height: 34px;
}
.ms-block-case-studies .ms-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .ms-block-case-studies .ms-col p {
    font-size: 15px;
    line-height: 24px;
  }
}
.ms-block-case-studies .ms-col .ms-link {
  padding: 0 30px;
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1500px) {
  .ms-block-case-studies .ms-col .ms-link {
    padding: 0 40px;
  }
}

.ms-block-industries .ms-col-content h2 {
  font-size: 57px;
  line-height: 62px;
}
@media (max-width: 1280px) {
  .ms-block-industries .ms-col-content h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-block-industries .ms-col-content p {
  width: 88%;
  font-size: 28px;
  line-height: 46px;
  font-weight: 700;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .ms-block-industries .ms-col-content p {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .ms-block-industries .ms-col-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
.ms-block-industries .ms-col-button {
  align-content: end;
  text-align: center;
}
@media (max-width: 991px) {
  .ms-block-industries .ms-col-button {
    text-align: left;
    align-content: flex-start;
    margin-top: 40px;
  }
}
.ms-block-industries .ms-col-button > .gb-block-layout-column-inner {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
.ms-block-industries .ms-col-button .wp-block-button.is-style-outline a:hover, .ms-block-industries .ms-col-button .wp-block-button.is-style-outline a:focus,
.ms-block-industries .ms-col-button .wp-block-button.is-style-outline > .wp-element-button:hover,
.ms-block-industries .ms-col-button .wp-block-button.is-style-outline > .wp-element-button:focus {
  background-color: #fff;
  color: #576D31;
  border-color: #576D31;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ms-block-industries .ms-top-content {
  padding-left: 4%;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .ms-block-industries .ms-top-content {
    padding-left: 0;
  }
}
.ms-block-industries .ms-image-link {
  position: relative;
  margin-bottom: 20px;
}
.ms-block-industries .ms-image-link .wp-block-image {
  margin: 0;
}
.ms-block-industries .ms-image-link img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.ms-block-industries .ms-image-link .wp-block-heading {
  position: absolute;
  bottom: 35px;
  bottom: 11%;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.ms-block-industries .ms-image-link .wp-block-heading a {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.ms-block-green-ribbon {
  padding: 35px 0;
}
.ms-block-green-ribbon .ms-col-content {
  padding-left: 23vw;
  padding-left: 25%;
  padding-left: 20%;
}
@media (max-width: 1280px) {
  .ms-block-green-ribbon .ms-col-content {
    padding-left: 0;
  }
}

.ms-block-green-ribbon.with-button {
  padding: 100px 0;
  padding: 80px 0;
  padding-left: 4%;
}
@media (max-width: 1280px) {
  .ms-block-green-ribbon.with-button {
    padding-left: 0;
  }
}
.ms-block-green-ribbon.with-button .ms-green-ribbon > .gb-layout-column-wrap {
  align-items: center;
}
@media (max-width: 991px) {
  .ms-block-green-ribbon.with-button .ms-green-ribbon > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-block-green-ribbon.with-button .ms-col-content {
  padding-left: 0;
}
@media (max-width: 991px) {
  .ms-block-green-ribbon.with-button .ms-col-content {
    text-align: center;
  }
}
.ms-block-green-ribbon.with-button .ms-col-content h2 {
  font-size: 45px;
  line-height: 45px;
}
@media (max-width: 1280px) {
  .ms-block-green-ribbon.with-button .ms-col-content h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
.ms-block-green-ribbon.with-button .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .ms-block-green-ribbon.with-button .wp-block-button {
    margin-top: 40px;
  }
}
.ms-block-green-ribbon.with-button .wp-block-button .wp-element-button {
  padding: 28px 80px;
  font-size: 18px;
  line-height: 18px;
}

.ms-block-two-col-with-three-col {
  position: relative;
}
.ms-block-two-col-with-three-col:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  width: 21vw;
  height: 21vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1500px) {
  .ms-block-two-col-with-three-col:before {
    width: 25vw;
    height: 25vw;
  }
}
.ms-block-two-col-with-three-col:after {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  height: 59.5vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-light-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1500px) {
  .ms-block-two-col-with-three-col:after {
    height: 56.1vw;
  }
}
.ms-block-two-col-with-three-col .ms-two-col h2, .ms-block-two-col-with-three-col .ms-two-col h3, .ms-block-two-col-with-three-col .ms-two-col h4, .ms-block-two-col-with-three-col .ms-two-col h5, .ms-block-two-col-with-three-col .ms-two-col h6 {
  color: #2A2A2A;
  font-size: 36px;
  line-height: 41px;
}
.ms-block-two-col-with-three-col .ms-two-col h2:first-child, .ms-block-two-col-with-three-col .ms-two-col h3:first-child, .ms-block-two-col-with-three-col .ms-two-col h4:first-child, .ms-block-two-col-with-three-col .ms-two-col h5:first-child, .ms-block-two-col-with-three-col .ms-two-col h6:first-child {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .ms-block-two-col-with-three-col .ms-two-col h2, .ms-block-two-col-with-three-col .ms-two-col h3, .ms-block-two-col-with-three-col .ms-two-col h4, .ms-block-two-col-with-three-col .ms-two-col h5, .ms-block-two-col-with-three-col .ms-two-col h6 {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-block-two-col-with-three-col .ms-two-col .wp-block-buttons {
  margin-top: 35px;
}
.ms-block-two-col-with-three-col .ms-three-col {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #979797;
}
.ms-block-two-col-with-three-col .ms-three-col h2, .ms-block-two-col-with-three-col .ms-three-col h3, .ms-block-two-col-with-three-col .ms-three-col h4, .ms-block-two-col-with-three-col .ms-three-col h5, .ms-block-two-col-with-three-col .ms-three-col h6 {
  color: #2A2A2A;
  font-size: 24px;
  line-height: 30px;
}
.ms-block-two-col-with-three-col .ms-three-col p,
.ms-block-two-col-with-three-col .ms-three-col li {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .ms-block-two-col-with-three-col .ms-three-col > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
@media (max-width: 991px) {
  .ms-block-two-col-with-three-col .ms-three-col .ms-col {
    margin-bottom: 60px;
  }
  .ms-block-two-col-with-three-col .ms-three-col .ms-col:last-child {
    margin-bottom: 0;
  }
}

.ms-block-interior-banner .ms-interior-banner-container {
  padding: 130px 0;
}
@media (max-width: 767px) {
  .ms-block-interior-banner .ms-interior-banner-container {
    padding: 80px 0;
  }
}
.ms-block-interior-banner .ms-interior-banner-container > .gb-layout-column-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
  z-index: 3;
}
.ms-block-interior-banner h1 {
  font-size: 58px;
  line-height: 70px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .ms-block-interior-banner h1 {
    font-size: 45px;
    line-height: 45px;
    font-size: 40px;
    line-height: 40px;
  }
}
.ms-block-interior-banner p {
  color: #fff;
  font-size: 25px;
  line-height: 43px;
  font-weight: 700;
  width: 700px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.ms-block-interior-banner .wp-block-button.is-style-fill {
  margin-top: 40px;
}
.ms-block-interior-banner .wp-block-button.is-style-fill > a {
  display: inline-block;
  min-width: 215px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 28px 48px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
.ms-block-interior-banner .wp-block-button.is-style-fill > a:hover, .ms-block-interior-banner .wp-block-button.is-style-fill > a:focus {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

body.page-template-full-width article.entry-content > .wp-block-genesis-blocks-gb-columns.ms-block-interior-banner > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 991px) {
  .ms-block-image-and-content.ms-image-right .gb-layout-column-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .ms-block-image-and-content .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }
}
.ms-block-image-and-content .ms-col-image img {
  clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .ms-block-image-and-content .ms-col-image {
    margin-bottom: 40px;
  }
}
.ms-block-image-and-content .ms-col-content h2, .ms-block-image-and-content .ms-col-content h3, .ms-block-image-and-content .ms-col-content h4, .ms-block-image-and-content .ms-col-content h5, .ms-block-image-and-content .ms-col-content h6 {
  font-size: 36px;
  line-height: 41px;
}
.ms-block-image-and-content .ms-col-content h2:first-child, .ms-block-image-and-content .ms-col-content h3:first-child, .ms-block-image-and-content .ms-col-content h4:first-child, .ms-block-image-and-content .ms-col-content h5:first-child, .ms-block-image-and-content .ms-col-content h6:first-child {
  margin-top: 0;
}
.ms-block-image-and-content .ms-col-content h2 > a, .ms-block-image-and-content .ms-col-content h3 > a, .ms-block-image-and-content .ms-col-content h4 > a, .ms-block-image-and-content .ms-col-content h5 > a, .ms-block-image-and-content .ms-col-content h6 > a {
  font-size: 36px;
  ine-height: 41px;
}
@media (max-width: 1280px) {
  .ms-block-image-and-content .ms-col-content h2, .ms-block-image-and-content .ms-col-content h3, .ms-block-image-and-content .ms-col-content h4, .ms-block-image-and-content .ms-col-content h5, .ms-block-image-and-content .ms-col-content h6 {
    font-size: 26px;
    line-height: 31px;
  }
  .ms-block-image-and-content .ms-col-content h2 > a, .ms-block-image-and-content .ms-col-content h3 > a, .ms-block-image-and-content .ms-col-content h4 > a, .ms-block-image-and-content .ms-col-content h5 > a, .ms-block-image-and-content .ms-col-content h6 > a {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-block-image-and-content .ms-col-content p {
  font-size: 18px;
  line-height: 32px;
}
.ms-block-image-and-content .ms-col-content .ms-checkmark-text-group {
  margin-top: 40px;
}
.ms-block-image-and-content .ms-col-content .ms-checkmark-text-group.ms-no-p {
  margin-top: 30px;
}
.ms-block-image-and-content .ms-col-content .ms-checkmark-text-group h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .ms-block-image-and-content .ms-col-content .ms-checkmark-text-group h3 {
    font-size: 21px;
  }
}
.ms-block-image-and-content .ms-col-content .ms-checkmark-text-group h3:before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/mindscape-child/images/check-mark-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17px;
  height: 13px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}
.ms-block-image-and-content .ms-col-content .ms-block-text-link a {
  text-decoration: underline !important;
  font-size: 19px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}
.ms-block-image-and-content .ms-col-content .ms-block-text-link a:hover {
  text-decoration: none !important;
}
.ms-block-image-and-content .ms-col-content .ms-block-text-link a:after {
  width: 14px !important;
  height: 13px !important;
}
.ms-block-image-and-content .ms-col-content .wp-block-buttons {
  margin-top: 60px;
}
.ms-block-image-and-content .ms-col-row > .gb-layout-column-wrap {
  grid-gap: 0 5em;
  grid-gap: 0 80px;
  grid-gap: 10px 80px;
}
.ms-block-image-and-content.ms-bg-dark .ms-col-content h2, .ms-block-image-and-content.ms-bg-dark .ms-col-content h3, .ms-block-image-and-content.ms-bg-dark .ms-col-content h4, .ms-block-image-and-content.ms-bg-dark .ms-col-content h5, .ms-block-image-and-content.ms-bg-dark .ms-col-content h6 {
  color: #fff;
}
.ms-block-image-and-content.ms-bg-dark .ms-col-content h2 > a, .ms-block-image-and-content.ms-bg-dark .ms-col-content h3 > a, .ms-block-image-and-content.ms-bg-dark .ms-col-content h4 > a, .ms-block-image-and-content.ms-bg-dark .ms-col-content h5 > a, .ms-block-image-and-content.ms-bg-dark .ms-col-content h6 > a {
  color: #fff;
}
.ms-block-image-and-content.ms-bg-dark .ms-col-content p {
  color: #fff;
}
.ms-block-image-and-content.ms-align-vertical-center .ms-col-row > .gb-layout-column-wrap {
  align-items: center;
}

.ms-green-slant-bottom-right {
  overflow: hidden;
}
.ms-green-slant-bottom-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  height: 47vw;
  background: url("/wp-content/themes/mindscape-child/images/green-angle-bottom-right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1500px) {
  .ms-green-slant-bottom-right:after {
    height: 44vw;
  }
}

.ms-green-slant-top-left {
  overflow: hidden;
}
.ms-green-slant-top-left:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  width: 21vw;
  height: 21vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.ms-grey-slant-top-left:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  width: 13vw;
  height: 15vw;
  background: url("/wp-content/themes/mindscape-child/images/black-angle-top-left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.ms-grey-large-slant-top-left:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  width: 20vw;
  height: 20vw;
  background: url("/wp-content/themes/mindscape-child/images/black-angle-top-left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.ms-green-large-slant-top-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52vw;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/mindscape-child/images/green-angle-top-left.png);
  background-size: cover; /* Better scaling */
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  pointer-events: none; /* So it doesn't interfere with interactions */
}
@media (max-width: 1380px) {
  .ms-green-large-slant-top-left:before {
    bottom: auto;
    top: 0;
    background-position: top left;
    background-size: 100%;
    width: 40%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .ms-green-large-slant-top-left:before {
    display: none;
  }
}

.ms-green-large-slant-bottom-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/mindscape-child/images/green-angle-bottom-right.png);
  background-size: cover; /* Better scaling */
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  pointer-events: none; /* So it doesn't interfere with interactions */
}
@media (max-width: 1380px) {
  .ms-green-large-slant-bottom-right:before {
    top: auto;
    bottom: 0;
    background-position: bottom right;
    background-size: 100%;
    width: 40%;
    height: 100%;
  }
}

.ms-grey-slant-bottom-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  height: 47vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-light-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1500px) {
  .ms-grey-slant-bottom-right:after {
    height: 44vw;
  }
}

.ms-grey-small-slant-bottom-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  height: 17vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-light-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ms-block-full-width-content .narrow-content > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > h2, .ms-block-full-width-content .narrow-content > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > h3, .ms-block-full-width-content .narrow-content > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > h4, .ms-block-full-width-content .narrow-content > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > h5, .ms-block-full-width-content .narrow-content > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > h6 {
  margin-top: 0;
}

.narrow-content.post-single > .gb-layout-column-wrap {
  width: 950px;
  width: 1075px;
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
}

.narrow-content > .gb-layout-column-wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.ms-block-post-header {
  position: relative;
}
.ms-block-post-header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .ms-block-post-header h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.ms-block-post-header img {
  width: 100%;
  height: auto;
  clip-path: polygon(7% 0, 100% 0, 100% 83%, 93% 100%, 0 100%, 0 17%);
  display: block;
  object-fit: cover;
}
.ms-block-post-header:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  width: 17vw;
  height: 17vw;
  background: url("/wp-content/themes/mindscape-child/images/angle-green.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.ms-block.post-single h1,
.ms-block.post-single h1 span,
article.post.old-site-post h1,
article.post.old-site-post h1 span {
  font-weight: 700;
  font-size: 48px !important;
  line-height: 56px !important;
  font-size: 34px !important;
  line-height: 42px !important;
  max-width: 100%;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 991px) {
  .ms-block.post-single h1,
.ms-block.post-single h1 span,
article.post.old-site-post h1,
article.post.old-site-post h1 span {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 40px;
  }
}
.ms-block.post-single h2,
.ms-block.post-single h2 a,
.ms-block.post-single h2 span,
.ms-block.post-single h3,
.ms-block.post-single h3 a,
.ms-block.post-single h3 span,
.ms-block.post-single h4,
.ms-block.post-single h4 a,
.ms-block.post-single h4 span,
.ms-block.post-single h5,
.ms-block.post-single h5 a,
.ms-block.post-single h5 span,
.ms-block.post-single h6,
.ms-block.post-single h6 a,
.ms-block.post-single h6 span,
article.post.old-site-post h2,
article.post.old-site-post h2 a,
article.post.old-site-post h2 span,
article.post.old-site-post h3,
article.post.old-site-post h3 a,
article.post.old-site-post h3 span,
article.post.old-site-post h4,
article.post.old-site-post h4 a,
article.post.old-site-post h4 span,
article.post.old-site-post h5,
article.post.old-site-post h5 a,
article.post.old-site-post h5 span,
article.post.old-site-post h6,
article.post.old-site-post h6 a,
article.post.old-site-post h6 span {
  font-size: 30px !important;
  line-height: 38px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
.ms-block.post-single p,
.ms-block.post-single p span,
article.post.old-site-post p,
article.post.old-site-post p span {
  font-size: 18px !important;
  line-height: 32px !important;
  font-family: "Inter", sans-serif !important;
}
.ms-block.post-single p a,
.ms-block.post-single p a span,
.ms-block.post-single p span a,
.ms-block.post-single p span a span,
article.post.old-site-post p a,
article.post.old-site-post p a span,
article.post.old-site-post p span a,
article.post.old-site-post p span a span {
  color: #576D31 !important;
}
.ms-block.post-single li,
.ms-block.post-single li span,
article.post.old-site-post li,
article.post.old-site-post li span {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif !important;
}
.ms-block.post-single table,
article.post.old-site-post table {
  width: 300px;
  max-width: 100%;
}

article.post.old-site-post {
  margin-top: 80px;
}

.ms-block-image-left-content-right.post-single .ms-image {
  padding-right: 40px;
}

.ms-block-3-col-icons h1, .ms-block-3-col-icons h2, .ms-block-3-col-icons h3, .ms-block-3-col-icons h4, .ms-block-3-col-icons h5, .ms-block-3-col-icons h6, .ms-block-3-col-icons p, .ms-block-3-col-icons li {
  color: #2A2A2A;
}
@media (max-width: 991px) {
  .ms-block-3-col-icons .wp-block-genesis-blocks-gb-columns:not(.gb-layout-columns-1) > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
  .ms-block-3-col-icons .wp-block-genesis-blocks-gb-columns:not(.gb-layout-columns-1) > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column {
    margin-bottom: 40px;
  }
  .ms-block-3-col-icons .wp-block-genesis-blocks-gb-columns:not(.gb-layout-columns-1) > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column:last-child {
    margin-bottom: 0;
  }
}

.ms-top-content {
  margin-bottom: 60px;
}
.ms-top-content:only-child {
  margin-bottom: 0;
}
.ms-top-content h2 {
  font-size: 44px;
  line-height: 52px;
}
@media (max-width: 1280px) {
  .ms-top-content h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
.ms-top-content p {
  font-size: 18px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 830px;
  max-width: 100%;
}
.ms-top-content .gb-block-layout-column-inner > :first-child {
  margin-top: 0;
}

.ms-icon-group h1, .ms-icon-group h2, .ms-icon-group h3, .ms-icon-group h4, .ms-icon-group h5, .ms-icon-group h6,
.ms-icon-group h1 a, .ms-icon-group h2 a, .ms-icon-group h3 a, .ms-icon-group h4 a, .ms-icon-group h5 a, .ms-icon-group h6 a {
  font-size: 30px;
  line-height: 30px;
}
.ms-icon-group p {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .ms-block-white-boxes > .gb-layout-column-wrap > .wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
.ms-block-white-boxes .ms-white-box {
  background: #fff;
  padding: 40px 40px;
  margin-bottom: 30px;
}
.ms-block-white-boxes .ms-white-box .gb-block-layout-column-inner > :last-child {
  margin-bottom: 0;
}
.ms-block-white-boxes .ms-white-box h3:first-child {
  margin-top: 0;
}
.ms-block-white-boxes .ms-white-box h3 {
  font-size: 21px;
  line-height: 28px;
}
.ms-block-white-boxes .ms-white-box p {
  font-size: 15px;
  line-height: 26px;
}
.ms-block-white-boxes .ms-white-box ul, .ms-block-white-boxes .ms-white-box ol {
  margin-left: 16px;
  margin-bottom: 20px;
}
.ms-block-white-boxes .ms-white-box ul li, .ms-block-white-boxes .ms-white-box ol li {
  font-size: 15px;
}

@media (max-width: 991px) {
  .ms-block-industries-with-desc .ms-column-row > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
.ms-block-industries-with-desc .ms-column-row .wp-block-image {
  margin: 0;
}
.ms-block-industries-with-desc .ms-column-row .ms-column {
  background: #F3F3F3;
  margin-bottom: 30px;
}
.ms-block-industries-with-desc .ms-column-row .ms-content {
  padding: 30px 35px;
}
.ms-block-industries-with-desc .ms-column-row .ms-content h3 {
  font-size: 21px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 10px;
}
.ms-block-industries-with-desc .ms-column-row .ms-content p {
  font-size: 16px;
}
.ms-block-industries-with-desc .ms-column-row .ms-content p:last-child {
  margin-bottom: 0;
}

.ms-block-form-section {
  /* Hide default checkbox */
  /* Style the custom checkbox */
  /* Custom checkbox appearance */
  /* Custom checkbox box */
  /* Custom checkmark */
  /* Hover effect */
  /* Checked state background */
}
.ms-block-form-section .gform_required_legend {
  display: none;
}
.ms-block-form-section form h3 {
  font-size: 24px;
  line-height: 30px;
}
.ms-block-form-section form p {
  width: 100% !important;
}
.ms-block-form-section form hr {
  margin: 30px 0 45px 0;
}
@media (max-width: 991px) {
  .ms-block-form-section form hr {
    margin: 10px 0 15px 0;
  }
}
.ms-block-form-section .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}
.ms-block-form-section .gform_wrapper.gravity-theme .gfield.gfield--type-checkbox .gfield_label,
.ms-block-form-section #field_2_22 .gfield_label {
  font-weight: 700;
  margin-bottom: 20px;
  border: none;
}
.ms-block-form-section .gform_wrapper.gravity-theme .gfield:not(.gfield--type-html) {
  margin-bottom: 15px;
}
.ms-block-form-section input, .ms-block-form-section select, .ms-block-form-section textarea {
  border-color: #979797;
  padding: 13px 13px !important;
}
.ms-block-form-section .gform_button_select_files {
  background: #586d32;
  border-radius: 0;
  padding: 20px 80px;
}
.ms-block-form-section .gform-footer .gform_button {
  background: #000;
  border-radius: 0 !important;
  padding: 28px 70px !important;
  font-size: 18px;
  border: 2px solid #000;
}
.ms-block-form-section .gform-footer .gform_button:hover, .ms-block-form-section .gform-footer .gform_button:focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ms-block-form-section .ginput_container_checkbox {
  width: 100%;
}
.ms-block-form-section .gchoice label {
  font-size: 18px;
  line-height: 18px;
}
.ms-block-form-section .gfield-choice-input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none !important;
}
.ms-block-form-section .gchoice {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.ms-block-form-section .gchoice label {
  position: relative;
  padding-left: 30px; /* Space for the checkbox */
  cursor: pointer;
  font-weight: 400;
}
.ms-block-form-section .gchoice label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #979797; /* Border color */
  border-radius: 0; /* Rounded corners */
  transition: all 0.2s ease-in-out;
}
.ms-block-form-section .gfield-choice-input:checked + label::after {
  content: "✔"; /* Checkmark */
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0073aa; /* Checkmark color */
  font-weight: bold;
  content: "";
  background: url("/wp-content/themes/mindscape-child/images/check-mark-white.png") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.ms-block-form-section .gchoice label:hover::before {
  border-color: #586D32;
}
.ms-block-form-section .gfield-choice-input:checked + label::before {
  background-color: #586D32;
  border-color: #586D32;
}
.ms-block-form-section .gfield-choice-input:checked + label::after {
  color: white; /* White checkmark */
}
.ms-block-form-section .ms-materials-of-interest .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.ms-block-form-section .ms-materials-of-interest .gchoice {
  width: 25%;
}
@media (max-width: 991px) {
  .ms-block-form-section .spacer.gfield {
    display: none;
  }
}
.ms-block-form-section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  width: 725px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .ms-block-form-section h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.ms-block-form-section.ms-full-width p {
  font-size: 18px;
  line-height: 32px;
  width: 710px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ms-block-form-section.ms-full-width .ms-content {
  background: #fff;
  border: 2px solid #C2C2C2;
  border-radius: 10px;
  padding: 100px 80px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ms-block-form-section.ms-full-width .ms-content {
    padding: 60px 25px;
  }
}
@media (max-width: 991px) {
  .ms-block-form-section.ms-form-columns {
    padding-top: 40px !important;
  }
}
.ms-block-form-section.ms-form-columns .ms-col-content {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .ms-block-form-section.ms-form-columns .ms-col-content {
    margin-bottom: 40px;
  }
}
.ms-block-form-section.ms-form-columns h1 {
  width: 100%;
}
.ms-block-form-section.ms-form-columns iframe {
  border: 1px solid #C2C2C2 !important;
}
@media (max-width: 991px) {
  .ms-block-form-section.ms-form-columns .gb-block-layout-column-inner > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3";
  }
}
.ms-block-form-section .ms-col-form .ms-form-block {
  background: #fff;
  border: 2px solid #C2C2C2;
  border-radius: 10px;
  padding: 80px 40px 40px 40px;
}
.ms-block-form-section .ms-col-form .ms-form-block .gform-footer .gform_button {
  padding: 20px 80px !important;
}
.ms-block-form-section .ms-col-form h2:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .tech-resources {
    padding-top: 40px !important;
  }
}
.tech-resources .top-content {
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.tech-resources .top-content h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 991px) {
  .tech-resources .top-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.tech-resources .category-buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.tech-resources .category-buttons .ms-button {
  margin: 0 10px;
  font-size: 18px;
  padding: 22px 35px;
}
.tech-resources .category-buttons .ms-button:hover, .tech-resources .category-buttons .ms-button:active, .tech-resources .category-buttons .ms-button.active {
  background: #576D31;
  border-color: #576D31;
  color: #fff;
}
@media (max-width: 767px) {
  .tech-resources .category-buttons .ms-button {
    display: block;
    width: 190px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .tech-resources .category-buttons .ms-button:last-child {
    margin-bottom: 0;
  }
}
.tech-resources .post-listing {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 600px) {
  .tech-resources .post-listing {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
.tech-resources .post-listing .tech-resource-post {
  width: 25%;
  width: calc(25% - 30px);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  margin: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #B1B1B1;
  transition: 0.3s background;
}
@media (max-width: 991px) {
  .tech-resources .post-listing .tech-resource-post {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .tech-resources .post-listing .tech-resource-post {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tech-resources .post-listing .tech-resource-post:hover {
  background: #eee;
  transition: 0.3s background;
}
.tech-resources .post-listing .tech-resource-post .post-content {
  padding: 50px 30px;
}
.tech-resources .post-listing .tech-resource-post .featured-image {
  margin-bottom: 30px;
}
.tech-resources .post-listing .tech-resource-post img {
  width: 100px;
  max-width: 70%;
}
.tech-resources .post-listing .tech-resource-post h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.default-post-archive .ms-block-post-archive-banner {
  background-color: #576D31;
  padding: 100px 0 200px 20px;
}
.default-post-archive .ms-block-post-archive-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-archive-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.default-post-archive .ms-block-post-archive-banner .category-dropdown {
  display: flex;
}
@media (max-width: 600px) {
  .default-post-archive .ms-block-post-archive-banner .category-dropdown {
    display: block;
  }
}
.default-post-archive .ms-block-post-archive-banner .category-dropdown label {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-right: 25px;
}
@media (max-width: 600px) {
  .default-post-archive .ms-block-post-archive-banner .category-dropdown label {
    display: block;
    margin-bottom: 10px;
  }
}
.default-post-archive .ms-block-post-archive-banner .category-dropdown select {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  width: auto;
  padding-bottom: 10px;
  margin-top: 8px;
  background: url("/wp-content/themes/mindscape-child/images/down-arrow-white.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-position: top 9px right;
  background-size: 15px;
}
.default-post-archive .ms-block-post-archive-banner .category-dropdown select option {
  color: #000;
}
.default-post-archive .ms-block-post-listing {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}
.default-post-archive .ms-block-post-listing .post-listing {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-listing .post-listing {
    margin-top: -150px;
  }
}
.default-post-archive .ms-block-post-listing .default-post {
  display: flex;
  border: 1px solid;
  padding: 45px 45px;
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-listing .default-post {
    display: block;
  }
}
@media (max-width: 600px) {
  .default-post-archive .ms-block-post-listing .default-post {
    padding: 25px 25px;
  }
}
.default-post-archive .ms-block-post-listing .default-post .featured-image {
  width: 35%;
  margin: 0;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-listing .default-post .featured-image {
    width: 100%;
    margin-bottom: 40px;
  }
}
.default-post-archive .ms-block-post-listing .default-post .post-content {
  width: 65%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-listing .default-post .post-content {
    width: 100%;
    padding-left: 0;
  }
}
.default-post-archive .ms-block-post-listing .default-post .post-content h2 {
  margin-top: 20px;
}
.default-post-archive .ms-block-post-listing .default-post .post-content h2 a {
  text-decoration: underline;
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 991px) {
  .default-post-archive .ms-block-post-listing .default-post .post-content h2 a {
    font-size: 20px;
    line-height: 20px;
  }
}
.default-post-archive .ms-block-post-listing .default-post .post-content .ms-button {
  margin-top: 20px;
  font-size: 18px;
  padding: 25px 65px;
}

.case-studies-post-archive .ms-block-post-archive-banner h1 {
  margin-bottom: 0;
}

.ms-block-growth-model .gb-layout-column-wrap {
  align-items: center;
}
@media (max-width: 991px) {
  .ms-block-growth-model {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .ms-block-growth-model-columns h3 {
    margin-top: 0;
  }
}

/* MS Footer */
.site-footer {
  padding: 0;
  border-top: 1px solid #C0C0C0;
}

.site-footer .footer-top {
  background-color: #f3f3f3 !important;
  padding-top: 70px !important;
  padding-bottom: 40px !important;
}

.site-footer .footer-top .container {
  max-width: 1000px !important;
}

.site-footer .footer-top .footer-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 25px !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #cecece !important;
}

@media (max-width: 767px) {
  .site-footer .footer-top {
    padding-top: 20px !important;
  }
  .site-footer .footer-top .footer-cta {
    display: block !important;
    text-align: center !important;
  }
}
@media (max-width: 650px) {
  .site-footer .footer-top .footer-cta {
    margin-bottom: 0 !important;
  }
}
.site-footer .footer-top .footer-cta h3 {
  color: #000 !important;
  font-size: 35px !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

@media (max-width: 767px) {
  .site-footer .footer-top .footer-cta h3 {
    margin-bottom: 20px !important;
  }
}
.site-footer .footer-top .footer-cta .btn-wrap {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.site-footer .footer-top .footer-cta .btn {
  background-color: #f6941c !important;
  color: white !important;
  padding: 15px 30px !important;
}

.site-footer .footer-top .footer-menu {
  margin-bottom: 35px !important;
}

.site-footer .footer-top .footer-menu ul {
  text-align: center !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.site-footer .footer-top .footer-menu ul li {
  display: inline-block !important;
  border-right: 1px solid #000 !important;
  padding: 0 15px !important;
  margin-bottom: 15px !important;
}

.site-footer .footer-top .footer-menu ul li.logo-desktop {
  display: none !important;
}

.site-footer .footer-top .footer-menu ul li a {
  border: none !important;
}

@media (min-width: 651px) {
  .site-footer .footer-top .footer-menu ul li:last-child {
    border: none !important;
  }
}
@media (max-width: 650px) {
  .site-footer .footer-top .footer-menu ul li {
    display: block !important;
    border-right: none !important;
    border-bottom: 1px solid #cecece !important;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
  }
}
.site-footer .footer-top .footer-menu ul li a {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 16px !important;
}

.site-footer .footer-top .footer-certifications {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-wrap: wrap !important;
}

.site-footer .footer-top .footer-certifications a,
.site-footer .footer-top .footer-certifications span {
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 15px !important;
}

.site-footer .footer-top .footer-certifications a img,
.site-footer .footer-top .footer-certifications span img {
  height: 100px !important;
}

.site-footer .footer-top .footer-certifications a:last-child img,
.site-footer .footer-top .footer-certifications span:last-child img {
  height: 38px !important;
  padding: 10px;
  background: #000;
}

@media (max-width: 600px) {
  .site-footer .footer-top .footer-certifications a img,
.site-footer .footer-top .footer-certifications span img,
.site-footer .footer-top .footer-certifications a:last-child,
.site-footer .footer-top .footer-certifications span:last-child {
    height: 75px !important;
  }
}
.site-footer .footer-bottom {
  background-color: black !important;
  color: #93959a !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.site-footer .footer-bottom a {
  color: #93959a !important;
}

.site-footer .footer-bottom .footer-columns {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns {
    display: block !important;
  }
}
.site-footer .footer-bottom .footer-columns .footer-left {
  width: 50% !important;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns .footer-left {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
}
.site-footer .footer-bottom .footer-columns .footer-right {
  width: 50% !important;
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-columns .footer-right {
    width: 100% !important;
    text-align: center !important;
  }
}
.site-footer .footer-bottom .footer-btx {
  max-width: 300px !important;
}

.site-footer .footer-bottom .footer-btx img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-btx {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.site-footer .footer-bottom .footer-social {
  margin-bottom: 25px !important;
}

.site-footer .footer-bottom .footer-social a {
  display: inline-block !important;
  margin-right: 15px !important;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-social a {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}
.site-footer .footer-bottom .footer-social a img {
  width: 40px !important;
}

.site-footer .footer-bottom .footer-copyright {
  margin-bottom: 7px !important;
}

.site-footer .footer-bottom .footer-links ul li {
  display: inline-block !important;
  margin-right: 15px !important;
  padding-left: 15px !important;
  border-left: 1px solid #93959a !important;
}

.site-footer .footer-bottom .footer-links ul li:first-child {
  padding-left: 0 !important;
  border: none !important;
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-links ul li {
    margin-bottom: 15px !important;
  }
}
.site-footer .footer-bottom .footer-links ul li a {
  text-decoration: underline !important;
}

/*# sourceMappingURL=footer.css.map */
/*--------------------------------------------------------------
# WP Admin Bar
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-current-template > .ab-item:before {
  content: "\f499";
  top: 2px;
}

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