@charset "UTF-8";
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
*, html {
  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;
}
*::before, *::after, html::before, html::after {
  box-sizing: border-box;
}

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 {
  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;
  -khtml-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: 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 {
  transition: height 250ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-item .owl-lazy {
  opacity: 0;
  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;
  transition: transform 100ms ease;
}

.owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-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;
  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;
}

.button {
  text-decoration: none;
  letter-spacing: 0.2em;
  display: inline-block;
  height: 50px;
  padding: 15px;
  min-width: 200px;
  width: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 399px) {
  .button {
    font-size: 14px;
  }
}
.button--secondary {
  background-color: #cccccc;
  color: #000000;
  padding: 15px 35px;
  min-width: 240px;
}
.button--secondary::before, .button--secondary::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.button--secondary::before {
  border-right-color: transparent;
  left: -1px;
}
.button--secondary::after {
  border-left-color: transparent;
  right: -1px;
}
.button--secondary:hover {
  background-color: black;
  color: #ffffff;
}
.button--secondary.white {
  background-color: #ffffff;
  color: #212121;
}
.button--secondary.white::before, .button--secondary.white::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #d9d9d9;
  border-bottom: 25px solid #d9d9d9;
  border-left: 10px solid #d9d9d9;
  border-right: 10px solid #d9d9d9;
}
.button--secondary.white::before {
  border-right-color: transparent;
  left: -1px;
}
.button--secondary.white::after {
  border-left-color: transparent;
  right: -1px;
}
.button--secondary.white:hover {
  background-color: #00b05b;
}
.button--alt {
  text-decoration: none;
  letter-spacing: 0.2em;
  display: block;
  height: 50px;
  padding: 15px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
  margin: auto;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.button--light {
  color: #00b05b;
  background-image: url("../img/caret-double-right/green.svg");
  background-size: auto 40px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 15px 45px;
  transition: background-position 250ms ease-in-out, color 250ms ease-in-out, color 250ms ease-in-out, background-image 250ms ease-in-out;
}
.button--light:hover {
  background-position: right center;
  color: #000000;
  background-image: url("../img/caret-double-right/black.svg");
}
.button--filled-primary {
  color: #ffffff;
  background: #00b05b;
}
.button--filled-primary:hover {
  background: #007d41;
}
.button--black, article.post #post > .content > .gform_wrapper button {
  background-color: #000000;
  color: #ffffff;
  padding: 15px 35px;
  min-width: 240px;
}
.button--black::before, article.post #post > .content > .gform_wrapper button::before, .button--black::after, article.post #post > .content > .gform_wrapper button::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.button--black::before, article.post #post > .content > .gform_wrapper button::before {
  border-right-color: transparent;
  left: -1px;
}
.button--black::after, article.post #post > .content > .gform_wrapper button::after {
  border-left-color: transparent;
  right: -1px;
}
.button--black:hover, article.post #post > .content > .gform_wrapper button:hover {
  background-color: #cccccc;
  color: #000000;
}
.button--black.white, article.post #post > .content > .gform_wrapper button.white {
  background-color: #ffffff;
  color: #212121;
}
.button--black.white::before, article.post #post > .content > .gform_wrapper button.white::before, .button--black.white::after, article.post #post > .content > .gform_wrapper button.white::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #d9d9d9;
  border-bottom: 25px solid #d9d9d9;
  border-left: 10px solid #d9d9d9;
  border-right: 10px solid #d9d9d9;
}
.button--black.white::before, article.post #post > .content > .gform_wrapper button.white::before {
  border-right-color: transparent;
  left: -1px;
}
.button--black.white::after, article.post #post > .content > .gform_wrapper button.white::after {
  border-left-color: transparent;
  right: -1px;
}
.button--black.white:hover, article.post #post > .content > .gform_wrapper button.white:hover {
  background-color: #00b05b;
}
.button--black_alt {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 15px 35px;
  min-width: 240px;
}
@media screen and (min-width: 1280px) {
  .button--black_alt {
    margin-left: 0 !important;
  }
}
.button--black_alt::before, .button--black_alt::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #00b05b;
  border-bottom: 25px solid #00b05b;
  border-left: 10px solid #00b05b;
  border-right: 10px solid #00b05b;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.button--black_alt::before {
  border-right-color: transparent;
  left: -1px;
}
.button--black_alt::after {
  border-left-color: transparent;
  right: -1px;
}
.button--black_alt:hover {
  background-color: gray;
  color: #ffffff;
}
.button--black_alt.white {
  background-color: #ffffff;
  color: #212121;
}
.button--black_alt.white::before, .button--black_alt.white::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #d9d9d9;
  border-bottom: 25px solid #d9d9d9;
  border-left: 10px solid #d9d9d9;
  border-right: 10px solid #d9d9d9;
}
.button--black_alt.white::before {
  border-right-color: transparent;
  left: -1px;
}
.button--black_alt.white::after {
  border-left-color: transparent;
  right: -1px;
}
.button--black_alt.white:hover {
  background-color: #00b05b;
}

button.gform_button {
  border: none;
  background-color: #ffffff;
  height: 50px;
  width: 240px;
  padding: none;
  position: relative;
  font-size: 14px !important;
  cursor: pointer;
}
button.gform_button::before, button.gform_button::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  border-top: 25px solid #d9d9d9;
  border-bottom: 25px solid #d9d9d9;
  border-left: 10px solid #d9d9d9;
  border-right: 10px solid #d9d9d9;
}
button.gform_button::before {
  border-right-color: transparent;
  left: -1px;
}
button.gform_button::after {
  border-left-color: transparent;
  right: -1px;
}
button.gform_button:hover {
  background-color: #00b05b;
}

.dark_wrapper button.gform_button {
  margin: auto;
}
.dark_wrapper button.gform_button::before, .dark_wrapper button.gform_button::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  bottom: 0;
  border-top: 25px solid #000000;
  border-bottom: 25px solid #000000;
  border-left: 10px solid #000000;
  border-right: 10px solid #000000;
}
.dark_wrapper button.gform_button::before {
  border-right-color: transparent;
  left: -1px;
}
.dark_wrapper button.gform_button::after {
  border-left-color: transparent;
  right: -1px;
}

