/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0,  0,  0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ""}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    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);
    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);
    transform: translate3d(0,  -15px,  0);
}
90% {
    transform: translate3d(0,  -4px,  0);
}
}@keyframes bounce {
    from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    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);
    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);
    transform: translate3d(0,  -15px,  0);
}
90% {
    transform: translate3d(0,  -4px,  0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    from, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
    transform: scale3d(1,  1,  1);
}
50% {
    transform: scale3d(1.05,  1.05,  1.05);
}
to {
    transform: scale3d(1,  1,  1);
}
}@keyframes pulse {
    from {
    transform: scale3d(1,  1,  1);
}
50% {
    transform: scale3d(1.05,  1.05,  1.05);
}
to {
    transform: scale3d(1,  1,  1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
    transform: scale3d(1,  1,  1);
}
30% {
    transform: scale3d(1.25,  0.75,  1);
}
40% {
    transform: scale3d(0.75,  1.25,  1);
}
50% {
    transform: scale3d(1.15,  0.85,  1);
}
65% {
    transform: scale3d(0.95,  1.05,  1);
}
75% {
    transform: scale3d(1.05,  0.95,  1);
}
to {
    transform: scale3d(1,  1,  1);
}
}@keyframes rubberBand {
    from {
    transform: scale3d(1,  1,  1);
}
30% {
    transform: scale3d(1.25,  0.75,  1);
}
40% {
    transform: scale3d(0.75,  1.25,  1);
}
50% {
    transform: scale3d(1.15,  0.85,  1);
}
65% {
    transform: scale3d(0.95,  1.05,  1);
}
75% {
    transform: scale3d(1.05,  0.95,  1);
}
to {
    transform: scale3d(1,  1,  1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
    transform: translate3d(0,  0,  0);
}
10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px,  0,  0);
}
20%, 40%, 60%, 80% {
    transform: translate3d(10px,  0,  0);
}
}@keyframes shake {
    from, to {
    transform: translate3d(0,  0,  0);
}
10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px,  0,  0);
}
20%, 40%, 60%, 80% {
    transform: translate3d(10px,  0,  0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    transform: translateX(0);
}
}@keyframes headShake {
    0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    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% {
    transform: rotate3d(0,  0,  1,  15deg);
}
40% {
    transform: rotate3d(0,  0,  1,  -10deg);
}
60% {
    transform: rotate3d(0,  0,  1,  5deg);
}
80% {
    transform: rotate3d(0,  0,  1,  -5deg);
}
to {
    transform: rotate3d(0,  0,  1,  0deg);
}
}@keyframes swing {
    20% {
    transform: rotate3d(0,  0,  1,  15deg);
}
40% {
    transform: rotate3d(0,  0,  1,  -10deg);
}
60% {
    transform: rotate3d(0,  0,  1,  5deg);
}
80% {
    transform: rotate3d(0,  0,  1,  -5deg);
}
to {
    transform: rotate3d(0,  0,  1,  0deg);
}
}.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
    transform: scale3d(1,  1,  1);
}
10%, 20% {
    transform: scale3d(0.9,  0.9,  0.9) rotate3d(0,  0,  1,  -3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1,  1.1,  1.1) rotate3d(0,  0,  1,  3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1,  1.1,  1.1) rotate3d(0,  0,  1,  -3deg);
}
to {
    transform: scale3d(1,  1,  1);
}
}@keyframes tada {
    from {
    transform: scale3d(1,  1,  1);
}
10%, 20% {
    transform: scale3d(0.9,  0.9,  0.9) rotate3d(0,  0,  1,  -3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1,  1.1,  1.1) rotate3d(0,  0,  1,  3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1,  1.1,  1.1) rotate3d(0,  0,  1,  -3deg);
}
to {
    transform: scale3d(1,  1,  1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
    transform: translate3d(0,  0,  0);
}
15% {
    transform: translate3d(-25%,  0,  0) rotate3d(0,  0,  1,  -5deg);
}
30% {
    transform: translate3d(20%,  0,  0) rotate3d(0,  0,  1,  3deg);
}
45% {
    transform: translate3d(-15%,  0,  0) rotate3d(0,  0,  1,  -3deg);
}
60% {
    transform: translate3d(10%,  0,  0) rotate3d(0,  0,  1,  2deg);
}
75% {
    transform: translate3d(-5%,  0,  0) rotate3d(0,  0,  1,  -1deg);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes wobble {
    from {
    transform: translate3d(0,  0,  0);
}
15% {
    transform: translate3d(-25%,  0,  0) rotate3d(0,  0,  1,  -5deg);
}
30% {
    transform: translate3d(20%,  0,  0) rotate3d(0,  0,  1,  3deg);
}
45% {
    transform: translate3d(-15%,  0,  0) rotate3d(0,  0,  1,  -3deg);
}
60% {
    transform: translate3d(10%,  0,  0) rotate3d(0,  0,  1,  2deg);
}
75% {
    transform: translate3d(-5%,  0,  0) rotate3d(0,  0,  1,  -1deg);
}
to {
    transform: translate3d(0,  0,  0);
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from, 11.1%, to {
    transform: translate3d(0,  0,  0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}@keyframes jello {
    from, 11.1%, to {
    transform: translate3d(0,  0,  0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}@keyframes heartBeat {
    0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3,  0.3,  0.3);
}
20% {
    transform: scale3d(1.1,  1.1,  1.1);
}
40% {
    transform: scale3d(0.9,  0.9,  0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03,  1.03,  1.03);
}
80% {
    transform: scale3d(0.97,  0.97,  0.97);
}
to {
    opacity: 1;
    transform: scale3d(1,  1,  1);
}
}@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3,  0.3,  0.3);
}
20% {
    transform: scale3d(1.1,  1.1,  1.1);
}
40% {
    transform: scale3d(0.9,  0.9,  0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03,  1.03,  1.03);
}
80% {
    transform: scale3d(0.97,  0.97,  0.97);
}
to {
    opacity: 1;
    transform: scale3d(1,  1,  1);
}
}.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: translate3d(0,  -3000px,  0);
}
60% {
    opacity: 1;
    transform: translate3d(0,  25px,  0);
}
75% {
    transform: translate3d(0,  -10px,  0);
}
90% {
    transform: translate3d(0,  5px,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: translate3d(0,  -3000px,  0);
}
60% {
    opacity: 1;
    transform: translate3d(0,  25px,  0);
}
75% {
    transform: translate3d(0,  -10px,  0);
}
90% {
    transform: translate3d(0,  5px,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px,  0,  0);
}
60% {
    opacity: 1;
    transform: translate3d(25px,  0,  0);
}
75% {
    transform: translate3d(-10px,  0,  0);
}
90% {
    transform: translate3d(5px,  0,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px,  0,  0);
}
60% {
    opacity: 1;
    transform: translate3d(25px,  0,  0);
}
75% {
    transform: translate3d(-10px,  0,  0);
}
90% {
    transform: translate3d(5px,  0,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
from {
    opacity: 0;
    transform: translate3d(3000px,  0,  0);
}
60% {
    opacity: 1;
    transform: translate3d(-25px,  0,  0);
}
75% {
    transform: translate3d(10px,  0,  0);
}
90% {
    transform: translate3d(-5px,  0,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
from {
    opacity: 0;
    transform: translate3d(3000px,  0,  0);
}
60% {
    opacity: 1;
    transform: translate3d(-25px,  0,  0);
}
75% {
    transform: translate3d(10px,  0,  0);
}
90% {
    transform: translate3d(-5px,  0,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
from {
    opacity: 0;
    transform: translate3d(0,  3000px,  0);
}
60% {
    opacity: 1;
    transform: translate3d(0,  -20px,  0);
}
75% {
    transform: translate3d(0,  10px,  0);
}
90% {
    transform: translate3d(0,  -5px,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    animation-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
}
from {
    opacity: 0;
    transform: translate3d(0,  3000px,  0);
}
60% {
    opacity: 1;
    transform: translate3d(0,  -20px,  0);
}
75% {
    transform: translate3d(0,  10px,  0);
}
90% {
    transform: translate3d(0,  -5px,  0);
}
to {
    transform: translate3d(0,  0,  0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    transform: scale3d(0.9,  0.9,  0.9);
}
50%, 55% {
    opacity: 1;
    transform: scale3d(1.1,  1.1,  1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3,  0.3,  0.3);
}
}@keyframes bounceOut {
    20% {
    transform: scale3d(0.9,  0.9,  0.9);
}
50%, 55% {
    opacity: 1;
    transform: scale3d(1.1,  1.1,  1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3,  0.3,  0.3);
}
}.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    transform: translate3d(0,  10px,  0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0,  -20px,  0);
}
to {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
}@keyframes bounceOutDown {
    20% {
    transform: translate3d(0,  10px,  0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0,  -20px,  0);
}
to {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    transform: translate3d(20px,  0,  0);
}
to {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    transform: translate3d(20px,  0,  0);
}
to {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    transform: translate3d(-20px,  0,  0);
}
to {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    transform: translate3d(-20px,  0,  0);
}
to {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    transform: translate3d(0,  -10px,  0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0,  20px,  0);
}
to {
    opacity: 0;
    transform: translate3d(0,  -2000px,  0);
}
}@keyframes bounceOutUp {
    20% {
    transform: translate3d(0,  -10px,  0);
}
40%, 45% {
    opacity: 1;
    transform: translate3d(0,  20px,  0);
}
to {
    opacity: 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;
    transform: translate3d(0,  -100%,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInDown {
    from {
    opacity: 0;
    transform: translate3d(0,  -100%,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
    opacity: 0;
    transform: translate3d(0,  -2000px,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInDownBig {
    from {
    opacity: 0;
    transform: translate3d(0,  -2000px,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
    opacity: 0;
    transform: translate3d(-100%,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInLeft {
    from {
    opacity: 0;
    transform: translate3d(-100%,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInLeftBig {
    from {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
    opacity: 0;
    transform: translate3d(100%,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInRight {
    from {
    opacity: 0;
    transform: translate3d(100%,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInRightBig {
    from {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translate3d(0,  100%,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translate3d(0,  100%,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes fadeInUpBig {
    from {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  100%,  0);
}
}@keyframes fadeOutDown {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  100%,  0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
}@keyframes fadeOutDownBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  2000px,  0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%,  0,  0);
}
}@keyframes fadeOutLeft {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%,  0,  0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
}@keyframes fadeOutLeftBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px,  0,  0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%,  0,  0);
}
}@keyframes fadeOutRight {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%,  0,  0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
}@keyframes fadeOutRightBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px,  0,  0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  -100%,  0);
}
}@keyframes fadeOutUp {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  -100%,  0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  -2000px,  0);
}
}@keyframes fadeOutUpBig {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0,  -2000px,  0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  0) rotate3d(0,  1,  0,  -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  150px) rotate3d(0,  1,  0,  -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  150px) rotate3d(0,  1,  0,  -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95,  0.95,  0.95) translate3d(0,  0,  0) rotate3d(0,  1,  0,  0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  0) rotate3d(0,  1,  0,  0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    from {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  0) rotate3d(0,  1,  0,  -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  150px) rotate3d(0,  1,  0,  -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  150px) rotate3d(0,  1,  0,  -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95,  0.95,  0.95) translate3d(0,  0,  0) rotate3d(0,  1,  0,  0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1,  1,  1) translate3d(0,  0,  0) rotate3d(0,  1,  0,  0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
    transform: perspective(400px) rotate3d(1,  0,  0,  90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1,  0,  0,  10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -5deg);
}
to {
    transform: perspective(400px);
}
}@keyframes flipInX {
    from {
    transform: perspective(400px) rotate3d(1,  0,  0,  90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1,  0,  0,  10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -5deg);
}
to {
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
    transform: perspective(400px) rotate3d(0,  1,  0,  90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0,  1,  0,  10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -5deg);
}
to {
    transform: perspective(400px);
}
}@keyframes flipInY {
    from {
    transform: perspective(400px) rotate3d(0,  1,  0,  90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0,  1,  0,  10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -5deg);
}
to {
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1,  0,  0,  90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1,  0,  0,  -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1,  0,  0,  90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0,  1,  0,  90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0,  1,  0,  -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0,  1,  0,  90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
    transform: translate3d(100%,  0,  0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes lightSpeedIn {
    from {
    transform: translate3d(100%,  0,  0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0,  0,  0);
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    transform: translate3d(100%,  0,  0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    from {
    opacity: 1;
}
to {
    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 {
    transform-origin: center;
    transform: rotate3d(0,  0,  1,  -200deg);
    opacity: 0;
}
to {
    transform-origin: center;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}@keyframes rotateIn {
    from {
    transform-origin: center;
    transform: rotate3d(0,  0,  1,  -200deg);
    opacity: 0;
}
to {
    transform-origin: center;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    from {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}@keyframes rotateInDownRight {
    from {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    from {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
to {
    transform-origin: left bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  -90deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}@keyframes rotateInUpRight {
    from {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  -90deg);
    opacity: 0;
}
to {
    transform-origin: right bottom;
    transform: translate3d(0,  0,  0);
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
    transform-origin: center;
    opacity: 1;
}
to {
    transform-origin: center;
    transform: rotate3d(0,  0,  1,  200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    from {
    transform-origin: center;
    opacity: 1;
}
to {
    transform-origin: center;
    transform: rotate3d(0,  0,  1,  200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    from {
    transform-origin: left bottom;
    opacity: 1;
}
to {
    transform-origin: left bottom;
    transform: rotate3d(0,  0,  1,  -45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    from {
    transform-origin: right bottom;
    opacity: 1;
}
to {
    transform-origin: right bottom;
    transform: rotate3d(0,  0,  1,  90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    transform: rotate3d(0,  0,  1,  80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    transform: rotate3d(0,  0,  1,  60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0,  700px,  0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    transform: rotate3d(0,  0,  1,  80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    transform: rotate3d(0,  0,  1,  60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0,  700px,  0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}@keyframes jackInTheBox {
    from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
    opacity: 0;
    transform: translate3d(-100%,  0,  0) rotate3d(0,  0,  1,  -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}@keyframes rollIn {
    from {
    opacity: 0;
    transform: translate3d(-100%,  0,  0) rotate3d(0,  0,  1,  -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0,  0,  0);
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%,  0,  0) rotate3d(0,  0,  1,  120deg);
}
}@keyframes rollOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%,  0,  0) rotate3d(0,  0,  1,  120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
    opacity: 0;
    transform: scale3d(0.3,  0.3,  0.3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    from {
    opacity: 0;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    transform: scale3d(0.3,  0.3,  0.3);
}
to {
    opacity: 0;
}
}@keyframes zoomOut {
    from {
    opacity: 1;
}
50% {
    opacity: 0;
    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;
    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;
    transform: scale3d(0.1,  0.1,  0.1) translate3d(0,  2000px,  0);
    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;
    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;
    transform: scale3d(0.1,  0.1,  0.1) translate3d(0,  2000px,  0);
    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;
    transform: scale3d(0.475,  0.475,  0.475) translate3d(42px,  0,  0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px,  0,  0);
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    transform: scale3d(0.475,  0.475,  0.475) translate3d(42px,  0,  0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px,  0,  0);
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    transform: scale3d(0.475,  0.475,  0.475) translate3d(-42px,  0,  0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px,  0,  0);
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    transform: scale3d(0.475,  0.475,  0.475) translate3d(-42px,  0,  0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px,  0,  0);
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    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;
    transform: scale3d(0.1,  0.1,  0.1) translate3d(0,  -2000px,  0);
    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;
    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;
    transform: scale3d(0.1,  0.1,  0.1) translate3d(0,  -2000px,  0);
    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 {
    transform: translate3d(0,  -100%,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes slideInDown {
    from {
    transform: translate3d(0,  -100%,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
    transform: translate3d(-100%,  0,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes slideInLeft {
    from {
    transform: translate3d(-100%,  0,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
    transform: translate3d(100%,  0,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes slideInRight {
    from {
    transform: translate3d(100%,  0,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
    transform: translate3d(0,  100%,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}@keyframes slideInUp {
    from {
    transform: translate3d(0,  100%,  0);
    visibility: visible;
}
to {
    transform: translate3d(0,  0,  0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(0,  100%,  0);
}
}@keyframes slideOutDown {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(0,  100%,  0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%,  0,  0);
}
}@keyframes slideOutLeft {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%,  0,  0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(100%,  0,  0);
}
}@keyframes slideOutRight {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(100%,  0,  0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(0,  -100%,  0);
}
}@keyframes slideOutUp {
    from {
    transform: translate3d(0,  0,  0);
}
to {
    visibility: hidden;
    transform: translate3d(0,  -100%,  0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media(print), (prefers-reduced-motion: reduce) {
    .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}
}html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #171910;
    color: #fff;
    text-transform: uppercase;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 2560px;
    margin: 0 auto;
}
.headline-left {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 7.33333px;
    color: #fff;
    opacity: .5;
    padding-left: 103px;
    position: relative;
    display: inline-block;
}
.headline-left::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%}
.title span {
    font-size: 200px;
    color: rgba(255, 255, 255, .1);
    position: relative;
    transform: translateX(-50px);
    display: inline-block;
}
.title h3 {
    color: #fff;
    margin: 0;
    font-size: 80px;
    position: absolute;
    top: 15px;
    right: -10px;
}
.title h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: #00ffbf;
}
.subtitle {
    display: inline-block;
    text-align: right;
}
.subtitle__head {
    font-weight: 800;
    font-size: 40px;
    padding-right: 10px;
}
.subtitle__head span {
    font-weight: 100;
}
.header {
    position: relative;
    height: 100vh;
}
.header__title span {
    font-size: 200px;
    line-height: 160px;
    font-weight: 800;
    max-width: 467px;
    opacity: .1;
    position: absolute;
    top: 3px;
    left: 8px;
    z-index: 3;
}
.header__title h4 {
    position: absolute;
    left: 20px;
    top: 230px;
    font-weight: 800;
    font-size: 75px;
    line-height: 65px;
    z-index: 3;
}
.header__arrows {
    position: absolute;
    left: 210px;
    bottom: 30px;
    z-index: 3;
}
.line-animation {
    stroke-dashoffset: 600;
    stroke-dasharray: 600;
    -webkit-animation: animdash 5s infinite 6s;
    animation: animdash 5s infinite 6s;
}
@-webkit-keyframes animdash {
    to {
    stroke-dashoffset: 0;
}
}@keyframes animdash {
    to {
    stroke-dashoffset: 0;
}
}.header__map {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.header__map svg .text {
    fill: #fff;
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
}
.header__slider-item {
    height: 100vh;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slider-item__title {
    position: absolute;
    left: 20px;
    top: 325px;
    text-align: left;
    font-weight: 800;
    font-size: 75px;
    line-height: 65px;
}
.slider-item__title img {
    margin-top: 170px;
    margin-left: 90px;
    width: 15%}
.slider-item__info {
    position: absolute;
    right: 72px;
    top: 400px;
    text-align: right;
    width: 900px;
}
.slider-item__info-title {
    margin-bottom: 5px;
}
.slider-item__info-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 48px;
    text-align: left;
    height: 390px;
}
.slider-item__info-text span {
    margin-left: 10px;
}
.slider-item__info-subtitle {
    margin-right: 0px;
}
.slider-item__info-subtext {
    margin-bottom: 8px;
}
.slider-arrows {
    position: absolute;
    top: 312px;
    right: 80px;
    cursor: pointer;
    z-index: 4;
}
.slider-arrows__left {
    right: 115px;
}
.slider-dots {
    position: absolute;
    right: 50px;
    bottom: 36px;
    max-width: 920px;
    width: 100%}
.slider-dots .slick-current .dots-box {
    border-top: 4px solid #00ffbf;
}
.dots-box {
    width: 200px;
    display: flex;
    justify-content: space-between;
    height: 28px;
    align-items: center;
    border-top: 4px solid #fff;
    padding-top: 6px;
}
.dots-box__number {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}
.dots-box__name {
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}
.uppercv__arrows {
    cursor: pointer;
    z-index: 4;
    margin-left: 210px;
    margin-top: 30px;
}
.cv {
    flex: 1 1 auto;
    padding-top: 80px;
    background-image: url(../images/cv_bg.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-size: auto;
}
.cv__subtitle {
    text-align: right;
    padding-right: 80px;
    margin-top: -36px;
}
.cv-slider {
    padding-top: 30px;
}
.cv-slider .slider-arrows {
    top: -40px;
}
.cv-slider .slick-slide:nth-child(4n+1) .cv-box {
    margin-top: 25px;
}
.cv-slider .slick-slide:nth-child(4n+3) .cv-box {
    margin-top: 40px;
}
.cv-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.cv-box .cv-box__inner {
    min-height: 500px;
    background: rgba(28, 33, 33, .85);
    position: relative;
    transition: all .8s;
}
.cv-box .cv-box__inner:hover {
    background: rgba(28, 33, 33, .3);
}
.cv-box__inner-title {
    font-size: 35px;
    line-height: 30px;
    font-weight: 600;
    padding: 20px 0 0 20px;
    width: 270px;
}
.cv-box__inner-text {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600px;
    padding: 5px 0 0 20px;
}
.footer {
    display: flex;
    justify-content: center;
    padding: 25px 0 25px;
}
.footer img {
    width: 70%}
.footer-link {
    margin: 0 10px;
}