@charset "UTF-8";
@font-face {
  font-family: "Neue Frutiger";
  src: url("../fonts/FrutigerNeueLTW04-Book.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW04-Book.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW04-Book.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW04-Book.woff") format("woff"), url("../fonts/FrutigerNeueLTW04-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Neue Frutiger";
  src: url("../fonts/FrutigerNeueLTW04-BookIt.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW04-BookIt.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW04-BookIt.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW04-BookIt.woff") format("woff"), url("../fonts/FrutigerNeueLTW04-BookIt.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Neue Frutiger";
  src: url("../fonts/FrutigerNeueLTW04-Bold.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW04-Bold.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW04-Bold.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW04-Bold.woff") format("woff"), url("../fonts/FrutigerNeueLTW04-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Neue Frutiger";
  src: url("../fonts/FrutigerNeueLTW04-Heavy.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW04-Heavy.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW04-Heavy.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW04-Heavy.woff") format("woff"), url("../fonts/FrutigerNeueLTW04-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Neue Frutiger";
  src: url("../fonts/FrutigerNeueLTW04-Black.eot?#iefix");
  src: url("../fonts/FrutigerNeueLTW04-Black.eot?#iefix") format("eot"), url("../fonts/FrutigerNeueLTW04-Black.woff2") format("woff2"), url("../fonts/FrutigerNeueLTW04-Black.woff") format("woff"), url("../fonts/FrutigerNeueLTW04-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
*, html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  outline: none;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
}
*::before, *::after, html::before, html::after {
  box-sizing: border-box;
}

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

ul {
  list-style-type: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
: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: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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;
}

.button,
.owl-prev,
.owl-next,
#gf_coupon_button {
  border: none;
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  line-height: calc(1 * 2);
  font-size: calc(16px * 1.25);
  color: #fff;
  letter-spacing: calc(0px * 1);
  margin-bottom: 32px;
  background: #1b60db;
  overflow: hidden;
  min-width: 240px;
  min-height: 64px;
  padding: 12px 80px 12px 32px;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.25s ease-in-out;
}
.button:before,
.owl-prev:before,
.owl-next:before,
#gf_coupon_button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #141251;
  transition: all 0.25s ease-in-out;
}
.button:after,
.owl-prev:after,
.owl-next:after,
#gf_coupon_button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  z-index: 1;
  background-color: #fff;
  mask-image: url(../img/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
.button:hover, .button:focus, .button:visited,
.owl-prev:hover,
.owl-prev:focus,
.owl-prev:visited,
.owl-next:hover,
.owl-next:focus,
.owl-next:visited,
#gf_coupon_button:hover,
#gf_coupon_button:focus,
#gf_coupon_button:visited {
  cursor: pointer;
  color: #fff;
}
.button:hover:before, .button:focus:before, .button:visited:before,
.owl-prev:hover:before,
.owl-prev:focus:before,
.owl-prev:visited:before,
.owl-next:hover:before,
.owl-next:focus:before,
.owl-next:visited:before,
#gf_coupon_button:hover:before,
#gf_coupon_button:focus:before,
#gf_coupon_button:visited:before {
  height: 4px;
}
.button--open,
.owl-prev--open,
.owl-next--open,
#gf_coupon_button--open {
  color: #1b60db;
  background: transparent;
  min-width: 0;
  min-height: 0;
  padding: 0px 48px 0px 0px;
  font-weight: 400;
}
.button--open:before,
.owl-prev--open:before,
.owl-next--open:before,
#gf_coupon_button--open:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 1px;
  background: #1b60db;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
.button--open:after,
.owl-prev--open:after,
.owl-next--open:after,
#gf_coupon_button--open:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  background-color: #1b60db;
  mask-image: url(../img/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
.button--open:hover,
.owl-prev--open:hover,
.owl-next--open:hover,
#gf_coupon_button--open:hover {
  color: #1b60db;
}
.button--open:hover:before,
.owl-prev--open:hover:before,
.owl-next--open:hover:before,
#gf_coupon_button--open:hover:before {
  height: 1px;
  transform: scale(1);
}

.button--disabled {
  pointer-events: none;
}

.switchcookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f7fc;
  padding-top: 32px;
  z-index: 999;
}
@media only screen and (min-width: 1280px) {
  .switchcookie {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.switchcookie .wrapper {
  max-width: 1280px;
}
@media only screen and (min-width: 1280px) {
  .switchcookie .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .switchcookie .wrapper .left-container,
  .switchcookie .wrapper .right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 64px;
  }
  .switchcookie .wrapper .left-container *,
  .switchcookie .wrapper .right-container * {
    align-self: flex-start;
  }
  .switchcookie .wrapper .left-container :last-child,
  .switchcookie .wrapper .right-container :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .switchcookie .wrapper .left-container {
    padding-right: 64px;
    border-right: 1px dashed #ddd;
  }
  .switchcookie .wrapper .left-container p {
    padding-bottom: 0;
  }
  .switchcookie .wrapper .right-container {
    padding-left: 64px;
  }
  .switchcookie .wrapper .right-container .button {
    align-self: flex-start;
    margin-bottom: 0;
  }
}
.switchcookie.disabled {
  display: none;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

::placeholder {
  color: #b4b4b4;
}

input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
label,
.gform_wrapper .gform_fields .gfield.field_description_above .gfield_description,
legend,
select,
textarea {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: calc(1 * 2);
  color: #222;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-bottom: 1px solid #222;
  border-radius: 0px 0px 0px 0px;
}

input:read-only {
  background: #f1f1f1;
}

.textarea.small {
  height: 128px;
}

.textarea.medium {
  height: 256px;
}

.textarea.large {
  height: 512px;
}

label, .gform_wrapper .gform_fields .gfield.field_description_above .gfield_description,
legend {
  padding: 0 0 4px 0;
  margin: 0;
  font-size: calc(16px * 0.875);
  font-weight: 600;
  text-transform: uppercase;
  color: #141251;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 0px 0px 0px 0px;
}
label .gfield_required_asterisk, .gform_wrapper .gform_fields .gfield.field_description_above .gfield_description .gfield_required_asterisk,
legend .gfield_required_asterisk {
  color: #1b60db;
}

select {
  height: 64px;
  line-height: 64px;
  padding: 16px 80px 16px 16px;
  color: #222;
}
select.first {
  color: #b4b4b4;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper style,
.gform_wrapper .screen-reader-text {
  display: none;
}
.gform_wrapper .gf_page_steps {
  display: flex;
  margin-bottom: 64px;
  padding-bottom: 66px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gf_page_steps {
    justify-content: flex-start;
  }
}
.gform_wrapper .gf_page_steps:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #141251;
}
.gform_wrapper .gf_page_steps .gf_step {
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gf_page_steps .gf_step {
    margin-bottom: 0;
  }
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 0px 0px 0px 0px;
  font-weight: 600;
  color: #c9c9c9;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    margin-right: 16px;
  }
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  font-weight: 600;
  color: #c9c9c9;
  width: 100%;
  text-align: center;
  height: 32px;
  white-space: nowrap;
  position: absolute;
  bottom: 32px;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
    margin-right: 32px;
    width: auto;
    text-align: left;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: #1b60db;
  color: #fff;
  border-color: #1b60db;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #222;
}
.gform_wrapper .gf_page_steps .gf_step:not(.gf_step_active) .gf_step_label {
  opacity: 0;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gf_page_steps .gf_step:not(.gf_step_active) .gf_step_label {
    opacity: 1;
  }
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  color: #222;
  border-color: #222;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  color: #222;
}
.gform_wrapper .gform_validation_errors h2 {
  font-size: calc(16px * 1);
  color: #b65255;
  font-weight: 600;
  text-transform: initial;
  line-height: calc(1 * 2);
  -webkit-background-clip: initial;
  background-clip: initial;
  background-image: initial;
  -webkit-text-fill-color: initial;
}
.gform_wrapper .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield.gfield--width-half, .gform_wrapper .gform_fields .gfield.gfield--width-third {
    width: calc(50% - 32px);
  }
}
.gform_wrapper .gform_fields .gfield.gfield_visibility_hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform_fields .gfield.hidden_label label, .gform_wrapper .gform_fields .gfield.hidden_label .gfield.field_description_above .gfield_description, .gform_wrapper .gform_fields .gfield.field_description_above .gfield.hidden_label .gfield_description {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gsection {
  position: relative;
  padding: 31px;
  border: 1px solid #ddd;
  background: #f1f1f1;
  margin-top: 98px;
  margin-bottom: 32px;
  border-radius: 0px 0px 0px 0px;
}
.gform_wrapper .gform_fields .gfield.gsection::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1b60db;
}
.gform_wrapper .gform_fields .gfield.gsection:first-of-type {
  margin-top: 0;
}
.gform_wrapper .gform_fields .gfield.gsection:first-of-type:before {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gsection .gsection_title {
  padding-bottom: 16px;
  font-size: calc(16px * 1.25);
}
.gform_wrapper .gform_fields .gfield .ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield .ginput_complex .gfield_time_hour {
  width: calc(50% - 8px);
}
.gform_wrapper .gform_fields .gfield .ginput_complex .below.hour_minute_colon {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .ginput_complex .gfield_time_minute {
  width: calc(50% - 8px);
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_mollie_payment_method {
  margin-bottom: 32px;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components {
  margin-top: 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components.gf_invisible {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 100%;
  min-width: unset;
  max-width: unset;
  position: relative;
  margin-bottom: 32px;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras {
  flex-direction: row;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_left,
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_right {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  min-width: unset;
  max-width: unset;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_left,
  .gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_right {
    width: calc(50% - 32px);
  }
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_left .ginput_card_security_code_icon,
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  pointer-events: none;
  margin: 0;
  background-repeat: no-repeat;
  height: 32px;
  text-indent: -9000px;
  width: 40px;
  background-image: url(../img/icons/gf-creditcards.svg);
  background-position: -383px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_left {
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full.ginput_cardextras .ginput_cardinfo_left {
    margin-bottom: 0;
  }
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container {
  display: flex;
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container {
    margin-top: 0px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    pointer-events: none;
  }
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon {
  background-repeat: no-repeat;
  height: 32px;
  text-indent: -9000px;
  width: 40px;
  background-image: url(../img/icons/gf-creditcards.svg);
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon:not(:last-of-type) {
  margin-right: 4px;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .gform_card_icon_container .gform_card_icon .screen-reader-text {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .ginput_container_mollie_components .ginput_full .ginput_card_field {
  display: block;
  width: 100%;
  min-width: unset;
  max-width: unset;
  padding: 15px 15px;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: calc(1 * 2);
  color: #222;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-bottom: 1px solid #222;
  border-radius: 0px 0px 0px 0px;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .validation_message {
  color: #b65255;
  font-size: calc(16px * 0.875);
  margin-top: 8px;
}
.gform_wrapper .gform_fields .gfield.gfield_mollie .validation_message strong {
  color: #b65255;
}
.gform_wrapper .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_fields .gfield .ginput_container_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background-color: #1b60db;
  z-index: 2;
  border-radius: 0px 0px 0px 0px;
}
.gform_wrapper .gform_fields .gfield .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background-color: #fff;
  mask-image: url(../img/icons/angle-down-light.svg);
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  mask-position: center;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper .gform_fields .gfield .ginput_container_select:hover {
  cursor: pointer;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  position: relative;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input {
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-appearance: none;
  border: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
  border: 1px solid #ddd;
  background: #f1f1f1;
  z-index: 2;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background-color: #c9c9c9;
  mask-image: url(../img/icons/check-light.svg);
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  mask-position: center;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input:checked::before {
  background-color: #1b60db;
  border: 1px solid #1b60db;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input:checked::after {
  background-color: #fff;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label, .gform_wrapper .gform_fields .gfield.field_description_above .ginput_container_checkbox .gfield_checkbox .gchoice .gfield_description {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 80px;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: calc(1 * 2);
  color: #222;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: initial;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice:hover {
  cursor: pointer;
}
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice:hover input::after {
  background-color: #141251;
}
.gform_wrapper .gform_fields .gfield .ginput_container_singleproduct .ginput_product_price_wrapper label, .gform_wrapper .gform_fields .gfield.field_description_above .ginput_container_singleproduct .ginput_product_price_wrapper .gfield_description,
.gform_wrapper .gform_fields .gfield .ginput_container_singleproduct .ginput_product_price_wrapper .ginput_product_price_label,
.gform_wrapper .gform_fields .gfield .ginput_container_product_calculation .ginput_product_price_wrapper label,
.gform_wrapper .gform_fields .gfield.field_description_above .ginput_container_product_calculation .ginput_product_price_wrapper .gfield_description,
.gform_wrapper .gform_fields .gfield .ginput_container_product_calculation .ginput_product_price_wrapper .ginput_product_price_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container_singleproduct .ginput_product_price_wrapper .ginput_product_price,
.gform_wrapper .gform_fields .gfield .ginput_container_product_calculation .ginput_product_price_wrapper .ginput_product_price {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  font-size: calc(16px * 1);
  font-weight: 400;
  line-height: calc(1 * 2);
  color: #222;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 0px 0px 0px 0px;
}
.gform_wrapper .gform_fields .gfield .ginput_container_number .instruction {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_error input,
.gform_wrapper .gform_fields .gfield.gfield_error input[type=text],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=password],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=datetime],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=datetime-local],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=date],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=month],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=time],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=week],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=number],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=email],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=url],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=search],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=tel],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=color],
.gform_wrapper .gform_fields .gfield.gfield_error select,
.gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border-color: #b65255;
  color: #b65255;
}
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container_select::before {
  background-color: #b65255;
}
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container_select::after {
  background-color: #fff;
}
.gform_wrapper .gform_fields .gfield .gfield_validation_message {
  color: #b65255;
  font-size: calc(16px * 0.875);
  margin-top: 8px;
}
.gform_wrapper .gform_fields .gfield .gfield_validation_message strong {
  color: #b65255;
}
.gform_wrapper .gform_fields .gfield .gpld-error-message {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  font-size: calc(16px * 0.875) !important;
  color: #b65255 !important;
  margin-top: 8px !important;
}
.gform_wrapper .gform_fields .gfield--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--fixed {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .gform_wrapper .gform_fields .gfield--fixed {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.gform_wrapper .gform_fields .gfield--fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f1f1f1;
}
.gform_wrapper .gform_fields .gfield--fixed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  background: #141251;
}
.gform_wrapper .gform_fields .gfield--visible {
  bottom: -224px;
  pointer-events: none;
}
.gform_wrapper .gform_fields .gfield--hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform_fields .gfield--additional-label {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield--additional {
  margin-bottom: 16px;
}
.gform_wrapper .gform_fields .gfield--additional legend {
  display: none;
}
.gform_wrapper .gform_fields .gfield--spacer-16 {
  margin-bottom: 16px;
}
.gform_wrapper .gform_fields .gfield--table table {
  width: 100% !important;
}
.gform_wrapper .gform_fields .gfield--table > table {
  border: none !important;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table {
    border: 1px solid #ddd !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table * {
  font-family: "Neue Frutiger", "Raleway", sans-serif !important;
  font-size: calc(16px * 0.875) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #222 !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table * {
    font-size: calc(16px * 1);
  }
}
.gform_wrapper .gform_fields .gfield--table > table tr {
  display: block !important;
  margin-bottom: 16px !important;
  border: 1px solid #ddd !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tr {
    display: table-row !important;
    margin-bottom: 0 !important;
    border: none !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tr th {
  font-size: calc(16px * 0.875) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #141251 !important;
  background: #f1f1f1 !important;
}
.gform_wrapper .gform_fields .gfield--table > table tr th:nth-of-type(2) {
  text-align: center !important;
}
.gform_wrapper .gform_fields .gfield--table > table tr th,
.gform_wrapper .gform_fields .gfield--table > table tr td {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  border-right: none !important;
  padding: 16px !important;
  border: none !important;
  min-width: 64px !important;
  line-height: calc(1 * 2) !important;
  border-bottom: 1px solid #ddd !important;
  padding-left: 144px !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tr th,
  .gform_wrapper .gform_fields .gfield--table > table tr td {
    display: table-cell !important;
    width: initial !important;
    border-right: 1px solid #ddd !important;
    padding-left: 16px !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tr th:last-of-type,
.gform_wrapper .gform_fields .gfield--table > table tr td:last-of-type {
  border-right: none !important;
  border-bottom: none !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tr th:last-of-type,
  .gform_wrapper .gform_fields .gfield--table > table tr td:last-of-type {
    border-bottom: 1px solid #ddd !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table thead {
  display: none;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table thead {
    display: table-header-group;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td {
  position: relative;
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #141251;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  width: 128px;
  line-height: calc(1 * 2);
  padding: 16px;
  background: #f1f1f1 !important;
  border-right: 1px solid #ddd;
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(1):before {
  content: "Product";
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(2):before {
  content: "Quantity";
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(3):before {
  content: "Unit price";
}
.gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(4):before {
  content: "Price";
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(1):before, .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(2):before, .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(3):before, .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-child(4):before {
    display: none;
  }
  .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-of-type(2) {
    text-align: center !important;
  }
  .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-of-type(3), .gform_wrapper .gform_fields .gfield--table > table tbody tr td:nth-of-type(4) {
    text-align: right !important;
    min-width: 128px !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td {
  position: relative;
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(1) {
  background: #f1f1f1 !important;
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(1) {
    display: table-cell !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(2) {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(2) {
    display: table-cell !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(2) strong {
  font-weight: 600 !important;
  color: #1b60db;
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(3) {
  font-weight: 600 !important;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(3) {
    text-align: right !important;
  }
}
.gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(3):before {
  content: "Total";
  position: absolute;
  top: 0;
  left: 0;
  color: #141251;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  width: 128px;
  line-height: calc(1 * 2);
  padding: 16px;
  background: #f1f1f1 !important;
  border-right: 1px solid #ddd;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_fields .gfield--table > table tfoot tr td:nth-of-type(3):before {
    display: none;
  }
}
.gform_wrapper .gform_page_footer,
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-start;
  padding-top: 66px;
  margin-top: 32px;
  position: relative;
}
.gform_wrapper .gform_page_footer:before,
.gform_wrapper .gform_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #141251;
}
.gform_wrapper .gform_page_footer img,
.gform_wrapper .gform_footer img {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_page_footer img,
  .gform_wrapper .gform_footer img {
    top: 64px;
    width: 64px;
    height: 64px;
  }
}
.gform_wrapper .gform_page_footer .button,
.gform_wrapper .gform_footer .button {
  min-width: 0px;
  width: calc(50% - 16px);
  padding: 12px 0px 12px 32px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_page_footer .button,
  .gform_wrapper .gform_footer .button {
    padding: 12px 80px 12px 32px;
    min-width: 240px;
    width: auto;
  }
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_submit_button,
.gform_wrapper .gform_footer .button.gform_next_button,
.gform_wrapper .gform_footer .button.gform_submit_button {
  margin-left: auto;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_footer .button.gform_previous_button {
  justify-content: flex-end;
  padding: 12px 32px 12px 0px;
}
@media only screen and (min-width: 640px) {
  .gform_wrapper .gform_page_footer .button.gform_previous_button,
  .gform_wrapper .gform_footer .button.gform_previous_button {
    padding: 12px 32px 12px 80px;
  }
}
.gform_wrapper .gform_page_footer .button.gform_previous_button:after,
.gform_wrapper .gform_footer .button.gform_previous_button:after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

#gform_wrapper_14 .gfield--table > table > tbody > tr > td > table > tbody > tr > td > table {
  border-bottom: none !important;
}
#gform_wrapper_14 .gfield--table > table > tbody > tr > td > table > tbody > tr > td > table tfoot {
  display: none;
}

div.date-white input {
  background: #fff;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 8px 4px 8px;
  font-size: calc(16px * 0.875);
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker {
    padding: 16px 16px 12px 16px;
    font-size: calc(16px * 1);
  }
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 8px 0;
  padding: 0;
  position: relative;
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-header {
    margin: 0 0 16px 0;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  background: none;
  background: #1b60db;
  border: 1px solid #1b60db;
  font-size: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border-radius: 0px 0px 0px 0px;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 48px;
    height: 48px;
  }
}
.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: 30px;
  height: 30px;
  background-color: #141251;
  mask-image: url(../img/icons/angle-left-light.svg);
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    width: 46px;
    height: 46px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  background: #f1f1f1;
  border-color: #ddd;
}
.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: #c9c9c9;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  mask-image: url(../img/icons/angle-right-light.svg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 72px);
  height: 32px;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    width: calc(100% - 104px);
    height: 48px;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  height: 32px;
  line-height: 32px;
  width: calc(50% - 2px);
  padding: 0 8px;
  -webkit-appearance: none;
  line-height: 1;
  color: #222;
  cursor: pointer;
  background-position: calc(100% - 8px) 50%;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    height: 48px;
    line-height: 48px;
  }
}
.ui-datepicker .ui-datepicker-calendar {
  display: flex;
  flex-direction: column;
}
.ui-datepicker .ui-datepicker-calendar tr {
  display: flex;
}
.ui-datepicker .ui-datepicker-calendar tr th,
.ui-datepicker .ui-datepicker-calendar tr td {
  display: block;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  position: relative;
  margin-bottom: 4px;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-calendar tr th,
  .ui-datepicker .ui-datepicker-calendar tr td {
    width: 48px;
    height: 48px;
  }
}
.ui-datepicker .ui-datepicker-calendar tr th:not(:last-of-type),
.ui-datepicker .ui-datepicker-calendar tr td:not(:last-of-type) {
  margin-right: 4px;
}
.ui-datepicker .ui-datepicker-calendar tr th span {
  font-size: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.ui-datepicker .ui-datepicker-calendar tr th:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-calendar tr th:after {
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(1):after {
  content: "mo";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(2):after {
  content: "tu";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(3):after {
  content: "we";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(4):after {
  content: "th";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(5):after {
  content: "fr";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(6):after {
  content: "sa";
}
.ui-datepicker .ui-datepicker-calendar tr th:nth-of-type(7):after {
  content: "su";
}
.ui-datepicker .ui-datepicker-calendar tr td span,
.ui-datepicker .ui-datepicker-calendar tr td a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  color: #222;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker .ui-datepicker-calendar tr td span,
  .ui-datepicker .ui-datepicker-calendar tr td a {
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
}
.ui-datepicker .ui-datepicker-calendar tr td span:hover,
.ui-datepicker .ui-datepicker-calendar tr td a:hover {
  border: 1px solid #ddd;
}
.ui-datepicker .ui-datepicker-calendar tr td span.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
  background: #1b60db;
}
.ui-datepicker .ui-datepicker-calendar tr td span.ui-state-active:hover,
.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active:hover {
  border: 1px solid transparent;
}
.ui-datepicker .ui-datepicker-calendar tr td.ui-state-disabled a,
.ui-datepicker .ui-datepicker-calendar tr td.ui-state-disabled span {
  background: #f1f1f1;
  border-color: #ddd;
  color: #c9c9c9;
  font-weight: 400;
  cursor: text;
}

.ginput_container_coupon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.ginput_container_coupon input {
  width: fit-content;
}
.ginput_container_coupon #gf_coupon_button {
  width: fit-content;
  margin-bottom: 0 !important;
  position: relative;
  border-bottom: 2px solid #141251 !important;
}
.ginput_container_coupon #gf_coupon_button::after {
  content: none;
}
.ginput_container_coupon #gf_coupon_button:disabled {
  opacity: 0.64;
  cursor: initial !important;
}
.ginput_container_coupon #gf_coupon_spinner {
  height: 32px;
  width: 32px;
}

.slider {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  position: relative;
  width: 100%;
}
.slider.owl-loaded {
  opacity: 1;
  height: auto;
}
.slider .owl-stage-outer {
  overflow: hidden;
  height: auto !important;
  border-radius: 0px 0px 0px 0px;
}
.slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
}
.slider .owl-nav.disabled {
  display: none;
}
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  position: relative;
  pointer-events: all;
  height: 64px;
  width: 72px;
  min-width: 0;
  margin-bottom: 0;
  padding: 0;
}
.slider .owl-nav .owl-prev::after,
.slider .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/icons/chevron-down.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.slider .owl-nav .owl-next {
  transform: scaleX(-1);
}
.slider .owl-dots {
  display: flex;
  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: flex;
  }
}
.slider .owl-dots.disabled {
  display: none;
}
.slider .owl-dots .owl-dot {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: rgba(34, 34, 34, 0.1);
  margin: 0 8px 0 0;
  transition: all 0.25s ease-in-out;
  border-radius: 0px 0px 0px 0px;
}
.slider .owl-dots .owl-dot:last-child {
  margin: 0;
}
.slider .owl-dots .owl-dot.active {
  background: #1b60db;
}
.slider .owl-dots .owl-dot:hover {
  background: #1b60db;
}
html {
  background: #141251;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  font-size: calc(16px * 1);
  line-height: calc(1 * 2);
  font-weight: 400;
  color: #222;
  letter-spacing: calc(0px * 1);
  background: #fff;
}

main {
  margin-top: 64px;
  position: relative;
  z-index: 2;
}

.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: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}

h1, h2, h3, h4 {
  font-family: "Neue Frutiger", "Lato", sans-serif;
  font-weight: 900;
  font-size: calc(16px * 2);
  line-height: calc(1 * 1.5);
  color: #141251;
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
  max-width: 800px;
}

h1, h2 {
  line-height: calc(1 * 1.125);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #6552a8 0%, #1b60db 100%);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1280px) {
  h1, h2 {
    font-size: calc(calc(16px * 2) * 2);
  }
}

h3 {
  font-size: calc(16px * 1.25);
  color: #141251;
}
@media only screen and (min-width: 1280px) {
  h3 {
    font-size: calc(16px * 1.5);
  }
}
@media only screen and (min-width: 1920px) {
  h3 {
    font-size: calc(16px * 2);
  }
}

h4 {
  font-size: calc(16px * 1);
  font-weight: 600;
}

p {
  padding-bottom: 32px;
  max-width: 800px;
}

a {
  color: #1b60db;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
a:visited {
  color: #1b60db;
}
a:hover {
  color: #141251;
}

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

blockquote {
  font-size: calc(16px * 1.25);
  font-style: italic;
  font-weight: 900;
  color: #1b60db;
  position: relative;
  padding-left: 16px;
  border-left: 6px solid #141251;
  margin-bottom: 32px;
}
blockquote p {
  padding: 0;
}
@media only screen and (min-width: 640px) {
  blockquote {
    padding-left: 32px;
    border-left: 8px solid #141251;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    font-size: calc(16px * 1.5);
  }
}
@media only screen and (min-width: 1920px) {
  blockquote {
    font-size: calc(16px * 2);
  }
}

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

strong {
  color: #141251;
  font-weight: 600;
}

em {
  color: #747474;
}

.wysiwyg h3 {
  color: #141251;
}
.wysiwyg p a,
.wysiwyg li a {
  display: inline-block;
  color: #1b60db;
  font-weight: 400;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.wysiwyg p a:before,
.wysiwyg li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b60db;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
.wysiwyg p a:visited, .wysiwyg p a:active,
.wysiwyg li a:visited,
.wysiwyg li a:active {
  color: #1b60db;
}
.wysiwyg p a:hover,
.wysiwyg li a:hover {
  color: #1750b7;
}
.wysiwyg p a:hover:before,
.wysiwyg li a:hover:before {
  transform: scale(1);
}
.wysiwyg ul {
  padding-bottom: 16px;
}
.wysiwyg ul li {
  padding-left: 32px;
  position: relative;
}
.wysiwyg ul li:last-of-type {
  padding-bottom: 16px;
}
.wysiwyg ul li:before {
  content: "▪";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #1b60db;
}
.wysiwyg ul ul {
  padding-left: 32px;
  padding-bottom: 0;
}
.wysiwyg ul ul:first-of-type {
  padding-top: 16px;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: ol-counter;
  padding-bottom: 16px;
}
.wysiwyg ol li {
  counter-increment: ol-counter;
  padding-left: 32px;
  position: relative;
}
.wysiwyg ol li:last-of-type {
  padding-bottom: 16px;
}
.wysiwyg ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol-counter);
  color: #1b60db;
  font-weight: 600;
}
.wysiwyg ol ol {
  padding-left: 32px;
  padding-bottom: 0;
}
.wysiwyg ol ol:first-of-type {
  padding-top: 16px;
}
.wysiwyg ol ul {
  padding-bottom: 0px;
}
.wysiwyg ol ul:first-of-type {
  padding-top: 16px;
}
.wysiwyg ol ul li {
  padding-left: 32px;
  position: relative;
}
.wysiwyg ol ul li:last-of-type {
  padding-bottom: 0px;
}
.wysiwyg ol ul li:before {
  content: "▪";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #1b60db;
}
.wysiwyg--inverted * {
  color: #fff;
}

.anchor {
  position: absolute;
  top: -64px;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .anchor {
    top: -128px;
  }
}

::selection {
  background: rgba(20, 18, 81, 0.5);
  text-shadow: none;
}

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

form.post-password-form {
  position: fixed;
  top: 64;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  form.post-password-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  form.post-password-form {
    padding-left: 64px;
    padding-right: 64px;
  }
}
form.post-password-form div {
  width: 100%;
  max-width: 480px;
  position: relative;
}
form.post-password-form div:last-of-type {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 2px solid #141251;
  display: flex;
  justify-content: flex-end;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: none;
  opacity: 0;
}

.lang_pop-up {
  width: calc(100% - 64px);
  max-width: 800px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 32px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  background-image: linear-gradient(90deg, #6552a8 0%, #1b60db 100%);
  z-index: 99;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08), 0 2px 8px rgba(34, 34, 34, 0.16);
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1280px) {
  .lang_pop-up {
    flex-direction: row;
    max-width: 1280px;
    padding: 32px 64px;
  }
}
.lang_pop-up.hide {
  display: none;
  opacity: 0;
}
.lang_pop-up.active {
  display: flex;
  opacity: 1;
}
.lang_pop-up span.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  mask-image: url(../img/icons/close.svg);
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.lang_pop-up .image {
  flex: 1;
  max-width: 256px;
}
@media only screen and (min-width: 1280px) {
  .lang_pop-up .image {
    max-width: none;
  }
}
.lang_pop-up .text {
  flex: 2;
  text-align: center;
}
.lang_pop-up .text h3 {
  padding: 0;
  color: #fff;
  font-size: calc(16px * 1.25);
  font-weight: 400;
}
.lang_pop-up .text h3 strong {
  font-weight: 900;
  color: #fff;
  font-size: calc(16px * 1.5);
}
.lang_pop-up .link {
  cursor: pointer !important;
}
.lang_pop-up .link * {
  cursor: pointer !important;
}
.lang_pop-up .link ul li a {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  background-color: #fff !important;
  position: relative;
  z-index: 1;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  line-height: calc(1 * 2);
  font-size: calc(16px * 1.25);
  letter-spacing: calc(0px * 1);
  color: #141251 !important;
  overflow: hidden;
  min-width: 240px;
  min-height: 64px;
  padding: 12px 80px 12px 32px;
  border-bottom: 2px solid #141251;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.25s ease-in-out;
}
.lang_pop-up .link ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  z-index: 1;
  background-color: #141251;
  mask-image: url(../img/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
.lang_pop-up .link ul li a:hover, .lang_pop-up .link ul li a:focus, .lang_pop-up .link ul li a:visited {
  cursor: pointer !important;
  color: #fff;
}
.lang_pop-up .link ul li a img {
  display: none;
}

.header {
  height: 64px;
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: 16px 16px 16px 0px rgba(34, 34, 34, 0.04);
  transition: all 0.25s ease-in-out;
  z-index: 999;
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 0;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  background: #fff;
}
.header__logo {
  margin-right: auto;
}
.header__logo a {
  position: relative;
}
.header__logo a svg {
  height: 24px;
  width: auto;
}
.header__menu {
  z-index: 1;
  display: flex;
}
.header__menu ul {
  display: flex;
  place-items: center;
  width: auto;
}
@media only screen and (min-width: 1920px) {
  .header__menu ul {
    margin-left: 64px;
  }
}
.header__menu ul li {
  display: none;
  height: 128px;
  position: relative;
  margin-left: 32px;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1080px) {
  .header__menu ul li {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .header__menu ul li {
    margin-left: 64px;
  }
}
.header__menu ul li a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  color: #141251;
  font-weight: 600;
  font-size: calc(16px * 0.875);
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  transition: all 0.25s ease-in-out;
}
.header__menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #141251;
  background-image: linear-gradient(90deg, #d472bc, #6552a8, #1b60db);
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}
.header__menu ul li:hover > a:after, .header__menu ul li.current-menu-item > a:after, .header__menu ul li.current-menu-parent > a:after {
  transform: scaleX(1);
}
.header__menu ul li:hover ul {
  top: 128px;
  pointer-events: all;
}
.header__menu ul ul {
  position: absolute;
  top: -100%;
  left: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ddd;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  margin: 0;
  transition: all 0.25s ease-in-out;
}
.header__menu ul ul li {
  width: 100%;
  height: auto;
  margin: 0;
}
.header__menu ul ul li:first-of-type {
  display: initial;
}
.header__menu ul ul li:nth-of-type(even) {
  background: #fff;
}
.header__menu ul ul li a {
  height: auto;
  padding: 16px 32px 16px 24px;
  font-size: calc(16px * 0.875);
  color: #222;
  border-left: 8px solid transparent;
  transition: all 0.25s ease-in-out;
}
.header__menu ul ul li a:after {
  display: none;
}
.header__menu ul ul li:hover > a, .header__menu ul ul li.current-menu-item > a, .header__menu ul ul li.current-menu-parent > a {
  color: #141251;
  border-left: 8px solid #1b60db;
}
.header__menu ul .menu-item-47 ul {
  width: 200px;
}
.header__menu ul.wpml-ls {
  margin-left: 32px;
}
.header__menu ul.wpml-ls li {
  margin-left: 0;
  position: relative;
  text-transform: uppercase;
}
.header__menu ul.wpml-ls li a {
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  gap: 16px;
}
.header__menu ul.wpml-ls li a img {
  width: 24px;
}
.header__button {
  position: relative;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: 200%;
  background-position: center left;
  transition: all 0.25s ease-in-out;
  border-radius: 0px 0px 0px 0px;
}
@media only screen and (min-width: 1080px) {
  .header__button {
    display: none;
  }
}
.header__button span {
  display: block;
  transition: 0.25s all ease-in-out;
  margin-bottom: 8px;
  height: 2px;
  background: linear-gradient(to right, #141251, #1b60db);
  border-radius: 2px;
  width: 32px;
}
.header__button span:nth-of-type(3) {
  margin-top: -10px;
}
.header__button span:nth-of-type(4) {
  margin-bottom: 0;
}
.header__button.active {
  background-position: center center;
}
.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) {
  transform: rotate(45deg);
  width: 32px;
}
.header__button.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 32px;
}
.header__button:hover {
  cursor: pointer;
  background-position: center right;
}
.header__side {
  position: fixed;
  top: 64px;
  right: -100%;
  width: 100%;
  height: calc(100% - 64px);
  background: #fff;
  overflow: scroll;
  z-index: -1;
  pointer-events: none;
  padding-top: 64px;
  padding-bottom: 48px;
  transition: all 0.25s ease-in-out;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .header__side {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__side {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 640px) {
  .header__side {
    height: calc(100% - 64px);
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .header__side {
    display: none;
  }
}
.header__side:after {
  content: "";
  position: fixed;
  top: 64px;
  left: 0;
  width: 50%;
  height: calc(100% - 64px);
  backdrop-filter: blur(4px);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  display: none;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #ddd;
}
@media only screen and (min-width: 640px) {
  .header__side:after {
    display: block;
  }
}
.header__side.active {
  right: 0;
  z-index: 1;
  pointer-events: all;
}
.header__side.active:after {
  opacity: 1;
}
.header__side ul {
  display: flex;
  flex-direction: column;
}
.header__side ul li {
  position: relative;
}
.header__side ul li a {
  display: block;
  position: relative;
  color: #141251;
  font-weight: 600;
  font-size: calc(16px * 0.875);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 16px;
  transition: all 0.25s ease-in-out;
  border-left: 2px solid #fff;
}
.header__side ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.25s ease-in-out;
  border: 2px solid #fff;
  border-left: none;
}
.header__side ul li a:after {
  display: none;
}
.header__side ul li:hover > a, .header__side ul li.current-menu-item > a, .header__side ul li.current-menu-parent > a {
  border-left: 2px solid #141251;
  color: #fff;
}
.header__side ul li:hover > a:before, .header__side ul li.current-menu-item > a:before, .header__side ul li.current-menu-parent > a:before {
  background: #1b60db;
  border: 2px solid #1b60db;
  border-left: none;
}
.header__side ul ul {
  padding-left: 8px;
}
.header__side ul ul li a {
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.header__side ul ul li a:before, .header__side ul ul li a:after {
  display: none;
}
.header__side ul ul li:hover a, .header__side ul ul li.current-menu-item a {
  border: none;
  color: #1b60db;
}
.header__side ul ul.wpml-ls li {
  margin-left: 0;
  position: relative;
  text-transform: uppercase;
}
.header__side ul ul.wpml-ls li a {
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  gap: 16px;
}
.header__side ul ul.wpml-ls li a img {
  width: 24px;
}
.header__side ul.wpml-ls {
  margin-left: 32px;
}
.header__side ul.wpml-ls li {
  margin-left: 0;
  position: relative;
  text-transform: uppercase;
}
.header__side ul.wpml-ls li a {
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  gap: 16px;
}
.header__side ul.wpml-ls li a img {
  width: 24px;
}

ul.wpml-ls li a {
  position: relative;
  color: #444 !important;
}
ul.wpml-ls li a::before {
  content: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-image: url("../img/icons/loading-alt.svg") !important;
  background-size: 32px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
}
ul.wpml-ls li a.loading {
  pointer-events: none;
  cursor: wait;
}
ul.wpml-ls li a.loading::before {
  content: "";
}
ul.wpml-ls li a.loading::after {
  transform: scaleX(0) !important;
}

.footer {
  z-index: 1;
  position: relative;
  background: #1b60db;
  padding-top: 64px;
  background: #1b60db;
  background-image: linear-gradient(160deg, #4a69ae 0%, #74589c 10%, #174ca1 20%, #2466b9 26%, #404896 26%, #0e4b9d 59%, #2678c7 71%, #315fb0 88%, #4b67be 92%, #2579c3 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .footer {
    background-image: linear-gradient(160deg, #2c4596 0%, #2164b7 30%, #3d4795 30%, #215db0 54%, #1059aa 100%);
  }
}
.footer .wrapper {
  max-width: 1280px;
}
.footer__columns {
  padding-bottom: 64px;
}
@media only screen and (min-width: 1280px) {
  .footer__columns {
    display: flex;
  }
}
.footer__columns ul:not(:last-of-type) {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1280px) {
  .footer__columns ul {
    width: 25%;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer__columns ul:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.footer__columns ul li:first-of-type {
  font-weight: 600;
}
@media only screen and (min-width: 1280px) {
  .footer__columns ul li:first-of-type {
    margin-bottom: 16px;
  }
}
.footer__columns ul li a {
  font-weight: 400;
  color: #fff;
  display: block;
  position: relative;
}
.footer__columns ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
.footer__columns ul li:hover a:before {
  transform: scale(1);
}
.footer__app {
  padding-bottom: 64px;
}
.footer__app h3 {
  font-size: calc(16px * 1);
  color: #fff;
  padding-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .footer__app h3 {
    font-size: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1280px) {
  .footer__app h3 {
    font-size: calc(16px * 1.5);
  }
}
@media only screen and (min-width: 1920px) {
  .footer__app h3 {
    font-size: calc(16px * 2);
  }
}
.footer__app ul {
  display: flex;
}
.footer__app ul li:not(:last-of-type) {
  margin-right: 16px;
}
.footer__disclaimer {
  padding-bottom: 32px;
  margin-bottom: 128px;
}
@media only screen and (min-width: 1280px) {
  .footer__disclaimer {
    margin-bottom: 0;
  }
}
.footer__disclaimer p {
  padding-bottom: 0;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .footer__disclaimer ul {
    display: flex;
  }
}
.footer__disclaimer ul li:not(:last-of-type) {
  margin-right: 32px;
}
.footer__disclaimer ul li a {
  font-weight: 400;
  color: #fff;
}
.footer__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 32px;
}
.footer__logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 201px 545px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .footer__logo:before {
    border-width: 0 0 241px 662px;
  }
}
.footer__logo .image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__logo .image-container p {
  padding-bottom: 0;
  color: #141251;
}

.base__content {
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}
.base__content--black {
  background: #222;
}

.hero__item {
  padding-top: 128px;
  padding-bottom: 96px;
  min-height: 56.25vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .hero__item {
    min-height: 800px;
    height: calc(100vh - 128px);
  }
}
.hero__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #141251 0%, rgba(20, 18, 81, 0.32) 100%);
}
@media only screen and (min-width: 640px) {
  .hero__item:after {
    background-image: linear-gradient(to right, #141251 0%, rgba(27, 96, 219, 0) 96%);
  }
}
@media only screen and (min-width: 1280px) {
  .hero__item:after {
    background-image: linear-gradient(to right, #141251 0%, rgba(27, 96, 219, 0) 64%);
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__text {
  padding-left: 16px;
}
@media only screen and (min-width: 640px) {
  .hero__text {
    padding-left: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__text {
    margin-top: -128px;
  }
}
.hero__text h2 {
  color: #fff;
}
.hero__text h2 strong {
  font-weight: 900;
  color: #1b60db;
}
.hero .owl-dots {
  display: flex;
  flex-direction: column;
  bottom: 0;
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  .hero .owl-dots {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  .hero .owl-dots {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 1280px) {
  .hero .owl-dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero .owl-dots {
    height: calc(100% - 128px);
    bottom: 128px;
  }
}
.hero .owl-dots .owl-dot {
  position: relative;
  margin: 0;
  width: 6px;
  height: 64px;
  border: none;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 640px) {
  .hero .owl-dots .owl-dot {
    width: 8px;
  }
}
.hero .owl-dots .owl-dot:before, .hero .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b60db;
  transition: all 0.25s ease-in-out;
}
.hero .owl-dots .owl-dot:after {
  top: 64px;
}
.hero .owl-dots .owl-dot.active:before, .hero .owl-dots .owl-dot.active:after {
  top: 0px;
}
.hero .owl-dots .owl-dot:hover {
  background: #fff;
}
.hero .owl-dots .owl-dot:hover.active {
  background: #1b60db;
}

.intro__title {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 1280px) {
  .intro__title {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.intro__title .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__title .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__title .image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(34, 34, 34, 0.32), transparent);
}
@keyframes slideInSlow {
  0% {
    bottom: -16%;
    left: -16%;
  }
  100% {
    bottom: 0;
    left: 0;
  }
}
@keyframes slideInFast {
  0% {
    bottom: -8%;
    left: -8%;
  }
  100% {
    bottom: 0;
    left: 0;
  }
}
.intro__title .image-container .triangle-container {
  height: 60%;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 1280px) {
  .intro__title .image-container .triangle-container {
    height: 80%;
    transform: scaleX(-1);
  }
}
.intro__title .image-container .triangle-container svg {
  height: 100%;
  max-width: 100%;
  width: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.intro__title .image-container .triangle-container svg.triangle-big {
  height: 100%;
  opacity: 0.77;
  animation: 1s ease-out 0s 1 slideInSlow;
}
.intro__title .image-container .triangle-container svg.triangle-small {
  height: 60.795%;
  animation: 1s ease-out 0s 1 slideInFast;
}
.intro__title .wrapper {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
.intro__title h4 {
  background: #fff;
  padding: 2px 8px;
  align-self: flex-start;
  margin-bottom: 16px;
}
.intro__title h1 {
  -webkit-background-clip: initial;
  background-clip: initial;
  background-image: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
  text-shadow: 0 0 4px rgba(34, 34, 34, 0.9);
  padding: 0;
}
.intro__text {
  padding-top: 64px;
  padding-bottom: 32px;
}
.intro__text .wrapper {
  max-width: 1280px;
}
.intro__text p {
  font-size: calc(16px * 1.25);
}

.card {
  padding-bottom: 64px;
}
.card .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 1280px;
}
@media only screen and (min-width: 640px) {
  .card .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .card .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card__header {
  grid-column: 1/-1;
}
.card__header h3 {
  padding: 0;
}
.card__item {
  box-shadow: 0 0.625em 1.25em 0 rgba(34, 34, 34, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.card__item .text-container {
  padding-top: 32px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .card__item .text-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .card__item .text-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.card__item .text-container:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 48px;
  width: 64px;
  height: 64px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: top left;
}
@media only screen and (min-width: 1280px) {
  .card__item .text-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card__item p {
  font-weight: 400;
  color: #222;
}
.card__item button {
  border: none;
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-family: "Neue Frutiger", "Raleway", sans-serif;
  line-height: calc(1 * 2);
  font-weight: 400;
  font-size: calc(16px * 1);
  color: #1b60db;
  letter-spacing: calc(0px * 1);
  margin-bottom: 32px;
  background: transparent;
  text-align: left;
  padding-right: 48px;
  margin-top: auto;
  pointer-events: none;
}
.card__item button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 1px;
  background: #1b60db;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
.card__item button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  background-color: #1b60db;
  mask-image: url(../img/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
.card__item:hover {
  box-shadow: 0 0.625em 1.25em 0 rgba(34, 34, 34, 0.3);
}
.card__item:hover button:before {
  transform: scale(1);
}
.card__item--current {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .card:not(.card--service) .card__item:last-of-type {
    grid-column: 1/-1;
  }
  .card:not(.card--service) .card__item:last-of-type .image-container img {
    aspect-ratio: 16/6;
    object-fit: cover;
  }
  .card:not(.card--service) .card__item:last-of-type .text-container {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background: #fff;
    width: calc(50% - 32px);
  }
  .card:not(.card--service) .card__item:last-of-type .text-container:after {
    top: -16px;
    left: -16px;
    transform: rotate(45deg);
    transform-origin: bottom left;
  }
}

.circular {
  margin-bottom: 64px;
}
@media only screen and (min-width: 1280px) {
  .circular {
    display: flex;
    flex-wrap: wrap;
  }
}
.circular__title {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .circular__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__title {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__title {
    width: 100%;
  }
}
.circular__title h3 {
  padding-bottom: 0;
  padding-left: 32px;
  line-height: 32px;
  font-size: calc(16px * 1.25);
  margin-bottom: 32px;
}
.circular__title h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 2px;
}
.circular__text {
  background: #ddd;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .circular__text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__text {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .circular__text * {
    align-self: flex-start;
  }
}
.circular__image {
  padding-left: 16px;
  padding-right: 16px;
  background: #1b60db;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .circular__image {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__image {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__image {
    width: 50%;
    background: #ddd;
  }
  .circular__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36%;
    background: linear-gradient(to right, #ddd 50%, #fff 50%);
    z-index: 0;
  }
  .circular__image:after {
    content: "";
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    height: calc(64% + 64px);
    background: #1b60db;
    z-index: 0;
    border-top-left-radius: 8px;
  }
}
@media only screen and (min-width: 1920px) {
  .circular__image {
    padding-left: 128px;
  }
}
.circular__image img {
  position: relative;
  width: calc(100% + 16px);
  border-top-left-radius: 8px;
  top: -64px;
  z-index: 1;
  border-right: 6px solid #141251;
}
@media only screen and (min-width: 640px) {
  .circular__image img {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .circular__image img {
    height: 100%;
    object-fit: cover;
  }
}

.facebook {
  position: relative;
  padding-bottom: 32px;
}
.facebook .anchor {
  position: absolute;
  top: -96px;
  left: 0;
}
@media only screen and (min-width: 640px) {
  .facebook .anchor {
    top: -128px;
  }
}
.facebook .wrapper {
  max-width: none;
}
@media only screen and (min-width: 1280px) {
  .facebook__title {
    padding-top: 64px;
  }
}
.facebook__title h2 {
  display: none;
}
.facebook__container {
  padding-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .facebook__container .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .facebook__container .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1920px) {
  .facebook__container .wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 128px;
  }
}
.facebook__item {
  display: block;
  color: #222;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.facebook__item .image-container {
  display: block;
  position: relative;
}
.facebook__item .image-container img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-left: 6px solid #1b60db;
}
@media only screen and (min-width: 640px) {
  .facebook__item .image-container img {
    border-left: 8px solid #1b60db;
  }
}
.facebook__item .image-container span {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(to right, #1b60db, #141251);
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 8px;
  font-size: calc(16px * 0.875);
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .facebook__item .image-container span {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .facebook__item .image-container span {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .facebook__item .image-container span {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.facebook__item .image-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  color: #fff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.facebook__item .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1b60db, rgba(20, 18, 81, 0.32));
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: all 0.25s ease-in-out;
  border-top-right-radius: 8px;
}
.facebook__item .image-container:hover svg {
  opacity: 1;
}
.facebook__item .image-container:hover:before {
  transform: scaleX(1);
}
.facebook__item .text-container {
  padding-top: 32px;
}
.facebook__item .text-container p {
  overflow: hidden;
  padding: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .facebook__item .text-container p {
    max-height: 224px;
  }
}
@media only screen and (min-width: 1280px) {
  .facebook__item .text-container p {
    max-height: 256px;
  }
}
@media only screen and (min-width: 1920px) {
  .facebook__item .text-container p {
    max-height: 320px;
  }
}
@media only screen and (min-width: 640px) {
  .facebook__item .button-container {
    margin-top: auto;
  }
}
.facebook__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: calc(100% - 32px);
  background: #ddd;
  display: none;
}
.facebook__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
@media only screen and (min-width: 640px) {
  .facebook__item:not(:nth-of-type(2n+2)):before {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .facebook__item:not(:nth-of-type(2n+2)):before {
    display: none;
  }
  .facebook__item:not(:nth-of-type(3n+3)):before {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  .facebook__item:not(:nth-of-type(3n+3)):before {
    display: none;
  }
  .facebook__item:not(:nth-of-type(4n+4)):before {
    display: block;
    right: -64px;
    height: calc(100% - 64px);
  }
}
.facebook__pagination .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facebook__pagination ul {
  display: flex;
  margin-bottom: 32px;
}
.facebook__pagination ul li {
  display: none;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
@media only screen and (min-width: 640px) {
  .facebook__pagination ul li:nth-of-type(2), .facebook__pagination ul li:nth-last-of-type(2) {
    display: block;
  }
}
.facebook__pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #222;
  font-weight: 900;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #141251, #1b60db);
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: 200%;
  background-position: center left;
  transition: all 0.25s ease-in-out;
  border-radius: 0px 0px 0px 0px;
}
.facebook__pagination ul li.active {
  display: block;
}
.facebook__pagination ul li.active a {
  color: #fff;
  border: none;
  background-image: linear-gradient(to right, #141251, #1b60db), linear-gradient(to right, #141251, #1b60db);
}
.facebook__pagination ul li.sibling {
  display: block;
}
.facebook__pagination ul li.prev, .facebook__pagination ul li.next {
  display: block;
}
.facebook__pagination ul li.prev a, .facebook__pagination ul li.next a {
  background: transparent;
}
.facebook__pagination ul li.prev a svg, .facebook__pagination ul li.next a svg {
  width: 16px;
  height: 16px;
  color: #1b60db;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .facebook__pagination ul li.prev a svg, .facebook__pagination ul li.next a svg {
    width: 32px;
    height: 32px;
  }
}
.facebook__pagination ul li.prev.inactive a svg, .facebook__pagination ul li.next.inactive a svg {
  color: #ddd;
}
.facebook__pagination ul li:hover a {
  background-position: center right;
}
.facebook__pagination ul li:hover.prev:not(.inactive) a svg, .facebook__pagination ul li:hover.next:not(.inactive) a svg {
  color: #141251;
  transform: scale(1.1);
}
.facebook__link {
  text-align: center;
}
.facebook--home .facebook__title h2 {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .facebook--home .facebook__item:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .facebook--home .facebook__item:last-of-type {
    display: flex;
  }
}

.children {
  padding-bottom: 32px;
}
.children__container {
  padding-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .children__container .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .children__container .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1920px) {
  .children__container .wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 128px;
  }
}
.children__item {
  display: block;
  color: #222;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.children__item .image-container {
  display: block;
  position: relative;
}
.children__item .image-container img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-left: 6px solid #1b60db;
}
@media only screen and (min-width: 640px) {
  .children__item .image-container img {
    border-left: 8px solid #1b60db;
  }
}
.children__item .image-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  color: #fff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.children__item .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1b60db, rgba(20, 18, 81, 0.32));
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: all 0.25s ease-in-out;
  border-top-right-radius: 8px;
}
.children__item .image-container:hover svg {
  opacity: 1;
}
.children__item .image-container:hover:before {
  transform: scaleX(1);
}
.children__item .text-container {
  padding-top: 32px;
}
.children__item .text-container h3 {
  color: #141251;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1920px) {
  .children__item .text-container h3 {
    font-size: calc(16px * 1.5);
  }
}
.children__item .text-container p {
  overflow: hidden;
  padding: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .children__item .text-container p {
    max-height: 224px;
  }
}
@media only screen and (min-width: 1280px) {
  .children__item .text-container p {
    max-height: 256px;
  }
}
@media only screen and (min-width: 1920px) {
  .children__item .text-container p {
    max-height: 320px;
  }
}
@media only screen and (min-width: 640px) {
  .children__item .button-container {
    margin-top: auto;
  }
}
.children__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: calc(100% - 32px);
  background: #ddd;
  display: none;
}
.children__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
@media only screen and (min-width: 640px) {
  .children__item {
    margin-bottom: 0;
  }
  .children__item:not(:nth-of-type(2n+2)):before {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .children__item {
    margin-bottom: 0;
  }
  .children__item:not(:nth-of-type(2n+2)):before {
    display: none;
  }
  .children__item:not(:nth-of-type(3n+3)):before {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  .children__item {
    padding-bottom: 32px;
  }
  .children__item:not(:nth-of-type(3n+3)):before {
    display: none;
  }
  .children__item:not(:nth-of-type(4n+4)):before {
    display: block;
    right: -64px;
    height: calc(100% - 64px);
  }
}

.content {
  position: relative;
}
.content .wrapper {
  max-width: 1280px;
}
.content__image {
  position: relative;
  padding-bottom: 32px;
}
.content__image img {
  padding-bottom: 32px;
}
.content__link {
  padding-bottom: 32px;
}
.content__text {
  padding-bottom: 32px;
}
.content__text-image {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1280px) {
  .content__text-image .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .content__text-image .wrapper--inverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1280px) {
  .content__text-image .text-container {
    width: calc(50% - 32px);
  }
}
@media only screen and (min-width: 1280px) {
  .content__text-image .image-container {
    width: calc(50% - 32px);
  }
}
.content__text-image .image-container img {
  padding-bottom: 32px;
}
.content__text-text {
  padding-bottom: 64px;
}
@media only screen and (min-width: 1280px) {
  .content__text-text .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.content__text-text .text-container {
  border: 1px solid #ddd;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .content__text-text .text-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__text-text .text-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__text-text .text-container {
    width: 50%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.content__text-text .text-container h3 {
  color: #1b60db;
}
.content__text-text .text-container:last-of-type {
  margin-top: 32px;
}
@media only screen and (min-width: 1280px) {
  .content__text-text .text-container:last-of-type {
    margin-top: 0;
    border-left: none;
  }
}

.map {
  height: 400px;
  overflow: hidden;
  margin-bottom: 64px;
}
.map__container {
  height: 480px;
  position: relative;
  top: 0;
}
.map__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
}
.map__card h4 {
  padding-bottom: 0;
}
.map__card a.button {
  margin: 0 auto 0 0;
}
.map button.gm-ui-hover-effect {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  z-index: 1 !important;
}
.map button.gm-ui-hover-effect img {
  margin: auto !important;
  width: 24px !important;
  height: 24px !important;
}

section.form {
  padding-bottom: 32px;
}
section.form .wrapper {
  max-width: 1280px;
}
section.faq {
  padding-bottom: 64px;
}
section.faq .wrapper {
  max-width: 1280px;
}
section.faq .questions {
  display: flex;
  flex-direction: column;
  padding: 1px 0;
  gap: 1px;
  background-color: #ddd;
}
section.faq .questions .question {
  background-color: #fff;
  padding: 16px 0;
}
section.faq .questions .question .title {
  padding: 0px 48px 0px 0px;
  color: #1b60db;
  position: relative;
}
section.faq .questions .question .title:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b60db;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
section.faq .questions .question .title:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: #1b60db;
  mask-image: url(../img/icons/chevron-down.svg);
  mask-repeat: no-repeat;
  mask-size: 16px 16px;
  mask-position: center;
  transition: all 0.25s ease-in-out;
}
section.faq .questions .question .title.open, section.faq .questions .question .title:hover, section.faq .questions .question .title:active {
  cursor: pointer;
}
section.faq .questions .question .title.open:before, section.faq .questions .question .title:hover:before, section.faq .questions .question .title:active:before {
  height: 1px;
  transform: scale(1);
}
section.faq .questions .question .title.open:before {
  height: 1px;
  transform: scale(1);
}
section.faq .questions .question .title.open::after {
  transform: rotate(180deg);
}
section.faq .questions .question .text {
  display: none;
  padding-top: 32px;
}
section.faq .questions .question .text *:last-of-type {
  padding: 0;
}/*# sourceMappingURL=style.min.css.map */