*, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  outline: none;
  word-break: break-word;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0px;
}

select::-ms-expand { /* for IE 11 */
  display: none;
  border: none;
  border-radius: 0px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #E2E2E2;
}

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

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

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

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: 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;
}

html,
body {
  max-width: 100%;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #010101;
  width: 100vw;
  height: 100vh;
}
body.active {
  overflow: hidden;
  position: fixed;
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
.wrapper--medium {
  max-width: 1280px;
}
.wrapper--small {
  max-width: 800px;
}
@media only screen and (max-width: 479px) {
  .wrapper {
    padding: 0 20px;
  }
}

h1 {
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 40px 0;
  font-weight: 300;
}

h3 {
  color: #006989;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 40px 0;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 40px 0;
  font-weight: 600;
}

p {
  padding: 0 0 40px 0;
  max-width: 800px;
}
p.dotdotdot {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p.dotdotdot.loaded {
  opacity: 1;
}
p a, p a:visited, p a:active, p a:focus {
  color: #ed7867;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p a:hover {
  color: rgb(234.3, 99.75, 80.2);
}

img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0 0 40px 0;
  font-weight: 600;
}
.button--filled-blue {
  color: #ffffff;
  background: #006989;
}
.button--filled-blue:hover {
  background: rgb(0, 85.4562043796, 111.5);
}
.button--filled-red {
  color: #ffffff;
  background: #ed7867;
}
.button--filled-red:hover {
  background: rgb(234.3, 99.75, 80.2);
}
.button--border-black {
  color: #010101;
  z-index: 1;
  border: 1px solid rgba(1, 1, 1, 0.1);
}
.button--border-black:hover {
  color: #010101;
  border: 1px solid #010101;
}
.button--draw-black {
  position: relative;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-box-shadow: inset 0 0 0 1px rgba(1, 1, 1, 0.1);
          box-shadow: inset 0 0 0 1px rgba(1, 1, 1, 0.1);
  color: #010101;
}
.button--draw-black::before, .button--draw-black::after {
  content: "";
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.button--draw-black::before {
  top: 0;
  left: 0;
}
.button--draw-black::after {
  bottom: 0;
  right: 0;
}
.button--draw-black:hover {
  color: #010101;
}
.button--draw-black:hover::before {
  border-top-color: #010101;
  border-right-color: #010101;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  width: 100%;
  height: 100%;
}
.button--draw-black:hover::after {
  border-bottom-color: #010101;
  border-left-color: #010101;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 400;
}

.slider {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  height: 0px;
  position: relative;
}
.slider.owl-loaded {
  opacity: 1;
  height: auto;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 40px;
  pointer-events: none;
}
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
  pointer-events: auto;
  background: #ed7867;
}
.slider .owl-nav .owl-prev i,
.slider .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 479px) {
  .slider .owl-nav .owl-prev,
  .slider .owl-nav .owl-next {
    left: 20px;
  }
}
.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
  background: rgb(234.3, 99.75, 80.2);
}
.slider .owl-nav .owl-next {
  left: auto;
  right: 40px;
}
@media only screen and (max-width: 479px) {
  .slider .owl-nav .owl-next {
    left: auto;
    right: 20px;
  }
}

form {
  width: 100%;
}
form label {
  display: none !important;
}
form input:-webkit-autofill {
  -webkit-text-fill-color: #010101;
}
form input,
form select,
form textarea {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #010101;
  border: none;
  padding: 10px 20px;
  background: #ffffff;
}
form textarea {
  resize: vertical;
  display: block;
}
form button {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border: none;
  margin: 0 !important;
}
form button:hover {
  cursor: pointer;
}
form .gform_validation_container,
form .validation_error,
form .validation_message {
  display: none;
}
form .gfield_contains_required {
  position: relative;
}
form .gfield_contains_required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ed7867;
  pointer-events: none;
  z-index: 1;
}
form .gfield_contains_required.ginput_container_select::before {
  right: 40px;
}
form .gfield_error input,
form .gfield_error textarea,
form .gfield_error select {
  color: #ed7867 !important;
}
form .gfield_error input::-webkit-input-placeholder, form .gfield_error textarea::-webkit-input-placeholder, form .gfield_error select::-webkit-input-placeholder {
  color: #ed7867 !important;
  opacity: 1;
  font-weight: 400;
}
form .gfield_error input::-moz-placeholder, form .gfield_error textarea::-moz-placeholder, form .gfield_error select::-moz-placeholder {
  color: #ed7867 !important;
  opacity: 1;
  font-weight: 400;
}
form .gfield_error input:-ms-input-placeholder, form .gfield_error textarea:-ms-input-placeholder, form .gfield_error select:-ms-input-placeholder {
  color: #ed7867 !important;
  opacity: 1;
  font-weight: 400;
}
form .gfield_error input::-ms-input-placeholder, form .gfield_error textarea::-ms-input-placeholder, form .gfield_error select::-ms-input-placeholder {
  color: #ed7867 !important;
  opacity: 1;
  font-weight: 400;
}
form .gfield_error input::placeholder,
form .gfield_error textarea::placeholder,
form .gfield_error select::placeholder {
  color: #ed7867 !important;
  opacity: 1;
  font-weight: 400;
}
form .gform_body .ginput_container_select {
  position: relative;
}
form .gform_body .ginput_container_select::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #ed7867;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .gform_body .ginput_container_select:hover::after {
  background: rgb(234.3, 99.75, 80.2);
}
form .gform_footer {
  position: relative;
  overflow: hidden;
  width: auto;
}
form .gform_footer .gform_ajax_spinner {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#cookie-notice {
  background: transparent !important;
}