.slider {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  height: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.slider.owl-loaded {
  opacity: 1;
  height: auto;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 1;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1119px) {
  .slider .owl-nav {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .slider .owl-nav {
    padding: 0 20px;
  }
}
.slider .owl-nav.disabled {
  display: none;
}
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  transition: 0.25s all ease-in-out;
}
.slider .owl-nav .owl-prev i,
.slider .owl-nav .owl-next i {
  color: #ffffff;
  font-weight: 400;
  text-shadow: #000000 1px 1px 8px;
  transition: 0.25s all ease-in-out;
}
.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
  border: 2px solid #00b05b;
  animation: rotate 0.5s 1;
}
.slider .owl-nav .owl-prev:hover i,
.slider .owl-nav .owl-next:hover i {
  color: #00b05b;
}
.slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: auto;
  width: 800px;
  margin: auto;
  max-width: calc(50% - 40px);
  height: 16px;
  left: 50%;
  transform: translate(-100%, 0);
}
@media only screen and (max-width: 1279px) {
  .slider .owl-dots {
    min-width: 100%;
    left: auto;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1119px) {
  .slider .owl-dots {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 639px) {
  .slider .owl-dots {
    transform: translate(0, 0);
    height: 12px;
  }
}
.slider .owl-dots.disabled {
  display: none;
}
.slider .owl-dots .owl-dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 0px;
  position: relative;
  background-color: transparent;
  background-image: url("../img/dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: background-image 0.25s ease-in-out;
}
@media only screen and (max-width: 639px) {
  .slider .owl-dots .owl-dot {
    transform: translate(0, 0);
    height: 12px;
    width: 12px;
  }
}
.slider .owl-dots .owl-dot:last-child {
  margin: 0;
}
.slider .owl-dots .owl-dot.active {
  background-image: url("../img/dot_active.svg");
}
.slider .owl-dots .owl-dot:hover {
  background-image: url("../img/dot_active.svg");
}
.slider__container {
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 1279px) {
  .slider__container {
    align-items: center;
  }
}
.slider--content {
  margin: 0 0 40px 0;
}
.slider--hero .owl-nav {
  display: none;
}
@media only screen and (max-width: 639px) {
  .slider--hero .owl-nav {
    top: auto;
    bottom: 40px;
    transform: translate(0);
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 639px) {
  .slider--hero .owl-nav .owl-prev {
    margin: 0 10px 0 0;
  }
}
.slider--hero .slider__container--header-top {
  height: calc(100vh - 200px);
}
.slider--hero .slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider--reference {
  padding: 0 120px;
}
@media only screen and (max-width: 1119px) {
  .slider--reference {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 959px) {
  .slider--reference {
    padding: 0;
  }
}
.slider--reference .owl-nav {
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .slider--reference .owl-nav {
    top: 320px;
    transform: translate(0, 0%);
    justify-content: center;
  }
}
.slider--reference .owl-nav .owl-prev,
.slider--reference .owl-nav .owl-next {
  border: 2px solid #00b05b;
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 959px) {
  .slider--reference .owl-nav .owl-prev,
  .slider--reference .owl-nav .owl-next {
    margin: 0 1px;
  }
}
.slider--reference .owl-nav .owl-prev i,
.slider--reference .owl-nav .owl-next i {
  color: #00b05b;
  font-weight: 400;
  text-shadow: none;
  transition: 0.25s all ease-in-out;
}
.slider--reference .owl-nav .owl-prev:hover,
.slider--reference .owl-nav .owl-next:hover {
  border: 2px solid #00b05b;
  animation: rotate 0.5s 1;
}
.slider--reference .owl-nav .owl-prev:hover i,
.slider--reference .owl-nav .owl-next:hover i {
  color: #00b05b;
}
.slider--reference p {
  padding: 0;
}
.slider--reference .slider__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider--reference .slider__image {
  display: block;
  width: 280px;
  height: auto;
  align-self: center;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .slider--reference .slider__image {
    margin: 0 0 120px 0;
  }
}
.slider--reference .slider__image img {
  border-radius: 50%;
}
.slider--reference .slider__image::before {
  content: "\f10e";
  top: 20px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 44px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b05b;
  font-style: italic;
}
.slider--reference .slider__text {
  width: calc(100% - 320px);
  padding: 0 0 0 80px;
  align-self: center;
}
@media only screen and (max-width: 959px) {
  .slider--reference .slider__text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.slider--reference p.slider__reference {
  padding: 0 0 40px 0;
  font-style: italic;
}
.slider--reference p.slider__rating {
  padding: 0px 0 40px 0;
}
.slider--reference p.slider__rating i {
  font-weight: 400;
}
.slider--reference p.slider__rating--0 {
  display: none;
}
.slider--reference p.slider__rating--1 :nth-child(-n+1) {
  font-weight: 900;
}
.slider--reference p.slider__rating--2 :nth-child(-n+2) {
  font-weight: 900;
}
.slider--reference p.slider__rating--3 :nth-child(-n+3) {
  font-weight: 900;
}
.slider--reference p.slider__rating--4 :nth-child(-n+4) {
  font-weight: 900;
}
.slider--reference p.slider__rating--5 :nth-child(-n+5) {
  font-weight: 900;
}
.slider--reference p.slider__name {
  color: #00b05b;
  font-size: 20px;
  line-height: 24px;
}
.slider--reference p.slider__function {
  color: #00b05b;
}

.switchcookie {
  background-color: #00b05b;
  color: #ffffff;
  padding: 16px 0 0 16px;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 200ms ease;
  z-index: 9999;
}
.switchcookie * {
  z-index: 9999;
  position: relative;
}
.switchcookie p,
.switchcookie a {
  margin: 0 16px 16px 0 !important;
}
@media only screen and (min-width: 640px) {
  .switchcookie {
    padding: 48px 0 0 48px;
  }
  .switchcookie p,
  .switchcookie a {
    margin: 0 48px 48px 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .switchcookie {
    padding: 48px 0 0 96px;
    flex-direction: row;
  }
  .switchcookie p,
  .switchcookie a {
    margin: 0 96px 48px 0 !important;
  }
}
.switchcookie p {
  width: auto;
  text-align: center;
  padding: 0 !important;
}
.switchcookie.disabled {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.switchcookie .button {
  background: #000000 !important;
  text-align: center;
}
.switchcookie .button::before, .switchcookie .button::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 25px solid #00b05b;
  border-bottom: 25px solid #00b05b;
  border-left: 10px solid #00b05b;
  border-right: 10px solid #00b05b;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: background-color 0.25s ease-in-out;
}
.switchcookie .button::before:active, .switchcookie .button::after:active {
  opacity: 0;
}
.switchcookie .button::before {
  border-right-color: transparent;
  left: -1px;
}
.switchcookie .button::after {
  border-left-color: transparent;
  right: -1px;
}
.switchcookie .button:hover {
  background-color: #333333 !important;
  cursor: pointer;
}
.switchcookie .button:active {
  opacity: 0;
}

html {
  background: #00b05b;
}

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

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.6px;
  background: #ffffff;
}
@media only screen and (max-width: 639px) {
  body.active {
    overflow: hidden;
  }
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.wrapper--large {
  max-width: 1600px;
}
.wrapper--medium {
  max-width: 1280px;
}
.wrapper--small {
  max-width: 960px;
}
@media only screen and (max-width: 1119px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 799px) {
  .wrapper {
    display: block;
  }
}
@media only screen and (max-width: 399px) {
  .wrapper {
    padding: 0 20px;
  }
}

h1 {
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 0 0 40px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 399px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

h2 {
  color: #00b05b;
  font-size: 28px;
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding: 0 0 40px 0;
  text-transform: uppercase;
}

h3 {
  color: #00b05b;
  font-size: 20px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 0 0 40px 0;
  text-transform: uppercase;
}

p {
  padding: 0 0 40px 0;
  max-width: 800px;
}
p.dotdotdot {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
p.dotdotdot.loaded {
  opacity: 1;
}
p a, p a:visited, p a:active, p a:focus {
  color: #00b05b;
  transition: all 0.25s ease-in-out;
}
p a:hover {
  color: #007d41;
}

blockquote {
  color: #00b05b;
  position: relative;
  padding: 40px 80px 0px 80px;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  border-left: 2px solid #00b05b;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1119px) {
  blockquote {
    padding: 40px 40px 0px 40px;
  }
}
@media only screen and (max-width: 399px) {
  blockquote {
    padding: 40px 0px 0px 20px;
  }
}
blockquote::before {
  content: "\f10e";
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b05b;
}
@media only screen and (max-width: 1119px) {
  blockquote::before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 399px) {
  blockquote::before {
    font-size: 16px;
  }
}

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

strong {
  font-weight: 700;
}

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

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

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

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

.gfield--type-honeypot {
  display: none !important;
}

.header_background {
  width: 100%;
  height: 500px;
  margin-bottom: -500px;
  background-image: url("../img/nav-nook.svg");
  background-size: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.header_background::before, .header_background::after {
  content: "";
  height: 500px;
  width: 120%;
  background-color: #000000;
  position: absolute;
  z-index: -1;
  bottom: calc(100% - 20px);
}
.header_background::before {
  left: -10%;
  transform-origin: bottom center;
  transform: rotate(-18deg);
}
.header_background::after {
  right: -10%;
  transform-origin: bottom center;
  transform: rotate(18deg);
}
@media only screen and (max-width: 1119px) {
  .header_background {
    background-position: center 80px;
  }
  .header_background::before, .header_background::after {
    bottom: calc(100% - 100px);
  }
}
@media only screen and (max-width: 399px) {
  .header_background {
    background-position: center 70px;
  }
  .header_background::before, .header_background::after {
    bottom: calc(100% - 90px);
  }
}

.header {
  height: 200px;
  margin-bottom: -200px;
  z-index: 22;
  position: relative;
  max-width: 100vw;
  display: block;
}
.header .wrapper {
  height: 100%;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 80px;
  z-index: 4;
}
@media only screen and (max-width: 1279px) {
  .header .wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
.header--top {
  height: 200px;
  overflow: hidden;
}
.header--top::before {
  content: "";
  background: #00b05b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.header--top .wrapper {
  display: flex;
  position: relative;
}
.header--top .wrapper > :nth-child(1) {
  order: 2;
}
.header--top .wrapper > :nth-child(2) {
  order: 1;
}
.header--top .wrapper > :nth-child(3) {
  order: 3;
}
.header--top .wrapper > :nth-child(4) {
  order: 4;
}
.header--top .wrapper > :nth-child(5) {
  order: 5;
}
.header--top .wrapper > :nth-child(6) {
  order: 6;
}
.header--top .sub-menu {
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 639px) {
  .header--top .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    pointer-events: all;
    z-index: 900;
    color: #ffffff;
  }
  .header--top .sub-menu::before {
    display: none;
  }
}
.header--top .sub-menu__container {
  justify-content: flex-end;
  padding: 20px 0;
  height: auto;
  z-index: 20;
}
.header--top .sub-menu__button {
  height: auto;
}
.header--top .sub-menu__button a {
  color: #ffffff;
}
.header--top .sub-menu__button a::before {
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 959px) {
  .header--top .sub-menu__button:first-child a {
    max-width: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .header--top .sub-menu__button:first-child a {
    max-width: 40px !important;
  }
}
.header--top .search-form {
  top: 80px;
  height: calc(100% - 80px);
}
.header--top .menu-button {
  top: 80px;
  position: absolute;
  opacity: 0;
}
.header--top .menu-button.scroll {
  top: 0;
  position: fixed;
}
.header--top .close-button {
  top: 80px;
}
.header--top .close-button a {
  color: white !important;
}
.header--top.header--mobile .menu-button {
  opacity: 1;
  pointer-events: all;
}

.logo {
  min-height: 120px;
  width: auto;
  max-width: 280px;
  left: 0;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: flex-start;
  justify-self: flex-start;
}
.logo__image {
  display: inline-block;
}
.logo__image img {
  height: auto;
  max-height: 80px;
  width: auto;
  max-width: 280px;
  position: relative;
}
@media only screen and (max-width: 399px) {
  .logo__image img {
    max-width: 200px;
    max-height: 60px;
  }
}

.sub-menu {
  height: 100px;
  margin: 0 0 auto auto;
}
.sub-menu__container {
  display: flex;
  height: 100%;
  padding: 0 80px 0 0;
}
.sub-menu__button {
  margin: 0 0 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.sub-menu__button:first-of-type {
  margin: 0;
}
.sub-menu__button a {
  color: #ffffff;
  transition: 0.25s all ease-in-out;
}
@media only screen and (max-width: 959px) {
  .sub-menu__button a {
    max-width: 40px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.sub-menu__button a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  margin: 0 20px 0 0;
  color: #ffffff;
  padding: 2px 0 0 0;
  transition: 0.25s all ease-in-out, 0s font-size ease;
  background-image: url("../img/hex-outline/green-small.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.sub-menu__button a:hover {
  cursor: pointer;
  color: #00b05b;
}
.sub-menu__button a:hover::before {
  color: #00b05b;
}
.sub-menu__button--phone a {
  white-space: nowrap;
}
.sub-menu__button--phone a::before {
  content: none;
}
@media only screen and (max-width: 1439px) {
  .sub-menu__button--phone a {
    font-size: 0;
    overflow: hidden;
    width: 40px;
  }
  .sub-menu__button--phone a::before {
    width: 40px;
    content: "\f095";
  }
}
.sub-menu__button--linkedin a {
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.sub-menu__button--linkedin a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 300;
  content: "\f0e1";
}
.sub-menu__button--mail a {
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.sub-menu__button--mail a::before {
  content: "\f0e0";
}
.sub-menu__button--search a {
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.sub-menu__button--search a::before {
  content: "\f002";
}
.sub-menu__button--none a::before {
  content: none;
}
@media only screen and (max-width: 639px) {
  .sub-menu {
    visibility: visible;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 40px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
  }
  .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #000000;
    background: linear-gradient(to bottom, #00b05b 80px, rgba(0, 176, 91, 0) 100%);
    z-index: -1;
    pointer-events: none;
  }
}
@media only screen and (max-width: 399px) {
  .sub-menu {
    padding: 0 20px;
  }
}
.sub-menu.active {
  pointer-events: none;
}
@media only screen and (max-width: 639px) {
  .sub-menu.active {
    visibility: visible;
    opacity: 1;
    transition: 0.25s all ease-in-out 0.5s;
  }
  .sub-menu.active .sub-menu__container li {
    pointer-events: all;
  }
  .sub-menu.active .sub-menu__container li.sub-menu__button a {
    color: #ffffff;
  }
  .sub-menu.active .sub-menu__container li.sub-menu__button a::before {
    background-image: url("../img/hex-outline/white-small.svg");
  }
  .sub-menu.active .sub-menu__container li.sub-menu__button a:hover::before {
    color: #212121;
  }
}

.main-menu--header-right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #00b05b;
  z-index: 2;
  display: flex;
  width: auto;
  min-width: 480px;
  width: 540px;
  max-width: calc(100% - 240px);
  overflow: auto;
  transition: 0.5s right ease-in-out;
  right: -100%;
}
@media only screen and (max-width: 639px) {
  .main-menu--header-right {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}
.main-menu--header-right.active {
  right: 0;
}
.main-menu--header-right .main-menu__container {
  padding: 120px 80px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-image: url("../img/hex-outline/white-large.svg");
  background-size: 90%;
  background-position: 190% 90%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1119px) {
  .main-menu--header-right .main-menu__container {
    padding: 120px 40px;
  }
}
@media only screen and (max-width: 399px) {
  .main-menu--header-right .main-menu__container {
    padding: 100px 20px;
  }
}
.main-menu--header-right .main-menu__container li {
  position: relative;
}
.main-menu--header-right .main-menu__container li a {
  display: inline-block;
  padding: 20px;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 24px;
  transition: 0.25s all ease-in-out;
  text-transform: uppercase;
}
.main-menu--header-right .main-menu__container li a::before {
  content: "";
  background-image: url("../img/dot.svg");
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  z-index: 10000;
  left: 4px;
  top: 24px;
  position: absolute;
  transition: 0.25s all ease-in-out;
}
.main-menu--header-right .main-menu__container li a:hover {
  color: #ffffff;
}
.main-menu--header-right .main-menu__container li a:hover::before {
  background-image: url("../img/dot_active.svg");
}
.main-menu--header-right .main-menu__container li.current-menu-item > a, .main-menu--header-right .main-menu__container li.current-menu-parent > a, .main-menu--header-right .main-menu__container li.current-menu-ancestor > a {
  color: #ffffff;
}
.main-menu--header-right .main-menu__container li.current-menu-item > a::before, .main-menu--header-right .main-menu__container li.current-menu-parent > a::before, .main-menu--header-right .main-menu__container li.current-menu-ancestor > a::before {
  background-image: url("../img/dot_active.svg");
}
.main-menu--header-right .main-menu__container li ul.sub-menu {
  display: none;
}
.main-menu--header-top {
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.main-menu--header-top ul.main-menu__container {
  display: flex;
}
.main-menu--header-top ul.main-menu__container li {
  width: auto;
  padding: 0 20px;
  text-transform: uppercase;
  height: 120px;
}
.main-menu--header-top ul.main-menu__container li:last-child {
  padding: 0 0 0 20px;
}
.main-menu--header-top ul.main-menu__container li a {
  color: #8d8d8d;
  transition: 0.25s all ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-menu--header-top ul.main-menu__container li a:hover {
  color: #00b05b;
}
.main-menu--header-top ul.main-menu__container li.current-menu-item > a, .main-menu--header-top ul.main-menu__container li.current-menu-parent > a, .main-menu--header-top ul.main-menu__container li.current-menu-ancestor > a {
  color: #00b05b;
}
.main-menu--header-top ul.main-menu__container li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 200px;
  width: auto;
  max-width: 240px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s opacity ease-in-out;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
}
.main-menu--header-top ul.main-menu__container li.menu-item-has-children ul.sub-menu li {
  height: auto;
  padding: 0;
  background: white;
}
.main-menu--header-top ul.main-menu__container li.menu-item-has-children ul.sub-menu li:nth-child(2n+2) {
  background: #ffffff;
}
.main-menu--header-top ul.main-menu__container li.menu-item-has-children ul.sub-menu li a {
  padding: 15px 20px;
}
.main-menu--header-top ul.main-menu__container li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  pointer-events: all;
  animation: pulse 0.5s 1;
}
.main-menu--header-top.main-menu--mobile {
  position: fixed;
  top: 80px;
  right: -100%;
  height: calc(100% - 80px);
  background: white;
  z-index: 2;
  display: flex;
  width: auto;
  min-width: 480px;
  max-width: calc(100% - 240px);
  overflow: scroll;
  transition: 0.5s right ease-in-out;
}
.main-menu--header-top.main-menu--mobile ul {
  display: block;
}
.main-menu--header-top.main-menu--mobile ul li {
  height: auto;
}
@media only screen and (max-width: 1119px) {
  .main-menu--header-top.main-menu--mobile {
    min-width: 400px;
  }
}
@media only screen and (max-width: 639px) {
  .main-menu--header-top.main-menu--mobile {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}
.main-menu--header-top.main-menu--mobile.active {
  right: 0;
}
.main-menu--header-top.main-menu--mobile .main-menu__container {
  padding: 120px 80px;
  min-height: 100%;
  overflow: scroll;
  width: 100%;
}
@media only screen and (max-width: 1119px) {
  .main-menu--header-top.main-menu--mobile .main-menu__container {
    padding: 120px 40px;
  }
}
@media only screen and (max-width: 399px) {
  .main-menu--header-top.main-menu--mobile .main-menu__container {
    padding: 100px 20px;
  }
}
.main-menu--header-top.main-menu--mobile .main-menu__container li a {
  display: inline-block;
  padding: 20px 0;
  color: #8d8d8d;
  font-size: 20px;
  line-height: 24px;
  transition: 0.25s all ease-in-out;
  text-transform: uppercase;
}
.main-menu--header-top.main-menu--mobile .main-menu__container li a:hover {
  color: #00b05b;
}
.main-menu--header-top.main-menu--mobile .main-menu__container li.current-menu-item > a, .main-menu--header-top.main-menu--mobile .main-menu__container li.current-menu-parent > a, .main-menu--header-top.main-menu--mobile .main-menu__container li.current-menu-ancestor > a {
  color: #00b05b;
}
.main-menu--header-top.main-menu--mobile .main-menu__container li ul.sub-menu {
  display: none;
}
.main-menu--header-top.main-menu--loaded {
  opacity: 1;
  pointer-events: all;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: 0.25s all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.search-form.active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s all ease-in-out;
}
.search-form form {
  position: absolute;
  width: calc(100% - 80px);
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  display: flex;
  margin: 0 0 0 40px 0;
  background: #ffffff;
  background-color: #d9d9d9;
  border-radius: 30px;
}
@media only screen and (max-width: 399px) {
  .search-form form {
    width: calc(100% - 40px);
  }
}
.search-form form .searchinput-container {
  width: calc(100% - 60px);
}
@media only screen and (max-width: 399px) {
  .search-form form .searchinput-container {
    width: calc(100% - 40px);
  }
}
.search-form form .searchinput-container .searchinput {
  transition: all 0.25s ease-in-out;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  border: none;
  padding: 20px 40px;
  background: transparent;
  display: block;
}
@media only screen and (max-width: 399px) {
  .search-form form .searchinput-container .searchinput {
    padding: 10px 20px;
  }
}
.search-form form .searchsubmit-container {
  width: 60px;
  position: relative;
  background: #00b05b;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
}
@media only screen and (max-width: 399px) {
  .search-form form .searchsubmit-container {
    width: 41px;
    height: 41px;
  }
}
.search-form form .searchsubmit-container::after {
  content: "\f002";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  pointer-events: none;
  color: #ffffff;
}
@media only screen and (max-width: 399px) {
  .search-form form .searchsubmit-container::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.search-form form .searchsubmit-container .searchsubmit {
  margin: 0;
  width: 100%;
  min-width: 55px;
  height: 100%;
  background: transparent;
  position: relative;
  transition: all 0.25s ease-in-out;
  border: none;
}
.search-form form .searchsubmit-container .searchsubmit:hover {
  cursor: pointer;
}
.search-form form .searchsubmit-container .searchsubmit:active {
  border-bottom: none;
}
.search-form form .searchsubmit-container:hover {
  background: #007d41;
  animation: pulse 0.5s 1;
}

.menu-button,
.close-button,
.scroll-top-button {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 20px 0;
  position: relative;
  position: absolute;
  right: 80px;
  top: 0px;
  transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media only screen and (max-width: 1279px) {
  .menu-button,
  .close-button,
  .scroll-top-button {
    right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .menu-button,
  .close-button,
  .scroll-top-button {
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 40px 0;
  }
}
.menu-button a,
.close-button a,
.scroll-top-button a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1000;
}
.menu-button a::before, .menu-button a::after,
.close-button a::before,
.close-button a::after,
.scroll-top-button a::before,
.scroll-top-button a::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  color: #00b05b;
  transition: 0.5s all ease-in-out;
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 399px) {
  .menu-button a::before, .menu-button a::after,
  .close-button a::before,
  .close-button a::after,
  .scroll-top-button a::before,
  .scroll-top-button a::after {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }
}
.menu-button a::after,
.close-button a::after,
.scroll-top-button a::after {
  opacity: 0;
}
.menu-button a.menu,
.close-button a.menu,
.scroll-top-button a.menu {
  overflow: visible;
  padding: 15px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.menu-button a.menu span,
.close-button a.menu span,
.scroll-top-button a.menu span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #00b05b;
  margin: 6px auto;
  transition: width 300ms ease-out, margin 300ms ease-out, transform 300ms ease-out, background-color 300ms ease-out 100ms;
}
.menu-button a.menu span:nth-child(3),
.close-button a.menu span:nth-child(3),
.scroll-top-button a.menu span:nth-child(3) {
  margin-top: -8px;
}
@media only screen and (max-width: 399px) {
  .menu-button a.menu,
  .close-button a.menu,
  .scroll-top-button a.menu {
    padding: 6px;
  }
  .menu-button a.menu span,
  .close-button a.menu span,
  .scroll-top-button a.menu span {
    width: 18px;
    margin: 5px;
  }
  .menu-button a.menu span:nth-child(3),
  .close-button a.menu span:nth-child(3),
  .scroll-top-button a.menu span:nth-child(3) {
    margin-top: -7px;
  }
}
.menu-button a.menu::before, .menu-button a.menu::after,
.close-button a.menu::before,
.close-button a.menu::after,
.scroll-top-button a.menu::before,
.scroll-top-button a.menu::after {
  content: none;
}
.menu-button a.top::before,
.close-button a.top::before,
.scroll-top-button a.top::before {
  content: "\f062";
}
.menu-button.active,
.close-button.active,
.scroll-top-button.active {
  position: fixed;
}
.menu-button.active a.menu span, .menu-button.active a.close span,
.close-button.active a.menu span,
.close-button.active a.close span,
.scroll-top-button.active a.menu span,
.scroll-top-button.active a.close span {
  background-color: #ffffff;
  transform-origin: 8px;
  transition: width 300ms ease-out, margin 300ms ease-out, transform 300ms ease-out, background-color 300ms ease-out 200ms;
}
.menu-button.active a.menu span:first-child, .menu-button.active a.menu span:last-child, .menu-button.active a.close span:first-child, .menu-button.active a.close span:last-child,
.close-button.active a.menu span:first-child,
.close-button.active a.menu span:last-child,
.close-button.active a.close span:first-child,
.close-button.active a.close span:last-child,
.scroll-top-button.active a.menu span:first-child,
.scroll-top-button.active a.menu span:last-child,
.scroll-top-button.active a.close span:first-child,
.scroll-top-button.active a.close span:last-child {
  width: 0px;
}
.menu-button.active a.menu span:nth-child(2), .menu-button.active a.close span:nth-child(2),
.close-button.active a.menu span:nth-child(2),
.close-button.active a.close span:nth-child(2),
.scroll-top-button.active a.menu span:nth-child(2),
.scroll-top-button.active a.close span:nth-child(2) {
  transform-origin: center;
  transform: rotate(45deg);
}
.menu-button.active a.menu span:nth-child(3), .menu-button.active a.close span:nth-child(3),
.close-button.active a.menu span:nth-child(3),
.close-button.active a.close span:nth-child(3),
.scroll-top-button.active a.menu span:nth-child(3),
.scroll-top-button.active a.close span:nth-child(3) {
  transform-origin: center;
  transform: rotate(-45deg);
}
.menu-button.active a.top::before,
.close-button.active a.top::before,
.scroll-top-button.active a.top::before {
  content: "\f062";
}
.menu-button:hover,
.close-button:hover,
.scroll-top-button:hover {
  cursor: pointer;
}

.menu-button,
.close-button {
  z-index: 998;
}
@media (hover: hover) {
  .menu-button:hover a span:nth-child(1), .menu-button:hover a span:nth-child(4),
  .close-button:hover a span:nth-child(1),
  .close-button:hover a span:nth-child(4) {
    width: 14px;
  }
  .menu-button.active:hover a span:nth-child(2), .menu-button.active:hover a span:nth-child(3),
  .close-button.active:hover a span:nth-child(2),
  .close-button.active:hover a span:nth-child(3) {
    transform: rotate(0deg);
  }
}

.scroll-top-button {
  margin: 60px auto;
  top: auto;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.scroll-top-button a {
  pointer-events: none;
}
.scroll-top-button.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-top-button.show a {
  pointer-events: all;
}

footer {
  background: #00b05b;
  position: relative;
  z-index: 4;
  height: auto;
}
footer .wrapper {
  height: 100%;
  min-height: 180px;
  padding: 40px 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-column-align: center;
}
footer .wrapper div {
  align-self: center;
}
@media only screen and (max-width: 1279px) {
  footer .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 799px) {
  footer .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
footer .disclaimer__container {
  width: 100%;
  padding: 40px;
  background-color: #000000;
}
footer .disclaimer__container .disclaimer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 799px) {
  footer .disclaimer__container .disclaimer {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
}
footer .disclaimer__container .disclaimer li {
  text-transform: uppercase;
  color: gray;
  position: relative;
  font-size: 12px;
  width: auto;
}
footer .disclaimer__container .disclaimer li:not(:last-of-type)::after {
  content: "|";
  color: inherit;
  margin: 0 8px;
}
@media only screen and (max-width: 799px) {
  footer .disclaimer__container .disclaimer li:not(:last-of-type)::after {
    content: none;
  }
}
footer .disclaimer__container .disclaimer li a, footer .disclaimer__container .disclaimer li a:visited, footer .disclaimer__container .disclaimer li a:active, footer .disclaimer__container .disclaimer li a:focus {
  color: gray;
  transition: all 0.25s ease-in-out;
}
footer .disclaimer__container .disclaimer li a:hover {
  color: #ffffff;
}
footer .contact {
  width: 100%;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 799px) {
  footer .contact {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
footer .contact ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 799px) {
  footer .contact ul {
    justify-content: center;
  }
}
footer .contact ul li {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  font-size: 14px;
}
footer .contact ul li:not(:last-of-type)::after {
  content: "| ";
  top: 0;
  padding: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: inherit;
  white-space: pre;
}
@media only screen and (max-width: 1119px) {
  footer .contact ul li {
    width: 100%;
  }
  footer .contact ul li:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
  footer .contact ul li:not(:last-of-type):after {
    display: none;
  }
}
footer .contact ul li a, footer .contact ul li a:visited, footer .contact ul li a:active, footer .contact ul li a:focus {
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
footer .contact ul li a:hover {
  color: #e6e6e6;
}
footer .logo {
  min-width: 100%;
  -ms-grid-column: 2;
  height: 80px;
}
footer .logo a {
  margin: auto;
}
@media only screen and (max-width: 799px) {
  footer .logo {
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
footer .social-menu {
  position: relative;
  width: 100%;
  -ms-grid-column: 3;
}
footer .social-menu__container {
  display: flex;
  justify-content: flex-end;
}
footer .social-menu__container li {
  margin: 0 0 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
}
footer .social-menu__container li:first-of-type {
  margin: 0;
}
footer .social-menu__container li a {
  color: #000000;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
}
footer .social-menu__container li a:hover {
  color: #007d41 !important;
}
footer .social-menu__container li.social-menu-button a {
  color: #000000;
  transition: 0.25s all ease-in-out;
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  footer .social-menu__container li.social-menu-button a {
    max-width: 40px;
    white-space: nowrap;
    overflow: hidden;
  }
}
footer .social-menu__container li.social-menu-button a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  margin: 0 20px 0 0;
  color: #ffffff;
  padding: 2px 0 0 0;
  transition: 0.25s all ease-in-out, 0s font-size ease;
  background-image: url("../img/hex-outline/white-small.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .social-menu__container li.social-menu-button a:hover::before {
  color: #212121;
}
footer .social-menu__container li.social-menu-button--phone a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f095";
}
footer .social-menu__container li.social-menu-button--mail a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
}
footer .social-menu__container li.social-menu-button--facebook a::before {
  content: "\f39e";
}
footer .social-menu__container li.social-menu-button--twitter a::before {
  content: "\f099";
}
footer .social-menu__container li.social-menu-button--linkedin a::before {
  content: "\f0e1";
}
footer .social-menu__container li.social-menu-button--instagram a::before {
  content: "\f16d";
}
footer .social-menu__container li.social-menu-button--youtube a::before {
  content: "\f167";
}
@media only screen and (max-width: 799px) {
  footer .social-menu {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  footer .social-menu__container {
    justify-content: center;
  }
}

.block--content {
  background: white;
  padding: 80px 0 40px 0;
}

.content__file a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2px 0;
  padding: 0 80px 0 20px;
  color: #000000;
  position: relative;
  background: #ffffff;
  width: 100%;
  text-align: left;
  line-height: 60px;
  max-height: 60px;
  white-space: nowrap;
  overflow: hidden;
}
.content__file a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  transition: 0.25s all ease-in-out;
}
.content__file a::after {
  content: "\f063";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #00b05b;
  transition: 0.25s all ease-in-out;
}
.content__file a:hover::after {
  animation: rotate 0.5s 1;
}
.content__file a:last-of-type {
  margin: 0 0 40px 0;
}
.content__text ul {
  padding: 0 0 40px 0;
}
.content__text ul li {
  padding: 0 0 4px 20px;
  position: relative;
}
.content__text ul li:last-of-type {
  padding: 0 0 0 20px;
}
.content__text ul li::before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  color: #00b05b;
}
.content__spacer--positive {
  height: 40px;
}
.content__spacer--negative {
  margin: -40px 0 0 0;
}
.content__text-image {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 959px) {
  .content__text-image {
    margin: 0;
  }
}
.content__text-image .content__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}
.content__text-image .content__row:not(:first-of-type) {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 959px) {
  .content__text-image .content__row:not(:first-of-type) {
    margin: 40px 0 0 0;
  }
}
.content__text-image .content__row:nth-child(2n+2) .content__col--image {
  order: 1;
}
@media only screen and (max-width: 959px) {
  .content__text-image .content__row:nth-child(2n+2) .content__col--image {
    order: 0;
  }
}
.content__text-image .content__col--image {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content__text-image .content__col--image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 959px) {
  .content__text-image .content__col--image {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.content__text-image .content__col--text {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 -40px 0;
}
.content__text-image .content__col--text ul {
  padding: 0 0 40px 0;
}
.content__text-image .content__col--text ul li {
  padding: 0 0 4px 20px;
  position: relative;
}
.content__text-image .content__col--text ul li:last-of-type {
  padding: 0 0 0 20px;
}
.content__text-image .content__col--text ul li::before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  color: #00b05b;
}
@media only screen and (max-width: 959px) {
  .content__text-image .content__col--text {
    width: 100%;
    margin: 0;
  }
}
.content--white {
  background: #ffffff;
}
.content--white .content__file a {
  line-height: 56px;
  border: 2px solid white;
}
.content--white .content__file a::before {
  top: -2px;
  right: -2px;
  width: 60px;
  border: 2px solid white;
}
.content--white .content__file a::after {
  top: -2px;
  right: -2px;
  width: 60px;
}
.content--grey {
  background: white;
}
.content--grey .content__file a::before {
  border-left: 2px solid white;
}
.content--center .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.content--center .wrapper .content__col--text {
  align-items: center;
  text-align: center;
}
.content--center .content__text ul li {
  padding: 0 0 4px 0;
}
.content--center .content__text ul li:last-of-type {
  padding: 0;
}
.content--center .content__text ul li::before {
  position: relative;
  display: inline-block;
  height: 6px;
  top: -4px;
  padding: 0 10px 0 0;
}
.content--center .content__text-image .content__col--text ul li {
  padding: 0 0 4px 0;
}
.content--center .content__text-image .content__col--text ul li:last-of-type {
  padding: 0;
}
.content--center .content__text-image .content__col--text ul li::before {
  position: relative;
  display: inline-block;
  height: 6px;
  top: -4px;
  padding: 0 10px 0 0;
}

.block--form {
  padding: 80px 0 40px 0;
}

.form form {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.form form .gform_body {
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
.form form .gform_body ul li {
  position: relative;
}
.form form .gform_body ul li label {
  display: none;
}
.form form .gform_body ul li div input,
.form form .gform_body ul li div select,
.form form .gform_body ul li div textarea {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  border: none;
  padding: 20px;
  background: #ffffff;
  display: block;
}
.form form .gform_body ul li div input:-webkit-autofill {
  -webkit-text-fill-color: #000000;
}
.form form .gform_body ul li div textarea {
  resize: none;
}
.form form .gform_body ul li div.ginput_container_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  transition: 0.25s all ease-in-out;
}
.form form .gform_body ul li div.ginput_container_select::after {
  content: "\f063";
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #00b05b;
  background: #ffffff;
  transition: 0.25s all ease-in-out;
}
.form form .gform_body ul li div.ginput_container_select:hover::after {
  animation: rotate 0.5s 1;
}
.form form .gform_body ul li .validation_message {
  display: none;
}
.form form .gform_body ul li:not(:first-of-type) input {
  margin: 2px 0 0 0;
}
.form form .gform_body ul li:not(:first-of-type) select {
  margin: 2px 0 0 0;
}
.form form .gform_body ul li:not(:first-of-type) textarea {
  margin: 2px 0 0 0;
}
.form form .gform_body ul li.gfield_error input,
.form form .gform_body ul li.gfield_error select,
.form form .gform_body ul li.gfield_error textarea {
  color: #00b05b;
}
.form form .gform_body ul li.gfield_error input::placeholder,
.form form .gform_body ul li.gfield_error select::placeholder,
.form form .gform_body ul li.gfield_error textarea::placeholder {
  color: #00b05b;
  opacity: 1;
  font-weight: 400;
}
.form form .gform_body ul li.gfield_contains_required::before {
  content: "\f192";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #00b05b;
}
.form form .gform_body ul li.gfield_contains_required div.ginput_container_select::before {
  content: "\f192";
  position: absolute;
  top: 0;
  right: 60px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #00b05b;
}
.form form .gform_body .gform_validation_container {
  display: none;
}
.form form .validation_error {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  border-left: 2px solid #00b05b;
  order: 2;
}
@media only screen and (max-width: 799px) {
  .form form .validation_error {
    position: relative;
    padding: 20px;
    margin: 0 0 40px 0;
  }
}
.form form .gform_footer {
  position: relative;
  text-align: right;
  order: 3;
}
.form form .gform_footer .gform_ajax_spinner {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.form form .gform_footer .gform_ajax_spinner svg {
  fill: red;
}
.form form .gform_footer button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  border: none;
}
.form form .gform_footer button:hover {
  cursor: pointer;
}
.form__main-container {
  width: 100%;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 799px) {
  .form__main-container {
    width: 100%;
    margin: 0 0 2px 0;
    flex: none;
  }
}
.form__left-container {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  flex: 1;
}
@media only screen and (max-width: 799px) {
  .form__left-container {
    width: 100%;
    margin: 0;
    flex: none;
  }
}
.form__right-container {
  width: calc(50% - 20px);
  flex: 1;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 799px) {
  .form__right-container {
    width: 100%;
    margin: 0;
    flex: none;
    margin: 2px 0 40px 0;
  }
}
.form__textarea--1 textarea {
  height: 60px;
}
.form__textarea--2 textarea {
  height: 122px;
}
.form__textarea--3 textarea {
  height: 184px;
}
.form__textarea--4 textarea {
  height: 246px;
}
.form__textarea--5 textarea {
  height: 308px;
}
.form__textarea--6 textarea {
  height: 370px;
}
.form--white {
  background: #ffffff;
}
.form--white form .gform_body ul li div input {
  padding: 18px 20px;
  border: 2px solid white;
}
.form--white form .gform_body ul li div select {
  padding: 18px 20px;
  border: 2px solid white;
}
.form--white form .gform_body ul li div textarea {
  border: 2px solid white;
}
.form--white form .gform_body ul li div.ginput_container_select::before {
  right: 58px;
  border-right: 2px solid white;
}
.form--white form .gform_body ul li.gfield_contains_required div.ginput_container_select::before {
  right: 58px;
  border-right: 2px solid white;
}
.form--grey {
  background: white;
}
.form--grey form .gform_body ul li div.ginput_container_select::before {
  right: 60px;
  border-right: 2px solid white;
}
.form--grey form .gform_body ul li.gfield_contains_required div.ginput_container_select::before {
  right: 60px;
  border-right: 2px solid white;
}
.block--hero {
  position: relative;
  overflow: hidden;
}

.scroll-down-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  background: #00b05b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
  z-index: 1;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  animation: pulsePause 4s infinite;
}
@media only screen and (max-width: 639px) {
  .scroll-down-button {
    bottom: 30px;
    left: auto;
    right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .scroll-down-button {
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    bottom: 40px;
  }
}
.scroll-down-button a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scroll-down-button a::before {
  content: "\f063";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 399px) {
  .scroll-down-button a::before {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }
}
.scroll-down-button:hover {
  cursor: pointer;
  background: #007d41;
  animation: pulse 0.5s 1;
}

@keyframes pulsePause {
  0% {
    transform: scale3d(1, 1, 1);
  }
  6% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  12% {
    transform: scale3d(1, 1, 1);
  }
  18% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  24% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.highlight {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.highlight__container {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 80px 40px 40px 40px;
  transition: 0.25s all ease-in-out;
  color: #ffffff;
}
.highlight__container:hover .highlight__image {
  animation: rotate 0.5s 1;
}
.highlight__container:hover .highlight__button {
  animation: pulse 0.5s 1;
}
@media only screen and (max-width: 1279px) {
  .highlight__container {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .highlight__container {
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .highlight__container {
    padding: 80px 20px 40px 20px;
  }
}
.highlight__image {
  width: 120px;
  height: 120px;
  margin: 0 0 40px 0;
  align-self: center;
  max-width: 100%;
}
.highlight__title {
  text-align: center;
}
.highlight__text {
  max-width: 480px;
  align-self: center;
}
.highlight__text ul {
  padding: 0 0 40px 0;
}
.highlight__text ul li {
  padding: 0 0 4px 20px;
  position: relative;
}
.highlight__text ul li:last-of-type {
  padding: 0 0 0 20px;
}
.highlight__text ul li::before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  color: #00b05b;
}
.highlight__button {
  align-self: center;
  margin-top: auto;
}
.highlight--left {
  text-align: left;
}
.highlight--center {
  justify-content: center;
}
.highlight--center .highlight__text ul li {
  padding: 0 0 4px 0;
}
.highlight--center .highlight__text ul li:last-of-type {
  padding: 0;
}
.highlight--center .highlight__text ul li::before {
  position: relative;
  display: inline-block;
  height: 6px;
  top: -4px;
  padding: 0 10px 0 0;
}
.highlight--white {
  background: #ffffff;
}
.highlight--grey {
  background: white;
}
.highlight--grey.highlight--color-basic .highlight__container {
  border: none;
  background: #ffffff;
}
.highlight--color-basic {
  padding: 80px 80px 0 80px;
  width: 100%;
}
@media only screen and (max-width: 1119px) {
  .highlight--color-basic {
    padding: 80px 40px 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .highlight--color-basic {
    padding: 80px 20px 0 20px;
  }
}
.highlight--color-basic .highlight__container {
  width: calc(33.3333333333% - 53.3333333333px);
  border: 2px solid white;
  margin: 0 80px 80px 0;
}
.highlight--color-basic .highlight__container:nth-child(3n+3) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1279px) {
  .highlight--color-basic .highlight__container {
    width: calc(50% - 40px);
  }
  .highlight--color-basic .highlight__container:nth-child(3n+3) {
    margin: 0 80px 80px 0;
  }
  .highlight--color-basic .highlight__container:nth-child(2n+2) {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 799px) {
  .highlight--color-basic .highlight__container {
    width: 100%;
  }
  .highlight--color-basic .highlight__container:nth-child(1n+1) {
    margin: 0 0 80px 0;
  }
}
.highlight--color-basic .highlight__title {
  color: #000000;
}
.highlight--color-basic .highlight__text {
  color: #000000;
}
.highlight--color-basic .highlight__text h2 {
  color: #000000;
}
.highlight--color-basic .highlight__text h3 {
  color: #000000;
}
.highlight--color-mixed .highlight__container:nth-child(6n+1) {
  background: #00b05b;
}
.highlight--color-mixed .highlight__container:nth-child(6n+2) {
  background: #2bb874;
}
.highlight--color-mixed .highlight__container:nth-child(6n+3) {
  background: #00b05b;
}
.highlight--color-mixed .highlight__container:nth-child(6n+4) {
  background: #2bb874;
}
.highlight--color-mixed .highlight__container:nth-child(6n+5) {
  background: #5a5a5a;
}
.highlight--color-mixed .highlight__container:nth-child(6n+6) {
  background: #8d8d8d;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+1) {
  background: #007d41;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+2) {
  background: #218f5a;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+3) {
  background: #007d41;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+4) {
  background: #218f5a;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+5) {
  background: #404040;
}
.highlight--color-mixed .highlight__container:hover:nth-child(6n+6) {
  background: #737373;
}
.highlight--color-mixed .highlight__container:hover .highlight__button {
  color: #000000;
  background: #ffffff;
}
.highlight--color-mixed .highlight__title {
  color: #ffffff;
}
.highlight--color-mixed .highlight__text {
  color: #ffffff;
}
.highlight--color-mixed .highlight__text h2 {
  color: #ffffff;
}
.highlight--color-mixed .highlight__text h3 {
  color: #ffffff;
}
.highlight--color-mixed .highlight__text ul li::before {
  color: #ffffff;
}
.highlight--image .highlight__image {
  width: 180px;
  height: 180px;
}
.highlight--image .highlight__image img {
  border-radius: 50%;
}
.highlight--full .highlight__container {
  padding: 0 0 40px 0;
}
.highlight--full .highlight__container:hover .highlight__image {
  animation: none;
}
.highlight--full .highlight__image {
  width: 100%;
  height: auto;
  margin: 0 0 80px 0;
}
.highlight--full .highlight__title {
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 399px) {
  .highlight--full .highlight__title {
    padding: 0 20px 40px 20px;
  }
}
.highlight--full .highlight__text {
  padding: 0 40px;
}
@media only screen and (max-width: 399px) {
  .highlight--full .highlight__text {
    padding: 0 20px 40px 20px;
  }
}
.highlight--full .highlight__button {
  margin: auto 40px 40px 40px;
}
@media only screen and (max-width: 399px) {
  .highlight--full .highlight__button {
    margin: auto 20px 40px 20px;
  }
}

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

.intro {
  overflow: hidden;
}
.intro__title {
  width: 100%;
  text-align: center;
  padding: 80px 80px 40px 80px;
  position: relative;
}
.intro__title h1 {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1119px) {
  .intro__title {
    padding: 80px 40px 40px 40px;
  }
}
@media only screen and (max-width: 399px) {
  .intro__title {
    padding: 80px 20px 40px 20px;
  }
}
.intro__date {
  max-width: none;
  text-align: center;
  margin: -20px 0 0 0;
  width: 100%;
  width: 100%;
}
.intro__date i {
  margin: 0 5px 0 20px;
  font-weight: 400;
}
.intro__date i:first-of-type {
  margin: 0 5px 0 0;
}
.intro__text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.intro__text ul {
  padding: 0 0 40px 0;
}
.intro__text ul li {
  padding: 0 0 4px 0;
  position: relative;
}
.intro__text ul li:last-of-type {
  padding: 0;
}
.intro__text ul li::before {
  content: "\f192";
  position: relative;
  display: inline-block;
  height: 6px;
  top: -6px;
  padding: 0 10px 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  color: #00b05b;
}
.intro__button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.intro__button a {
  margin: 0 20px 40px 20px;
}
.intro--white .intro__title {
  padding: 0 80px;
}
@media only screen and (max-width: 1119px) {
  .intro--white .intro__title {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .intro--white .intro__title {
    padding: 0 20px;
  }
}
.intro--grey .intro__title {
  background: white;
  margin: -80px 0 80px 0;
}
.intro--primary .intro__title {
  background: #00b05b;
  margin: -80px 0 80px 0;
}
.intro--primary .intro__title h1 {
  color: #ffffff;
}
.intro--primary .intro__date {
  color: #ffffff;
}
.intro--secondary .intro__title {
  background: #00b05b;
  margin: -80px 0 80px 0;
}
.intro--secondary .intro__title h1 {
  color: #ffffff;
}
.intro--secondary .intro__date {
  color: #ffffff;
}
.intro--image .intro__title {
  background: #00b05b;
  margin: -80px 0 80px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 80px 80px 80px;
}
.intro--image .intro__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
@media only screen and (max-width: 1119px) {
  .intro--image .intro__title {
    padding: 120px 40px 80px 40px;
  }
}
@media only screen and (max-width: 399px) {
  .intro--image .intro__title {
    padding: 120px 20px 80px 20px;
  }
}
.intro--image .intro__title h1 {
  color: #ffffff;
  position: relative;
  text-shadow: #000000 0px 0px 8px;
  z-index: 1;
}
.intro--image .intro__date {
  color: #ffffff;
  text-shadow: #000000 0px 0px 8px;
  position: relative;
  z-index: 1;
}

.map {
  position: relative;
  overflow: hidden;
}
.map__map {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 80px);
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .map__map:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00b05b 10%, rgba(0, 176, 91, 0.5) 90%);
  }
}
@media only screen and (max-width: 399px) {
  .map__map:after {
    background: linear-gradient(to right, #00b05b 10%, rgba(0, 176, 91, 0.75) 90%);
  }
}
.map__content {
  position: relative;
  padding: 80px;
  background: white;
  background: #00b05b;
  min-height: 480px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 799px) {
  .map__content {
    display: flex;
    background: transparent;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 399px) {
  .map__content {
    min-height: 0;
  }
}
.map__content ul:not(:first-of-type) {
  margin: 20px 0 0 0;
}
.map__content ul li {
  color: #ffffff;
}
.map__content ul li:not(:first-of-type) {
  margin: 10px 0 0 0;
}
.map__content ul li h3 {
  color: #ffffff;
  padding: 0;
}
.map__content ul li.map__button {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.map__content ul li.map__button a {
  color: #ffffff;
  transition: 0.25s all ease-in-out;
  word-break: break-all;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.map__content ul li.map__button a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  margin: 0 20px 0 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.25s all ease-in-out;
}
.map__content ul li.map__button a:hover {
  cursor: pointer;
}
.map__content ul li.map__button a:hover::before {
  animation: rotate 0.5s 1;
  color: #00b05b;
  border: 2px solid #00b05b;
}
.map__content ul li.map__button--phone a::before {
  content: "\f3ce";
}
.map__content ul li.map__button--mail {
  overflow: hidden;
}
.map__content ul li.map__button--mail a::before {
  content: "\f2b6";
}

.open {
  padding: 80px 0 40px 0;
}
.open .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.open__title {
  text-align: center;
}
.open__text {
  text-align: center;
}
.open__days {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}
@media only screen and (max-width: 799px) {
  .open__days {
    width: 240px;
  }
}
.open__days li {
  width: 240px;
  position: relative;
  padding: 20px 0 20px 80px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.open__days li:nth-child(2n+1) {
  margin: 0 80px 20px 0;
}
@media only screen and (max-width: 799px) {
  .open__days li:nth-child(2n+1) {
    margin: 0 0 20px 0;
  }
}
.open__days li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  margin: 0 20px 0 0;
  color: #00b05b;
}
.open--white {
  background: #ffffff;
}
.open--white .open__days li span {
  border: 2px solid white;
}
.open--grey {
  background: white;
}
.open--grey .open__days li span {
  border: 2px solid #ffffff;
}

.person {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.person__container {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 80px 40px 40px 40px;
  transition: 0.25s all ease-in-out;
}
.person__container:hover .person__image {
  animation: rotate 0.5s 1;
}
@media only screen and (max-width: 1279px) {
  .person__container {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .person__container {
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .person__container {
    padding: 80px 20px 40px 20px;
  }
}
.person__image {
  width: 180px;
  height: 180px;
  margin: 0 0 40px 0;
  align-self: center;
  max-width: 100%;
}
.person__image img {
  border-radius: 50%;
}
.person__text {
  align-self: center;
  max-width: 480px;
  margin: 0 0 40px 0;
}
.person__text ul:not(:first-of-type) {
  margin: 20px 0 0 0;
}
.person__text ul li:not(:first-of-type) {
  margin: 10px 0 0 0;
}
.person__text ul li h3 {
  padding: 0;
  text-align: center;
}
.person__text ul li h4 {
  text-align: center;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.person__text ul li.person__button {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.person__text ul li.person__button a {
  color: #000000;
  transition: 0.25s all ease-in-out;
  word-break: break-all;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.person__text ul li.person__button a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  margin: 0 20px 0 0;
  border-radius: 50%;
  border: 2px solid #00b05b;
  color: #00b05b;
  transition: 0.25s all ease-in-out;
}
.person__text ul li.person__button a:hover {
  cursor: pointer;
}
.person__text ul li.person__button a:hover::before {
  animation: rotate 0.5s 1;
  color: #00b05b;
  border: 2px solid #00b05b;
}
.person__text ul li.person__button--phone a::before {
  content: "\f3ce";
}
.person__text ul li.person__button--mail {
  overflow: hidden;
}
.person__text ul li.person__button--mail a::before {
  content: "\f2b6";
}
.person--left {
  text-align: left;
}
.person--center {
  text-align: left;
  justify-content: center;
}
.person--white {
  background: #ffffff;
}
.person--grey {
  background: white;
}
.person--grey.person--color-basic .person__container {
  border: none;
  background: #ffffff;
}
.person--color-basic {
  padding: 80px 80px 0 80px;
  width: 100%;
}
@media only screen and (max-width: 1119px) {
  .person--color-basic {
    padding: 80px 40px 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .person--color-basic {
    padding: 80px 20px 0 20px;
  }
}
.person--color-basic .person__container {
  width: calc(33.3333333333% - 53.3333333333px);
  border: 2px solid white;
  margin: 0 80px 80px 0;
}
.person--color-basic .person__container:nth-child(3n+3) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1279px) {
  .person--color-basic .person__container {
    width: calc(50% - 40px);
  }
  .person--color-basic .person__container:nth-child(3n+3) {
    margin: 0 80px 80px 0;
  }
  .person--color-basic .person__container:nth-child(2n+2) {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 799px) {
  .person--color-basic .person__container {
    width: 100%;
  }
  .person--color-basic .person__container:nth-child(1n+1) {
    margin: 0 0 80px 0;
  }
}
.person--color-basic .person__text ul li h3 {
  color: #000000;
}
.person--color-basic .person__text ul li h4 {
  color: #000000;
}
.person--color-mixed .person__container:nth-child(6n+1) {
  background: #00b05b;
}
.person--color-mixed .person__container:nth-child(6n+2) {
  background: #2bb874;
}
.person--color-mixed .person__container:nth-child(6n+3) {
  background: #00b05b;
}
.person--color-mixed .person__container:nth-child(6n+4) {
  background: #2bb874;
}
.person--color-mixed .person__container:nth-child(6n+5) {
  background: #5a5a5a;
}
.person--color-mixed .person__container:nth-child(6n+6) {
  background: #8d8d8d;
}
.person--color-mixed .person__container:hover:nth-child(6n+1) {
  background: #007d41;
}
.person--color-mixed .person__container:hover:nth-child(6n+2) {
  background: #218f5a;
}
.person--color-mixed .person__container:hover:nth-child(6n+3) {
  background: #007d41;
}
.person--color-mixed .person__container:hover:nth-child(6n+4) {
  background: #218f5a;
}
.person--color-mixed .person__container:hover:nth-child(6n+5) {
  background: #404040;
}
.person--color-mixed .person__container:hover:nth-child(6n+6) {
  background: #737373;
}
.person--color-mixed .person__text ul li {
  color: #ffffff;
}
.person--color-mixed .person__text ul li h3 {
  color: #ffffff;
}
.person--color-mixed .person__text ul li h4 {
  color: #ffffff;
}
.person--color-mixed .person__text ul li.person__button a {
  color: #ffffff;
}
.person--color-mixed .person__text ul li.person__button a::before {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.person--color-mixed .person__text ul li.person__button a:hover::before {
  animation: rotate 0.5s 1;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.post__container {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.post__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  padding: 80px 40px 40px 40px;
  transition: 0.25s all ease-in-out;
  transform: translate(0, 50vw);
  opacity: 0;
  animation: fly-in 0.5s forwards;
}
@media only screen and (max-width: 1279px) {
  .post__item {
    width: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .post__item {
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .post__item {
    padding: 80px 20px 40px 20px;
  }
}
.post__item:hover .post__image {
  animation: rotate 0.5s 1;
}
.post__item:hover .post__button {
  animation: pulse 0.5s 1;
}
.post__image {
  width: 180px;
  height: 180px;
  margin: 0 0 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post__image--video::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  text-indent: 4px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.post__title {
  color: #000000;
  text-transform: uppercase;
  max-width: 480px;
}
.post__text {
  color: #000000;
  max-width: 480px;
}
.post__button {
  align-self: center;
  margin-top: auto;
}
.post__load {
  display: flex;
  justify-content: center;
}
.post__load button {
  margin: 0 0 80px 0;
  position: relative;
}
.post__load button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url(../img/loading.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(0, -50%);
}
.post__load button.loader::after {
  opacity: 1;
}
.post--center .post__container {
  justify-content: center;
}
.post--white {
  background: #ffffff;
}
.post--white.post--color-basic .post__item {
  border: 2px solid white;
}
.post--grey {
  background: white;
}
.post--grey.post--color-basic .post__item {
  background: #ffffff;
}
.post--color-basic {
  padding: 80px 80px 0 80px;
}
@media only screen and (max-width: 1119px) {
  .post--color-basic {
    padding: 80px 40px 0 40px;
  }
}
@media only screen and (max-width: 399px) {
  .post--color-basic {
    padding: 80px 20px 0 20px;
  }
}
.post--color-basic .post__item {
  width: calc(33.3333333333% - 53.3333333333px);
  margin: 0 0 80px 80px;
  color: #000000;
}
.post--color-basic .post__item:nth-child(3n+1) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1279px) {
  .post--color-basic .post__item {
    width: calc(50% - 40px);
  }
  .post--color-basic .post__item:nth-child(3n+1) {
    margin: 0 0 80px 80px;
  }
  .post--color-basic .post__item:nth-child(2n+1) {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 799px) {
  .post--color-basic .post__item {
    width: 100%;
  }
  .post--color-basic .post__item:nth-child(1n+1) {
    margin: 0 0 80px 0;
  }
}
.post--color-mixed .post__item:nth-child(6n+1) {
  background: #00b05b;
}
.post--color-mixed .post__item:nth-child(6n+2) {
  background: #2bb874;
}
.post--color-mixed .post__item:nth-child(6n+3) {
  background: #00b05b;
}
.post--color-mixed .post__item:nth-child(6n+4) {
  background: #2bb874;
}
.post--color-mixed .post__item:nth-child(6n+5) {
  background: #5a5a5a;
}
.post--color-mixed .post__item:nth-child(6n+6) {
  background: #8d8d8d;
}
.post--color-mixed .post__item:hover:nth-child(6n+1) {
  background: #007d41;
}
.post--color-mixed .post__item:hover:nth-child(6n+2) {
  background: #218f5a;
}
.post--color-mixed .post__item:hover:nth-child(6n+3) {
  background: #007d41;
}
.post--color-mixed .post__item:hover:nth-child(6n+4) {
  background: #218f5a;
}
.post--color-mixed .post__item:hover:nth-child(6n+5) {
  background: #404040;
}
.post--color-mixed .post__item:hover:nth-child(6n+6) {
  background: #737373;
}
.post--color-mixed .post__item:hover .post__button {
  color: #000000;
  background: #ffffff;
}
.post--color-mixed .post__title {
  color: #ffffff;
}
.post--color-mixed .post__text {
  color: #ffffff;
}
.post--color-mixed .post__load {
  padding: 80px 0 0 0;
}
.post--icon .post__image {
  width: 120px;
  height: 120px;
}
.post--icon .post__image img {
  border-radius: 0%;
}
@keyframes fly-in {
  0% {
    transform: translate(0, 50vw);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.block--reference {
  padding: 80px 0 80px 0;
  background: white;
}

.reference--white {
  background: #ffffff;
}
.reference--grey {
  background: white;
}

.block--search {
  padding: 80px 0 40px 0;
}

.search__result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2px 0;
  padding: 0 80px 0 20px;
  color: #000000;
  position: relative;
  background: #ffffff;
  width: 100%;
  text-align: left;
  line-height: 60px;
  max-height: 60px;
  white-space: nowrap;
  overflow: hidden;
}
.search__result::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  transition: 0.25s all ease-in-out;
}
.search__result::after {
  content: "\f061";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #00b05b;
  transition: 0.25s all ease-in-out;
}
.search__result:last-of-type {
  margin: 0 0 40px 0;
}
.search--white {
  background: #ffffff;
}
.search--white .search__result {
  line-height: 56px;
  border: 2px solid white;
}
.search--white .search__result::before {
  top: -2px;
  right: -2px;
  width: 60px;
  border: 2px solid white;
}
.search--white .search__result::after {
  top: -2px;
  right: -2px;
  width: 60px;
}
.search--grey {
  background: white;
}
.search--grey .search__result::before {
  border-left: 2px solid white;
}
.search--center .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.block--search h2 > strong {
  color: #00b05b;
}

.search__result {
  height: auto;
  flex-direction: column;
  max-height: none;
  border-radius: 8px;
  transition: 100ms all ease-in-out;
  position: relative;
  justify-content: flex-end;
  margin-top: 20px !important;
  background-color: #d9d9d9;
}
.search__result.image {
  height: 240px;
  color: #ffffff;
}
.search__result.image div.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 250ms ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.search__result.image div.background::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 250ms ease-in-out;
}
.search__result strong {
  height: 24px;
  z-index: 10;
}
.search__result div.sub {
  font-size: 14px;
  z-index: 10;
}
.search__result::before, .search__result::after {
  content: none;
  transition: 0.2s all ease-in-out;
  background-color: transparent !important;
}
.search__result:hover {
  background-color: #00b05b;
}
.search__result:hover.image .background::after {
  background-color: rgba(0, 176, 91, 0.8);
}
.search__result:hover::before {
  border-color: #d9d9d9 !important;
}

.spacer--white {
  background: #ffffff;
}
.spacer--grey {
  background: white;
}
.spacer--positive {
  height: 80px;
}
.spacer--negative {
  margin: -80px 0 0 0;
}

.table {
  padding: 80px 0;
}
.table__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2px 0;
  padding: 20px;
}
.table__row:last-of-type {
  margin: 0 !important;
}
.table__row--title {
  background: #00b05b;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0 10px 0;
}
.table__row--title:first-of-type {
  margin: 0 0 10px 0 !important;
}
.table__row--title:last-of-type {
  margin: 40px 0 0 0 !important;
}
.table__row--title .table__col--left {
  width: 100%;
}
.table__row--title .table__col--right {
  display: none;
}
.table__row--normal {
  background: #ffffff;
}
.table__row--normal .table__col--left {
  width: 50%;
  position: relative;
  padding: 0 20px 0 0;
  color: #00b05b;
}
@media only screen and (max-width: 799px) {
  .table__row--normal .table__col--left {
    width: 100%;
  }
}
.table__row--normal .table__col--right {
  width: 50%;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 799px) {
  .table__row--normal .table__col--right {
    width: 100%;
    padding: 0px;
  }
}
.table__row--note {
  background: #d9d9d9;
  color: #ffffff;
  position: relative;
}
.table__row--note:before {
  content: "\f192";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 6px;
}
.table__row--note .table__col--left {
  width: 100%;
  padding: 0 0 0 20px;
}
.table__row--note .table__col--right {
  display: none;
}
.table--white {
  background: #ffffff;
}
.table--white .table__row--normal {
  padding: 18px 20px;
  border: 2px solid white;
}
.table--grey {
  background: white;
}

.usp p {
  padding: 40px 0 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 399px) {
  .usp p {
    font-size: 16px;
    line-height: 20px;
  }
}
.usp p:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  margin: 0 20px 0 0;
  border-radius: 50%;
  border: 2px solid #000000;
  transition: 0.25s all ease-in-out;
}
.usp--grey {
  background: white;
}
.usp--primary {
  background: #00b05b;
}
.usp--primary p {
  color: #ffffff;
}
.usp--primary p:before {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.usp--secondary {
  background: #00b05b;
}
.usp--secondary p {
  color: #ffffff;
}
.usp--secondary p:before {
  border: 2px solid #ffffff;
  color: #ffffff;
}

html {
  max-width: 100%;
}

.article {
  max-width: 100%;
  background-color: #d9d9d9 !important;
}

main {
  overflow: hidden;
}

main > svg {
  position: absolute;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p {
  color: #212121;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  font-size: 18px;
}
@media only screen and (max-width: 799px) {
  p {
    font-size: 16px;
  }
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

.slider.slider--hero {
  min-height: calc(100vh + 180px);
}
.slider.slider--hero.owl-loaded {
  min-height: 0px;
}
.slider.slider--hero .slider__container {
  height: calc(110vh + 180px);
  min-height: 1100px;
  max-height: none;
  position: relative;
  background-color: #d9d9d9;
}
.slider.slider--hero .slider__container .divider {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1439px) {
  .slider.slider--hero .slider__container {
    min-height: 1100px;
    height: 120vh;
  }
}
@media only screen and (max-width: 1279px) {
  .slider.slider--hero .slider__container {
    max-height: 1600px;
  }
  .slider.slider--hero .slider__container .slider__image {
    height: 70%;
  }
  .slider.slider--hero .slider__container .divider {
    bottom: 30%;
  }
}
@media only screen and (max-width: 1119px) {
  .slider.slider--hero .slider__container {
    max-height: 1200px;
  }
  .slider.slider--hero .slider__container .slider__image {
    height: 60%;
    margin-top: 80px;
  }
  .slider.slider--hero .slider__container .divider {
    bottom: calc(40% - 80px);
  }
}
@media only screen and (max-width: 799px) {
  .slider.slider--hero .slider__container {
    height: calc(110vh + 280px);
  }
  .slider.slider--hero .slider__container .slider__image {
    height: 45%;
  }
  .slider.slider--hero .slider__container .divider {
    bottom: calc(55% - 80px);
  }
}
@media only screen and (max-width: 399px) {
  .slider.slider--hero .slider__container {
    height: calc(150vh + 280px);
  }
}

.shape-container {
  width: 800px;
  max-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 20;
}
.shape-container#hero {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
  max-width: calc(50% - 40px);
  z-index: 200;
}
@media only screen and (max-width: 1279px) {
  .shape-container#hero {
    max-width: calc(100% - 40px);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 639px) {
  .shape-container#hero {
    max-width: calc(100% - 0px);
    padding: 0;
  }
}
.shape-container#diensten {
  width: 600px;
  top: -23vw;
  bottom: auto;
  left: calc(50% + 80px);
  max-width: calc(50% - 120px);
}
.shape-container#diensten > .content > p {
  margin-top: 100px;
}
@media only screen and (max-width: 1119px) {
  .shape-container#diensten > .content > p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .shape-container#diensten {
    max-width: calc(100% - 40px);
    left: auto;
    transform: translateX(0);
    bottom: auto;
    top: auto;
    position: relative;
    margin: auto;
  }
  .shape-container#diensten .inner .chevron::before,
  .shape-container#diensten .inner .chevron::after {
    background-color: #a0a0a0;
  }
}
@media only screen and (max-width: 639px) {
  .shape-container#diensten {
    max-width: calc(100% - 0px);
    padding: 0;
  }
}
.shape-container .inner {
  position: absolute;
  top: 2px;
}
.shape-container .inner--top {
  margin-bottom: 160px !important;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shape-container .inner--top h3 {
  line-height: 65px;
  font-weight: 700 !important;
}
.shape-container .inner--top .chevron {
  min-width: 101% !important;
  left: -5px;
}
.shape-container .inner--top .chevron::before,
.shape-container .inner--top .chevron::after {
  border-radius: 6px !important;
  width: 103px;
}
.shape-container .inner--top .chevron::before {
  left: 5px !important;
}
.shape-container .inner--top .chevron::after {
  right: 13px !important;
}
.shape-container .inner--bottom {
  position: absolute;
  bottom: 0;
  width: 800px;
  max-width: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 639px) {
  .shape-container .inner--bottom {
    max-width: calc(100% - 40px);
  }
}
.shape-container.green > .chevron::after,
.shape-container.green > .chevron::before {
  background-color: #00b05b;
}
.shape-container.grey > .chevron::after,
.shape-container.grey > .chevron::before {
  background-color: #d9d9d9;
}
.shape-container.black > .chevron::after,
.shape-container.black > .chevron::before {
  background-color: #000000;
}

.divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 17vw;
  overflow: hidden;
}
.divider::before, .divider::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 6px);
  left: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 30;
  transform-origin: top right;
  transform: skew(0deg, -18deg);
  border-radius: 0 12px 0 0;
}
.divider::after {
  transform-origin: top left;
  transform: skew(0deg, 18deg);
  left: auto;
  right: 0;
  border-radius: 12px 0 0 0;
}
.divider--reverse::before {
  transform: skew(0deg, 18deg);
  border-radius: 0 0 12px 0;
}
.divider--reverse::after {
  transform: skew(0deg, -18deg);
  border-radius: 0 0 0 12px;
}
.divider.no_height {
  margin-bottom: -17vw;
}
@media only screen and (max-width: 1279px) {
  .divider.no_height {
    margin-bottom: 0;
  }
}
.divider.green::after, .divider.green::before {
  background-color: #00b05b;
}
.divider.grey::after, .divider.grey::before {
  background-color: #d9d9d9;
}
.divider.black::after, .divider.black::before {
  background-color: #000000;
}
.divider.white::after, .divider.white::before {
  background-color: #ffffff;
}

.chevron {
  position: absolute;
  text-align: center;
  left: -9px;
  width: calc(100% + 17px);
  top: 0px;
  overflow: hidden;
  padding: 0;
  height: 51%;
  z-index: -1;
}
.chevron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  width: 50%;
  background: #ffffff;
  transform: skew(0deg, -18deg);
  transform-origin: top right;
  border-radius: 16px;
  height: 100%;
}
.chevron::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  width: 50%;
  background: #ffffff;
  transform: skew(0deg, 18deg);
  transform-origin: top left;
  border-radius: 16px;
  height: 100%;
}
.chevron--bottom {
  top: auto;
  bottom: 0;
}
.chevron--bottom::before {
  bottom: 0;
  top: auto;
  transform: skew(0deg, 18deg);
  transform-origin: bottom right;
}
.chevron--bottom::after {
  bottom: 0;
  top: auto;
  transform: skew(0deg, -18deg);
  transform-origin: bottom left;
}
.chevron--bottom.no_height {
  width: 100.5%;
  padding: 0 0 26% 0;
}
.chevron--bottom.no_height::before, .chevron--bottom.no_height::after {
  height: 1000px;
}
.chevron--bottom.no_height::before {
  border-radius: 0 0 50px 0;
  width: calc(50% + 28px);
  left: 9px;
}
.chevron--bottom.no_height::after {
  border-radius: 0 0 0 50px;
  width: calc(50% + 28px);
  right: 0;
}
.chevron.green::after, .chevron.green::before {
  background-color: #00b05b;
}
.chevron.grey::after, .chevron.grey::before {
  background-color: #d9d9d9;
}
.chevron.black::after, .chevron.black::before {
  background-color: #000000;
}
.chevron.white::after, .chevron.white::before {
  background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .chevron {
    padding: 20% 0 0 0;
  }
  .chevron--bottom {
    padding: 0 0 20% 0;
  }
}
@media only screen and (max-width: 639px) {
  .chevron {
    padding: 22% 0 0 0;
  }
  .chevron--bottom {
    padding: 0 0 22% 0;
  }
}
@media only screen and (max-width: 399px) {
  .chevron {
    padding: 24% 0 0 0;
  }
  .chevron--bottom {
    padding: 0 0 24% 0;
  }
}

.content {
  text-align: center;
  padding: 20% 20px;
  position: relative;
}
@media only screen and (max-width: 1119px) {
  .content.has-top-label {
    padding: 240px 40px 20%;
  }
}
@media only screen and (max-width: 799px) {
  .content.has-top-label {
    padding: 220px 20px 20%;
  }
}
@media only screen and (max-width: 639px) {
  .content.has-top-label {
    padding: 200px 20px 20%;
  }
}
.content h2 {
  padding: 0 0 8px 0;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  max-height: 64px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}
@media only screen and (max-width: 639px) {
  .content h2 {
    font-size: 20px;
    max-height: 56px;
  }
}
.content h3 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  max-height: 72px;
}
@media only screen and (max-width: 639px) {
  .content h3 {
    font-size: 18px;
    line-height: 18px;
    max-height: 54px;
  }
}
@media only screen and (max-width: 639px) {
  .content h3 {
    max-height: 36px;
  }
}
.content h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 2em;
}
.content p {
  padding: 0;
  margin: 0;
  font-weight: 300;
  line-height: 2em;
}

.inner {
  z-index: 1;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.inner .content {
  padding: 20% 20px;
}

.inner .chevron--bottom:after,
.inner .chevron:after,
.inner .chevron--bottom:before,
.inner .chevron:before {
  background: #d9d9d9;
}

.inner .chevron {
  padding: 24% 0 0 0;
}
.inner .chevron--bottom {
  padding: 0 0 24% 0;
}

.hero-info-container {
  min-height: 120px;
  max-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

input, textarea {
  background-color: transparent;
  padding: 1em;
  border: none;
  font-size: 18px;
  border-bottom: solid 1px #a0a0a0 !important;
  font-weight: 700;
  transition: border-bottom 250ms ease-in-out;
  border-radius: 8px 8px 0 0;
}
input.searchinput, input.searchsubmit, textarea.searchinput, textarea.searchsubmit {
  border: none !important;
}
input:focus, textarea:focus {
  border-bottom: solid 1px #00b05b !important;
  background-color: rgba(160, 160, 160, 0.2);
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #000000 !important;
}
input:focus.searchinput, input:focus.searchsubmit, textarea:focus.searchinput, textarea:focus.searchsubmit {
  border: none !important;
}
input[aria-invalid=true], textarea[aria-invalid=true] {
  color: #cc2222 !important;
  border-bottom: solid 1px #cc2222 !important;
  background-color: rgba(204, 34, 34, 0.1) !important;
}
label {
  display: none;
}

.gform_footer {
  padding: 20px;
}

.ginput_container_textarea {
  float: right;
  position: absolute;
  top: -185px;
  right: 0;
}
.ginput_container_textarea textarea {
  height: 183px;
}
@media only screen and (max-width: 799px) {
  .ginput_container_textarea {
    position: relative;
    top: 0;
  }
}

.ginput_container {
  padding: 20px;
}

.ginput_container > input {
  width: 100%;
}

.gform_footer {
  padding: 40px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.validation_error {
  text-align: center;
  width: 100%;
}

.dark_wrapper .validation_error {
  color: #ffffff;
}
.dark_wrapper .ginput_container {
  padding: 0;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 799px) {
  .dark_wrapper .ginput_container {
    width: 100%;
  }
}
.dark_wrapper .gform_body {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 40px;
}
@media only screen and (max-width: 1279px) {
  .dark_wrapper .gform_body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .dark_wrapper .gform_body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.dark_wrapper input, .dark_wrapper textarea {
  background-color: black !important;
  color: #ffffff !important;
  border-bottom: solid 1px #00b05b !important;
}
.dark_wrapper input[aria-invalid=true]:placeholder-shown, .dark_wrapper textarea[aria-invalid=true]:placeholder-shown {
  border-bottom: solid 1px #cc2222 !important;
  background-color: rgba(204, 34, 34, 0.1) !important;
}
.dark_wrapper input[aria-invalid=true]:placeholder-shown::placeholder, .dark_wrapper textarea[aria-invalid=true]:placeholder-shown::placeholder {
  color: #a0a0a0 !important;
}
.dark_wrapper input:-webkit-autofill, .dark_wrapper textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
.dark_wrapper input:focus, .dark_wrapper textarea:focus {
  border-bottom: solid 1px #ffffff !important;
}

.margin-bottom {
  margin-bottom: 40px !important;
}
.margin-bottom--small {
  margin-bottom: 10px !important;
}
.margin-bottom--large {
  margin-bottom: 80px !important;
}
.margin-bottom--skew {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 639px) {
  .margin-bottom {
    margin-bottom: 20px !important;
  }
  .margin-bottom--small {
    margin-bottom: 10px !important;
  }
  .margin-bottom--large {
    margin-bottom: 40px !important;
  }
  .margin-bottom--skew {
    margin-bottom: 25px !important;
  }
}

.margin-top {
  margin-top: 40px !important;
}
.margin-top--small {
  margin-top: 20px !important;
}
.margin-top--large {
  margin-top: 80px !important;
}
.margin-top--skew {
  margin-top: 45px !important;
}
@media only screen and (max-width: 639px) {
  .margin-top {
    margin-top: 20px !important;
  }
  .margin-top--small {
    margin-top: 10px !important;
  }
  .margin-top--large {
    margin-top: 40px !important;
  }
  .margin-top--skew {
    margin-top: 25px !important;
  }
}

.full-width {
  width: 100%;
}

article.post {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  background-color: #00b05b;
  position: relative;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1279px) {
  article.post {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  article.post {
    padding-left: 10px;
    padding-right: 10px;
  }
}
article.post .shape-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
article.post .divider {
  position: absolute;
  bottom: auto;
  top: 30vh;
  z-index: 1;
  left: 0;
}
article.post .divider--reverse {
  background-color: violet;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 1;
  background-color: #ffffff;
}
article.post::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17vw;
  top: calc(30vh + 17vw);
  background-color: #d9d9d9;
}
@media only screen and (max-width: 1119px) {
  article.post {
    padding-top: 160px;
  }
}
article.post #post {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  color: #212121;
}
article.post #post > .content {
  margin-bottom: 20px;
}
article.post #post > .content > * {
  margin: auto;
}
article.post #post > .content h1,
article.post #post > .content h2,
article.post #post > .content h3 {
  padding-bottom: 10px;
  color: #212121;
  max-height: none;
}
article.post #post > .content h1.invisible {
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 799px) {
  article.post #post > .content h1 {
    font-size: 26px;
  }
}
article.post #post > .content .small {
  max-width: 800px;
  margin: auto;
}
article.post #post > .content .small:empty {
  display: none;
}
article.post #post > .content .slider {
  width: 800px;
  height: auto;
  max-width: 100%;
  margin: 40px auto 0;
  border-radius: 8px 8px 0 0;
}
article.post #post > .content .slider .slider__image {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 8px 8px 0 0;
}
article.post #post > .content .slider .owl-nav {
  height: 40px;
  z-index: 20;
  display: flex !important;
  padding: 0 20px;
}
article.post #post > .content .slider .owl-nav .button {
  width: 40px;
  height: 40px;
  background-color: crimson;
  z-index: 21;
}
article.post #post > .content .slider .owl-dots {
  border-radius: 0 0 8px 8px;
  height: 56px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: #a0a0a0;
  width: 800px;
  max-width: 100%;
  transform: none;
  left: 0;
}
article.post #post > .content > img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #d9d9d9;
}
article.post #post > .content .project-logo {
  max-height: 140px;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 80px;
}
article.post #post > .content p {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  display: inline-block;
  text-align: left;
}
article.post #post > .content p > a {
  display: inline-flex;
  margin: 20px auto;
  width: auto;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
article.post #post > .content p > a:not(.button) {
  margin: 0px auto;
}
article.post #post > .content p strong {
  float: left;
}
article.post #post > .content p img {
  width: 400px;
  height: auto;
  width: none;
  height: none;
}
article.post #post > .content p:empty {
  display: none;
}
article.post #post > .content > p:nth-of-type(1) {
  font-weight: 600;
  text-align: center;
}
article.post #post > .content p > img {
  max-width: 100%;
  margin: auto;
  justify-self: flex-start;
  border-radius: 8px;
}
article.post #post > .content p > img.aligncenter {
  justify-self: center;
}
article.post #post > .content p > img.alignright {
  justify-self: flex-end;
}
article.post #post > .content p > img.size-thumbnail {
  width: 150px;
  height: auto;
}
article.post #post > .content p > img.size-medium {
  width: 300px;
  height: auto;
}
article.post #post > .content p > img.size-full, article.post #post > .content p > img.size-large {
  width: 100%;
  height: auto;
}
article.post #post > .content p > img.icon {
  width: 80px !important;
  height: auto;
  background-color: #00b05b;
  padding: 20px;
  margin-top: 80px;
}
article.post #post > .content > .gform_wrapper {
  width: 100%;
}
article.post #post > .content > .gform_wrapper form {
  max-width: 400px;
}
article.post #post > .content p.videoPlayer {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  pointer-events: visible;
  z-index: 100;
}
article.post #post > .content p.videoPlayer span {
  z-index: 101;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  cursor: pointer;
}
article.post #post > .content p.videoPlayer span::after {
  content: "\f04b";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #ffffff;
  font-size: 128px;
  border-radius: 8px;
  background-color: rgba(0, 176, 91, 0.8);
  transition: background-color 200ms ease-in-out, font-size 200ms ease-out;
}
article.post #post > .content p.videoPlayer span:hover::after {
  background-color: rgba(0, 176, 91, 0.7);
  font-size: 140px;
}
article.post #post > .content p > iframe {
  position: relative;
  justify-self: center;
  margin: auto;
  max-width: 100%;
  width: 800px;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
}
article.post #post > .content p > iframe::after {
  content: "";
  position: absolute;
  top: -50px;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 176, 91, 0.8);
}
article.post #post > .content .gallery {
  max-width: 800px;
}
article.post #post > .content .gform_wrapper,
article.post #post > .content form {
  margin: auto;
  max-width: 1000px;
}
article.post #post > .content blockquote {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: left;
}
article.post #post > .content blockquote p {
  font-size: 18px;
}
article.post #post > .content ul {
  width: 100%;
  max-width: 800px;
  margin: auto;
  list-style-position: outside;
  list-style: none;
  padding-left: 40px;
}
article.post #post > .content ul li:not(.gfield) {
  text-align: left;
  position: relative;
  font-weight: 300;
  line-height: 2em;
  font-size: 18px;
}
@media only screen and (max-width: 799px) {
  article.post #post > .content ul li:not(.gfield) {
    font-size: 16px;
  }
}
article.post #post > .content ul li:not(.gfield)::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00b05b; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
article.post.privacy p,
article.post.privacy ul {
  margin-bottom: 48px !important;
}
article.post.privacy a {
  color: #00b05b;
  display: inline !important;
  font-weight: 500 !important;
}
article.post.privacy h3 {
  max-width: 800px;
  text-align: left;
  margin-bottom: 12px !important;
}

