*,html{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;outline:none;word-break:break-word;-webkit-tap-highlight-color:transparent}*::before,*::after,html::before,html::after{-webkit-box-sizing:border-box;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{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}select::-ms-expand{display:none;border:none;border-radius:0}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,.owl-carousel .owl-item{display:none;width:100%;-webkit-tap-highlight-color:transparent;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;-webkit-transform:translate3d(0,0,0)}.owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-nav.disabled,.owl-dots.disabled{display:none}.owl-nav .owl-prev,.owl-nav .owl-next,.owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js{display:block}.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-height{-webkit-transition:height 250ms ease-in-out;transition:height 250ms ease-in-out}.owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-video-wrapper{position:relative;height:100%;background:#000}.owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;-webkit-transition:-webkit-transform 100ms ease;transition:transform 100ms ease;transition:transform 100ms ease , -webkit-transform 100ms ease}.owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-video-playing .owl-video-tn,.owl-video-playing .owl-video-play-icon{display:none}.owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-video-frame{position:relative;z-index:1;height:100%;width:100%}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);animation-iteration-count: calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);animation-iteration-count: calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay: calc(var(--animate-delay) * 2);animation-delay: calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay: calc(var(--animate-delay) * 3);animation-delay: calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay: calc(var(--animate-delay) * 4);animation-delay: calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay: calc(var(--animate-delay) * 5);animation-delay: calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration: calc(var(--animate-duration) / 2);animation-duration: calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration: calc(var(--animate-duration) * 0.8);animation-duration: calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration: calc(var(--animate-duration) * 2);animation-duration: calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration: calc(var(--animate-duration) * 3);animation-duration: calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*="Out"]{opacity:0}}@-webkit-keyframes bounce {
  0%, 20%, 53%, 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: translateZ(0);
    transform: translateZ(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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}@keyframes bounce {
  0%, 20%, 53%, 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: translateZ(0);
    transform: translateZ(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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-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);
  }
}.animate__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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration: calc(var(--animate-duration) * 1.3);animation-duration: calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration: calc(var(--animate-duration) * 0.75);animation-duration: calc(var(--animate-duration) * 0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__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);
  }
}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration: calc(var(--animate-duration) * 0.75);animation-duration: calc(var(--animate-duration) * 0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration: calc(var(--animate-duration) * 0.75);animation-duration: calc(var(--animate-duration) * 0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration: calc(var(--animate-duration) * 0.75);animation-duration: calc(var(--animate-duration) * 0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
  }
}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration: calc(var(--animate-duration) * 2);animation-duration: calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox {
  0% {
    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 {
  0% {
    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);
  }
}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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);
  }
}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
  }
}.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-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);
  }
}@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);
  }
}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-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);
  }
}@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);
  }
}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.marker,.zoomHolder img{display:block}.fullscreenToggle,.zoomIn,.zoomOut{background:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/xpz_sheet.png.pagespeed.ic.j0YbXSPD1W.png) no-repeat;width:30px;height:30px;overflow:hidden;position:relative;display:block;cursor:pointer;z-index:100;margin:5px 0}.zoomIn{background-position:0 0}.zoomOut{background-position:-30px 0}.fullscreenToggle{background-position:-60px 0;cursor:pointer}.zoomIn.on,.zoomOut.on{opacity:1;-moz-opacity:1;-khtml-opacity:1;cursor:pointer}.zoomIn.off,.zoomOut.off{opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;cursor:auto}.controlHolder{background:#34393c;position:absolute;right:16px;top:16px;padding:5px;z-index:100;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);border-radius:4px 4px 4px 4px}.fullscreenDiv,.marker{left:0!important;top:0!important}.fullscreenToggle.on{background-position:-90px 0}.fullscreenToggle.off{background-position:-60px 0}.fullscreenDiv{width:auto!important;height:auto!important;right:0!important;bottom:0!important;position:absolute!important;background:#fff;z-index:999999;oveflow:hidden}.zoomHolder{width:100%;height:auto;position:relative;overflow:hidden}.marker{position:absolute!important;bottom:auto!important;right:auto!important}.button{font-family:"Source Sans Pro",sans-serif;font-size: calc(16px * 1);font-weight:600;letter-spacing:1.6px;display:inline-block;position:relative;padding:0 32px;margin:0 0 24px 0;height:64px;line-height:64px;z-index:2;color:#fff;min-width:240px;text-align:center;background:transparent;text-transform:uppercase;border:none}.button:before,.button:after{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:32px solid transparent;border-bottom:32px solid transparent;border-right:10px solid #02b05b;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.button:after{left:auto;right:0;border-right:none;border-left:10px solid #02b05b;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.button div{position:absolute;top:0;left:10px;width:calc(100% - 20px);height:100%;background:#02b05b;z-index:-1;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.button:active,.button:visited,.button:focus,.button:hover{color:#fff}.button:hover{cursor:pointer}.button:hover:before{border-right:10px solid #018746}.button:hover:after{border-left:10px solid #018746}.button:hover div{background:#018746}.button--white{color:#010101}.button--white:visited,.button--white:active,.button--white:focus{color:#010101}.button--white div{background:#fff}.button--white:before{border-right:10px solid #fff}.button--white:after{border-left:10px solid #fff}.button--white:hover{color:#010101}.button--white:hover:before{border-right:10px solid #d6d6d6}.button--white:hover:after{border-left:10px solid #d6d6d6}.button--white:hover div{background:#d6d6d6}.card__container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:16px;padding-right:16px;max-width:1920px;margin:0 auto}@media only screen and (min-width:640px){.card__container{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.card__container{padding-left:96px;padding-right:96px}.card__container{padding-left:48px;padding-right:48px}}.card__item{background:#010101;margin-bottom:48px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);border-radius:4px 4px 4px 4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card__item:hover{background:#151515}.card__item:hover .card__image img{-webkit-transform:scale(1.2);transform:scale(1.2)}.card__image{overflow:hidden;position:relative}.card__image img{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;aspect-ratio: 4/3}.card__image span{display:block;position:absolute;top:16px;right:16px;width:auto;max-width:calc(100% - 32px);background:#02b05b;color:#fff;text-transform:uppercase;padding:4px 16px;font-size: calc(16px * 0.75);font-weight:600;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}.card__image span.under_offer,.card__image span.sold_with_reservation,.card__image span.sold{background:#f03c30}.card__text{padding:48px 16px 24px 16px}@media only screen and (min-width:640px){.card__text{padding:48px 48px 24px 48px}}.card__text *{color:#fff}.card__button{margin-top:auto;padding:0 16px 24px 16px}@media only screen and (min-width:640px){.card__button{padding:0 48px 24px 48px}}.card__button .button{width:100%}@media only screen and (min-width:640px){.card--lying .card__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.card--lying .card__image{width:36%}.card--lying .card__image img{height:100%;-o-object-fit:cover;object-fit:cover}}@media only screen and (min-width:1280px){.card--lying .card__image{width:25%}}@media only screen and (min-width:640px){.card--lying .card__text{width:64%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:48px 48px 24px 48px}}@media only screen and (min-width:1280px){.card--lying .card__text{width:75%;padding:48px 400px 24px 96px}}.card--lying .card__button{width:256px;padding:0;position:absolute;top:50%;right:96px;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:none}.card--lying .card__button .button{margin:0}@media only screen and (min-width:1280px){.card--lying .card__button{display:block}}@media only screen and (min-width:960px){.card--appartment .card__item{width:calc(50% - 24px);margin-right:48px}.card--appartment .card__item:nth-of-type(2n+2) {margin-right:0}}@media only screen and (min-width:1440px){.card--appartment .card__item{width:calc(33.3333333333% - 32px);margin-right:48px}.card--appartment .card__item:nth-of-type(2n+2) {margin-right:48px}.card--appartment .card__item:nth-of-type(3n+3) {margin-right:0}}.card--appartment .card__item:last-of-type .card__text{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card--appartment .card__item:last-of-type .card__text h2{padding-bottom:24px}.card--appartment .card__item:last-of-type .card__text p{text-transform:initial;color:#acb3b7}.card--appartment .card__text h2{padding-bottom:4px}.card--appartment .card__text h2 span{font-size: calc(16px * 1);color:#596267;display:inline-block;position:relative;line-height:1;top:-4px}.card--appartment .card__text h4{color:#acb3b7;font-size: calc(16px * 1)}.card--appartment .card__text h3{color:#02b05b;padding-bottom:0;font-size: calc(16px * 1.5)}.card--appartment .card__text h3 span{color:#02b05b;font-size: calc(16px * 1)}@media only screen and (min-width:960px){.card--appartment-current .card__item{width:calc(50% - 24px);margin-right:48px}.card--appartment-current .card__item:nth-of-type(2n+2) {margin-right:0}}@media only screen and (min-width:1760px){.card--appartment-current .card__item{width:calc(25% - 36px);margin-right:48px}.card--appartment-current .card__item:nth-of-type(2n+2) {margin-right:48px}.card--appartment-current .card__item:nth-of-type(3n+3) {margin-right:48px}.card--appartment-current .card__item:nth-of-type(4n+4) {margin-right:0}}.card--appartment-current .card__item:last-of-type{display:none}.card--appartment-current .card__text h2{padding-bottom:4px}.card--appartment-current .card__text h4{color:#acb3b7;font-size: calc(16px * 1)}.card--appartment-current .card__text h3{color:#02b05b;padding-bottom:0;font-size: calc(16px * 1.5)}.card--appartment-current .card__text h3 span{color:#02b05b;font-size: calc(16px * 1)}@media only screen and (min-width:800px){.card--project .card__item,.card--project-highlight .card__item{width:calc(50% - 24px);margin-right:48px}.card--project .card__item:nth-of-type(2n+2), .card--project-highlight .card__item:nth-of-type(2n+2) {margin-right:0}}@media only screen and (min-width:1280px){.card--project .card__item,.card--project-highlight .card__item{width:calc(33% - 32px);margin-right:48px}.card--project .card__item:nth-of-type(2n+2), .card--project-highlight .card__item:nth-of-type(2n+2) {margin-right:48px}.card--project .card__item:nth-of-type(3n+3), .card--project-highlight .card__item:nth-of-type(3n+3) {margin-right:0}}@media only screen and (min-width:1760px){.card--project .card__item,.card--project-highlight .card__item{width:calc(25% - 36px);margin-right:48px}.card--project .card__item:nth-of-type(3n+3), .card--project-highlight .card__item:nth-of-type(3n+3) {margin-right:48px}.card--project .card__item:nth-of-type(4n+4), .card--project-highlight .card__item:nth-of-type(4n+4) {margin-right:0}}.card--project .card__text h2,.card--project-highlight .card__text h2{font-size: calc(16px * 1.25)}.card--project .card__text p,.card--project-highlight .card__text p{max-height:192px;overflow:hidden}@media only screen and (min-width:1280px){.card--project-highlight .card__item:nth-of-type(4) {display:none}}@media only screen and (min-width:1760px){.card--project-highlight .card__item:nth-of-type(4) {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.switchcookie{position:fixed;bottom:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#34393c;color:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:9999;padding-left:16px;padding-right:16px;padding-top:48px;padding-bottom:24px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);background:#34393c}@media only screen and (min-width:640px){.switchcookie{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.switchcookie{padding-left:96px;padding-right:96px}.switchcookie{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.switchcookie p{text-align:center}@media only screen and (min-width:1280px){.switchcookie p{padding-right:48px;text-align:left}}.switchcookie a svg{display:none}.switchcookie.disabled{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);pointer-events:none}.gform_wrapper{margin-top:-24px}.gform_wrapper .gform_validation_errors{margin-bottom:48px}.gform_wrapper .gform_validation_errors h2{font-size: calc(16px * 1);font-weight:400;line-height:2;padding:16px 0 16px 32px;border-left:2px solid #b65255;color:#b65255;text-transform:initial}.gform_wrapper .gform_heading{display:none}.gform_wrapper form ::-webkit-input-placeholder{color:#818b91;opacity:1}.gform_wrapper form ::-moz-placeholder{color:#818b91;opacity:1}.gform_wrapper form :-ms-input-placeholder{color:#818b91;opacity:1}.gform_wrapper form ::-ms-input-placeholder{color:#818b91;opacity:1}.gform_wrapper form ::placeholder{color:#818b91;opacity:1}.gform_wrapper form input,.gform_wrapper form input[type="text"],.gform_wrapper form input[type="password"],.gform_wrapper form input[type="datetime"],.gform_wrapper form input[type="datetime-local"],.gform_wrapper form input[type="date"],.gform_wrapper form input[type="month"],.gform_wrapper form input[type="time"],.gform_wrapper form input[type="week"],.gform_wrapper form input[type="number"],.gform_wrapper form input[type="email"],.gform_wrapper form input[type="url"],.gform_wrapper form input[type="search"],.gform_wrapper form input[type="tel"],.gform_wrapper form input[type="color"],.gform_wrapper form label,.gform_wrapper form legend,.gform_wrapper form select,.gform_wrapper form textarea{display:block;width:100%;padding:16px 24px;font-family:"Source Sans Pro",sans-serif;font-size: calc(16px * 1);font-weight:400;line-height:2;color:#34393c;background:#fff;letter-spacing:1.6px;position:relative;z-index:1;border:none;-webkit-appearance:none;border-radius:4px 4px 4px 4px}.gform_wrapper form label,.gform_wrapper form legend{background:transparent;padding:24px 0 8px 0;color:#02b05b;text-transform:uppercase;font-weight:600}.gform_wrapper form select{height:64px}.gform_wrapper form textarea{height:192px;min-height:192px}.gform_wrapper form .gform-body{margin-bottom:48px}.gform_wrapper form .gform-body .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gform_wrapper form .gform-body .gform_fields .gfield{width:100%;z-index:2}.gform_wrapper form .gform-body .gform_fields .gfield--width-full{width:100%}.gform_wrapper form .gform-body .gform_fields .gfield--width-half{width:100%}@media only screen and (min-width:1280px){.gform_wrapper form .gform-body .gform_fields .gfield--width-half{width:calc(50% - 24px)}}.gform_wrapper form .gform-body .gform_fields .gfield.hidden_label label{display:none}.gform_wrapper form .gform-body .gform_fields .gfield.gsection .gsection_title{margin-bottom:24px;border-bottom:2px solid rgba(255,255,255,.16);color:#fff}.gform_wrapper form .gform-body .gform_fields .gfield.gsection .gsection_description{color:#fff}.gform_wrapper form .gform-body .gform_fields .gfield.gfield_hidden_product{display:none!important}.gform_wrapper form .gform-body .gform_fields .gfield.gform_validation_container{display:none!important}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container:hover{cursor:pointer}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_select{position:relative;z-index:1}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_select:before{content:"";position:absolute;top:0;right:0;height:100%;width:64px;background:#02b05b;z-index:2;pointer-events:none;border-radius:4px 4px 4px 4px;border-top-left-radius:0;border-bottom-left-radius:0}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_select:after{content:"";position:absolute;top:0;right:0;width:64px;height:100%;z-index:3;background:#010101;-webkit-mask-image:url(../img/icons/chevron-down.svg);mask-image:url(../img/icons/chevron-down.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px;mask-size:16px;-webkit-mask-position:center;mask-position:center;pointer-events:none;border-radius:4px 4px 4px 4px}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_select select{padding-right:88px}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_select select:hover{cursor:pointer}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;background:#fff;border-radius:4px 4px 4px 4px}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice{position:relative;display:block}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input{display:block;width:64px;height:64px;-webkit-appearance:none;background:#fff;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;position:absolute;top:0;left:0}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:before{content:"";position:absolute;top:16px;left:16px;height:32px;width:32px;background:#efefef;z-index:2;pointer-events:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:4px 4px 4px 4px}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:after{content:"";position:absolute;top:0;right:0;width:64px;height:100%;z-index:3;background:#fff;-webkit-mask-image:url(../img/icons/checkmark.svg);mask-image:url(../img/icons/checkmark.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px;mask-size:16px;-webkit-mask-position:center;mask-position:center;pointer-events:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:4px 4px 4px 4px}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:hover:after{background:#34393c}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked:before{background-color:#02b05b}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked:after{background-color:#34393c}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label{padding:16px 16px 16px 64px;min-height:64px;color:#010101;font-size: calc(16px * 1);font-weight:400;text-transform:initial;margin:0}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a{color:#02b05b}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:visited,.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:active,.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:focus{color:#02b05b;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:hover{color:#018746}.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:hover{color:#018746}.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description{color:#fff;padding-bottom:8px}.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description:not(.validation_message) {margin-top:4px;font-style:italic;font-size:14px}.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description p{max-width:none}.gform_wrapper form .gform-body .gform_fields .gfield .gfield_description p:last-of-type{padding-bottom:0}.gform_wrapper form .gform-body .gform_fields .gfield .validation_message{font-size: calc(16px * 0.75);font-weight:600;color:#b65255;padding:4px 0 0 0}.gform_wrapper form .gform-body .gform_fields .gfield:not(:first-of-type).gsection .gsection_title {padding:96px 0 24px 0}.gform_wrapper form .gform-body .gform_fields .gfield#field_2_22 .ginput_complex,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_41 .ginput_complex,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_55 .ginput_complex{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.gform_wrapper form .gform-body .gform_fields .gfield#field_2_22 .ginput_complex .ginput_container_date select,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_41 .ginput_complex .ginput_container_date select,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_55 .ginput_complex .ginput_container_date select{width:100%;-webkit-appearance:none;-moz-appearance:none;text-overflow:""}.gform_wrapper form .gform-body .gform_fields .gfield#field_2_22 .ginput_complex .ginput_container_date select:hover,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_41 .ginput_complex .ginput_container_date select:hover,.gform_wrapper form .gform-body .gform_fields .gfield#field_2_55 .ginput_complex .ginput_container_date select:hover{cursor:pointer}.gform_wrapper form .gform_footer{position:relative;text-align:right}.gform_wrapper form .gform_footer .gform_ajax_spinner{position:absolute;top:0;right:0;width:64px;height:64px;padding:24px;z-index:2}.gform_wrapper form.white input,.gform_wrapper form.white input[type="text"],.gform_wrapper form.white input[type="password"],.gform_wrapper form.white input[type="datetime"],.gform_wrapper form.white input[type="datetime-local"],.gform_wrapper form.white input[type="date"],.gform_wrapper form.white input[type="month"],.gform_wrapper form.white input[type="time"],.gform_wrapper form.white input[type="week"],.gform_wrapper form.white input[type="number"],.gform_wrapper form.white input[type="email"],.gform_wrapper form.white input[type="url"],.gform_wrapper form.white input[type="search"],.gform_wrapper form.white input[type="tel"],.gform_wrapper form.white input[type="color"],.gform_wrapper form.white label,.gform_wrapper form.white legend,.gform_wrapper form.white select,.gform_wrapper form.white textarea{background:#efefef}.gform_wrapper form.white label,.gform_wrapper form.white legend{background:transparent}.ui-datepicker{background:#fff;border:1px solid #efefef;border-radius:4px 4px 4px 4px;color:#010101;margin-top:8px;padding:16px;width:auto}.ui-datepicker table,.ui-datepicker thead,.ui-datepicker tr,.ui-datepicker td,.ui-datepicker th{background:none;border:0;margin:0;padding:0;text-shadow:none;text-transform:none}.ui-datepicker .ui-datepicker-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 8px;padding:0;position:relative;width:100%;border:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker .ui-datepicker-header .ui-datepicker-next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;position:absolute;background:none;background:#02b05b;border:1px solid #02b05b;font-size:0;left:0;cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:4px 4px 4px 4px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before{background-color:#fff}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before{background-color:#fff}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{content:"";position:absolute;top:0;left:0;width:38px;height:38px;background-color:#34393c;-webkit-mask-image:url(../img/icons/arrow-left-regular-white.svg);mask-image:url(../img/icons/arrow-left-regular-white.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px;-webkit-mask-position:center;mask-position:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled{background:#fff;border-color:#efefef}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled::before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled::before{background-color:#dadada}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{left:auto;right:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{-webkit-mask-image:url(../img/icons/arrow-right-regular-white.svg);mask-image:url(../img/icons/arrow-right-regular-white.svg)}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 96px);height:40px}.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{height:40px;line-height:40px;width:calc(50% - 4px);padding:0 8px;-webkit-appearance:none;font-size: calc(16px * 0.75);line-height:1;color:#010101;cursor:pointer;background-position:calc(100% - 8px) 50%}.ui-datepicker .ui-datepicker-calendar th span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#010101;font-size: calc(16px * 0.75);text-transform:uppercase;height:48px;width:48px}.ui-datepicker .ui-datepicker-calendar td{height:48px;width:48px;padding:4px}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:none;-webkit-box-shadow:none;box-shadow:none;color:#010101;height:40px;width:40px;border:1px solid transparent;text-decoration:none;border-radius:4px 4px 4px 4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:hover,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:hover{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:focus,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:focus{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:active,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:active{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default{background:#02b05b;border-color:#02b05b;color:#34393c}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default:hover,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default:hover{border-color:#02b05b}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default:focus,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default:focus{border-color:#02b05b}.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled{background:none}.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background:#fff;border-color:#efefef;color:#dadada;text-decoration:none;cursor:text}.slider{opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;position:relative;width:100%}.slider.owl-loaded{opacity:1;height:auto}.slider .owl-stage-outer{overflow:hidden;border-radius:4px 4px 4px 4px}.slider .owl-nav{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);width:100%;max-width:1920px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;pointer-events:none}@media only screen and (min-width:640px){.slider .owl-nav{padding-left:16px;padding-right:16px;bottom:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}}@media only screen and (min-width:640px) and (min-width:640px){.slider .owl-nav{padding-left:48px;padding-right:48px}}@media only screen and (min-width:640px) and (min-width:1280px){.slider .owl-nav{padding-left:96px;padding-right:96px}}.slider .owl-nav.disabled{display:none}.slider .owl-nav .owl-prev,.slider .owl-nav .owl-next{border:none;background:transparent;width:64px;height:64px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;pointer-events:auto;position:relative;pointer-events:all}.slider .owl-nav .owl-prev svg,.slider .owl-nav .owl-next svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.slider .owl-nav .owl-prev svg:first-of-type,.slider .owl-nav .owl-next svg:first-of-type{top:0;left:0;color:#02b05b;display:none}@media only screen and (min-width:640px){.slider .owl-nav .owl-prev svg:first-of-type,.slider .owl-nav .owl-next svg:first-of-type{display:block}}.slider .owl-nav .owl-prev svg:last-of-type,.slider .owl-nav .owl-next svg:last-of-type{width:20px;height:20px;color:#34393c;top:calc(50% - 10px);left:calc(50% - 10px)}@media only screen and (min-width:640px){.slider .owl-nav .owl-prev svg:last-of-type,.slider .owl-nav .owl-next svg:last-of-type{color:#fff}}.slider .owl-nav .owl-prev:hover svg:first-of-type,.slider .owl-nav .owl-next:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.slider .owl-nav .owl-prev:hover svg:last-of-type,.slider .owl-nav .owl-next:hover svg:last-of-type{color:#34393c}.slider .owl-nav .owl-next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider .owl-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:16px;left:0;width:100%;display:none}@media only screen and (min-width:640px){.slider .owl-dots{bottom:48px;display:-webkit-box;display:-ms-flexbox;display:flex}}.slider .owl-dots.disabled{display:none}.slider .owl-dots .owl-dot{display:block;width:16px;height:16px;border:2px solid #fff;background:rgba(1,1,1,.1);margin:0 8px 0 0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:9999px 9999px 9999px 9999px}.slider .owl-dots .owl-dot:last-child{margin:0}.slider .owl-dots .owl-dot.active{background:#02b05b}.slider .owl-dots .owl-dot:hover{background:#02b05b}.slider__container span{display:block;position:absolute;top:16px;left:16px;width:auto;max-width:calc(100% - 32px);background:#02b05b;color:#fff;text-transform:uppercase;padding:4px 16px;font-size: calc(16px * 0.75);font-weight:600;z-index:1;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}.slider__container span.under_offer,.slider__container span.sold_with_reservation,.slider__container span.sold{background:#f03c30}.slider--appartment .owl-stage-outer,.slider--floorplan .owl-stage-outer{height:auto!important}@media only screen and (min-width:640px){.slider--appartment .owl-nav,.slider--floorplan .owl-nav{padding:0;width: calc(100% + 64px)}}.slider--appartment .owl-dots,.slider--floorplan .owl-dots{bottom:16px}@media only screen and (min-width:1920px){.slider--appartment .owl-dots,.slider--floorplan .owl-dots{bottom:48px}}.slider--appartment img,.slider--floorplan img{aspect-ratio: 4/3;-o-object-fit:cover;object-fit:cover}.slider--appartment-floorplan .owl-stage-outer{height:auto!important}@media only screen and (min-width:640px){.slider--appartment-floorplan .owl-nav{padding:0;width: calc(100% + 66px)}}.ui-datepicker{background:#fff;border:1px solid #efefef;border-radius:4px 4px 4px 4px;color:#010101;margin-top:8px;padding:16px;width:auto}.ui-datepicker table,.ui-datepicker thead,.ui-datepicker tr,.ui-datepicker td,.ui-datepicker th{background:none;border:0;margin:0;padding:0;text-shadow:none;text-transform:none}.ui-datepicker .ui-datepicker-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 8px;padding:0;position:relative;width:100%;border:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker .ui-datepicker-header .ui-datepicker-next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;position:absolute;background:none;background:#02b05b;border:1px solid #02b05b;font-size:0;left:0;cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:4px 4px 4px 4px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before{background-color:#fff}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before{background-color:#fff}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{content:"";position:absolute;top:0;left:0;width:38px;height:38px;background-color:#34393c;-webkit-mask-image:url(../img/icons/arrow-left-regular-white.svg);mask-image:url(../img/icons/arrow-left-regular-white.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px;-webkit-mask-position:center;mask-position:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled{background:#fff;border-color:#efefef}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled::before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled::before{background-color:#dadada}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{left:auto;right:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{-webkit-mask-image:url(../img/icons/arrow-right-regular-white.svg);mask-image:url(../img/icons/arrow-right-regular-white.svg)}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 96px);height:40px}.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year{height:40px;line-height:40px;width:calc(50% - 4px);padding:0 8px;-webkit-appearance:none;font-size: calc(16px * 0.75);text-align:center;line-height:1;color:#010101;border:solid 1px #010101;border-radius:4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;cursor:pointer;background-position:calc(100% - 8px) 50%}.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:hover{background-color:#ececec;border-color:#02b05b}.ui-datepicker .ui-datepicker-calendar th span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#010101;font-size: calc(16px * 0.75);text-transform:uppercase;height:48px;width:48px}.ui-datepicker .ui-datepicker-calendar td{height:48px;width:48px;padding:4px}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:none;-webkit-box-shadow:none;box-shadow:none;color:#010101;height:40px;width:40px;border:1px solid transparent;text-decoration:none;border-radius:4px 4px 4px 4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:hover,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:hover{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:focus,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:focus{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:active,.ui-datepicker .ui-datepicker-calendar td span.ui-state-default:active{background:none;border-color:#efefef;outline:none}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default{background:#02b05b;border-color:#02b05b;color:#34393c}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default:hover,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default:hover{border-color:#02b05b}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default:focus,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span.ui-state-default:focus{border-color:#02b05b}.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled{background:none}.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default,.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background:#fff;border-color:#efefef;color:#dadada;text-decoration:none;cursor:text}html{background:#34393c}html,body{width:100%;overflow-x:hidden}body{font-family:"Source Sans Pro",sans-serif;font-size: calc(16px * 1);line-height:2;font-weight:400;color:#34393c;letter-spacing:1.6px;background:#fff}body.active{position:fixed}main{margin-top:96px;position:relative;z-index:1}@media only screen and (min-width:640px){main{margin-top:128px}}.wrapper{width:100%;max-width:1920px;margin:0 auto;padding-left:16px;padding-right:16px}@media only screen and (min-width:640px){.wrapper{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.wrapper{padding-left:96px;padding-right:96px}}h1,h2{color:#010101;font-size: calc(16px * 2);line-height:1.2;font-family:"Source Sans Pro",sans-serif;font-weight:700;padding:0 0 24px 0;text-transform:uppercase;position:relative}@media only screen and (min-width:1280px){h1,h2{font-size: calc(16px * 2)}}h3{color:#02b05b;font-size: calc(16px * 1.25);line-height:1.6;font-family:"Source Sans Pro",sans-serif;font-weight:700;padding:0 0 24px 0;position:relative;text-transform:uppercase;z-index:1}h4{color:#34393c;font-size: calc(16px * 1);line-height:1.6;font-family:"Source Sans Pro",sans-serif;font-weight:700;padding:0 0 24px 0;position:relative;text-transform:uppercase;z-index:1}a{color:#02b05b}a:visited,a:active,a:focus{color:#02b05b;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}a:hover{color:#018746}p{padding:0 0 24px 0;max-width:800px}div.dotdotdot p{opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}div.dotdotdot p.loaded{opacity:1}blockquote{font-size: calc(16px * 1.25);font-style:italic;color:#34393c;position:relative;padding-left:16px;border-left:2px solid #34393c;margin-bottom:24px}blockquote p{padding:0}@media only screen and (min-width:640px){blockquote{padding-left:48px}}img{width:100%;height:auto}strong{font-weight:700}em{color:#747474}.wysiwyg ul{padding:0 0 24px 0}.wysiwyg ul li{padding:0 0 4px 24px;position:relative}.wysiwyg ul li:last-of-type{padding:0 0 0 24px}.wysiwyg ul li:before{content:"•";position:absolute;left:0;font-weight:700;color:#02b05b}.wysiwyg ul li a,.wysiwyg ul li a:visited,.wysiwyg ul li a:active,.wysiwyg ul li a:focus{color:#34393c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.wysiwyg ul li a:hover{color:#212426}.wysiwyg ul li ul{padding:0}.wysiwyg ul li ul li:before{content:"■";position:absolute;left:0;font-weight:700;color:#34393c}.wysiwyg ol{list-style:none;counter-reset:my-awesome-counter;padding-bottom:24px}.wysiwyg ol li{counter-increment:my-awesome-counter;padding-bottom:4px;padding-left:48px;position:relative}.wysiwyg ol li::before{position:absolute;top:0;left:0;content:counter(my-awesome-counter) ". ";color:#02b05b;font-weight:600}.wysiwyg ol li ol{padding-top:24px}.wysiwyg ol li:last-of-type ol{padding-bottom:0}.wysiwyg ol li strong{text-transform:uppercase}.anchor{position:absolute;top:-96px;left:0}@media only screen and (min-width:640px){.anchor{top:-128px}}.loading{opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.loading.page-loaded{opacity:1}::-moz-selection{background:#d5d5d5;text-shadow:none}::selection{background:#d5d5d5;text-shadow:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.header{height:96px;width:100%;position:fixed;background:#fff;-webkit-box-shadow:16px 16px 16px 0 rgba(1,1,1,.04);box-shadow:16px 16px 16px 0 rgba(1,1,1,.04);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:999}@media only screen and (min-width:640px){.header{height:128px}}.header .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.header__logo{margin-right:auto}.header__logo a{position:relative}.header__logo a img{display:block;height:64px;width:auto;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:640px){.header__logo a img{height:80px}}.header__menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;place-items:center;width:auto}.header__menu ul li{display:none;margin-right:32px;height:128px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:1600px){.header__menu ul li{display:block}}@media only screen and (min-width:1920px){.header__menu ul li{margin-right:48px}}.header__menu ul li a{display:block;height:100%;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#34393c;font-weight:600;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__menu ul li a:hover{color:#02b05b}.header__menu ul li.current-menu-item a{color:#02b05b}.header__menu ul li.current-menu-item a:hover{color:#018746}.header__menu ul li.highlight{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:960px){.header__menu ul li.highlight{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__menu ul li.highlight a{font-family:"Source Sans Pro",sans-serif;font-size: calc(16px * 1);font-weight:600;display:inline-block;background:#02b05b;color:#fff;height:64px;line-height:64px;padding:0 48px;position:relative;overflow:hidden;text-align:center;z-index:1;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__menu ul li.highlight a:before,.header__menu ul li.highlight a:after{content:"";position:absolute;top:-32px;display:block;width:0;height:0;border-top:64px solid transparent;border-bottom:64px solid transparent;background:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__menu ul li.highlight a:before{left:0;border-right:20px solid #02b05b}.header__menu ul li.highlight a:after{right:0;border-left:20px solid #02b05b}.header__menu ul li.highlight a:hover{color:#fff;background:#018746}.header__menu ul li.highlight a:hover:before{border-right:20px solid #018746}.header__menu ul li.highlight a:hover:after{border-left:20px solid #018746}.header__menu ul li.phone,.header__menu ul li.mail{display:none;place-items:center;margin:0;position:relative}@media only screen and (min-width:640px){.header__menu ul li.phone,.header__menu ul li.mail{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__menu ul li.phone:not(:last-of-type), .header__menu ul li.mail:not(:last-of-type) {margin-right:16px}.header__menu ul li.phone a,.header__menu ul li.mail a{display:block;width:64px;height:64px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;pointer-events:auto;position:relative}.header__menu ul li.phone a svg,.header__menu ul li.mail a svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__menu ul li.phone a svg:first-of-type,.header__menu ul li.mail a svg:first-of-type{width:20px;height:20px;color:#02b05b;top:calc(50% - 10px);left:22px}.header__menu ul li.phone a svg:last-of-type,.header__menu ul li.mail a svg:last-of-type{top:0;left:0;color:#02b05b}.header__menu ul li.phone a:hover svg:first-of-type,.header__menu ul li.mail a:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.header__menu ul li.phone a:hover svg:last-of-type,.header__menu ul li.mail a:hover svg:last-of-type{color:#34393c}.header__menu ul li.phone a{font-size:0}@media only screen and (min-width:800px){.header__menu ul li.phone a{font-size:initial;width:auto;padding-left:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header__button{height:64px;width:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:640px){.header__button{margin-left:48px}}@media only screen and (min-width:1600px){.header__button{display:none}}.header__button span{display:block;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out}.header__button span:not(:last-of-type) {margin-bottom:8px;height:4px;background:#02b05b;border-radius:2px;width:48px}.header__button span:nth-of-type(3) {margin-top:-12px}.header__button span:last-of-type{text-transform:uppercase;text-align:center;font-size: calc(16px * 0.75);font-weight:600;color:#34393c;line-height:1}.header__button:hover{cursor:pointer}.header__button:hover span:nth-of-type(1) {width:32px}.header__button:hover span:nth-of-type(4) {width:32px}.header__button.active span:nth-of-type(1), .header__button.active span:nth-of-type(4) {width:0;opacity:0}.header__button.active span:nth-of-type(2) {-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.header__button.active span:nth-of-type(3) {-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:32px}.header__side{position:fixed;top:96px;left:-100%;width:100%;height:calc(100% - 96px);background:#02b05b;overflow:scroll;padding-left:16px;padding-right:16px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;z-index:-1;padding-top:48px;padding-bottom:48px}@media only screen and (min-width:640px){.header__side{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.header__side{padding-left:96px;padding-right:96px}}@media only screen and (min-width:640px){.header__side{top:128px;height:calc(100% - 128px);padding-top:96px;padding-bottom:96px}}@media only screen and (min-width:1600px){.header__side{display:none}}.header__side.active{left:0}.header__side ul{max-width:480px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__side ul li{text-align:center;width:100%;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__side ul li:not(:last-of-type) {margin-bottom:24px}@media only screen and (min-width:640px){.header__side ul li:not(:last-of-type) {margin-bottom:48px}}.header__side ul li a{display:block;width:100%;height:100%;color:#fff;font-weight:600;text-transform:uppercase;position:relative}.header__side ul li a:hover{color:#34393c}.header__side ul li.current-menu-item a{color:#34393c}.header__side ul li.highlight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__side ul li.highlight a{font-family:"Source Sans Pro",sans-serif;font-size: calc(16px * 1);font-weight:600;display:inline-block;background:#34393c;color:#fff;height:64px;line-height:64px;padding:0 48px;position:relative;overflow:hidden;text-align:center;z-index:1;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__side ul li.highlight a:before,.header__side ul li.highlight a:after{content:"";position:absolute;top:-32px;display:block;width:0;height:0;border-top:64px solid transparent;border-bottom:64px solid transparent;background:#02b05b;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__side ul li.highlight a:before{left:0;border-right:20px solid #34393c}.header__side ul li.highlight a:after{right:0;border-left:20px solid #34393c}.header__side ul li.highlight a:hover{background:#eaeaea;color:#010101}.header__side ul li.highlight a:hover:before{border-right:20px solid #eaeaea}.header__side ul li.highlight a:hover:after{border-left:20px solid #eaeaea}.header__side ul li.phone,.header__side ul li.mail{width:auto;margin:0}.header__side ul li.phone a,.header__side ul li.mail a{display:block;width:64px;height:64px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;pointer-events:auto;position:relative}.header__side ul li.phone a svg,.header__side ul li.mail a svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.header__side ul li.phone a svg:first-of-type,.header__side ul li.mail a svg:first-of-type{width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 10px)}.header__side ul li.phone a svg:last-of-type,.header__side ul li.mail a svg:last-of-type{top:0;left:0;color:#34393c}.header__side ul li.phone a:hover svg:first-of-type,.header__side ul li.mail a:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.header__side ul li.phone a:hover svg:last-of-type,.header__side ul li.mail a:hover svg:last-of-type{color:#fff}.header__side ul li.phone a{font-size:0}.header__side ul li.phone{margin-right:16px}.footer__container .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.footer__container--top{background:#02b05b;padding-top:48px;padding-bottom:48px}.footer__container--top .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:960px){.footer__container--top{padding-top:0;padding-bottom:0;height:192px}.footer__container--top .wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__container--bottom{background:#34393c;padding-top:48px;padding-bottom:48px}@media only screen and (min-width:960px){.footer__container--bottom{padding-top:0;padding-bottom:0;height:96px}.footer__container--bottom .wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer__logo a{position:relative}.footer__logo a img{display:block;height:48px;width:auto}@media only screen and (min-width:480px){.footer__logo a img{height:80px}}@media only screen and (min-width:960px){.footer__logo{margin-right:auto}}.footer__address{margin-top:48px;margin-bottom:48px}@media only screen and (min-width:640px){.footer__address{margin-right:48px}}@media only screen and (min-width:960px){.footer__address{margin-top:0;margin-bottom:0}}.footer__address ul{color:#fff}@media only screen and (min-width:640px){.footer__address ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer__address ul li{text-align:center}@media only screen and (min-width:640px){.footer__address ul li:not(:last-of-type) {padding-right:24px;margin-right:24px;border-right:2px solid #34393c}.footer__address ul li a{color:#fff}.footer__address ul li a:hover{color:#34393c}}.footer__social ul{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__social ul li{position:relative}.footer__social ul li:not(:last-of-type) {margin-right:16px}.footer__social ul li a{display:block;width:64px;height:64px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;pointer-events:auto;position:relative}.footer__social ul li a svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.footer__social ul li a svg:first-of-type{width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 10px)}.footer__social ul li a svg:last-of-type{top:0;left:0;color:#fff}.footer__social ul li a:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.footer__social ul li a:hover svg:last-of-type{color:#34393c}.footer__disclaimer{width:100%}@media only screen and (min-width:960px){.footer__disclaimer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__disclaimer ul{color:#fff}@media only screen and (min-width:960px){.footer__disclaimer ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer__disclaimer ul li{text-align:center}.footer__disclaimer ul li a{color:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.footer__disclaimer ul li a:hover{color:#02b05b}@media only screen and (min-width:960px){.footer__disclaimer ul li:not(:last-of-type) {padding-right:24px;margin-right:24px;border-right:2px solid #02b05b}}.project-highlight{background:#34393c;padding-top:96px;padding-bottom:48px;position:relative}.project-highlight__title{padding-bottom:24px}.project-highlight__title h2{color:#fff;width:100%}.project-highlight__title p{color:#fff;width:100%}.project-highlight__button{padding-bottom:24px}.project-highlight__button .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.broker{z-index:1;background:#34393c;margin-top:96px}@media only screen and (min-width:1280px){.broker .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.broker__text{padding-top:96px;padding-bottom:72px}.broker__text *{color:#fff}.broker__text h3{color:#02b05b}@media only screen and (min-width:1280px){.broker__text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.broker__image{position:relative;top:-48px;margin-bottom:-48px}@media only screen and (min-width:1280px){.broker__image{width:calc(50% - 48px);top:0;left:-48px;margin-top:-48px;margin-bottom:96px}}.broker__image img{background:#010101;border-radius:4px 4px 4px 4px;overflow:hidden;position:relative;z-index:2}.broker--register{background:#fff;margin-top:0}.broker--register .broker__text *{color:initial}.broker--register .broker__text h3{color:#02b05b}.notary{z-index:1;background:#34393c}@media only screen and (min-width:1280px){.notary .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.notary__text{padding-top:96px;padding-bottom:72px}.notary__text *{color:#fff}.notary__text h3{color:#02b05b}@media only screen and (min-width:1280px){.notary__text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.notary__image{position:relative;top:-48px;margin-bottom:-48px}@media only screen and (min-width:1280px){.notary__image{width:calc(50% - 48px);top:0;left:-48px;margin-top:-48px;margin-bottom:96px}}.notary__image img{background:#010101;border-radius:4px 4px 4px 4px;overflow:hidden;position:relative;z-index:2}.content{padding:96px 0 72px 0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));background:linear-gradient(#fff,#eaeaea)}.content__link .wrapper{max-width:992px}.content__file .wrapper{max-width:992px}.content__file .button{width:100%;line-height:2;padding:16px 52px 16px 16px;background:#02b05b;height:auto;text-align:left;border-radius:4px 4px 4px 4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:640px){.content__file .button{padding:16px 52px 16px 96px}}.content__file .button::before,.content__file .button::after{display:none}.content__file .button:hover{background:#018746}.content__file .button span{position:relative;left:0;margin-bottom:16px;top:calc(50% - 16px);width:64px;height:32px;padding:8px;white-space:nowrap;overflow:hidden;background:#010101;color:#fff;font-size: calc(16px * 0.75);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px 4px 4px 4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:640px){.content__file .button span{position:absolute;left:16px;margin-bottom:0}}.content__file .button svg{position:absolute;top:22px;right:16px;width:20px;height:20px;color:#fff}.content__image{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content__image .slider{position:relative;z-index:2;background:#c1c1c1}.content__image .slider .owl-nav{padding-left:16px;padding-right:16px}@media only screen and (min-width:640px){.content__image .slider .owl-nav{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.content__image{padding:0 48px;position:relative;max-width:1920px;margin:0 auto 24px auto}.content__image .slider{border-radius:4px 4px 4px 4px;overflow:hidden}}.content__text .wrapper{max-width:992px}.content__text-image{position:relative;z-index:2}.content__text-image .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content__text-image .wrapper .left-container{width:100%;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1280px){.content__text-image .wrapper .left-container{width:50%;margin-bottom:0}}.content__text-image .wrapper .left-container .button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start}.content__text-image .wrapper .right-container img{margin-bottom:24px;border-radius:4px 4px 4px 4px}@media only screen and (min-width:1280px){.content__text-image .wrapper .right-container{width:calc(50% - 48px);margin-right:-48px}}.content__text-image--grey{background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#d0d0d0));background:linear-gradient(#e4e4e4,#d0d0d0);padding-top:96px;padding-bottom:72px;margin-bottom:24px}.content__text-image--black{background:#010101;padding-top:96px;padding-bottom:72px;margin-top:72px;margin-bottom:-72px;color:#fff}.content__text-image--black h2{color:#fff}.content__video{margin-bottom:24px}@media only screen and (min-width:1280px){.content__video{padding:0 48px;position:relative;max-width:1920px;margin:0 auto 24px auto}}.content__video .content__video-container{position:relative;padding-bottom:56.25%;overflow:hidden;width:100%;max-width:100%;height:auto;background:-webkit-gradient(linear,left top,right bottom,from(#34393c),to(#02b05b));background:linear-gradient(to bottom right,#34393c 0%,#02b05b 100%);position:relative;z-index:2}@media only screen and (min-width:1280px){.content__video .content__video-container{overflow:hidden;border-radius:4px 4px 4px 4px}}.content__video .content__video-container iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;opacity:0;pointer-events:none;-webkit-transition:all .25s ease-in-out .25s;transition:all .25s ease-in-out .25s}.content__video .content__video-container img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;-webkit-transition:all .25s ease-in-out .25s;transition:all .25s ease-in-out .25s}.content__video .content__video-container span{display:block;position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;z-index:1}.content__video .content__video-container span svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.content__video .content__video-container span svg:last-of-type{width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 10px);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.content__video .content__video-container span svg:first-of-type{top:0;left:0;color:#02b05b}.content__video .content__video-container span:hover{cursor:pointer}.content__video .content__video-container span:hover svg{-webkit-transform:scale(1.2);transform:scale(1.2)}.content__video .content__video-container span:hover svg:last-of-type{-webkit-transform:scale(1.2) rotate(-90deg);transform:scale(1.2) rotate(-90deg)}.content__video .content__video-container:hover{cursor:pointer}.content__video .content__video-container:hover img{opacity:.5}.content__video .content__video-container:hover svg{-webkit-transform:scale(1.2);transform:scale(1.2)}.content__video .content__video-container.active img{opacity:0;pointer-events:none}.content__video .content__video-container.active iframe{opacity:1;pointer-events:all}.content__video .content__video-container.active span{opacity:0}.content--protected{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form{padding-top:96px;padding-bottom:72px;background:#34393c}.form .wrapper{max-width:1120px}.form__text{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:24px}.form__text *{color:#fff}.form__text p{margin:0 auto}.gallery{position:relative;z-index:2}.hero{z-index:1;height:calc(100vh - 128px);min-height:560px;position:relative;z-index:998}.hero__video-container{position:absolute;top:0;left:0;width:100%;height:calc(100vh - 128px);min-height:560px;overflow:hidden}.hero__video-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(1,1,1,.25)),to(rgba(1,1,1,0)));background:linear-gradient(to right,rgba(1,1,1,.25) 0%,rgba(1,1,1,0) 100%)}.hero__video-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.hero__video-container video,.hero__video-container iframe{display:none;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero__text{position:absolute;width:100%;top:50%;left:0%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);max-width:1120px;text-align:left;z-index:1;padding-left:16px;padding-right:16px}@media only screen and (min-width:640px){.hero__text{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.hero__text{padding-left:96px;padding-right:96px}}.hero__text h2{color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64);padding-bottom:0}@media only screen and (min-width:1280px){.hero__text h2{font-size: calc(calc(16px * 2) * 1.5)}}@media only screen and (min-width:1600px){.hero__text h2{font-size: calc(calc(16px * 2) * 2)}}.hero__text h3{color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64)}@media only screen and (min-width:1280px){.hero__text h3{font-size: calc(16px * 2)}}@media only screen and (min-width:1600px){.hero__text h3{font-size: calc(calc(16px * 2) * 1.24)}}.hero__text .button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:1280px){.hero__text .button-container{gap:24px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hero__scroll{display:block;position:absolute;bottom:48px;left:calc(50% - 32px);width:64px;height:64px;z-index:1}.hero__scroll svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.hero__scroll svg:last-of-type{width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 10px);-webkit-animation:2s ease-in-out 2s infinite scroll;animation:2s ease-in-out 2s infinite scroll}.hero__scroll svg:first-of-type{top:0;left:0;color:#02b05b}.hero__scroll:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.hero__scroll:hover svg:last-of-type{color:#34393c}@-webkit-keyframes scroll {
  0% {
    top: calc(0% - 16px);
    opacity: 0;
  }
  24% {
    top: calc(50% - 8px);
    opacity: 1;
  }
  76% {
    top: calc(50% - 8px);
    opacity: 1;
  }
  100% {
    top: calc(100% + 16px);
    opacity: 0;
  }
}@keyframes scroll {
  0% {
    top: calc(0% - 16px);
    opacity: 0;
  }
  24% {
    top: calc(50% - 8px);
    opacity: 1;
  }
  76% {
    top: calc(50% - 8px);
    opacity: 1;
  }
  100% {
    top: calc(100% + 16px);
    opacity: 0;
  }
}.intro{padding:96px 0 72px 0;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));background:linear-gradient(#fff,#eaeaea)}.intro .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-weight:600}.intro__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center center;margin-top:-96px;margin-bottom:96px;position:relative;padding-left:16px;padding-right:16px;z-index:1}@media only screen and (min-width:640px){.intro__title{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.intro__title{padding-left:96px;padding-right:96px}}.intro__title:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right bottom,from(rgba(52,57,60,.48)),to(rgba(52,57,60,.64)));background:linear-gradient(to bottom right,rgba(52,57,60,.48),rgba(52,57,60,.64));z-index:-1}.intro__title h1{padding-top:64px;padding-bottom:64px;color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64)}.intro__text strong{font-size: calc(calc(16px * 1) * 1.125)}.intro__button{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:640px){.intro__button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.intro__button a:not(:last-of-type) {margin-right:48px}}.intro--appartment .wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}.intro--appartment .intro__title h1{padding-top:64px;padding-bottom:112px;color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64)}@media only screen and (min-width:1280px){.intro--appartment .intro__title h1{width:100%;padding-left:50%;padding-bottom:64px}}.intro--appartment .intro__slider{position:relative;z-index:2;margin-top:-144px;width:100%;margin-bottom:48px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}@media only screen and (min-width:1280px){.intro--appartment .intro__slider{width:calc(50% - 48px);margin-right:96px;margin-left:-48px;margin-bottom:auto}}.intro--appartment .intro__slider img{background:#fff;aspect-ratio: 4/3;-o-object-fit:contain;object-fit:contain}.intro--appartment .intro__slider span{display:block;position:absolute;top:16px;left:16px;width:auto;max-width:calc(100% - 32px);background:#02b05b;color:#fff;text-transform:uppercase;padding:4px 16px;font-size: calc(16px * 0.75);font-weight:600;pointer-events:none;z-index:1;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}@media only screen and (min-width:1280px){.intro--appartment .intro__text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.intro-appartment{padding:96px 0 72px 0;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));background:linear-gradient(#fff,#eaeaea)}.intro-appartment__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center center;margin-top:-96px;margin-bottom:96px;position:relative;padding-left:16px;padding-right:16px;z-index:1}@media only screen and (min-width:640px){.intro-appartment__title{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.intro-appartment__title{padding-left:96px;padding-right:96px}}.intro-appartment__title:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right bottom,from(rgba(52,57,60,.48)),to(rgba(52,57,60,.64)));background:linear-gradient(to bottom right,rgba(52,57,60,.48),rgba(52,57,60,.64));z-index:-1}.intro-appartment__title h1{padding-top:64px;padding-bottom:112px;color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64)}.intro-appartment__title h1 span{font-size: calc(16px * 1);color:#fff;display:inline-block;position:relative;line-height:1;top:-4px}@media only screen and (min-width:1280px){.intro-appartment__title h1{width:100%;padding-left:50%;padding-bottom:64px}}.intro-appartment .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.intro-appartment__image{position:relative;z-index:2;margin-top:-144px;width:100%;margin-bottom:48px}@media only screen and (min-width:1280px){.intro-appartment__image{width:calc(50% - 48px);margin-right:96px;margin-bottom:0;margin-left:-48px}}.intro-appartment__image>span{display:block;position:absolute;top:16px;left:16px;width:auto;max-width:calc(100% - 32px);background:#02b05b;color:#fff;text-transform:uppercase;padding:4px 16px;font-size: calc(16px * 0.75);font-weight:600;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}.intro-appartment__text h2{padding-bottom:8px}.intro-appartment__text h4{color:#596267;font-size: calc(16px * 1)}.intro-appartment__text h3{color:#02b05b;padding-bottom:0;font-size: calc(16px * 1.5)}.intro-appartment__text h3 span{color:#02b05b;font-size: calc(16px * 1)}.intro-appartment__text p{padding-bottom:32px}@media only screen and (min-width:1280px){.intro-appartment__text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.intro-project{z-index:9999;padding:96px 0 72px 0;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));background:linear-gradient(#fff,#eaeaea)}.intro-project .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-weight:600}.intro-project__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:center center;margin-top:-96px;margin-bottom:96px;position:relative;padding-left:16px;padding-right:16px;z-index:1}@media only screen and (min-width:640px){.intro-project__title{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.intro-project__title{padding-left:96px;padding-right:96px}}.intro-project__title:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right bottom,from(rgba(52,57,60,.16)),to(rgba(52,57,60,.48)));background:linear-gradient(to bottom right,rgba(52,57,60,.16),rgba(52,57,60,.48));z-index:-1}.intro-project__title h1{padding-top:64px;padding-bottom:64px;color:#fff;text-shadow:4px 4px 8px rgba(1,1,1,.64)}.intro-project__text{max-width:800px}.intro-project__button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}@media only screen and (min-width:960px){.intro-project__button{gap:24px;width:800px}}.intro-project__button a{width:100%}@media only screen and (min-width:960px){.intro-project__button a{width:calc(50% - 12px)}}.location{position:relative;z-index:2}.location .wrapper{position:relative}.location__map{position:relative;z-index:2}.location__map .map-container{height:480px;overflow:hidden;position:relative}.location__map .map-container #mapbox{height:100%;width:100%}.location__map .map-container #mapbox .marker{display:none}.location__map .map-container #mapbox .custom-marker{background:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/icons/marker.svg);background-size:cover;width:80px;height:80px;border-radius:50%;cursor:pointer}.location__map .map-container #mapbox .mapboxgl-control-container{display:none}.location__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-48px;margin-bottom:96px;background:#010101;min-width:480px;z-index:4;padding:48px;border-radius:4px 4px 4px 4px}.location__text:after{content:"";position:absolute;top:0;right:-75px;width:0;height:472px;border-top:240px solid transparent;border-bottom:240px solid transparent;border-left:75px solid #010101;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:800px){.location__text{position:absolute;top:-432px;left:48px;margin:0;height:480px;border-top-right-radius:0;border-bottom-right-radius:0}}.location__text *{color:#fff}.location__text ul li h2{padding:0;color:#02b05b}.location__text ul li:not(:last-of-type) {margin-bottom:16px}.location__text ul li a{display:block;height:64px;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;pointer-events:auto;position:relative;line-height:64px;padding-left:88px;color:#fff}.location__text ul li a:visited,.location__text ul li a:active,.location__text ul li a:focus{color:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.location__text ul li a:hover{color:#018746}.location__text ul li a svg{position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.location__text ul li a svg:first-of-type{width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:22px}.location__text ul li a svg:last-of-type{top:0;left:0;color:#fff}.location__text ul li a:hover svg:first-of-type{-webkit-transform:scale(1.2);transform:scale(1.2)}.location__text ul li a:hover svg:last-of-type{color:#34393c}.appartment-highlight{background:#34393c;padding-top:96px;padding-bottom:48px;position:relative}.appartment-highlight__title{padding-bottom:24px}.appartment-highlight__title h2{color:#fff;width:100%}.appartment-highlight__title p{color:#fff;width:100%}.appartment-highlight__title p span{display:inline-block}.appartment-highlight--current .appartment-highlight__title{display:none}.register-highlight{z-index:1;padding-top:96px;padding-bottom:96px}@media only screen and (min-width:1280px){.register-highlight .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}}.register-highlight__text-container{padding-bottom:24px}@media only screen and (min-width:1280px){.register-highlight__text-container{width:50%;padding-bottom:0}.register-highlight__text-container > :not(.button):last-child {padding-bottom:0}.register-highlight__text-container>.button:last-child{margin-bottom:0}}.register-highlight__image-container{position:relative;z-index:2}.register-highlight__image-container span{display:block;padding-top:75%}.register-highlight__image-container img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:4px 4px 4px 4px}@media only screen and (min-width:1280px){.register-highlight__image-container{width:calc(50% - 48px);margin-left:48px;position:relative}.register-highlight__image-container img{right:-48px}}.contact_highlight{z-index:1;padding-top:96px;padding-bottom:96px}@media only screen and (min-width:1280px){.contact_highlight .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}}.contact_highlight__text-container{padding-bottom:24px}@media only screen and (min-width:1280px){.contact_highlight__text-container{width:50%;padding-bottom:0}.contact_highlight__text-container > :not(.button):last-child {padding-bottom:0}.contact_highlight__text-container>.button:last-child{margin-bottom:0}}.contact_highlight__image-container{position:relative;z-index:2}.contact_highlight__image-container span{display:block;padding-top:75%}.contact_highlight__image-container img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:4px 4px 4px 4px}@media only screen and (min-width:1280px){.contact_highlight__image-container{width:calc(50% - 48px);margin-left:48px;position:relative}.contact_highlight__image-container img{right:-48px}}.appartment{padding:96px 0 48px 0;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));background:linear-gradient(#fff,#eaeaea)}.appartment .wrapper{max-width:1120px}.appartment__intro{padding-bottom:24px}.appartment__intro .wrapper{max-width:992px}.appartment__container{margin:0 0 8px 0}.appartment__container:last-of-type{margin:0 0 48px 0}.appartment__container .appartment__title{position:relative;width:100%;color:#fff;overflow:hidden;z-index:2;border-radius:4px 4px 4px 4px}.appartment__container .appartment__title p{position:relative;font-weight:600;width:100%;max-width:initial;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;padding:16px 80px 16px 16px;background:-webkit-gradient(linear,left top,right top,from(#34393c),to(#02b05b));background:linear-gradient(to right,#34393c 0%,#02b05b 100%);background:#02b05b;background-size:100%;background-position:center left}@media only screen and (min-width:640px){.appartment__container .appartment__title p{padding:16px 64px 16px 24px}}.appartment__container .appartment__title p:after{content:"";position:absolute;top:0;right:0;width:64px;height:64px;background-image:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/icons/chevron-down.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;pointer-events:none;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out}.appartment__container .appartment__title p:hover{cursor:pointer;background-size:150%;background-position:center left}.appartment__container .appartment__title p.rented span{text-decoration:line-through}.appartment__container .appartment__title.active p:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:none;animation:none}.appartment__container .appartment__content{display:none}.appartment__container .appartment__content .table__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:2px solid #dadada;margin-top:8px;border-radius:4px 4px 4px 4px}.appartment__container .appartment__content .table__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px;width:100%;background:#fff}.appartment__container .appartment__content .table__col:first-of-type{background:#dadada;font-weight:600}@media only screen and (min-width:1280px){.appartment__container .appartment__content .table__col{width:50%}}.appartment__container .appartment__content .image-container{border:2px solid #dadada;margin-top:8px;background:#fff;border-radius:4px 4px 4px 4px}.living{background:#fff;padding-top:96px;padding-bottom:48px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1280px){.living{padding-bottom:96px}}.living__title{padding-bottom:24px;width:100%}@media only screen and (min-width:640px){.living__title{padding-bottom:72px}}.living__title h2{color:#010101;width:100%}@media only screen and (min-width:1280px){.living__title h2{line-height:104px}}.living__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1920px}.living__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative;z-index:2;background:#34393c;margin-bottom:48px;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:640px){.living__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:96px;padding-left:16px;padding-right:16px}}@media only screen and (min-width:640px) and (min-width:640px){.living__item{padding-left:48px;padding-right:48px}}@media only screen and (min-width:640px) and (min-width:1280px){.living__item{padding-left:96px;padding-right:96px}}@media only screen and (min-width:1280px){.living__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:33.3333333333%;margin-bottom: calc(33.3333333333vw / 6.4);padding:0}}@media only screen and (min-width:1920px){.living__item{margin-bottom:100px;border-top-left-radius:4px}}@media only screen and (min-width:1280px){.living__item:after{content:"";position:absolute;bottom: calc(0px - 33.3333333333vw / 6.6);right:0;width:0;height:0;border-left: calc(33.3333333333vw / 2) solid transparent;border-right: calc(33.3333333333vw / 2) solid transparent;border-top: calc(33.3333333333vw / 6.4) solid #34393c;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}}@media only screen and (min-width:1920px){.living__item:after{bottom:-98.4615384615px;border-left:320px solid transparent;border-right:320px solid transparent;border-top:100px solid #34393c}.living__item:nth-of-type(3n+1) .image-container {border-top-left-radius:4px}}.living__item:nth-child(3n+2) {background:#010101}@media only screen and (min-width:1280px){.living__item:nth-child(3n+2):after {border-top: calc(33.3333333333vw / 6.4) solid #010101}}@media only screen and (min-width:1920px){.living__item:nth-child(3n+2):after {border-top:100px solid #010101}}.living__item:nth-child(3n+3) {background:#02b05b}@media only screen and (min-width:1920px){.living__item:nth-child(3n+3) .image-container {border-top-right-radius:4px}}@media only screen and (min-width:1280px){.living__item:nth-child(3n+3):after {border-top: calc(33.3333333333vw / 6.4) solid #02b05b}}@media only screen and (min-width:1920px){.living__item:nth-child(3n+3):after {border-top:100px solid #02b05b}}.living__item .image-container{width:100%;overflow:hidden;position:relative}@media only screen and (min-width:640px){.living__item .image-container{width:calc(50% - 48px);margin-right:48px;top:-48px;border-radius:4px 4px 4px 4px}}@media only screen and (min-width:1280px){.living__item .image-container{width:100%;margin-right:0;top:0;border-radius:0}}.living__item .image-container img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio: 4/3;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media only screen and (min-width:640px){.living__item .image-container img{aspect-ratio: 1/1}}@media only screen and (min-width:800px){.living__item .image-container img{aspect-ratio: 4/3}}@media only screen and (min-width:1280px){.living__item .image-container img{-o-object-fit:initial;object-fit:initial;aspect-ratio:initial}}.living__item .text-container{width:100%;padding:48px 24px 24px 24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:640px){.living__item .text-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left;padding:48px 0 24px 0}}@media only screen and (min-width:1280px){.living__item .text-container{width:100%;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;padding:48px 24px 24px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}@media only screen and (min-width:1920px){.living__item .text-container{padding:96px 96px 24px 96px}}.living__item .text-container h3,.living__item .text-container p{color:#fff}.living__item .text-container a{margin-top:auto}.living__item:hover{background:#464d51;cursor:pointer}@media only screen and (min-width:1280px){.living__item:hover:after{border-top: calc(33.3333333333vw / 6.4) solid rgb(70.9428571429, 77.7642857143, 81.8571428571)}}@media only screen and (min-width:1920px){.living__item:hover:after{border-top:100px solid #464d51}}.living__item:hover:nth-child(3n+2) {background:#151515}@media only screen and (min-width:1280px){.living__item:hover:nth-child(3n+2):after {border-top: calc(33.3333333333vw / 6.4) solid rgb(21.4, 21.4, 21.4)}}@media only screen and (min-width:1920px){.living__item:hover:nth-child(3n+2):after {border-top:100px solid #151515}}.living__item:hover:nth-child(3n+3) {background:#02c465}@media only screen and (min-width:1280px){.living__item:hover:nth-child(3n+3):after {border-top: calc(33.3333333333vw / 6.4) solid rgb(2.2292134831, 196.1707865169, 101.4292134831)}}@media only screen and (min-width:1920px){.living__item:hover:nth-child(3n+3):after {border-top:100px solid #02c465}}.living__item:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.living__button{padding-bottom:24px;width:100%}.living__button .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.living--current{padding-top:0;padding-bottom:48px;margin-bottom:-96px}@media only screen and (min-width:640px){.living--current{padding-bottom:0}}@media only screen and (min-width:1280px){.living--current{margin-bottom:0}}@media only screen and (min-width:1920px){.living--current{padding-top:96px}}.living--current .living__title{display:none}.faq{padding:96px 0 48px 0}.faq__title{padding-bottom:24px}.faq__title h2{color:#010101;width:100%}.faq .wrapper{max-width:1120px}.faq__container{margin:0 0 24px 0}.faq__container .faq__question{position:relative;width:100%;color:#fff;overflow:hidden;z-index:2;border-radius:4px 4px 4px 4px}.faq__container .faq__question h3{font-weight:700!important}.faq__container .faq__question p,.faq__container .faq__question h3{position:relative;font-weight:600;width:100%;max-width:initial;color:#fff;font-size: calc(16px * 1);-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;padding:16px 80px 16px 16px;background:-webkit-gradient(linear,left top,right top,from(#34393c),to(#02b05b));background:linear-gradient(to right,#34393c 0%,#02b05b 100%);background:#02b05b;background-size:100%;background-position:center left}@media only screen and (min-width:640px){.faq__container .faq__question p,.faq__container .faq__question h3{padding:16px 64px 16px 24px}}.faq__container .faq__question p:after,.faq__container .faq__question h3:after{content:"";position:absolute;top:0;right:0;width:64px;height:64px;background-image:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/icons/chevron-down.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;pointer-events:none;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out}.faq__container .faq__question p:hover,.faq__container .faq__question h3:hover{cursor:pointer;background-size:150%;background-position:center left}.faq__container .faq__question.active p:after,.faq__container .faq__question.active h3:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:none;animation:none}.faq__container .faq__item{display:none;position:relative;padding:0 0 0 16px;border-left:2px solid #34393c;margin:8px 0}@media only screen and (min-width:640px){.faq__container .faq__item{padding:0 0 0 32px;margin:16px 0}}@media only screen and (min-width:1280px){.faq__container .faq__item{padding:0 0 0 64px}}.faq__container .faq__answer{display:none;position:relative;padding:0 0 0 8px;border-left:2px solid #34393c;margin:16px 0}@media only screen and (min-width:640px){.faq__container .faq__answer{padding:0 0 0 16px;margin:32px 0}}@media only screen and (min-width:1280px){.faq__container .faq__answer{padding:0 0 0 32px}}.faq__container .faq__answer p{padding:0}.faq-simple{padding:96px 0 48px 0}.faq-simple__title{padding-bottom:24px}.faq-simple__title h2{color:#010101;width:100%}@media only screen and (min-width:1280px){.faq-simple__title h2{line-height:104px}}.faq-simple .wrapper{max-width:1120px}.faq-simple__container{margin:0 0 8px 0}.faq-simple__container:last-of-type{margin:0 0 48px 0}.faq-simple__container .faq-simple__question{position:relative;width:100%;color:#fff;overflow:hidden;z-index:2;border-radius:4px 4px 4px 4px}.faq-simple__container .faq-simple__question p{position:relative;font-weight:600;width:100%;max-width:initial;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;padding:16px 80px 16px 16px;background:-webkit-gradient(linear,left top,right top,from(#34393c),to(#02b05b));background:linear-gradient(to right,#34393c 0%,#02b05b 100%);background:#02b05b;background-size:100%;background-position:center left}@media only screen and (min-width:640px){.faq-simple__container .faq-simple__question p{padding:16px 64px 16px 24px}}.faq-simple__container .faq-simple__question p:after{content:"";position:absolute;top:0;right:0;width:64px;height:64px;background-image:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/icons/chevron-down.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;pointer-events:none;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out}.faq-simple__container .faq-simple__question p:hover{cursor:pointer;background-size:150%;background-position:center left}.faq-simple__container .faq-simple__question.active p:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:none;animation:none}.faq-simple__container .faq-simple__answer{display:none;position:relative;padding:16px 0 0 16px;border-left:2px solid #34393c;margin:32px 0 32px 0}@media only screen and (min-width:640px){.faq-simple__container .faq-simple__answer{padding:24px 0 0 48px;margin:48px 0 48px 0}}@media only screen and (min-width:1280px){.faq-simple__container .faq-simple__answer{padding:32px 0 0 96px}}.development{background:#fff;padding-top:96px;padding-bottom:48px;position:relative}.development__title{padding-bottom:24px}.development__title h2{color:#010101;width:100%}@media only screen and (min-width:1280px){.development__title h2{line-height:104px}}.development__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:16px;padding-right:16px}@media only screen and (min-width:640px){.development__container{padding-left:48px;padding-right:48px}}@media only screen and (min-width:1280px){.development__container{padding-left:96px;padding-right:96px}.development__container{padding-left:48px;padding-right:48px}}.development__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#34393c;text-align:center;margin-bottom:48px}@media only screen and (min-width:800px){.development__item{width:calc(50% - 24px);margin-right:48px;margin-bottom:48px}.development__item:nth-of-type(2n+2) {margin-right:0}}@media only screen and (min-width:1280px){.development__item{width:calc(33.3333333333% - 32px);margin-right:48px}.development__item:nth-of-type(2n+2) {margin-right:48px}.development__item:nth-of-type(3n+3) {margin-right:0}}@media only screen and (min-width:1920px){.development__item{width:calc(25% - 36px)}.development__item:nth-of-type(3) {margin-right:48px}.development__item:nth-of-type(4n+4) {margin-right:0}}.development__item .text-container{padding:48px 24px}.development__item .text-container h2,.development__item .text-container p{margin-left:auto;margin-right:auto;color:#fff}.development__item .text-container p{padding-bottom:0}.development__item .button-container{width:100%;margin-bottom:16px}.development__button{padding-bottom:24px}.development__button .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsletter{position:relative;padding-top:96px;padding-bottom:72px}.newsletter .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.newsletter__text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}@media only screen and (min-width:1280px){.newsletter__text{width:50%;margin-bottom:0}}.newsletter__text h3{color:#02b05b}@media only screen and (min-width:640px){.newsletter__text h3 br{display:none}}.newsletter__form{width:100%}@media only screen and (min-width:1280px){.newsletter__form{width:calc(50% - 48px);margin-right:-48px}}.usp{background:#010101}.usp__slider .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1280px){.usp__slider .owl-stage{display:inline-block}}.usp__slider .owl-stage .owl-item.center .usp__content:before{-webkit-animation:heartBeat 1s 1 .5s;animation:heartBeat 1s 1 .5s}.usp__slide{padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:640px){.usp__slide{padding:0 48px}}@media only screen and (min-width:1280px){.usp__slide{padding:0}}.usp__content{padding:32px 0 32px 48px;color:#fff;font-family:"Source Sans Pro",sans-serif;font-weight:600;position:relative}.usp__content:before{content:"";position:absolute;top:calc(50% - 16px);left:0;width:32px;height:32px;background-image:url(https://zuydveste.nl/wp-content/themes/zuydveste-nl-v8/img/icons/checkmark-secondary.svg);background-size:cover;background-repeat:no-repeat;background-position:center center}section.timeline{padding-block:64px}section.timeline .wrapper{position:relative;display:grid;overflow:hidden}@media only screen and (min-width:1280px){section.timeline .wrapper{grid-template-columns:1fr 1fr}}section.timeline .wrapper::after{content:"";height:100%;width:2px;position:absolute;top:0;background-color:#02b05b;left:16px}@media only screen and (min-width:640px){section.timeline .wrapper::after{left:32px}}@media only screen and (min-width:1280px){section.timeline .wrapper::after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}section.timeline .container{position:relative;padding-left:16px}@media only screen and (min-width:640px){section.timeline .container{padding-left:32px}}@media only screen and (min-width:1280px){section.timeline .container{padding-left:initial;padding-right:160px}}section.timeline .container:nth-child(2n) {padding-left:16px}@media only screen and (min-width:640px){section.timeline .container:nth-child(2n) {padding-left:32px}}@media only screen and (min-width:1280px){section.timeline .container:nth-child(2n) {margin-top:48px;padding-right:0;padding-left:160px}section.timeline .container:nth-child(2n)::after {left:0;right:initial}}section.timeline .container:nth-child(2n) .image_container span {left:16px;right:initial}section.timeline .container::after{content:"";height:2px;width:8px;position:absolute;top:0;left:0;background-color:#02b05b}@media only screen and (min-width:640px){section.timeline .container::after{width:32px;left:-16px}}@media only screen and (min-width:1280px){section.timeline .container::after{width:80px;right:0;left:initial}}section.timeline .container .image_container{position:relative;margin-bottom:48px;aspect-ratio: 4/3;overflow:hidden;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}@media only screen and (min-width:1280px){section.timeline .container .image_container{max-width:960px}}section.timeline .container .image_container span.date{display:block;position:absolute;top:16px;left:16px;width:auto;max-width:calc(100% - 32px);background:#02b05b;color:#fff;text-transform:uppercase;padding:4px 16px;font-size: calc(16px * 0.75);font-weight:600;z-index:2;border-radius:4px 4px 4px 4px;-webkit-box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16);box-shadow:0 2px 8px rgba(1,1,1,.08) , 0 2px 8px rgba(1,1,1,.16)}@media only screen and (min-width:1280px){section.timeline .container .image_container span.date{right:16px;left:initial}}section.timeline .container .image_container img{-o-object-fit:cover;object-fit:cover}section.timeline .container .timeline_video_container{position:relative;padding-bottom:56.25%;overflow:hidden;width:100%;max-width:100%;height:auto;position:relative;z-index:2}@media only screen and (min-width:1280px){section.timeline .container .timeline_video_container{overflow:hidden;border-radius:4px 4px 4px 4px}}section.timeline .container .timeline_video_container iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;-webkit-transition:all .25s ease-in-out .25s;transition:all .25s ease-in-out .25s}section.timeline .container .timeline_video_container img{z-index:1;opacity:1;-webkit-transition:all .25s ease-in-out .25s;transition:all .25s ease-in-out .25s}section.timeline .container .timeline_video_container span:not(.date) {display:block;position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;z-index:1}section.timeline .container .timeline_video_container span:not(.date) svg {position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}section.timeline .container .timeline_video_container span:not(.date) svg:last-of-type {width:20px;height:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 10px);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}section.timeline .container .timeline_video_container span:not(.date) svg:first-of-type {top:0;left:0;color:#02b05b}section.timeline .container .timeline_video_container span:not(.date):hover {cursor:pointer}section.timeline .container .timeline_video_container span:not(.date):hover svg {-webkit-transform:scale(1.2);transform:scale(1.2)}section.timeline .container .timeline_video_container span:not(.date):hover svg:last-of-type {-webkit-transform:scale(1.2) rotate(-90deg);transform:scale(1.2) rotate(-90deg)}section.timeline .container .timeline_video_container:hover{cursor:pointer}section.timeline .container .timeline_video_container:hover img{opacity:.5}section.timeline .container .timeline_video_container:hover svg{-webkit-transform:scale(1.2);transform:scale(1.2)}section.timeline .container .timeline_video_container.active img{opacity:0;pointer-events:none}section.timeline .container .timeline_video_container.active iframe{opacity:1;pointer-events:all}section.timeline .container .timeline_video_container.active span{opacity:0}section.timeline .container .text_container{margin-bottom:32px}