.cookie-notice-container {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#006989), to(rgba(0, 105, 137, 0.8))) !important;
  background: linear-gradient(to right, #006989 0%, rgba(0, 105, 137, 0.8) 100%) !important;
  padding: 0 20px;
}
@media only screen and (max-width: 479px) {
  .cookie-notice-container {
    padding: 0;
  }
}
.cookie-notice-container span {
  padding: 20px;
  margin: 0 !important;
}
.cookie-notice-container .button {
  margin: 20px !important;
}

.loading {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.loading.page-loaded {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

::placeholder {
  color: #bcbcbc;
  opacity: 1;
}

::-moz-selection {
  background: #bcbcbc;
  text-shadow: none;
}

::selection {
  background: #bcbcbc;
  text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

header {
  height: 100px;
  -webkit-transform: all 0.25s ease-in-out;
          transform: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1119px) {
  header {
    overflow: hidden;
  }
}
header.active {
  overflow: visible;
}
header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1119px) {
  header .wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header .logo {
  width: 254px;
}
@media only screen and (max-width: 1119px) {
  header .logo {
    margin-right: auto;
  }
}
@media only screen and (max-width: 639px) {
  header .logo {
    width: 212px;
  }
}
header .logo__image {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 639px) {
  header .logo__image {
    height: 50px;
  }
}
@media only screen and (max-width: 1119px) {
  header .desktop-menu {
    display: none;
  }
}
header .desktop-menu__container {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .desktop-menu__container > li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  z-index: 2;
  margin: 0 20px 0 0;
}
header .desktop-menu__container > li > a {
  display: block;
  height: 100px;
  line-height: 100px;
  color: #010101;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
header .desktop-menu__container > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: -4px;
  width: calc(100% + 8px);
  height: 2px;
  border-bottom: solid 2px #ed7867;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
header .desktop-menu__container > li.current-menu-item > a, header .desktop-menu__container > li.current-menu-parent > a, header .desktop-menu__container > li.current-menu-ancestor > a {
  font-weight: 600;
  color: #006989;
}
header .desktop-menu__container > li.current-menu-item > a:after, header .desktop-menu__container > li.current-menu-parent > a:after, header .desktop-menu__container > li.current-menu-ancestor > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .desktop-menu__container > li.menu-item-has-children {
  z-index: 1;
}
header .desktop-menu__container > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  height: 20px;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
header .desktop-menu__container > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  top: 100px;
  pointer-events: auto;
}
header .desktop-menu__container > li:nth-last-of-type(2) > a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
header .desktop-menu__container > li:nth-last-of-type(2) > a:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #006989;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .desktop-menu__container > li:nth-last-of-type(2) > a:after {
  display: none;
}
header .desktop-menu__container > li:nth-last-of-type(2):hover > a {
  color: #ffffff;
}
header .desktop-menu__container > li:nth-last-of-type(2):hover > a:before {
  background: rgb(0, 85.4562043796, 111.5);
}
header .desktop-menu__container > li:nth-last-of-type(1) {
  margin: 0;
}
header .desktop-menu__container > li:nth-last-of-type(1) > a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
header .desktop-menu__container > li:nth-last-of-type(1) > a:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #ed7867;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .desktop-menu__container > li:nth-last-of-type(1) > a:after {
  display: none;
}
header .desktop-menu__container > li:nth-last-of-type(1):hover > a {
  color: #ffffff;
}
header .desktop-menu__container > li:nth-last-of-type(1):hover > a:before {
  background: rgb(234.3, 99.75, 80.2);
}
header .desktop-menu__container > li:hover a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .desktop-menu__container ul.sub-menu {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .desktop-menu__container ul.sub-menu::before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 900;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}
header .desktop-menu__container ul.sub-menu li a {
  display: inline-block;
  color: #ffffff;
  background: #006989;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  text-transform: none;
}
header .desktop-menu__container ul.sub-menu li a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  background: #ed7867;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .desktop-menu__container ul.sub-menu li a:hover::after {
  opacity: 1;
}
header .desktop-menu__container ul.sub-menu li.current-menu-item a::after, header .desktop-menu__container ul.sub-menu li.current-menu-parent a::after, header .desktop-menu__container ul.sub-menu li.current-menu-ancestor a::after {
  opacity: 1;
}
header .desktop-menu__container ul.sub-menu li:nth-child(odd) a {
  background: #8ac9ce;
}
header .search {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  header .search {
    display: none;
  }
}
header .search__container {
  width: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgb(233.9, 233.9, 233.9);
}
header .search__input input {
  height: 100%;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 20px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #010101;
}
header .search__submit {
  width: 40px;
  height: 40px;
  background: #006989;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .search__submit:hover {
  background: rgb(0, 85.4562043796, 111.5);
}
header .search__submit::after {
  content: "\f002";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  pointer-events: none;
}
header .search__submit input {
  height: 100%;
  width: 100%;
  border: none;
  opacity: 0;
}
header .search__submit input:hover {
  cursor: pointer;
}
header .menu-button {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #ed7867;
  margin: 30px 0 30px 20px;
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1119px) {
  header .menu-button {
    display: block;
  }
}
header .menu-button:hover {
  cursor: pointer;
  background: rgb(234.3, 99.75, 80.2);
}
header .menu-button span {
  position: absolute;
  left: 12px;
  height: 1px;
  width: 16px;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .menu-button span:nth-child(1) {
  top: 14px;
}
header .menu-button span:nth-child(2), header .menu-button span:nth-child(3) {
  top: 20px;
}
header .menu-button span:nth-child(4) {
  top: 26px;
}
header .menu-button--active span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
header .menu-button--active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-button--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu-button--active span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
header .mobile-menu {
  position: relative;
  background: rgb(233.9, 233.9, 233.9);
  height: calc(100vh - 100px);
  overflow: scroll;
  padding: 80px 40px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
}
@media only screen and (max-width: 1119px) {
  header .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  header .mobile-menu {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  header .mobile-menu {
    padding: 40px 20px;
  }
}
header .mobile-menu--active {
  opacity: 1;
}
header .mobile-menu__container {
  max-width: 440px;
  margin: 0 auto;
}
header .mobile-menu__container > li a {
  display: inline-block;
  color: #ffffff;
  background: #006989;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  text-transform: none;
}
header .mobile-menu__container > li a:hover::after {
  opacity: 1;
}
header .mobile-menu__container > li.menu-item-has-children {
  position: relative;
}
header .mobile-menu__container > li.menu-item-has-children .open-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ed7867;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .mobile-menu__container > li.menu-item-has-children .open-sub:hover {
  background: rgb(234.3, 99.75, 80.2);
}
header .mobile-menu__container > li.menu-item-has-children .open-sub::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .mobile-menu__container > li.menu-item-has-children .open-sub--active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .mobile-menu__container > li.menu-item-has-children .open-sub:hover {
  cursor: pointer;
}
header .mobile-menu__container > li.current-menu-item, header .mobile-menu__container > li.current-menu-parent, header .mobile-menu__container > li.current-menu-ancestor {
  font-weight: 700;
}
header .mobile-menu__container > li:nth-child(odd) a {
  background: #8ac9ce;
}
header .mobile-menu__container > li:nth-last-of-type(2) {
  margin: 40px 0 0 0;
}
header .mobile-menu__container > li:nth-last-of-type(2) > a {
  background: #006989;
}
header .mobile-menu__container > li:nth-last-of-type(1) {
  margin: 10px 0 0 0;
}
header .mobile-menu__container > li:nth-last-of-type(1) > a {
  background: #ed7867;
}
header .mobile-menu__container ul.sub-menu {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}
header .mobile-menu__container ul.sub-menu--active {
  max-height: 2000px;
}
header .mobile-menu__container ul.sub-menu li a {
  background: #ffffff;
  color: #010101;
  font-weight: 300;
  margin: 0 0 1px 0;
}
header .mobile-menu__container ul.sub-menu li:last-child a {
  margin: 0;
}

footer {
  padding: 80px 0;
  -webkit-transform: all 0.25s ease-in-out;
          transform: all 0.25s ease-in-out;
  background: #006989;
  -webkit-box-shadow: 0 50vh 0 50vh #006989;
          box-shadow: 0 50vh 0 50vh #006989;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1119px) {
  footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .logo {
  width: 254px;
}
@media only screen and (max-width: 1119px) {
  footer .logo {
    margin: 0 0 40px 0;
  }
}
footer .logo__image {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 799px) {
  footer .logo__image {
    height: 50px;
  }
}
footer .disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .disclaimer ul {
  width: 100%;
  text-align: center;
}
footer .disclaimer ul li {
  display: inline;
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  footer .disclaimer ul li {
    display: block;
  }
}
footer .disclaimer ul li a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .disclaimer ul li a:hover {
  color: rgb(216.75, 216.75, 216.75);
}
@media only screen and (max-width: 799px) {
  footer .disclaimer ul li:not(:first-child) {
    margin: 8px 0 0 0;
  }
}
footer .disclaimer ul li:not(:first-child)::before {
  content: "|";
  width: 40px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  footer .disclaimer ul li:not(:first-child)::before {
    display: none;
  }
}

.row--content {
  position: relative;
}

.text {
  padding: 0 0 40px 0;
}
.text ul {
  padding: 0 0 40px 0;
}
.text ul li {
  padding: 0 0 4px 16px;
  position: relative;
}
.text ul li:last-of-type {
  padding: 0 0 0 16px;
}
.text ul li::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 4px;
  line-height: 20px;
  color: #006989;
}

.download {
  background: rgb(202.7024096386, 230.8626506024, 233.0975903614);
  padding: 40px 0;
}
.download a {
  display: block;
  background: red;
  padding: 0 40px 0 20px;
  line-height: 40px;
  color: #006989;
  background: #8ac9ce;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 0px;
  max-height: 40px;
  overflow: hidden;
}
.download a:hover {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.download a:not(:last-of-type) {
  margin: 0 0 2px 0;
}
.download a::after {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}

.title {
  background: #ed7867;
  color: #ffffff;
  padding: 40px 0;
  margin: 0 0 80px 0;
}

.quote {
  background: #f9f2d5;
  padding: 40px 0;
  margin: 0 0 80px 0;
}
.quote__text {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  padding: 40px;
}
.quote__text::before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.quote__text::after {
  content: "\f10e";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
@media only screen and (max-width: 799px) {
  .quote__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.quote__author {
  font-weight: 400;
  color: #ed7867;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 799px) {
  .quote__author {
    font-size: 16px;
    line-height: 20px;
  }
}

.slider--content {
  margin: 0 0 80px 0;
}
.slider--content .slider__container {
  position: relative;
}
.spacer {
  margin: 80px 0 0 0;
}

.text_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 64px;
  margin-bottom: 40px;
  padding: 4rem 1rem 4rem 1rem;
}
@media only screen and (min-width: 80rem) {
  .text_image {
    padding: 4rem 4rem 4rem 4rem;
  }
}
@media only screen and (min-width: 80rem) {
  .text_image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 80rem) {
  .text_image {
    padding: 2rem;
  }
}
@media only screen and (min-width: 80rem) {
  .text_image.reversed {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media only screen and (min-width: 80rem) {
  .text_image.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 80rem) {
  .text_image .image-container {
    width: 50%;
  }
}
.text_image .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.text_image .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 80rem) {
  .text_image .text-container {
    width: 50%;
  }
}
.text_image .text-container .wysiwyg {
  margin: 0;
  color: #010101;
}
.text_image .text-container .button-container .button {
  margin: 0px;
}
.text_image--white {
  background-color: #ffffff;
  color: #010101;
}
.text_image--white h3 {
  color: #010101;
}
.text_image--primary {
  background-color: #8ac9ce;
}
.text_image--primary h3 {
  color: #010101;
}
.text_image--secondary {
  background-color: #006989;
}
.text_image--secondary h3 {
  color: #010101;
}
.text_image--secondary p {
  color: #010101;
}
.text_image--tertiary {
  background-color: #ed7867;
}
.text_image--tertiary h3 {
  color: #010101;
}
.text_image--tertiary p {
  color: #010101;
}
.text_image--quaternary {
  background-color: #f9f2d5;
}
.text_image--quaternary h3 {
  color: #010101;
}

.row--form {
  background: rgb(202.7024096386, 230.8626506024, 233.0975903614);
  padding: 80px 0;
}

.form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
.form h3 {
  text-align: center;
  padding: 0 0 20px 0;
}
.form p {
  text-align: center;
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 479px) {
  .form {
    padding: 20px;
  }
}
.form .gform_wrapper {
  width: 100%;
}
.form .gform_wrapper .gform_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .form .gform_wrapper .gform_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form .gform_wrapper .gform_body .gform_fields .gfield_visibility_visible:not(.gfield_html_formatted) {
  margin: 2px 0 0 0;
}
.form .gform_wrapper .gform_body .gform_fields .gfield_visibility_visible:first-of-type {
  margin: 0;
}
.form .gform_footer {
  margin: 40px 0 0 0;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .form .gform_footer {
    text-align: center;
  }
}
.form .gform_footer button {
  min-width: 200px;
}
.form__container {
  width: 100%;
}
.form__left-container {
  width: calc(50% - 20px);
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1279px) {
  .form__left-container {
    width: 100%;
    margin: 0 0 2px 0;
  }
}
.form__right-container {
  width: calc(50% - 20px);
}
.form__right-container li:first-of-type {
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .form__right-container {
    width: 100%;
  }
}
.form__message {
  margin: 2px 0 0 0;
}
.form__message--contact textarea {
  height: 124px;
}
.form__message--donate textarea, .form__message--calendar textarea {
  height: 166px;
}
.form__price {
  margin: 2px 0 0 0;
}
.form__price .ginput_container {
  line-height: 40px;
  padding: 0 0 0 100px;
  background: #ffffff;
  position: relative;
}
.form__price .ginput_container::before {
  content: "Prijs";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background: rgb(233.9, 233.9, 233.9);
  padding: 0 0 0 20px;
  border-right: 2px solid rgb(202.7024096386, 230.8626506024, 233.0975903614);
}
.form__price .ginput_container .ginput_product_price_label {
  display: none;
}
.form__quantity {
  margin: 2px 0 0 0;
}
.form__quantity .ginput_container {
  line-height: 40px;
  padding: 0 0 0 100px;
  background: #ffffff;
  position: relative;
}
.form__quantity .ginput_container::before {
  content: "Aantal";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background: rgb(233.9, 233.9, 233.9);
  padding: 0 0 0 20px;
  border-right: 2px solid rgb(202.7024096386, 230.8626506024, 233.0975903614);
}
.form__quantity .ginput_container .ginput_product_price_label {
  display: none;
}
.form__total {
  margin: 2px 0 0 0;
}
.form__total .ginput_container {
  line-height: 40px;
  padding: 0 20px 0 120px;
  background: #ffffff;
  position: relative;
}
.form__total .ginput_container::before {
  content: "Totaal";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 40px;
  background: rgb(233.9, 233.9, 233.9);
  padding: 0 0 0 20px;
  border-right: 2px solid rgb(202.7024096386, 230.8626506024, 233.0975903614);
}
.form__total .ginput_container .ginput_product_price_label {
  display: none;
}

.row--hero {
  position: relative;
}

.slider--hero .slider__container {
  position: relative;
  height: calc(100vh - 100px) !important;
  min-height: 480px !important;
}
.slider--hero .slider__container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(138, 201, 206, 0)), to(rgba(0, 105, 137, 0.9))) !important;
  background: linear-gradient(to bottom, rgba(138, 201, 206, 0) 0%, rgba(0, 105, 137, 0.9) 100%) !important;
  z-index: 1;
}
.slider--hero .slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.slider--hero .slider__title {
  width: calc(100% - 240px);
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  z-index: 2;
  padding: 0;
}
@media only screen and (max-width: 799px) {
  .slider--hero .slider__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 639px) {
  .slider--hero .slider__title {
    font-size: 24px;
    line-height: 28px;
    width: calc(100% - 80px);
    top: auto;
    bottom: 380px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 639px) {
  .slider--hero .owl-nav {
    position: absolute;
    top: auto;
    bottom: 300px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .slider--hero .owl-nav .owl-prev {
    left: 50%;
    margin: 0 0 0 -41px;
  }
  .slider--hero .owl-nav .owl-next {
    right: 50%;
    margin: 0 -41px 0 0;
  }
}

.available-rooms {
  position: absolute;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  width: 640px;
}
@media only screen and (max-width: 799px) {
  .available-rooms {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 479px) {
  .available-rooms {
    width: calc(100% - 40px);
  }
}
.available-rooms__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 639px) {
  .available-rooms__container {
    display: block;
  }
}
.available-rooms__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/jh-beeldmerk-full.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 639px) {
  .available-rooms__container::after {
    display: none;
  }
}
.available-rooms__container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.available-rooms__rooms {
  width: 50%;
  text-align: center;
  min-height: 60px;
  color: #ffffff;
  background: #8ac9ce;
  font-weight: 600;
  padding: 10px 40px 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 639px) {
  .available-rooms__rooms {
    width: 100%;
    margin: 0 0 2px 0;
    padding: 10px 60px;
  }
}
.available-rooms__rooms::after {
  content: "\f236";
  font-family: "Font Awesome 5 Pro";
  color: #006989;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
  width: 60px;
  text-align: center;
}
.available-rooms__phone {
  background: #f9f2d5;
  width: 50%;
}
@media only screen and (max-width: 639px) {
  .available-rooms__phone {
    width: 100%;
  }
}
.available-rooms__phone a {
  padding: 0 60px 0 40px;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 60px;
  text-align: center;
  color: #010101;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.available-rooms__phone a:hover {
  background: rgb(245.8125, 235.09375, 190.6875);
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  .available-rooms__phone a {
    padding: 0 60px;
  }
}
.available-rooms__phone::after {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  color: #006989;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  width: 60px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .available-rooms__phone::after {
    right: auto;
    left: 0;
  }
}

.scroll-down {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scroll-down a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-animation: bounce 4s ease-in-out infinite;
          animation: bounce 4s ease-in-out infinite;
  border: 1px solid #ffffff;
}
.scroll-down a::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
@keyframes bounce {
  20% {
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
  40% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.row--intro {
  padding: 80px 0 40px 0;
}

.intro {
  text-align: center;
}
.intro__container {
  padding: 0 40px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .intro__container {
    padding: 0 20px;
  }
}
.intro h1 {
  text-align: center;
  padding: 0 0 40px 0;
}
.intro__background {
  position: relative;
  margin: -80px 0 80px 0;
  padding: 80px 0 40px 0;
  background-size: cover !important;
  background-position: center center !important;
  z-index: -1;
}
.intro__background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 105, 137, 0.5)), to(rgba(0, 105, 137, 0.9))) !important;
  background: linear-gradient(to bottom right, rgba(0, 105, 137, 0.5) 0%, rgba(0, 105, 137, 0.9) 100%) !important;
  z-index: -1;
}
.intro__background::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/jh-beeldmerk-full.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.intro__background h1 {
  color: #ffffff;
}
.intro__date {
  margin: -30px 0 40px 0;
  font-size: 24px;
  line-height: 28px;
  color: #f9f2d5;
  font-weight: 600;
  text-align: left;
}
.intro p {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
.intro--news h1 {
  text-align: left;
}

.map {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.map__map {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 80px);
  width: 100%;
}
.map .wrapper {
  height: 100%;
}
.map__content {
  position: relative;
  height: 100%;
  width: 400px;
  background: -webkit-gradient(linear, left top, right top, from(#006989), to(rgba(0, 105, 137, 0.8))) !important;
  background: linear-gradient(to right, #006989 0%, rgba(0, 105, 137, 0.8) 100%) !important;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 799px) {
  .map__content {
    width: 100%;
  }
}
.map__content ul li {
  color: #ffffff;
  margin: 4px 0 0 0;
}
.map__content ul li a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.map__content ul li a:hover {
  color: #f9f2d5;
}
.map__content ul li.company {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  color: #f9f2d5;
}
.map__content ul li.phone {
  margin: 20px 0 0 0;
}
.map__content ul li.phone::before {
  content: "T";
  padding: 0 10px 0 0;
  color: #f9f2d5;
  font-weight: 600;
}
.map__content ul li.mail::before {
  content: "E";
  padding: 0 10px 0 0;
  color: #f9f2d5;
  font-weight: 600;
}

.news {
  padding: 80px 0 40px 0;
}
.news--primary {
  background: rgb(155.9728915663, 209.2951807229, 213.5271084337);
}
.news--secondary {
  background: rgb(0, 124.5437956204, 162.5);
}
.news--tertiary {
  background: rgb(239.7, 140.25, 125.8);
}
.news--quaternary {
  background: rgb(252.1875, 248.90625, 235.3125);
}
.news--white {
  background: #ffffff;
}
.news--grey {
  background: rgb(233.9, 233.9, 233.9);
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}
.news__item h3 {
  padding: 0;
}
.news__item p {
  padding: 20px 0 0 0;
}
.news__item:nth-child(3n+1) .news__date {
  background: #f9f2d5;
}
.news__item:nth-child(3n+2) .news__date {
  background: #ed7867;
}
.news__item:nth-child(3n+3) .news__date {
  background: #8ac9ce;
}
.news__item:hover:nth-child(3n+1) .news__date {
  background: rgb(245.8125, 235.09375, 190.6875);
}
.news__item:hover:nth-child(3n+2) .news__date {
  background: rgb(234.3, 99.75, 80.2);
}
.news__item:hover:nth-child(3n+3) .news__date {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.news__date {
  width: 140px;
  height: 140px;
  background: red;
  padding: 20px;
  margin: 0 40px 0 0;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 799px) {
  .news__date {
    display: none;
  }
}
.news__date p {
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #010101;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.news__text {
  width: calc(100% - 180px);
  color: #010101;
}
@media only screen and (max-width: 799px) {
  .news__text {
    width: 100%;
    padding: 40px;
    background: #f9f2d5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .news__text:hover {
    background: rgb(245.8125, 235.09375, 190.6875);
  }
}
@media only screen and (max-width: 479px) {
  .news__text {
    padding: 20px;
  }
}
.news__text p {
  min-height: 0px;
  max-height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .news__text p {
    max-height: 80px;
  }
}
.news__text p.date {
  color: #ed7867;
  font-weight: 600;
  display: none;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 799px) {
  .news__text p.date {
    display: block;
  }
}

.pagination {
  background: #ffffff;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8ac9ce;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination a:hover {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.pagination a.prev, .pagination a.next {
  position: relative;
  background: #ed7867;
}
.pagination a.prev:hover, .pagination a.next:hover {
  background: rgb(234.3, 99.75, 80.2);
}
.pagination a.prev::after, .pagination a.next::after {
  content: "\f0d9";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.pagination a.prev.inactive, .pagination a.next.inactive {
  pointer-events: none;
  background: rgb(233.9, 233.9, 233.9);
}
.pagination a.next::after {
  content: "\f0da";
}
.pagination a.active {
  background: #006989;
  pointer-events: none;
}
.pagination a.hidden {
  display: none;
}
.pagination a:not(:last-of-type) {
  margin: 0 2px 0 0;
}

.row--newsletter {
  padding: 40px 0;
}
.row--newsletter-primary {
  background: rgb(155.9728915663, 209.2951807229, 213.5271084337);
}
.row--newsletter-secondary {
  background: rgb(0, 124.5437956204, 162.5);
}
.row--newsletter-tertiary {
  background: rgb(239.7, 140.25, 125.8);
}
.row--newsletter-quaternary {
  background: rgb(252.1875, 248.90625, 235.3125);
}
.row--newsletter-white {
  background: #ffffff;
}
.row--newsletter-grey {
  background: rgb(233.9, 233.9, 233.9);
}

.newsletter {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1279px) {
  .newsletter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter__text-container {
  width: 400px;
  padding: 0 40px;
}
@media only screen and (max-width: 1279px) {
  .newsletter__text-container {
    width: 100%;
    text-align: center;
  }
}
.newsletter__text-container h4 {
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .newsletter__text-container h4 {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter__text-container {
    padding: 0 20px;
  }
}
.newsletter__title {
  padding: 0;
  color: #010101;
}
.newsletter__form-container {
  width: calc(100% - 400px);
  max-width: 800px;
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 1279px) {
  .newsletter__form-container {
    width: calc(100% - 80px);
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter__form-container {
    width: calc(100% - 40px);
  }
}
.newsletter__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 799px) {
  .newsletter__form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter__form input {
  background: rgb(202.7024096386, 230.8626506024, 233.0975903614);
}
.newsletter__form input::-webkit-input-placeholder {
  color: #006989;
}
.newsletter__form input::-moz-placeholder {
  color: #006989;
}
.newsletter__form input:-ms-input-placeholder {
  color: #006989;
}
.newsletter__form input::-ms-input-placeholder {
  color: #006989;
}
.newsletter__form input::placeholder {
  color: #006989;
}
.newsletter__form .gform_body {
  width: calc(100% - 240px);
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 799px) {
  .newsletter__form .gform_body {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter__form .gform_body {
    display: block;
  }
}
.newsletter__form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .newsletter__form .gform_body .gform_fields {
    display: block;
  }
}
.newsletter__form .gform_body .gform_fields .form__name {
  width: calc(50% - 1px);
  margin: 0 2px 0 0;
}
@media only screen and (max-width: 479px) {
  .newsletter__form .gform_body .gform_fields .form__name {
    width: 100%;
    margin: 0 0 2px 0;
  }
}
.newsletter__form .gform_body .gform_fields .form__email {
  width: calc(50% - 1px);
}
@media only screen and (max-width: 479px) {
  .newsletter__form .gform_body .gform_fields .form__email {
    width: 100%;
  }
}
.newsletter__form .gform_footer button {
  width: 200px !important;
  float: right;
}

.row--person {
  margin: 80px 0 0 0;
}

.person {
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}
@media only screen and (max-width: 1119px) {
  .person {
    max-width: 640px;
  }
}
@media only screen and (max-width: 479px) {
  .person {
    padding: 0 20px;
  }
}
.person__container {
  width: calc(33.3333333333% - 53.3333333333px);
  margin: 0 80px 80px 0;
}
.person__container:nth-child(3n+3) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1119px) {
  .person__container {
    width: 100%;
    margin: 0 0 80px 0;
  }
}
.person__image {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.person__image img {
  width: 180px;
  height: 180px;
  border: 2px solid #8ac9ce;
  padding: 10px;
  border-radius: 50%;
}
.person__content a {
  color: #010101;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  width: 100%;
}
.person__content a:hover {
  color: rgb(77.5, 77.5, 77.5);
}
.person__content a:hover li::before {
  background: rgb(0, 85.4562043796, 111.5);
}
.person__content li:not(:first-of-type) {
  margin: 8px 0 0 0;
}
.person__content li.name {
  color: #ed7867;
  font-size: 24px;
  text-align: center;
}
.person__content li.function {
  border-bottom: 2px solid #8ac9ce;
  padding: 0 0 40px 0;
  text-align: center;
  color: #006989;
}
.person__content li.custom {
  margin: 40px 0 0 0;
  text-align: center;
}
.person__content li.phone, .person__content li.mail {
  margin: 40px 0 0 0;
  position: relative;
  padding: 0 0 0 60px;
  line-height: 40px;
  overflow: hidden;
}
.person__content li.phone::before, .person__content li.mail::before {
  content: "T";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 600;
  background: #006989;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.person__content li.mail {
  margin: 8px 0 0 0;
  min-height: 40px;
  max-height: 40px;
}
.person__content li.mail::before {
  content: "E";
}

.row--referral {
  background: rgb(233.9, 233.9, 233.9);
}

.referral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.referral__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 33.3333333333%;
  padding: 80px 40px 40px 40px;
  text-align: center;
  color: #010101;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1279px) {
  .referral__container {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .referral__container {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .referral__container {
    padding: 80px 20px 40px 20px;
  }
}
.referral__container:nth-child(4n+1) {
  background: #f9f2d5;
}
.referral__container:nth-child(4n+2) {
  background: #ed7867;
}
.referral__container:nth-child(4n+3) {
  background: #8ac9ce;
}
.referral__container:nth-child(4n+4) {
  background: rgb(202.7024096386, 230.8626506024, 233.0975903614);
}
.referral__container:hover:nth-child(4n+1) {
  background: rgb(245.8125, 235.09375, 190.6875);
}
.referral__container:hover:nth-child(4n+2) {
  background: rgb(234.3, 99.75, 80.2);
}
.referral__container:hover:nth-child(4n+3) {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.referral__container:hover:nth-child(4n+4) {
  background: rgb(184.7295180723, 222.5674698795, 225.5704819277);
}
.referral__container:hover .referral__button.button--draw-black {
  color: #010101;
}
.referral__container:hover .referral__button.button--draw-black::before {
  border-top-color: #010101;
  border-right-color: #010101;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  width: 100%;
  height: 100%;
}
.referral__container:hover .referral__button.button--draw-black::after {
  border-bottom-color: #010101;
  border-left-color: #010101;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  width: 100%;
  height: 100%;
}
.referral__image {
  width: 80px;
  height: 80px;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 50%;
  padding: 20px;
  background: #ffffff;
  margin: 0 0 40px 0;
  position: relative;
}
.referral__title {
  width: 100%;
  max-width: 480px;
  -ms-flex-item-align: center;
      align-self: center;
  color: #010101;
}
.referral__text {
  max-width: 480px;
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 0px;
  max-height: 80px;
  padding: 0;
  margin: 0 0 40px 0;
}
.referral__button {
  -ms-flex-item-align: center;
      align-self: center;
}

.row--search {
  background: rgb(202.7024096386, 230.8626506024, 233.0975903614);
  padding: 80px 0 40px 0;
}
.row .search {
  text-align: center;
}
.row .search h3 {
  text-align: center;
  padding: 0 0 20px 0;
}
.row .search a {
  display: block;
  padding: 0 40px 0 20px;
  line-height: 40px;
  color: #006989;
  background: #8ac9ce;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 0px;
  max-height: 40px;
  overflow: hidden;
  text-align: left;
}
.row .search a:hover {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.row .search a:not(:last-of-type) {
  margin: 0 0 2px 0;
}
.row .search a:last-of-type {
  margin: 0 0 40px 0;
}
.row .search a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
}

.row--support {
  position: relative;
}

.slider--support .slider__container {
  position: relative;
  min-height: 640px;
}
@media only screen and (max-width: 1439px) {
  .slider--support .slider__container {
    min-height: 480px;
  }
}
.slider--support .slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.support {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 40px 0 40px;
  color: #006989;
  width: 400px;
  max-width: calc(100% - 40px);
}
@media only screen and (max-width: 479px) {
  .support {
    max-width: calc(100% - 20px);
  }
}
.support__title {
  padding: 0;
}
.support__subtitle {
  padding: 0 0 20px 0;
}

.vacatures {
  padding: 80px 0 40px 0;
}
.vacatures--primary {
  background: rgb(155.9728915663, 209.2951807229, 213.5271084337);
}
.vacatures--secondary {
  background: rgb(0, 124.5437956204, 162.5);
}
.vacatures--tertiary {
  background: rgb(239.7, 140.25, 125.8);
}
.vacatures--quaternary {
  background: rgb(252.1875, 248.90625, 235.3125);
}
.vacatures--white {
  background: #ffffff;
}
.vacatures--grey {
  background: rgb(233.9, 233.9, 233.9);
}
.vacatures__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}
.vacatures__item h3 {
  padding: 0;
}
.vacatures__item p {
  padding: 20px 0 0 0;
}
.vacatures__item:nth-child(3n+1) .vacatures__date {
  background: #f9f2d5;
}
.vacatures__item:nth-child(3n+2) .vacatures__date {
  background: #ed7867;
}
.vacatures__item:nth-child(3n+3) .vacatures__date {
  background: #8ac9ce;
}
.vacatures__item:hover:nth-child(3n+1) .vacatures__date {
  background: rgb(245.8125, 235.09375, 190.6875);
}
.vacatures__item:hover:nth-child(3n+2) .vacatures__date {
  background: rgb(234.3, 99.75, 80.2);
}
.vacatures__item:hover:nth-child(3n+3) .vacatures__date {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.vacatures__date {
  width: 140px;
  height: 140px;
  background: red;
  padding: 20px;
  margin: 0 40px 0 0;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 799px) {
  .vacatures__date {
    display: none;
  }
}
.vacatures__date p {
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #010101;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.vacatures__text {
  width: calc(100% - 180px);
  color: #010101;
}
@media only screen and (max-width: 799px) {
  .vacatures__text {
    width: 100%;
    padding: 40px;
    background: #f9f2d5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .vacatures__text:hover {
    background: rgb(245.8125, 235.09375, 190.6875);
  }
}
@media only screen and (max-width: 479px) {
  .vacatures__text {
    padding: 20px;
  }
}
.vacatures__text p {
  min-height: 0px;
  max-height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .vacatures__text p {
    max-height: 80px;
  }
}
.vacatures__text p.date {
  color: #ed7867;
  font-weight: 600;
  display: none;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 799px) {
  .vacatures__text p.date {
    display: block;
  }
}

.pagination {
  background: #ffffff;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8ac9ce;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination a:hover {
  background: rgb(120.0271084337, 192.7048192771, 198.4728915663);
}
.pagination a.prev, .pagination a.next {
  position: relative;
  background: #ed7867;
}
.pagination a.prev:hover, .pagination a.next:hover {
  background: rgb(234.3, 99.75, 80.2);
}
.pagination a.prev::after, .pagination a.next::after {
  content: "\f0d9";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.pagination a.prev.inactive, .pagination a.next.inactive {
  pointer-events: none;
  background: rgb(233.9, 233.9, 233.9);
}
.pagination a.next::after {
  content: "\f0da";
}
.pagination a.active {
  background: #006989;
  pointer-events: none;
}
.pagination a.hidden {
  display: none;
}
.pagination a:not(:last-of-type) {
  margin: 0 2px 0 0;
}

.row--testimonial {
  padding: 80px 0;
  background: #f9f2d5;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 0;
}
.row--testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(138, 201, 206, 0.9)), to(rgba(138, 201, 206, 0.9))) !important;
  background: linear-gradient(to bottom right, rgba(138, 201, 206, 0.9) 0%, rgba(138, 201, 206, 0.9) 100%) !important;
  z-index: -1;
}

.slider--testimonial {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .slider--testimonial {
    padding: 0 0 80px 0;
  }
  .slider--testimonial .owl-nav {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .slider--testimonial .owl-nav .owl-prev {
    left: 50%;
    margin: 0 0 0 -41px;
  }
  .slider--testimonial .owl-nav .owl-next {
    right: 50%;
    margin: 0 -41px 0 0;
  }
}

.testimonial {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 0 20px;
  }
}
.testimonial__container {
  background: #f9f2d5;
  padding: 40px 40px 40px 120px;
  width: calc(100% - 80px);
  margin: 0 0 0 80px;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .testimonial__container {
    padding: 40px 40px 120px 40px;
    width: 100%;
    height: calc(100% - 80px);
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial__container {
    padding: 20px 20px 120px 20px;
  }
}
.testimonial__text {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  font-style: italic;
  font-weight: 300;
  padding: 40px;
}
.testimonial__text::before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.testimonial__text::after {
  content: "\f10e";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
@media only screen and (max-width: 799px) {
  .testimonial__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial__avatar {
  width: 160px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 639px) {
  .testimonial__avatar {
    top: auto;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.testimonial__author {
  font-weight: 400;
  color: #ed7867;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 799px) {
  .testimonial__author {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial__function {
  font-weight: 400;
  color: #006989;
  padding: 4px 0 0 40px;
}
@media only screen and (max-width: 799px) {
  .testimonial__function {
    font-size: 16px;
    line-height: 20px;
  }
}

#video {
  margin-bottom: 4rem;
}
#video .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#video video,
#video iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#video iframe {
  aspect-ratio: 16/9;
}

/* ===== content ===== */