.contact-people {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-people .author {
  width: 500px;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  overflow: hidden;
}
.contact-people .author .author-info {
  flex-grow: 1;
}
.contact-people .author .author-info::before,
.contact-people .author .author-info::after {
  background-color: #ffffff;
}
.contact-people .author .author-contact {
  padding-left: 180px;
  margin-top: -20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 20;
}
.contact-people .author .author-contact a {
  color: #212121;
  line-height: 1.6;
}
.contact-people .author .author-contact a:hover {
  color: #00b05b;
  text-decoration: underline;
}
@media only screen and (max-width: 799px) {
  .contact-people .author .author-contact {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 799px) and (max-width: 1279px) {
  .contact-people .author .author-contact {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 799px) and (max-width: 399px) {
  .contact-people .author .author-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.map {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}
.map .map-container {
  height: 450px;
  position: relative;
}
.map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.form {
  padding-top: 240px;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  background-color: black;
}
.form .contact-info {
  margin-top: -240px;
  width: 400px;
  transform: translateY(-50%);
}
.form .contact-info .content {
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 80px;
}
.form .contact-info .content div.icon {
  background-image: url("../img/huis-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px !important;
  width: 70px !important;
  margin: auto;
  margin-bottom: 40px;
}
.form .contact-info .content a {
  color: white;
  padding-bottom: 20px;
}
.form h2,
.form p,
.form .small {
  color: #ffffff !important;
}

.image.cluster {
  margin: auto;
  width: 280px;
  height: 280px;
  background-image: url("../img/cluster.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.post.about .author-contact {
  display: none;
}

.diensten-container {
  background-color: #d9d9d9;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 1279px) {
  .diensten-container {
    padding: 40px 0;
    height: auto !important;
  }
}
@media only screen and (max-width: 639px) {
  .diensten-container {
    padding: 20px;
  }
}

.diensten {
  background-color: #d9d9d9;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .diensten {
    padding-top: 0 !important;
  }
}
.diensten .background {
  position: absolute;
  height: 200%;
  width: 1000px;
  background-image: url("../img/hex-outline/white-large.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin: auto;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 1439px) {
  .diensten .background {
    top: -10vh;
  }
}
@media only screen and (max-width: 1279px) {
  .diensten .background {
    display: none;
  }
}
.diensten .background::before, .diensten .background::after {
  content: "";
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25%;
}
.diensten .background::before {
  right: 90%;
}
.diensten .background::after {
  left: 90%;
}
.diensten .background2 {
  position: absolute;
  height: 85vw;
  width: 85vw;
  background-image: url("../img/hex-filled/grey-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 22vh;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.diensten .diensten--row {
  position: relative;
  height: auto;
  max-width: 1280px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 70px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  z-index: 20;
}
@media only screen and (max-width: 1439px) {
  .diensten .diensten--row {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .diensten .diensten--row {
    grid-template-columns: 1fr 1fr;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 799px) {
  .diensten .diensten--row {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.diensten .diensten--row .container_diensten {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
  cursor: pointer;
}
.diensten .diensten--row .container_diensten:hover .image-container img {
  opacity: 1;
}
.diensten .diensten--row .container_diensten:not(:nth-of-type(2n)) {
  margin-top: 40px;
}
.diensten .diensten--row .container_diensten:nth-of-type(2n) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 799px) {
  .diensten .diensten--row .container_diensten {
    margin-bottom: 0 !important;
  }
}
.diensten .diensten--row .container_diensten::after {
  content: attr(data-title);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700 !important;
  color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20%;
  line-height: 1.2em;
  position: absolute;
  display: block;
  transition: background-color 300ms ease-out;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1439px) {
  .diensten .diensten--row .container_diensten::after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .diensten .diensten--row .container_diensten::after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 399px) {
  .diensten .diensten--row .container_diensten::after {
    font-size: 20px;
  }
}
.diensten .diensten--row .container_diensten .image-container {
  position: relative;
  cursor: pointer;
  background-color: #000000;
  height: 100%;
  width: 100%;
  mask-image: url("../img/hex-filled/black.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.diensten .diensten--row .container_diensten .image-container::after {
  cursor: pointer;
  content: "";
  pointer-events: none;
  background-image: url("../img/hex-outline/green.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.diensten .diensten--row .container_diensten .image-container img {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}

.services-links {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
}

a.diensten-border {
  display: flex;
  width: 200px;
  height: 200px;
  margin: auto;
  background-image: url("../img/hex-outline/green.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 200ms ease-in-out;
}
a.diensten-border h3 {
  color: #212121;
  margin: auto;
  text-transform: capitalize;
  max-width: 180px;
  padding-bottom: 0 !important;
}
a.diensten-border:hover {
  cursor: pointer;
  background-size: 90%;
}
a.diensten-border:hover h3 {
  color: #00b05b;
}

.services-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1279px) {
  .services-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .services-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.services-content .services-text {
  width: calc(100% - 300px);
  padding-left: 40px;
}
@media only screen and (max-width: 1119px) {
  .services-content .services-text {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.services-content .diensten--row--item {
  position: relative;
  width: 300px;
  margin-left: -340px;
}
@media only screen and (max-width: 1279px) {
  .services-content .diensten--row--item {
    margin-left: 0;
  }
}
.services-content .diensten--row--item::after {
  content: attr(data-title);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  background-image: url("../img/hex-outline/green.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20%;
  line-height: 1.2em;
  position: absolute;
  display: block;
  transition: background-color 300ms ease-out;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1439px) {
  .services-content .diensten--row--item::after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .services-content .diensten--row--item::after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 399px) {
  .services-content .diensten--row--item::after {
    font-size: 18px;
  }
}
.services-content:nth-of-type(odd) .services-text {
  padding-left: 0;
  padding-right: 40px;
}
.services-content:nth-of-type(odd) .services-text p,
.services-content:nth-of-type(odd) .services-text p > b {
  width: 100%;
  text-align: right !important;
}
@media only screen and (max-width: 1119px) {
  .services-content:nth-of-type(odd) .services-text {
    padding: 0;
  }
  .services-content:nth-of-type(odd) .services-text p,
  .services-content:nth-of-type(odd) .services-text p > b {
    text-align: left !important;
  }
}
.services-content:nth-of-type(odd) .diensten--row--item {
  order: 1;
  margin-left: 0;
  margin-right: -340px;
}
@media only screen and (max-width: 1279px) {
  .services-content:nth-of-type(odd) .diensten--row--item {
    margin-right: 0;
  }
}
.services-content svg {
  margin: auto;
  width: 300px;
  height: 300px;
}
.services-content .svg-background,
.services-content .svg-image {
  clip-path: url(#clip-services);
}
.services-content .svg-image {
  opacity: 0.5;
}

.vastgoed .diensten--row--item ::after {
  background-image: none;
}
.vastgoed .diensten--row--item img {
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#vastgoed {
  max-width: 1600px;
  width: 99%;
}

.vastgoed {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 80px 0;
  border-radius: 10px;
  position: relative;
  background-color: white;
  z-index: 4;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 799px) {
  .vastgoed {
    margin: 20px auto 30px auto;
  }
}
@media only screen and (max-width: 639px) {
  .vastgoed {
    margin: 0 auto 20px auto;
  }
}
.vastgoed h2 {
  color: #212121;
  font-weight: 700;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: calc(100% - 40px);
}
@media only screen and (max-width: 1279px) {
  .vastgoed h2 {
    color: #212121;
  }
}
@media only screen and (max-width: 799px) {
  .vastgoed h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.vastgoed p {
  font-weight: 400;
  width: 1000px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 799px) {
  .vastgoed p {
    max-width: 100%;
    padding: 20px;
  }
}
.vastgoed--row {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1279px) {
  .vastgoed--row {
    max-width: 800px;
  }
}
.vastgoed--row--item {
  width: 25%;
  height: auto;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .vastgoed--row--item {
    width: 50%;
  }
}
@media only screen and (max-width: 399px) {
  .vastgoed--row--item {
    width: 100%;
  }
}
.vastgoed--row--item div {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color ease-out 300ms;
}
.vastgoed--row--item div svg {
  padding: 0;
  margin: 0;
  height: 80px;
}
.vastgoed--row--item div .svg-background,
.vastgoed--row--item div .svg-image {
  clip-path: url(#clip-vastgoed);
}
.vastgoed--row--item div .svg-background {
  fill: #00b05b;
  transition: fill 300ms ease-in-out;
}
.vastgoed--row--item p {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin: 40px auto 0;
  padding: 0 10px 0 0;
  position: relative;
  font-weight: 700;
  pointer-events: all;
  max-width: max-content;
}
.vastgoed--row--item p::after {
  content: "";
  background-image: url("../img/caret-double-right/green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  height: 20px;
  width: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 100%;
  margin-left: 0px;
  transition: margin-left ease-in-out 250ms;
  max-width: 1260px;
}
.vastgoed--row--item:hover {
  cursor: pointer;
}
.vastgoed--row--item:hover div .svg-background {
  fill: #000000;
}
.vastgoed--row--item:hover p::after {
  margin-left: 3px;
}

.type-frontpage {
  position: relative; /* Add relative positioning to the parent container */
  background-image: url("../img/hex-filled/grey-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 83px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 18px;
  bottom: -50px;
  transition: background-image 300ms ease-in-out;
  clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
  z-index: 1;
}
.type-frontpage img {
  width: 40px;
  height: auto;
  z-index: 1; /* Bring the image above the pseudo-element */
}
.type-frontpage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Place the pseudo-element behind the image */
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Reverse gradient colors */
  background-size: 200% 200%; /* Adjust background size */
  background-position: center; /* Keep background centered */
  clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
  opacity: 1;
  transition: opacity 0.2s ease-in-out; /* Add transition effect for opacity */
}

.type {
  position: relative; /* Add relative positioning to the parent container */
  background-image: url("../img/hex-filled/grey-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 83px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 18px;
  bottom: -50px;
  transition: background-image 300ms ease-in-out;
  clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
}
.type img {
  width: 40px;
  height: auto;
}

.aanbod {
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 20;
  position: relative;
  padding: 80px 0 100px 0;
}
.aanbod > a {
  margin: auto -20px auto 0;
  background-color: #000000;
  background-image: url("../img/caret-double-right/white.svg");
  width: 400px;
  height: 80px;
  line-height: 46px;
  text-align: center;
  z-index: 10;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, calc(100% - 10px) 50%, calc(100% - 20px) 100%, 0% 100%);
  background-position: right 30px center;
  background-size: 12px;
  transition: background-position 250ms ease-in-out, clip-path 250ms ease-in-out, color 250ms ease-in-out, background-image 250ms ease-in-out;
}
.aanbod > a:hover {
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, calc(100% - 0px) 50%, calc(100% - 10px) 100%, 0% 100%);
  background-position: right 20px center;
  color: #ffffff;
  background-image: url("../img/caret-double-right/white.svg");
}
@media only screen and (min-width: 1200px) {
  .aanbod > a {
    margin: auto 20px auto 0px;
  }
}
.aanbod .aanbod--item {
  width: 17%;
  max-width: 400px;
  margin: auto auto auto 0;
  padding-right: auto;
  position: relative;
}
.aanbod .aanbod--item::before {
  content: "";
  height: 80px;
  width: 200vw;
  background-color: #00b05b;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.aanbod .aanbod--item a.image {
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #d9d9d9;
  width: 100%;
  height: 12vw;
  border-radius: 4px;
  filter: brightness(0.8);
  transition: filter 300ms ease-in-out;
}
.aanbod .aanbod--item .type {
  pointer-events: none;
}
.aanbod .aanbod--item:hover .image {
  filter: brightness(1);
}
.aanbod .aanbod--item:hover .type-frontpage {
  background-image: url("../img/hex-filled/green.svg");
}
.aanbod .aanbod--item:hover .type-frontpage:after {
  opacity: 0; /* Add opacity to make it disappear */
}
.aanbod .aanbod--item:hover .type {
  background-image: url("../img/hex-filled/green.svg");
}
@media only screen and (max-width: 1279px) {
  .aanbod {
    margin-bottom: 0px;
  }
  .aanbod > a {
    width: 50%;
    display: block;
    margin: auto 50% 40px auto;
  }
  .aanbod .aanbod--item {
    width: 40%;
    max-width: none;
    margin: auto auto 80px;
  }
  .aanbod .aanbod--item a.image {
    height: 300px;
  }
}
@media only screen and (max-width: 799px) {
  .aanbod > a {
    width: 100%;
    min-width: 400px;
    display: block;
    margin: auto 100px 40px auto;
  }
  .aanbod .aanbod--item {
    width: 100%;
    margin: auto 40px 80px;
  }
}

.line {
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  background-color: #d9d9d9;
  z-index: 1;
}

.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}
.filters h3 {
  font-weight: 700;
}
.filters a {
  border: solid 1px #d9d9d9;
  color: #212121;
  font-size: 18px;
  margin: 20px 10px;
  padding: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 32px;
  border-radius: 8px;
  transition: background-color 100ms ease-in-out;
  position: relative;
}
.filters a span {
  z-index: 2;
}
.filters a:hover, .filters a:focus, .filters a.current {
  background-color: #00b05b;
  color: #ffffff;
  border: 1px solid #00b05b;
}
.filters a:hover img, .filters a:focus img, .filters a.current img {
  filter: invert(0);
  width: 32px;
  margin-right: 18px;
}
@media only screen and (max-width: 799px) {
  .filters a {
    margin: 10px;
  }
  .filters a span {
    font-size: 16px;
  }
  .filters a img {
    margin-right: 0;
  }
}

.portfolio {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 40px auto;
  z-index: 2;
  padding: 40px 80px;
  opacity: 1;
}
.portfolio::before {
  content: "";
  background-image: url("../img/hex-filled/green.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  right: 20vw;
  top: -200px;
  width: 100vw;
  height: 100vw;
  z-index: -1;
}
.portfolio h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: -310px;
}
@media only screen and (max-width: 1279px) {
  .portfolio h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 799px) {
  .portfolio h2 {
    font-size: 28px;
  }
}
.portfolio .slider--portfolio {
  height: auto;
  max-height: none;
}
.portfolio .slider--portfolio .owl-dots {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: auto;
  width: 50%;
  margin: auto auto;
  padding-right: 100px;
  height: 16px;
  top: auto;
}
@media only screen and (max-width: 1279px) {
  .portfolio .slider--portfolio .owl-dots {
    justify-content: flex-start;
    width: 50%;
    max-width: calc(100% - 60px);
    padding-right: 0px;
    padding-left: 20px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 399px) {
  .portfolio .slider--portfolio .owl-dots {
    max-width: calc(100% - 40px);
    bottom: 0;
    justify-content: center;
    padding-left: 0;
  }
}
.portfolio .slider--portfolio .owl-dots.disabled {
  display: none;
}
.portfolio .slider--portfolio .owl-dots .owl-dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 0px;
  position: relative;
  background-color: transparent;
  background-image: url("../img/dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 639px) {
  .portfolio .slider--portfolio .owl-dots .owl-dot {
    transform: translate(0, 0);
    height: 12px;
    width: 12px;
  }
}
.portfolio .slider--portfolio .owl-dots .owl-dot:last-child {
  margin: 0;
}
.portfolio .slider--portfolio .owl-dots .owl-dot.active {
  background-image: url("../img/dot_active.svg");
}
.portfolio .slider--portfolio .owl-dots .owl-dot:hover {
  background-image: url("../img/dot_active.svg");
}
.portfolio .slider--portfolio .slider__container {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: none;
  flex-direction: row;
}
.portfolio .slider--portfolio .slider__container .left, .portfolio .slider--portfolio .slider__container .right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .portfolio .slider--portfolio .slider__container .left p, .portfolio .slider--portfolio .slider__container .right p {
    margin-top: 300px;
  }
}
.portfolio .slider--portfolio .slider__container .right {
  padding-right: 0;
  padding-left: 20px;
}
.portfolio .slider--portfolio .slider__container a {
  justify-self: flex-start;
  margin: auto 0 0 auto;
  width: 100%;
  max-width: 250px;
  z-index: 100;
}
.portfolio .slider--portfolio .slider__container div.page-indicator {
  justify-self: end;
  color: #ffffff;
}
.portfolio .slider--portfolio .slider__container h3 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 30px;
  max-height: 64px;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
}
@media only screen and (max-width: 799px) {
  .portfolio .slider--portfolio .slider__container h3 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .portfolio .slider--portfolio .slider__container h3 {
    font-size: 20px;
    max-height: 56px;
  }
}
.portfolio .slider--portfolio .slider__container .small {
  text-align: right;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (max-width: 799px) {
  .portfolio .slider--portfolio .slider__container .small {
    margin-bottom: 10px;
  }
}
.portfolio .slider--portfolio .slider__container .image {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  text-transform: none;
}
.portfolio .slider--portfolio .slider__container .image div {
  opacity: 0;
  color: #ffffff;
  font-size: 22px;
  transition: opacity 200ms ease-out;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .portfolio {
    background-color: #00b05b;
    padding: 80px 80px;
    margin: 0 0 80px;
  }
  .portfolio::before {
    content: none;
  }
  .portfolio h2 {
    margin-bottom: 0px;
  }
  .portfolio h2 br {
    display: none;
  }
  .portfolio .slider--portfolio .slider__container .left, .portfolio .slider--portfolio .slider__container .right {
    width: 100%;
    height: auto;
    padding: 0 0px;
  }
  .portfolio .slider--portfolio .slider__container .left, .portfolio .slider--portfolio .slider__container .right {
    order: 2;
  }
  .portfolio .slider--portfolio .slider__container .right {
    order: 1;
  }
  .portfolio .slider--portfolio .slider__container * {
    margin: 20px auto 0;
    max-width: 100%;
  }
  .portfolio .slider--portfolio .slider__container p {
    text-align: left;
    max-width: 800px;
    margin: 0 auto 0 0;
  }
  .portfolio .slider--portfolio .slider__container .image {
    width: 100%;
    height: 50vw;
  }
  .portfolio .slider--portfolio .slider__container a {
    order: 3;
    margin: 10px 0 auto auto;
    color: white;
    filter: opacity(1);
  }
}
@media only screen and (max-width: 1279px) {
  .portfolio {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 799px) {
  .portfolio {
    padding-top: 40px;
  }
  .portfolio .slider--portfolio .slider__container {
    padding: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.projecten {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 80px 0;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  margin-top: 40px !important;
}
.projecten.flex-center {
  justify-content: center;
}
.projecten > svg {
  position: absolute;
}
.projecten h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.projecten .project {
  margin: 10px;
  position: relative;
  width: calc(33.3333333333% - 20px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  filter: none;
  margin-bottom: -5%;
}
@media only screen and (max-width: 1119px) {
  .projecten .project.related {
    max-width: 500px;
    margin: auto;
  }
  .projecten .project.related:nth-of-type(3) {
    display: none;
  }
}
.projecten .project:nth-of-type(5n-1), .projecten .project:nth-of-type(5n) {
  transform: translateX(50%);
}
.projecten .project:nth-of-type(5n) {
  margin-right: 11px;
}
@media only screen and (max-width: 1119px) {
  .projecten .project {
    margin-bottom: 0;
  }
  .projecten .project:nth-of-type(5n-1), .projecten .project:nth-of-type(5n) {
    transform: translateX(0);
  }
  .projecten .project:nth-of-type(5n) {
    margin-right: 10px;
  }
}
.projecten .project .content {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}
.projecten .project .title {
  height: 160px;
}
.projecten .project .title h3 {
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  margin-bottom: 10px;
  max-height: 60px;
}
.projecten .project .title .small {
  color: #212121;
  font-weight: 600;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  padding: 0;
  margin-bottom: 20px;
}
.projecten .project .type {
  position: absolute;
  left: 20%;
  background-image: url("../img/hex-filled/green.svg");
}
.projecten .project .image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vw;
  max-height: 250px;
  border-radius: 8px;
  margin-top: 20px;
  flex-grow: 1;
}
.projecten .project svg {
  margin-bottom: -20px;
  width: 100%;
  height: 260px;
}
.projecten .project .svg-background,
.projecten .project .svg-image {
  clip-path: url(#clip-portfolio);
}
.projecten .project .content,
.projecten .project .chevron::before,
.projecten .project .chevron::after {
  transition: background-color 200ms ease-in-out;
}
.projecten .project:hover .type {
  background-image: url("../img/hex-filled/black.svg");
}
.projecten .project:hover .chevron::before,
.projecten .project:hover .chevron::after {
  background-color: #a0a0a0;
}
@media only screen and (max-width: 1119px) {
  .projecten .project {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 799px) {
  .projecten .project {
    margin: 0;
    width: 100%;
  }
}
.projecten div.full-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projecten a {
  margin: 120px auto 20px;
  filter: opacity(1);
}
@media only screen and (max-width: 1119px) {
  .projecten a {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 799px) {
  .projecten a {
    margin: 20px auto;
  }
}
.projecten a:hover {
  filter: none;
}

.info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: auto 0 80px;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 3;
}
@media only screen and (max-width: 1279px) {
  .info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 399px) {
  .info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #d9d9d9;
  z-index: -10;
}
.info::after {
  content: "";
  display: block;
  background-image: url("../img/cluster.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 5%;
  width: 24%;
  height: 80%;
}
@media only screen and (max-width: 1279px) {
  .info::after {
    content: none;
  }
}
.info .shape-container {
  position: relative;
  width: 33.3333333333%;
}
.info .shape-container:first-child h2, .info .shape-container:first-child h3, .info .shape-container:first-child a {
  color: #ffffff;
}
.info .shape-container:first-child h2 {
  font-size: 38px;
  line-height: 1;
  max-height: none;
}
.info .shape-container:first-child h2.green {
  color: #00b05b;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .info .shape-container:first-child h2 {
    font-size: 24px;
  }
}
.info .shape-container:first-child a {
  font-size: 18px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  transition: color 300ms ease-in-out;
}
.info .shape-container:first-child a:hover {
  color: gray;
}
.info .shape-container .content {
  min-height: 33.3333333333vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20% 20px;
  z-index: 10;
}
.info .shape-container .content h3 {
  font-weight: 700;
  text-transform: none;
}
.info .shape-container .content p {
  font-size: 18px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.info .shape-container .content .button {
  margin: 0 auto;
}
.info img {
  width: 33.3333333333%;
  height: auto;
  margin: auto;
  z-index: 10;
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .info .shape-container {
    width: 50%;
  }
  .info .shape-container .content {
    min-height: 50vw;
  }
  .info img {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .info {
    margin: auto;
  }
  .info::before {
    top: 75%;
  }
  .info .shape-container {
    margin: auto;
    width: 100%;
  }
  .info .shape-container .content {
    min-height: calc(100vw - 80px);
  }
}

main:not(.has-reviews) > .info {
  padding-bottom: 80px;
  margin-bottom: 0;
}
main:not(.has-reviews) > .info::before {
  content: none;
}

.post ~ .info :nth-child(2) .chevron::before,
.post ~ .info :nth-child(2) .chevron::after {
  background-color: #00b05b;
}
.post ~ .info :nth-child(2) p {
  color: #ffffff;
}
.post ~ .info :nth-child(2) input {
  color: #ffffff;
  border-bottom-color: rgba(33, 33, 33, 0.2) !important;
}
.post ~ .info :nth-child(2) input::placeholder {
  color: #ffffff !important;
}
.post ~ .info :nth-child(2) button {
  transition: all 300ms ease-in-out;
}
.post ~ .info :nth-child(2) button::before {
  transition: all 300ms ease-in-out;
  border-color: #00b05b;
  border-right-color: #ffffff;
}
.post ~ .info :nth-child(2) button::after {
  transition: all 250ms ease-in-out;
  border-color: #00b05b;
  border-left-color: #ffffff;
}
.post ~ .info :nth-child(2) button:hover {
  background-color: #d9d9d9;
}
.post ~ .info :nth-child(2) button:hover::before {
  border-color: #00b05b;
  border-right-color: #d9d9d9;
}
.post ~ .info :nth-child(2) button:hover::after {
  border-color: #00b05b;
  border-left-color: #d9d9d9;
}

.reviews {
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  width: 100%;
  overflow: hidden;
}
.reviews .owl-item {
  padding-bottom: 80px;
}
.reviews .divider {
  z-index: 3;
}
.reviews h2 {
  padding: 40px;
  margin: auto;
  color: #212121;
  font-weight: 700;
  margin-top: -144px;
  z-index: 21;
  text-align: center;
}
@media only screen and (max-width: 1119px) {
  .reviews h2 {
    margin-top: 0;
    background-color: white;
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .reviews h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 399px) {
  .reviews h2 {
    font-size: 18px;
  }
}
.reviews .slider--reviews {
  margin: auto;
  padding: 80px 80px 0 80px;
  width: 100%;
  background-color: #a0a0a0;
  z-index: 4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reviews .slider--reviews::before, .reviews .slider--reviews::after {
  content: "";
  height: 10px;
  width: 30px;
  background-color: transparent;
  border-color: transparent;
  border-top: 10px solid #ffffff;
  border-left: 30px solid #ffffff;
  border-right: 30px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 0 0 0 5px;
  top: 0;
  left: calc(50% - 2px);
  position: absolute;
}
.reviews .slider--reviews::before {
  border-left: 30px solid transparent;
  border-right: 30px solid #ffffff;
  left: auto;
  right: calc(50% - 2px);
  border-radius: 0 0 5px 0;
}
.reviews .slider--reviews.no-title {
  border-top: 80px solid white;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.reviews .slider--reviews.no-title::before, .reviews .slider--reviews.no-title::after {
  content: none;
}
.reviews .slider--reviews.no-title .left, .reviews .slider--reviews.no-title .portfolio .slider--portfolio .slider__container .right, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews.no-title .right {
  width: 100%;
}
.reviews .slider--reviews.no-title .product {
  display: none;
}
.reviews .slider--reviews .slider__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
}
.reviews .slider--reviews .left, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 10;
}
@media only screen and (max-width: 1119px) {
  .reviews .slider--reviews .left, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right {
    width: 100%;
    order: 2;
  }
}
.reviews .slider--reviews .left .review, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review {
  padding-left: 240px;
  padding-right: 40px;
  margin-top: -20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.reviews .slider--reviews .left .review p, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review p, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review p {
  margin: auto;
  font-size: 32px;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  line-height: 40px;
  line-height: 1.25;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .reviews .slider--reviews .left .review p, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review p, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 799px) {
  .reviews .slider--reviews .left .review p, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review p, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 639px) {
  .reviews .slider--reviews .left .review p, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review p, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .reviews .slider--reviews .left .review, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 799px) {
  .reviews .slider--reviews .left .review, .reviews .slider--reviews .portfolio .slider--portfolio .slider__container .right .review, .portfolio .slider--portfolio .slider__container .reviews .slider--reviews .right .review {
    padding: 60px 40px 0;
  }
}
.reviews .slider--reviews .product {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 40vw;
  max-height: 580px;
  top: 80px;
  right: 80px;
  background-image: url("../img/hex-filled/black.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.reviews .slider--reviews .product::after {
  content: "";
  background-image: url("../img/hex-outline/white-large.svg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  height: 100vh;
  left: 80px;
  width: 55vw;
  z-index: 9;
}
@media only screen and (max-width: 1119px) {
  .reviews .slider--reviews .product::after {
    content: none;
  }
}
@media only screen and (max-width: 1119px) {
  .reviews .slider--reviews .product {
    margin: auto;
    align-self: center;
    width: 100%;
    max-width: 500px;
    height: 90vw;
    max-height: 525px;
    order: 1;
  }
}
.reviews .slider--reviews .product .product-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 75%;
  height: 300px;
  margin: 0 auto 40px;
  z-index: 10;
}
@media only screen and (max-width: 639px) {
  .reviews .slider--reviews .product .product-image {
    height: 200px;
  }
}
@media only screen and (max-width: 399px) {
  .reviews .slider--reviews .product .product-image {
    height: 140px;
  }
}
.reviews .slider--reviews .product a {
  margin: 0 auto auto;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  width: auto;
  color: #ffffff;
  background-image: url("../img/caret-double-right/white.svg");
}
.reviews .slider--reviews .product a:hover {
  color: #00b05b;
  background-image: url("../img/caret-double-right/green.svg");
}
.reviews .slider--reviews .owl-nav {
  width: auto;
  margin: auto;
}
.reviews .slider--reviews .owl-dots {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  margin: -100px 0 -16px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .reviews .slider--reviews .owl-dots {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 1119px) {
  .reviews .slider--reviews .owl-dots {
    max-width: 800px;
    width: 100%;
    justify-self: center;
    margin: auto;
  }
}
.reviews .slider--reviews .owl-dots.disabled {
  display: none;
}
.reviews .slider--reviews .owl-dots .owl-dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 0px;
  position: relative;
  background-color: transparent;
  background-image: url("../img/dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 639px) {
  .reviews .slider--reviews .owl-dots .owl-dot {
    transform: translate(0, 0);
    height: 12px;
    width: 12px;
  }
}
.reviews .slider--reviews .owl-dots .owl-dot:last-child {
  margin: 0;
}
.reviews .slider--reviews .owl-dots .owl-dot.active {
  background-image: url("../img/dot_active.svg");
}
.reviews .slider--reviews .owl-dots .owl-dot:hover {
  background-image: url("../img/dot_active.svg");
}
@media only screen and (max-width: 1279px) {
  .reviews .slider--reviews {
    padding: 40px 40px;
  }
  .reviews .slider--reviews .owl-item {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 399px) {
  .reviews .slider--reviews {
    padding: 20px 20px;
  }
}

.author {
  max-width: 100%;
  width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 80px;
  margin-left: 0px;
}
.author svg {
  width: 160px;
  height: 160px;
  z-index: 2;
}
.author .svg-background,
.author .svg-image {
  clip-path: url(#clip-review);
}
.author .author-info {
  width: calc(100% - 160px);
  max-width: 400px;
  padding: 16px;
  padding-left: 40px;
  padding-right: 60px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.author .author-info h4 {
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.author .author-info h4:first-child {
  color: #00b05b;
  font-weight: 700;
}
.author .author-info::before, .author .author-info::after {
  content: "";
  position: absolute;
  left: 100%;
  top: -50%;
  width: 30px;
  height: 200%;
  background-color: #a0a0a0;
}
.author .author-info::before {
  transform: rotate(18deg);
}
.author .author-info::after {
  transform: rotate(-18deg);
}
@media only screen and (max-width: 639px) {
  .author {
    justify-content: center;
  }
  .author .author-info {
    width: 100%;
    margin-top: 20px;
  }
  .author .author-info h4 {
    text-align: center;
  }
  .author .author-info::before, .author .author-info::after {
    content: none;
  }
}/*# sourceMappingURL=style.min.css.map */