@charset "UTF-8"; /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    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 {
    20%,
    53%,
    80%,
    from,
    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 {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.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 {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.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 bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    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 {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-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;
}
@font-face {
    font-family: Arial-Rounded;
    src: url(/dist/fonts/Arial-Rounded.eot);
    src: url(/dist/fonts/Arial-Rounded.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/Arial-Rounded.woff2) format("woff2"), url(/dist/fonts/Arial-Rounded.woff) format("woff"), url(/dist/fonts/Arial-Rounded.ttf) format("truetype"),
        url(/dist/fonts/Arial-Rounded.svg#Arial-Rounded) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-SemiBoldItalic.eot);
    src: url(/dist/fonts/OpenSans-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-SemiBoldItalic.woff2) format("woff2"), url(/dist/fonts/OpenSans-SemiBoldItalic.woff) format("woff"),
        url(/dist/fonts/OpenSans-SemiBoldItalic.ttf) format("truetype"), url(/dist/fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic) format("svg");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-LightItalic.eot);
    src: url(/dist/fonts/OpenSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-LightItalic.woff2) format("woff2"), url(/dist/fonts/OpenSans-LightItalic.woff) format("woff"),
        url(/dist/fonts/OpenSans-LightItalic.ttf) format("truetype"), url(/dist/fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-Bold.eot);
    src: url(/dist/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-Bold.woff2) format("woff2"), url(/dist/fonts/OpenSans-Bold.woff) format("woff"), url(/dist/fonts/OpenSans-Bold.ttf) format("truetype"),
        url(/dist/fonts/OpenSans-Bold.svg#OpenSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-Italic.eot);
    src: url(/dist/fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-Italic.woff2) format("woff2"), url(/dist/fonts/OpenSans-Italic.woff) format("woff"),
        url(/dist/fonts/OpenSans-Italic.ttf) format("truetype"), url(/dist/fonts/OpenSans-Italic.svg#OpenSans-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-ExtraBold.eot);
    src: url(/dist/fonts/OpenSans-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-ExtraBold.woff2) format("woff2"), url(/dist/fonts/OpenSans-ExtraBold.woff) format("woff"),
        url(/dist/fonts/OpenSans-ExtraBold.ttf) format("truetype"), url(/dist/fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold) format("svg");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-ExtraBoldItalic.eot);
    src: url(/dist/fonts/OpenSans-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-ExtraBoldItalic.woff2) format("woff2"), url(/dist/fonts/OpenSans-ExtraBoldItalic.woff) format("woff"),
        url(/dist/fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype"), url(/dist/fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic) format("svg");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-Light.eot);
    src: url(/dist/fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-Light.woff2) format("woff2"), url(/dist/fonts/OpenSans-Light.woff) format("woff"),
        url(/dist/fonts/OpenSans-Light.ttf) format("truetype"), url(/dist/fonts/OpenSans-Light.svg#OpenSans-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-BoldItalic.eot);
    src: url(/dist/fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-BoldItalic.woff2) format("woff2"), url(/dist/fonts/OpenSans-BoldItalic.woff) format("woff"),
        url(/dist/fonts/OpenSans-BoldItalic.ttf) format("truetype"), url(/dist/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-SemiBold.eot);
    src: url(/dist/fonts/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-SemiBold.woff2) format("woff2"), url(/dist/fonts/OpenSans-SemiBold.woff) format("woff"),
        url(/dist/fonts/OpenSans-SemiBold.ttf) format("truetype"), url(/dist/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url(/dist/fonts/OpenSans-Regular.eot);
    src: url(/dist/fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/OpenSans-Regular.woff2) format("woff2"), url(/dist/fonts/OpenSans-Regular.woff) format("woff"),
        url(/dist/fonts/OpenSans-Regular.ttf) format("truetype"), url(/dist/fonts/OpenSans-Regular.svg#OpenSans-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    font-size: 1rem;
    font-family: Arial-Rounded, sans-serif;
}
h1,
h2,
h3 {
    font-family: Arial-Rounded, sans-serif;
    margin-top: 0;
    letter-spacing: 1px;
    display: inline;
}
h1,
h2 {
    color: #2b2436;
    font-weight: 500;
}
h1 {
    position: relative;
}
h1::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background: #06a6a6;
    display: block;
    margin-top: 5px;
}
li,
p,
span {
    font-family: Arial-Rounded, sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #2b2436;
}
a {
    font-family: Arial-Rounded, sans-serif;
    color: #06a6a6;
}
ul {
    padding: 0;
}
ul li {
    list-style-type: none;
}
.svg--Agenda-dims {
    width: 32px;
    height: 32px;
}
.svg--Anchor-dims {
    width: 32px;
    height: 32px;
}
.svg--Antenna1-dims {
    width: 32px;
    height: 32px;
}
.svg--Antenna2-dims {
    width: 32px;
    height: 32px;
}
.svg--Arrow-dims {
    width: 32px;
    height: 32px;
}
.svg--Astronaut-dims {
    width: 32px;
    height: 32px;
}
.svg--Bag-dims {
    width: 32px;
    height: 32px;
}
.svg--Bascketball-dims {
    width: 32px;
    height: 32px;
}
.svg--BatteryFull-dims {
    width: 32px;
    height: 32px;
}
.svg--BatteryLow-dims {
    width: 32px;
    height: 32px;
}
.svg--Bicycle-dims {
    width: 32px;
    height: 32px;
}
.svg--BigTruck-dims {
    width: 32px;
    height: 32px;
}
.svg--Blog-dims {
    width: 32px;
    height: 32px;
}
.svg--Bomb-dims {
    width: 32px;
    height: 32px;
}
.svg--Book-dims {
    width: 32px;
    height: 32px;
}
.svg--BottleofWIne-dims {
    width: 32px;
    height: 32px;
}
.svg--Bourbon-dims {
    width: 32px;
    height: 32px;
}
.svg--Bread-dims {
    width: 32px;
    height: 32px;
}
.svg--Briefcase-dims {
    width: 32px;
    height: 32px;
}
.svg--Bulb-dims {
    width: 32px;
    height: 32px;
}
.svg--CD-dims {
    width: 32px;
    height: 32px;
}
.svg--Calculator-dims {
    width: 32px;
    height: 32px;
}
.svg--Car-dims {
    width: 32px;
    height: 32px;
}
.svg--Carioca-dims {
    width: 32px;
    height: 32px;
}
.svg--Cassette-dims {
    width: 32px;
    height: 32px;
}
.svg--Chart-dims {
    width: 32px;
    height: 32px;
}
.svg--Chart2-dims {
    width: 32px;
    height: 32px;
}
.svg--ChartDown-dims {
    width: 32px;
    height: 32px;
}
.svg--ChartUp-dims {
    width: 32px;
    height: 32px;
}
.svg--ChemicalGlass-dims {
    width: 32px;
    height: 32px;
}
.svg--Click-dims {
    width: 32px;
    height: 32px;
}
.svg--ClipboardChart-dims {
    width: 32px;
    height: 32px;
}
.svg--ClipboardText-dims {
    width: 32px;
    height: 32px;
}
.svg--ClosedLock-dims {
    width: 32px;
    height: 32px;
}
.svg--Cloud-dims {
    width: 32px;
    height: 32px;
}
.svg--CoffeeToGo-dims {
    width: 32px;
    height: 32px;
}
.svg--Column-dims {
    width: 32px;
    height: 32px;
}
.svg--CompactCamera-dims {
    width: 32px;
    height: 32px;
}
.svg--Compass-dims {
    width: 32px;
    height: 32px;
}
.svg--CompassTool-dims {
    width: 32px;
    height: 32px;
}
.svg--Controller-dims {
    width: 32px;
    height: 32px;
}
.svg--Corkscrew-dims {
    width: 32px;
    height: 32px;
}
.svg--Crown-dims {
    width: 32px;
    height: 32px;
}
.svg--Cup-dims {
    width: 32px;
    height: 32px;
}
.svg--DSLRCamera-dims {
    width: 32px;
    height: 32px;
}
.svg--Delete-dims {
    width: 32px;
    height: 32px;
}
.svg--DesktopMonitor-dims {
    width: 32px;
    height: 32px;
}
.svg--DiamondRing-dims {
    width: 32px;
    height: 32px;
}
.svg--Dislike-dims {
    width: 32px;
    height: 32px;
}
.svg--Dollar-dims {
    width: 32px;
    height: 32px;
}
.svg--Dollars-dims {
    width: 32px;
    height: 32px;
}
.svg--Download-dims {
    width: 32px;
    height: 32px;
}
.svg--DownloadCloud-dims {
    width: 32px;
    height: 32px;
}
.svg--Drop-dims {
    width: 32px;
    height: 32px;
}
.svg--Edit-dims {
    width: 32px;
    height: 32px;
}
.svg--EmptyBox-dims {
    width: 32px;
    height: 32px;
}
.svg--Espresso-dims {
    width: 32px;
    height: 32px;
}
.svg--Exit-dims {
    width: 32px;
    height: 32px;
}
.svg--ExitFullScreen-dims {
    width: 32px;
    height: 32px;
}
.svg--Export-dims {
    width: 32px;
    height: 32px;
}
.svg--Eye-dims {
    width: 32px;
    height: 32px;
}
.svg--FemaleFigure-dims {
    width: 32px;
    height: 32px;
}
.svg--File-dims {
    width: 32px;
    height: 32px;
}
.svg--FileBox-dims {
    width: 32px;
    height: 32px;
}
.svg--Files-dims {
    width: 32px;
    height: 32px;
}
.svg--Flag-dims {
    width: 32px;
    height: 32px;
}
.svg--Floppy-dims {
    width: 32px;
    height: 32px;
}
.svg--Folder-dims {
    width: 32px;
    height: 32px;
}
.svg--Footbal-dims {
    width: 32px;
    height: 32px;
}
.svg--ForkandKnife-dims {
    width: 32px;
    height: 32px;
}
.svg--Forward-dims {
    width: 32px;
    height: 32px;
}
.svg--FullScreen-dims {
    width: 32px;
    height: 32px;
}
.svg--FullShoppingCart-dims {
    width: 32px;
    height: 32px;
}
.svg--Gameboy-dims {
    width: 32px;
    height: 32px;
}
.svg--Glasses-dims {
    width: 32px;
    height: 32px;
}
.svg--Goto-dims {
    width: 32px;
    height: 32px;
}
.svg--Handicap-dims {
    width: 32px;
    height: 32px;
}
.svg--Hanger-dims {
    width: 32px;
    height: 32px;
}
.svg--Headset-dims {
    width: 32px;
    height: 32px;
}
.svg--Heart-dims {
    width: 32px;
    height: 32px;
}
.svg--Help-dims {
    width: 32px;
    height: 32px;
}
.svg--Hourglass-dims {
    width: 32px;
    height: 32px;
}
.svg--House-dims {
    width: 32px;
    height: 32px;
}
.svg--Icecream1-dims {
    width: 32px;
    height: 32px;
}
.svg--Icecream2-dims {
    width: 32px;
    height: 32px;
}
.svg--Imbox-dims {
    width: 32px;
    height: 32px;
}
.svg--Info-dims {
    width: 32px;
    height: 32px;
}
.svg--Ipod-dims {
    width: 32px;
    height: 32px;
}
.svg--Key-dims {
    width: 32px;
    height: 32px;
}
.svg--Keyboard-dims {
    width: 32px;
    height: 32px;
}
.svg--Layers-dims {
    width: 32px;
    height: 32px;
}
.svg--Like-dims {
    width: 32px;
    height: 32px;
}
.svg--Linked-dims {
    width: 32px;
    height: 32px;
}
.svg--List-dims {
    width: 32px;
    height: 32px;
}
.svg--Magnet-dims {
    width: 32px;
    height: 32px;
}
.svg--Mail-dims {
    width: 32px;
    height: 32px;
}
.svg--ManFigure-dims {
    width: 32px;
    height: 32px;
}
.svg--Mastercard-dims {
    width: 32px;
    height: 32px;
}
.svg--Medal-dims {
    width: 32px;
    height: 32px;
}
.svg--Media-dims {
    width: 32px;
    height: 32px;
}
.svg--Megaphone-dims {
    width: 32px;
    height: 32px;
}
.svg--Menu-dims {
    width: 32px;
    height: 32px;
}
.svg--Message-dims {
    width: 32px;
    height: 32px;
}
.svg--MessageLeft-dims {
    width: 32px;
    height: 32px;
}
.svg--MessageRight-dims {
    width: 32px;
    height: 32px;
}
.svg--Microphone-dims {
    width: 32px;
    height: 32px;
}
.svg--Microphone2-dims {
    width: 32px;
    height: 32px;
}
.svg--Mouse-dims {
    width: 32px;
    height: 32px;
}
.svg--Movie-dims {
    width: 32px;
    height: 32px;
}
.svg--Mug-dims {
    width: 32px;
    height: 32px;
}
.svg--MusicMixer-dims {
    width: 32px;
    height: 32px;
}
.svg--MusicNote-dims {
    width: 32px;
    height: 32px;
}
.svg--MusicNote2-dims {
    width: 32px;
    height: 32px;
}
.svg--Mute-dims {
    width: 32px;
    height: 32px;
}
.svg--Next-dims {
    width: 32px;
    height: 32px;
}
.svg--Notebook-dims {
    width: 32px;
    height: 32px;
}
.svg--Notes-dims {
    width: 32px;
    height: 32px;
}
.svg--On-Off-dims {
    width: 32px;
    height: 32px;
}
.svg--OpenedLock-dims {
    width: 32px;
    height: 32px;
}
.svg--PaperClip-dims {
    width: 32px;
    height: 32px;
}
.svg--Pause-dims {
    width: 32px;
    height: 32px;
}
.svg--Pen-dims {
    width: 32px;
    height: 32px;
}
.svg--Pencil-dims {
    width: 32px;
    height: 32px;
}
.svg--Phone-dims {
    width: 32px;
    height: 32px;
}
.svg--Phone2-dims {
    width: 32px;
    height: 32px;
}
.svg--PicnicBasket-dims {
    width: 32px;
    height: 32px;
}
.svg--Picture-dims {
    width: 32px;
    height: 32px;
}
.svg--Pill-dims {
    width: 32px;
    height: 32px;
}
.svg--Pizza-dims {
    width: 32px;
    height: 32px;
}
.svg--Plaine-dims {
    width: 32px;
    height: 32px;
}
.svg--Planet-dims {
    width: 32px;
    height: 32px;
}
.svg--Plaster-dims {
    width: 32px;
    height: 32px;
}
.svg--Play-dims {
    width: 32px;
    height: 32px;
}
.svg--Podium-dims {
    width: 32px;
    height: 32px;
}
.svg--Pointer-dims {
    width: 32px;
    height: 32px;
}
.svg--Pool-dims {
    width: 32px;
    height: 32px;
}
.svg--PowerOff-dims {
    width: 32px;
    height: 32px;
}
.svg--Printer-dims {
    width: 32px;
    height: 32px;
}
.svg--Pulse-dims {
    width: 32px;
    height: 32px;
}
.svg--Puzzle-dims {
    width: 32px;
    height: 32px;
}
.svg--Radio-dims {
    width: 32px;
    height: 32px;
}
.svg--Restart-dims {
    width: 32px;
    height: 32px;
}
.svg--Resume-dims {
    width: 32px;
    height: 32px;
}
.svg--Ringer-dims {
    width: 32px;
    height: 32px;
}
.svg--Rolodex-dims {
    width: 32px;
    height: 32px;
}
.svg--Scisors-dims {
    width: 32px;
    height: 32px;
}
.svg--Screwdriver-dims {
    width: 32px;
    height: 32px;
}
.svg--Search-dims {
    width: 32px;
    height: 32px;
}
.svg--Seringe-dims {
    width: 32px;
    height: 32px;
}
.svg--Settings-dims {
    width: 32px;
    height: 32px;
}
.svg--Shaker-dims {
    width: 32px;
    height: 32px;
}
.svg--Share-dims {
    width: 32px;
    height: 32px;
}
.svg--Shield-dims {
    width: 32px;
    height: 32px;
}
.svg--ShoppingCart-dims {
    width: 32px;
    height: 32px;
}
.svg--Signal-dims {
    width: 32px;
    height: 32px;
}
.svg--SimCard-dims {
    width: 32px;
    height: 32px;
}
.svg--Snikers-dims {
    width: 32px;
    height: 32px;
}
.svg--Soccer-dims {
    width: 32px;
    height: 32px;
}
.svg--Soda-dims {
    width: 32px;
    height: 32px;
}
.svg--SodaCan-dims {
    width: 32px;
    height: 32px;
}
.svg--Speaker-dims {
    width: 32px;
    height: 32px;
}
.svg--Speaker2-dims {
    width: 32px;
    height: 32px;
}
.svg--Speedometter-dims {
    width: 32px;
    height: 32px;
}
.svg--Star-dims {
    width: 32px;
    height: 32px;
}
.svg--Starship-dims {
    width: 32px;
    height: 32px;
}
.svg--Starship2-dims {
    width: 32px;
    height: 32px;
}
.svg--Stop-dims {
    width: 32px;
    height: 32px;
}
.svg--StorageBox-dims {
    width: 32px;
    height: 32px;
}
.svg--TV-dims {
    width: 32px;
    height: 32px;
}
.svg--Tablet-dims {
    width: 32px;
    height: 32px;
}
.svg--Tag-dims {
    width: 32px;
    height: 32px;
}
.svg--TeaMug-dims {
    width: 32px;
    height: 32px;
}
.svg--Telesocpe-dims {
    width: 32px;
    height: 32px;
}
.svg--TennisBall-dims {
    width: 32px;
    height: 32px;
}
.svg--Tie-dims {
    width: 32px;
    height: 32px;
}
.svg--Time-dims {
    width: 32px;
    height: 32px;
}
.svg--Timer-dims {
    width: 32px;
    height: 32px;
}
.svg--Tools-dims {
    width: 32px;
    height: 32px;
}
.svg--Trousers-dims {
    width: 32px;
    height: 32px;
}
.svg--Truck-dims {
    width: 32px;
    height: 32px;
}
.svg--Tshirt-dims {
    width: 32px;
    height: 32px;
}
.svg--Typing-dims {
    width: 32px;
    height: 32px;
}
.svg--Umbrella-dims {
    width: 32px;
    height: 32px;
}
.svg--Underpants-dims {
    width: 32px;
    height: 32px;
}
.svg--Unlinked-dims {
    width: 32px;
    height: 32px;
}
.svg--UploadCLoud-dims {
    width: 32px;
    height: 32px;
}
.svg--User-dims {
    width: 32px;
    height: 32px;
}
.svg--Users-dims {
    width: 32px;
    height: 32px;
}
.svg--Video-dims {
    width: 32px;
    height: 32px;
}
.svg--Volume-dims {
    width: 32px;
    height: 32px;
}
.svg--Wallet-dims {
    width: 32px;
    height: 32px;
}
.svg--Watch-dims {
    width: 32px;
    height: 32px;
}
.svg--Water-dims {
    width: 32px;
    height: 32px;
}
.svg--Web-dims {
    width: 32px;
    height: 32px;
}
.svg--Webcam-dims {
    width: 32px;
    height: 32px;
}
.svg--Wheelbarrow-dims {
    width: 32px;
    height: 32px;
}
.svg--WineGlass-dims {
    width: 32px;
    height: 32px;
}
.svg--WorldGlobe-dims {
    width: 32px;
    height: 32px;
}
.svg--WorldWide-dims {
    width: 32px;
    height: 32px;
}
.svg--Wrench-dims {
    width: 32px;
    height: 32px;
}
.svg--tick-dims {
    width: 442.533px;
    height: 442.533px;
}
* {
    box-sizing: border-box;
}
body,
html {
    margin: 0;
}
body ::selection,
html ::selection {
    background: #06a6a6;
    color: #fff;
}
.logo {
    width: 165px;
}
a {
    text-decoration: none;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-container.row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-container.row-no {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-container.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.container {
    margin: 0 auto;
    padding: 20px;
}
.container h1:nth-of-type(1) {
    margin-top: 0;
}
form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
form label {
    margin: 7px 0;
}
form input,
form textarea {
    border: none;
    background-color: rgba(6, 166, 166, 0.25);
    padding: 10px;
    width: 100%;
    max-width: 400px;
}
form input[type="submit"],
form textarea[type="submit"] {
    background-color: rgba(6, 166, 166, 0.75);
}
form textarea {
    resize: none;
    height: 150px;
    margin-bottom: 14px;
}
.apply {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #06a6a6;
    border-radius: 5px;
    display: inline-block;
    color: #06a6a6;
    font-size: 0.9em;
    transition: all 0.5s ease;
    cursor: pointer;
}
.apply:hover {
    background-color: #06a6a6;
    color: #fff;
}
body {
    position: relative;
}
.icon-banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    opacity: 0.25;
}
.img-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.img-content img {
    width: 275px;
    margin-right: 20px;
    display: none;
}
@media (min-width: 768px) {
    .img-content img {
        display: block;
    }
}
p.cta {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
a,
b,
input,
label,
li,
p,
span {
    font-family: "Open Sans" !important;
}
header nav a {
    color: #06a6a6 !important;
}
.iso {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 600px) {
    .iso {
        width: 100% !important;
        justify-content: flex-end;
    }
}
.iso span {
    margin-bottom: 5px !important;
}
.legal {
    margin: 0 auto;
    margin-bottom: 20px !important;
}
header {
    background-color: #fff;
    position: fixed;
    z-index: 2;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
header img {
    width: 65px;
}
header span {
    color: #fff;
}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: rgba(43, 36, 54, 0.97);
}
header nav .current {
    text-decoration: underline;
}
header nav a {
    display: block;
    padding: 15px;
    font-family: Arial-Rounded, sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
header nav a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.block-nav {
    background: rgba(6, 166, 166, 0.9);
}
.trigger-nav {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 30px;
    background: 0 0;
    cursor: pointer;
    border: 0;
}
.trigger-nav.open-nav {
    z-index: 9;
}
.trigger-nav:focus {
    outline: 0;
}
.trigger-nav .inner {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    width: 20px;
    height: 18px;
    margin: -9px 0 0 -9px;
}
.trigger-nav .inner .icon-bar {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #06a6a6;
    transition: all 0.3s ease-in-out;
}
.trigger-nav .inner .icon-bar.top {
    top: 0;
}
.trigger-nav .inner .icon-bar.middle {
    top: 8px;
}
.trigger-nav .inner .icon-bar.bottom {
    bottom: 0;
}
.trigger-nav.open-nav .inner .icon-bar.middle {
    opacity: 0;
}
.trigger-nav.open-nav .inner .icon-bar.top {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.trigger-nav.open-nav .inner .icon-bar.bottom {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner {
    position: relative;
    width: 100%;
    height: 300px;
}
.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(6, 166, 166, 0.77);
}
.banner span {
    padding: 15px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    width: 100%;
}
.banner span h1 {
    color: #fff;
    font-family: Arial-Rounded, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.36em;
    text-align: center;
    margin-top: 100px;
}
.banner span h1:before {
    display: none;
}
.banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.card {
    margin-bottom: 25px;
    border-top: 2px solid #fbf8f8;
    padding: 35px 20px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(186, 186, 186, 0.73);
    -moz-box-shadow: 0 3px 5px 0 rgba(186, 186, 186, 0.73);
    box-shadow: 0 3px 5px 0 rgba(186, 186, 186, 0.73);
    transition: all 0.2s ease-in-out;
}
.card:hover .apply-btn {
    background-color: #06a6a6;
    color: #fff;
}
.card .apply-btn {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #06a6a6;
    transition: all 0.5s ease;
}
.card .circle {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 3px solid #06a6a6;
    margin: 0 auto;
    margin-bottom: 30px;
}
.card .circle img,
.card .circle svg {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    margin-bottom: 30px;
}
.card .circle svg {
    fill: #06a6a6;
}
.card p {
    color: #000;
}
.card h2 {
    position: relative;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 60%;
}
.card h2.full {
    max-width: 100%;
}
.card:hover {
    cursor: pointer;
    transform: scale(1.06);
    -webkit-box-shadow: 0 3px 10px 0 rgba(186, 186, 186, 0.73);
    -moz-box-shadow: 0 3px 10px 0 rgba(186, 186, 186, 0.73);
    box-shadow: 0 3px 10px 0 rgba(186, 186, 186, 0.73);
}
.btn {
    border: 1px solid #06a6a6;
    border-radius: 2px;
    text-align: left;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 1.3em;
    margin: 0;
}
.btn span {
    display: block;
    padding: 5px 8px;
    font-size: 0.87em;
    color: #06a6a6;
}
.card.image {
    transition: all 0.2s ease-in-out;
    padding: 0;
}
.card.image .feature-img {
    position: relative;
    height: 200px;
    width: 100%;
    background: url(/images/feature-img.jpg);
}
.card.image .feature-img h2 {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 1.3em;
    margin: 0;
}
.card.image .feature-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.62) 97%, rgba(0, 0, 0, 0.65) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.62) 97%, rgba(0, 0, 0, 0.65) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.62) 97%, rgba(0, 0, 0, 0.65) 99%);
}
.card.image .feature-img.residential {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/innovation-park.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.fountain-court {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/fountain-court.png);
    background-position: center center;
    background-size: cover;
}

.card.image .feature-img.armstrong-point {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/armstrong-point.jpg)!important;
    background-position: center center;
    background-size: cover;
}

.card.image .feature-img.gwynedd {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/gwynedd.jpg);
    background-position: center center;
    background-size: cover;
}

.card.image .feature-img.halifax-borough-market {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/halifax-borough-market.jpg);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.merchants-warehouse {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/merchants-warehouse.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.king-street {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/king-street.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.colony {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/the-colony.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.m-one {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/m-one.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.angel-court {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/angel-court.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.vimto-gardens {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/vimto-gardens.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.cardinal-court {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/cardinal-court.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.smithfied-square {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/smithfied-square.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.burley-house {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/burley-house.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.butley-hall {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/butley-hall.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.belem-tower {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/belem-tower.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.bollin-house {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/bollin-house.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.st-georges-court {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/st-georges-court.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.manchester-city {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/manchester-city.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.lancashire-county {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/lancashire-county.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.loreto {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/loreto.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.hilbre {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/hilbre-high.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.calderstone {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/calderstone.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.blackpool {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/blackpool.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.designer-outlet {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/designer-outlet.jpg);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.ugg {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/ugg.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.sketchers {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/sketchers.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.aldi {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/aldi.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.welch {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/welch.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.hindley-green {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/hindley-green.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.tilda {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/tilda.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.williams-trailers {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/williams-trailers.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.wier-minerals {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/wier-minerals.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.cardboard-tubes {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/cardboard-tubes.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.shakesphere {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/shakesphere.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.paper-mill {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/paper-mill.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.itac {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/itac.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.crewe {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/crewe-business-park.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.salmesbury {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/salmesbury.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.mount-murray {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/mount-murray.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.la-tour {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/la-tour.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.hard-days {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/hard-days.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.somerset {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/somerset.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.fusilier {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/fusilier.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.salford-lads {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/salford-lads.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.salford-lads {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/salford-lads.png);
    background-position: center center;
    background-size: cover;
}


.card.image .feature-img.community-hub{
  background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0%, rgba(6, 166, 166, 0.9) 86%), url("/dist/images/work/community-hub.jpg");
  background-position: center center;
  background-size: cover;
}
.card.image .feature-img.bromley-council {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/bromley-council.jpg);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.lingley {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/lingley.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.liverpool-digital {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/liverpool-digital.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.glaxo {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/glaxo.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.southlands {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/southlands.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.business-park {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/business-park.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.nags-head {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/nags-head.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.saltaire-bar {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/saltaire-bar.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.walkabout {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/walkabout.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.center-parcs {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/center-parcs.png);
    background-position: center center;
    background-size: cover;
}
.card.image .feature-img.grain-loft {
    background: linear-gradient(to bottom, rgba(6, 166, 166, 0) 0, rgba(6, 166, 166, 0.9) 86%), url(/dist/images/work/grain-loft.png);
    background-position: center center;
    background-size: cover;
}
.card.image .jump-text {
    text-align: left;
    padding: 15px;
}
.card.image .jump-text p {
    margin: 0;
    padding-bottom: 15px;
}
.card.image .jump-text p:last-child {
    border-bottom: 1px solid #eee8e8;
}
.card.image .jump-text p a {
    text-decoration: underline;
}
.card.image .jump-text .jump {
    padding-top: 15px;
}
.card.image .jump-text .jump svg {
    fill: #06a6a6;
    display: inline-block;
    vertical-align: text-bottom;
    height: 22px;
    width: 22px;
    margin: 0;
}
.card.image .jump-text .jump span {
    display: inline-block;
}
.card.image .jump-text .jump span small {
    display: inline-block;
    padding-left: 7px;
    font-size: 1em;
    color: #1e534c;
}
.card.image:hover .btn {
    background: #06a6a6;
}
.card.image:hover .btn span {
    color: #fff;
}
.timeline {
    position: relative;
    margin-bottom: 25px;
}
.timeline .timeline-item {
    position: relative;
    margin-top: -2px;
}
.timeline .timeline-item:hover .icon {
    transform: scale(1.1);
}
.timeline .timeline-item:nth-of-type(1) .icon {
    margin: 25px 0;
}
.timeline .timeline-item:nth-of-type(1) .statement {
    margin-top: 30px;
}
.timeline .timeline-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #2b2436;
    border: 4px solid #fff;
    transition: 0.2s all ease-in-out;
}
.timeline .timeline-item .icon svg {
    width: 100%;
    height: 100%;
    padding: 13px;
    fill: #06a6a6;
}
.timeline .timeline-item .statement {
    width: 70%;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #2b2436;
}
.timeline .timeline-item::before {
    position: absolute;
    content: "";
    border-radius: 2px;
    left: 28px;
    height: 100%;
    width: 4px;
    background: #06a6a6;
    z-index: -1;
}
.offset-list {
    padding: 10px;
    margin-bottom: 0;
    margin-left: 1.14286em;
}
.offset-list li {
    position: relative;
}
.offset-list li svg {
    position: absolute;
    left: -2.14286em;
    width: 17px;
    height: 20px;
    margin-right: 4px;
    fill: #06a6a6;
    vertical-align: middle;
}
.block img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}
.tw-feed {
    width: 100%;
    color: #fff;
    background: #fff;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.tw-feed a {
    color: #fff;
    text-decoration: none;
}
.tw-feed a:hover {
    color: #9e9999;
    text-decoration: none;
}
.twitter-timeline {
    position: relative;
}
.flex-2-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px) {
    .flex-2-col {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.flex-2-col .left {
    margin-right: 100px;
}
.circle-tick li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.circle-tick li:before {
    content: "";
    display: inline-block;
    background-image: url(/dist/images/icons/tick.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
input {
    font-size: 0.9em;
}
input:focus {
    outline-color: #06a6a6;
}
textarea {
    font-size: 0.9em;
}
textarea:focus {
    outline-color: #06a6a6;
}
footer {
    background: #2b2436;
    color: #06a6a6;
}
footer .flex-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media (min-width: 620px) {
    footer .footer-item:nth-of-type(1) {
        width: 50%;
        order: 1;
    }
    footer .footer-item:nth-of-type(2) {
        width: 100%;
        order: 3;
    }
    footer .footer-item:nth-of-type(3) {
        width: 50%;
        order: 2;
    }
}
@media (min-width: 768px) {
    footer .footer-item:nth-of-type(1) {
        width: 15%;
        order: 1;
    }
    footer .footer-item:nth-of-type(2) {
        width: 45%;
        order: 2;
    }
    footer .footer-item:nth-of-type(3) {
        width: 35%;
        order: 3;
    }
}
@media (min-width: 1024px) {
    footer .footer-item:nth-of-type(1) {
        width: 15%;
        order: 1;
    }
    footer .footer-item:nth-of-type(2) {
        width: 50%;
        order: 2;
    }
    footer .footer-item:nth-of-type(3) {
        width: 25%;
        min-width: 270px;
        order: 3;
    }
}
footer .footer-item ul li {
    color: #06a6a6;
}
footer .footer-item ul li a {
    text-decoration: underline;
}
footer .footer-item:nth-of-type(3) ul li:nth-of-type(6) {
    margin-top: 15px;
}
footer .certification {
    background: #332b40;
    padding: 15px;
    font-family: Arial-Rounded, sans-serif;
    color: #625575;
    font-size: 0.9em;
}
footer .certification span {
    color: #625575;
    display: inline-block;
    margin-bottom: 15px;
}
footer .certification span svg {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill: #06a6a6;
    margin: 0 3px;
}
footer .certification .legal {
    margin-bottom: 15px;
}
.iso {
    display: flex;
    flex-direction: row;
}
.iso span {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
}
.iso span img {
    margin: 0 10px;
}
@media (min-width: 600px) {
    footer .flex-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .certification {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .certification .iso {
        width: 30%;
    }
    footer .certification span {
        display: inline;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    .banner {
        height: 525px;
    }
    .banner span {
        width: 100%;
    }
    .banner span h1 {
        font-size: 1.5em;
        text-align: center;
    }
    header {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    }
    header img {
        width: 80px;
    }
    .cards {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 0;
    }
    .cards .card {
        width: 49%;
    }
    .features {
        margin-top: 50px;
    }
    .timeline {
        margin-top: 25px;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .timeline h2 {
        width: 100%;
    }
    .timeline .timeline-item {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 48%;
    }
    .timeline .timeline-item:before {
        margin-top: 0;
        margin-left: -2px;
    }
    .timeline .timeline-item .statement {
        margin-top: 25px;
        margin-bottom: 0;
        width: 80%;
        text-align: left;
        padding: 15px;
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }
    .timeline .timeline-item .icon {
        margin-top: 25px;
    }
    .block {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .block div {
        width: 50%;
        padding-right: 15px;
    }
    .block img {
        width: 50%;
        height: 300px;
    }
    .features {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .features .card.image {
        width: 48%;
    }
    .features .card.image.large {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 90%;
        max-width: 1210px;
    }
    header {
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner span {
        padding-right: 5%;
    }
    header nav {
        display: block !important;
        background: 0 0;
        position: static;
        width: auto;
        padding: 0;
        height: auto;
    }
    header nav a {
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        font-family: Arial-Rounded, sans-serif;
    }
    .trigger-nav {
        display: none;
    }
    .features {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .features .card.image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 48%;
    }
    .features .card.image .feature-img {
        width: 60%;
        height: auto;
    }
    .features .card.image .feature-img.small-box {
        width: 100%;
        height: 250px;
    }
    .features .card.image .jump-text {
        width: 75%;
    }
    footer .certification .legal {
        margin-bottom: 0;
    }
    footer .certification .iso {
        width: auto;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 84%;
    }
    header {
        padding: 15px 25px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .banner {
        height: 485px;
    }
    .banner span {
        padding: 25px;
    }
    .banner span h1 {
        font-size: 2.5em;
        border: none !important;
        margin-top: 100px;
    }
    .banner span h1:before {
        display: none;
    }
    .content-block {
        padding: 50px 0 65px;
    }
    .clean-blocks {
        max-width: 900px;
    }
    .clean-blocks .clean-text-block .img img {
        max-width: none;
    }
    .card .details {
        height: 400px;
    }
    .card .details .btn a {
        font-size: 1.1em;
    }
    .card .details svg {
        width: 35px;
    }
    .card .details h3 {
        font-size: 1.9em;
        margin-top: -45px;
    }
    .card .details p {
        font-size: 1.1em;
        line-height: 1.8em;
    }
    .card .details ul li a {
        font-size: 1.2em;
        margin-bottom: 8px;
    }
    .card .img-block {
        height: 400px;
    }
    .card .content-block {
        padding-bottom: 0;
    }
}
.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
}
.owl-carousel .owl-item img {
    width: 200px !important;
    height: auto;
}
