/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 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-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

@-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-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-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInLeft {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInRight {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
  }
}
@keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
}
@keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
}
@keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
  }
}
@keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(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-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animate__animated.animate__flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.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% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
.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-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  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% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  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 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 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% {
    -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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInDown {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.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% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
@keyframes zoomOutDown {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
.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% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
@keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
.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 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  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-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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 {
  touch-action: pan-y;
  -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 .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .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: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 32px);
  }
}

body, p, ul, ol, table {
  font-size: 20px;
  font-size: 1.25rem;
  color: #475467;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}
.text p a {
  color: #475467;
}

b, strong {
  font-weight: 700;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.67;
  letter-spacing: 0.6px;
  background: #000099;
  text-decoration: none;
  border: none;
}
.btn.white {
  color: #000099;
  background: #ffffff;
}

.bg-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1.title {
  font-size: 48px;
  font-size: 3rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  h1.title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  h1.title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

h2.title {
  font-size: 48px;
  font-size: 3rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  h2.title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  h2.title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
h2.headline {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.22;
}
@media (max-width: 1280px) {
  h2.headline {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media (max-width: 768px) {
  h2.headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.animate__fast {
  animation-duration: 0.3s !important;
}

.text h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 900;
  font-family: "Archivo", sans-serif;
  line-height: 1.46;
  margin: 20px 0;
}

.otgs-development-site-front-end {
  display: none !important;
}

header {
  background: #ffffff;
  padding: 16px 0;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  display: block;
  text-decoration: none;
}
header .wrapper .logo img {
  height: 45px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  header .wrapper .logo img {
    height: 30px;
  }
}
header .wrapper .right {
  display: flex;
  align-items: center;
  grid-gap: 103px;
}
@media (max-width: 1024px) {
  header .wrapper .right .nav {
    display: none;
  }
}
header .wrapper .right .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 48px;
}
header .wrapper .right .nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
  text-decoration: none;
}
header .wrapper .right .lang-btn {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang-btn {
    display: none;
  }
}
header .wrapper .right .lang-btn .lang {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
header .wrapper .right .lang-btn .lang .wpml-ls {
  border: none;
  padding: 0;
}
header .wrapper .right .lang-btn .lang .wpml-ls ul {
  line-height: 1;
}
header .wrapper .right .lang-btn .lang .wpml-ls ul li {
  line-height: 1;
}
header .wrapper .right .lang-btn .lang .wpml-ls ul li a {
  padding: 0;
  display: inline-flex;
  align-items: center;
  grid-gap: 6px;
}
header .wrapper .right .lang-btn .lang .wpml-ls ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
  display: block;
}
header .wrapper .right .lang-btn .lang .wpml-ls ul li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-globe.svg");
}
header .wrapper .right .lang-btn .lang span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
  display: block;
}
header .wrapper .right .lang-btn .lang img {
  height: 20px;
  width: auto;
  display: block;
}
header .wrapper .right .responsive-btn {
  display: none;
}
@media (max-width: 1024px) {
  header .wrapper .right .responsive-btn {
    display: flex;
    padding: 12px 12px;
    background: #000099;
    cursor: pointer;
  }
}
header .wrapper .right .responsive-btn.active {
  padding: 8px 8px;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(1) {
  display: none;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(2) {
  display: block;
}
header .wrapper .right .responsive-btn span:nth-of-type(1) {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1;
  letter-spacing: 0.6px;
  display: block;
  text-transform: uppercase;
}
header .wrapper .right .responsive-btn span:nth-of-type(2) {
  display: none;
}
header .wrapper .right .responsive-btn span:nth-of-type(2) img {
  height: 20px;
  width: auto;
  display: block;
}

.running-line-block {
  height: 41px;
  background: #A6C8FF;
  display: flex;
  align-items: center;
}
.running-line-block .running-line .js-marquee-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 43px;
}
.running-line-block .running-line .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
  grid-gap: 43px;
}
.running-line-block .running-line .js-marquee-wrapper .js-marquee .single {
  display: block;
}
.running-line-block .running-line .js-marquee-wrapper .js-marquee .single p {
  margin: 0;
  color: #000099;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.running-line-block .running-line .single {
  display: none;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 0;
    right: -100vw;
    position: absolute;
    top: 77px;
    background: #ffffff;
    height: calc(100% - 77px);
    z-index: 9;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 768px) {
  .responsive-menu {
    top: 68px;
    height: calc(100% - 68px);
  }
}
@media (max-width: 480px) {
  .responsive-menu {
    height: auto;
  }
}
.responsive-menu .wrap {
  height: 100%;
  width: 100%;
}
.responsive-menu .wrap .nav {
  padding: 24px 24px;
}
@media (max-width: 480px) {
  .responsive-menu .wrap .nav {
    padding: 24px 16px;
  }
}
.responsive-menu .wrap .nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  padding: 0;
  margin: 0;
}
.responsive-menu .wrap .nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
  text-decoration: none;
}
.responsive-menu .wrap .lang-btn {
  padding: 24px 24px;
  border-top: 1px solid #EAECF0;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
@media (max-width: 480px) {
  .responsive-menu .wrap .lang-btn {
    padding: 24px 16px;
  }
}
.responsive-menu .wrap .lang-btn .btn {
  width: 100%;
}
.responsive-menu .wrap .lang-btn .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls {
  border: none;
  padding: 0;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls ul {
  line-height: 1;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls ul li {
  line-height: 1;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls ul li a {
  padding: 0;
  display: inline-flex;
  align-items: center;
  grid-gap: 6px;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
  display: block;
}
.responsive-menu .wrap .lang-btn .lang .wpml-ls ul li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-globe.svg");
}
.responsive-menu .wrap .lang-btn .lang span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
  display: block;
}
.responsive-menu .wrap .lang-btn .lang img {
  height: 20px;
  width: auto;
  display: block;
}
.responsive-menu.active {
  right: 0;
  width: 375px;
}
@media (max-width: 480px) {
  .responsive-menu.active {
    width: 100%;
  }
}

footer {
  padding: 64px 0 48px;
  background: #000099;
}
@media (max-width: 768px) {
  footer {
    padding: 32px 0 32px;
  }
}
footer .wrapper .top {
  padding: 0 0 64px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  footer .wrapper .top {
    padding: 0 0 32px;
  }
}
footer .wrapper .top .headline {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  footer .wrapper .top .headline {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
footer .wrapper .top .btn {
  margin: 16px 0 0;
}
footer .wrapper .middle {
  padding: 64px 0 64px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .wrapper .middle {
    padding: 48px 0 48px;
    flex-wrap: wrap;
    grid-gap: 0;
    grid-row-gap: 36px;
  }
}
footer .wrapper .middle .column:nth-of-type(1) {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .wrapper .middle .column:nth-of-type(1) {
    min-width: 360px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .middle .column:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
}
footer .wrapper .middle .column.nav-col {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .wrapper .middle .column.nav-col {
    width: 50%;
  }
}
footer .wrapper .middle .column.nav-col span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #D0D5DD;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.43;
}
footer .wrapper .middle .column.nav-col .nav {
  margin: 16px 0 0;
}
footer .wrapper .middle .column.nav-col .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
footer .wrapper .middle .column.nav-col .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
footer .wrapper .middle .column img {
  height: 45px;
  width: auto;
  display: block;
}
footer .wrapper .middle .column .text {
  margin: 24px 0 0;
}
footer .wrapper .middle .column .text p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
footer .wrapper .bottom {
  padding: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .wrapper .bottom .copy {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
footer .wrapper .bottom .social {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
footer .wrapper .bottom .social a {
  display: block;
  text-decoration: none;
}
footer .wrapper .bottom .social a img {
  height: 24px;
  width: auto;
  display: block;
}

.services-section-global {
  background: #EDF5FF;
  padding: 48px 0;
}
.services-section-global .wrapper .headline-small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.services-section-global .wrapper .headline {
  margin: 12px 0 0;
  text-align: center;
  color: #475467;
}
.services-section-global .wrapper .grid {
  margin: 64px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .services-section-global .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 0;
  }
}
@media (max-width: 480px) {
  .services-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .services-section-global .wrapper .grid .single {
    padding: 0 16px;
  }
}
.services-section-global .wrapper .grid .single .icon-wrap {
  height: 53px;
  width: 53px;
  background: #4589FF;
  border-radius: 100%;
  margin: 0 auto;
}
.services-section-global .wrapper .grid .single .title {
  margin: 20px 0 0;
  display: block;
  text-align: center;
  color: #000000;
}
.services-section-global .wrapper .grid .single .title.with-link {
  text-decoration: none;
  display: inline-block;
}
.services-section-global .wrapper .grid .single .text {
  margin: 8px 0 0;
}
.services-section-global .wrapper .grid .single .text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.sertifications-section-global {
  padding: 48px 0;
  background: #ffffff;
}
.sertifications-section-global .wrapper .no-carousel {
  display: flex;
  justify-content: center;
  grid-gap: 96px;
}
@media (max-width: 1440px) {
  .sertifications-section-global .wrapper .no-carousel {
    grid-gap: 64px;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .sertifications-section-global .wrapper .no-carousel {
    grid-gap: 48px;
  }
}
@media (max-width: 1024px) {
  .sertifications-section-global .wrapper .no-carousel {
    display: none;
  }
}
.sertifications-section-global .wrapper .no-carousel .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sertifications-section-global .wrapper .no-carousel .single img {
  max-width: 109px;
  max-width: 200px;
  max-height: 72px;
  display: block;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .sertifications-section-global .wrapper .no-carousel .single img {
    max-height: 51px;
    max-width: 150px;
  }
}
.sertifications-section-global .wrapper .sertificates-carousel {
  display: none;
}
@media (max-width: 1024px) {
  .sertifications-section-global .wrapper .sertificates-carousel {
    display: block;
  }
}
.sertifications-section-global .wrapper .sertificates-carousel .owl-stage {
  display: flex;
}
.sertifications-section-global .wrapper .sertificates-carousel .owl-stage .owl-item {
  display: flex;
}
.sertifications-section-global .wrapper .sertificates-carousel .single {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sertifications-section-global .wrapper .sertificates-carousel .single img {
  max-width: 109px;
  max-width: 200px;
  max-height: 72px;
  display: block;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .sertifications-section-global .wrapper .sertificates-carousel .single img {
    max-height: 51px;
    max-width: 150px;
  }
}

.questions-section-global {
  padding: 60px 0 48px;
}
@media (max-width: 768px) {
  .questions-section-global {
    padding: 32px 0 56px;
  }
}
.questions-section-global .wrapper .title {
  margin: 0;
}
@media (max-width: 768px) {
  .questions-section-global .wrapper .title {
    text-align: center;
  }
}
.questions-section-global .wrapper .grid {
  margin: 48px 0 0;
  grid-gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .questions-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 32px 0 0;
  }
}
.questions-section-global .wrapper .grid .single {
  padding: 24px 24px;
  background: #F9FAFB;
}
.questions-section-global .wrapper .grid .single .icon-wrap {
  height: 40px;
  width: 40px;
  background: #000099;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questions-section-global .wrapper .grid .single .icon-wrap img {
  height: 20px;
  width: auto;
  display: block;
}
.questions-section-global .wrapper .grid .single .title {
  margin: 64px 0 0;
  display: block;
  color: #101828;
}
@media (max-width: 768px) {
  .questions-section-global .wrapper .grid .single .title {
    margin: 32px 0 0;
    text-align: left;
  }
}
.questions-section-global .wrapper .grid .single .text {
  margin: 8px 0 0;
}
.questions-section-global .wrapper .grid .single .text p {
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.questions-section-global .wrapper .grid .single .links {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
}
.questions-section-global .wrapper .grid .single .links a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
  display: inline-block;
}

.form-section-global {
  padding: 70px 0 96px;
  background: #EDF5FF;
}
@media (max-width: 768px) {
  .form-section-global {
    padding: 48px 0 96px;
  }
}
.form-section-global.bg-cyan {
  background: #EDF5FF !important;
}
.form-section-global .wrapper {
  max-width: 480px;
}
.form-section-global .wrapper .headline {
  margin: 0;
  color: #000000;
  text-align: center;
}
.form-section-global .wrapper .form {
  margin: 64px 0 0;
}
@media (max-width: 768px) {
  .form-section-global .wrapper .form {
    margin: 32px 0 0;
  }
}
.form-section-global .wrapper .form form {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.form-section-global .wrapper .form form .row.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .form-section-global .wrapper .form form .row.col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
.form-section-global .wrapper .form form .row.checkbox-row .wpcf7-list-item {
  margin: 0;
}
.form-section-global .wrapper .form form .row.checkbox-row .wpcf7-list-item .wpcf7-list-item-label {
  color: #475467;
  margin: 0 0 0 12px;
}
.form-section-global .wrapper .form form .row.checkbox-row .wpcf7-list-item .wpcf7-list-item-label a {
  color: #475467;
}
.form-section-global .wrapper .form form .row.checkbox-row .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 4px 0 0;
}
.form-section-global .wrapper .form form .row.file-upload .wpcf7-form-control-wrap input {
  display: none;
}
.form-section-global .wrapper .form form .row.file-upload .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 4px 0 0;
}
.form-section-global .wrapper .form form .row.file-upload .nice-file-upload {
  cursor: pointer;
}
.form-section-global .wrapper .form form .row.file-upload .nice-file-upload span {
  display: inline-flex;
  grid-gap: 12px;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.form-section-global .wrapper .form form .row.file-upload .nice-file-upload span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.form-section-global .wrapper .form form .row label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #344054;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap {
  display: block;
  margin: 6px 0 0;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea {
  padding: 10px 14px;
  border: 1px solid #D0D5DD;
  background: #ffffff;
  display: block;
  width: 100%;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input.placeholder,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea.placeholder {
  color: #98A2B3;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input:-moz-placeholder,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #98A2B3;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input::-moz-placeholder,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #98A2B3;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input:-ms-input-placeholder,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #98A2B3;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #98A2B3;
}
.form-section-global .wrapper .form form .row label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 4px 0 0;
}
.form-section-global .wrapper .form form .wpcf7-spinner {
  display: none;
}
.form-section-global .wrapper .form form .wpcf7-submit {
  text-transform: none;
}
.form-section-global .wrapper .form form .wpcf7-response-output {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.career-positions-section-global {
  padding: 32px 0 96px;
  background: #EDF5FF;
}
@media (max-width: 768px) {
  .career-positions-section-global {
    padding: 32px 0 48px;
  }
}
.career-positions-section-global .wrapper .headline {
  display: block;
  color: #000000;
}
.career-positions-section-global .wrapper .grid {
  margin: 32px 0 0;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .career-positions-section-global .wrapper .grid {
    margin: 16px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.career-positions-section-global .wrapper .grid .single {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #EAECF0;
  display: flex;
  flex-direction: column;
}
.career-positions-section-global .wrapper .grid .single .title {
  text-decoration: none;
  color: #000099;
  display: inline-block;
}
.career-positions-section-global .wrapper .grid .single .company {
  align-self: flex-start;
  display: inline-block;
  margin: 8px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #344054;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
  padding: 2px 6px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
}
.career-positions-section-global .wrapper .grid .single .desc {
  margin: 16px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.career-positions-section-global .wrapper .grid .single .info {
  margin: 32px 0 0;
  grid-gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  .career-positions-section-global .wrapper .grid .single .info {
    flex-direction: column;
    grid-gap: 16px;
    align-items: flex-start;
  }
}
.career-positions-section-global .wrapper .grid .single .info .row {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.career-positions-section-global .wrapper .grid .single .info .row img {
  height: 20px;
  width: auto;
  display: block;
}
.career-positions-section-global .wrapper .grid .single .info .row span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.hr-global {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
  margin: 48px 0 0;
}
.hr-global .photo {
  width: 96px;
  border-radius: 100%;
}
.hr-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.hr-global .info {
  display: flex;
  flex-direction: column;
}
.hr-global .info .name {
  color: #000000;
  display: block;
}
.hr-global .info .job {
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
  display: block;
}
.hr-global .info .email {
  margin: 8px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.hr-global .info .phone {
  margin: 8px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.hr-global .info .linkedin {
  margin: 16px 0 0;
  display: inline-block;
  text-decoration: none;
}
.hr-global .info .linkedin img {
  height: 20px;
  width: auto;
  display: block;
}

.centers-section-global {
  padding: 32px 0 32px;
}
.centers-section-global .wrapper .text {
  max-width: 696px;
}
.centers-section-global .wrapper .text p {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000099;
  font-weight: 900;
  font-family: "Archivo", sans-serif;
  line-height: 1.4;
}
.centers-section-global .wrapper .centers {
  margin: 96px 0 0;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.centers-section-global .wrapper .centers .single .photo {
  display: block;
  text-decoration: none;
}
.centers-section-global .wrapper .centers .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.centers-section-global .wrapper .centers .single .title {
  display: inline-block;
  margin: 12px 0 0;
  text-decoration: none;
  color: #000000;
}
.centers-section-global .wrapper .service-centers {
  display: grid;
  grid-gap: 31px;
  margin: 64px 0 0;
}
.centers-section-global .wrapper .service-centers.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.centers-section-global .wrapper .service-centers.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .centers-section-global .wrapper .service-centers.columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.centers-section-global .wrapper .service-centers.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .centers-section-global .wrapper .service-centers.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .centers-section-global .wrapper .service-centers.columns-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.centers-section-global .wrapper .service-centers.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  .centers-section-global .wrapper .service-centers.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .centers-section-global .wrapper .service-centers.columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.centers-section-global .wrapper .service-centers.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 1440px) {
  .centers-section-global .wrapper .service-centers.columns-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1280px) {
  .centers-section-global .wrapper .service-centers.columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .centers-section-global .wrapper .service-centers.columns-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.centers-section-global .wrapper .service-centers .single {
  border: 1px solid #EAECF0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.centers-section-global .wrapper .service-centers .single .top {
  padding: 32px 16px 40px;
}
.centers-section-global .wrapper .service-centers .single .top .icon-wrap {
  border-radius: 100%;
  background: #A6C8FF;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.centers-section-global .wrapper .service-centers .single .top .icon-wrap img {
  height: auto;
  width: auto;
  max-width: 24px;
  max-height: 24px;
  display: block;
}
.centers-section-global .wrapper .service-centers .single .top .title {
  display: block;
  text-align: center;
  margin: 8px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 900;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.centers-section-global .wrapper .service-centers .single .top .list {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.centers-section-global .wrapper .service-centers .single .top .list p {
  margin: 0;
  position: relative;
  padding: 0 0 0 38px;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
.centers-section-global .wrapper .service-centers .single .top .list p span {
  color: #000099;
}
.centers-section-global .wrapper .service-centers .single .top .list p:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-check.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.centers-section-global .wrapper .service-centers .single .bottom {
  background: #F9FAFB;
  border-top: 1px solid #EAECF0;
  padding: 32px 32px;
}
.centers-section-global .wrapper .service-centers .single .bottom .btn {
  width: 100%;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.mosaic-photo-text-arrow-section-global {
  padding: 48px 0 96px;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global {
    padding: 48px 0 64px;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .headline {
  margin: 0 0 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .headline {
    margin: 0 0 32px;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list {
    grid-gap: 48px;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 110px;
  align-items: center;
}
@media (max-width: 1280px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single {
    grid-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single:nth-child(2n+2) .col:nth-of-type(1) {
  order: 2;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single:nth-child(2n+2) .col:nth-of-type(1) {
    order: 1;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single:nth-child(2n+2) .col:nth-of-type(2) {
  order: 1;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single:nth-child(2n+2) .col:nth-of-type(2) {
    order: 2;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single .col:nth-of-type(1) {
    order: 1;
  }
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single .col:nth-of-type(2) {
    order: 2;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .arrow {
  height: 43px;
  width: auto;
  display: block;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col h3 {
  margin: 24px 0 0;
  font-size: 30px;
  font-size: 1.875rem;
  color: #101828;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .points {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .points p {
  margin: 0;
  line-height: 1.4;
  padding: 0 0 0 40px;
  position: relative;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .points p:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../images/icon-check-2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .desc {
  margin: 24px 0 0;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .desc * {
  font-weight: 700;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .photo {
  width: 100%;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 90%;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap {
    max-width: 700px;
  }
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap .av-service-photo-carousel {
  width: 100%;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap .av-service-photo-carousel .single-photo {
  width: 100%;
}
.mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap .av-service-photo-carousel .single-photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 90%;
}
@media (max-width: 768px) {
  .mosaic-photo-text-arrow-section-global .wrapper .list .single .col .carousel-wrap .av-service-photo-carousel .single-photo:after {
    padding-top: 67%;
  }
}

main.page-about.av-page .av-description-section {
  padding: 60px 0 48px;
}
@media (max-width: 1280px) {
  main.page-about.av-page .av-description-section {
    padding: 48px 0 48px;
  }
}
@media (max-width: 768px) {
  main.page-about.av-page .av-description-section {
    padding: 32px 0 32px;
  }
}
main.page-about.av-page .av-description-section .wrapper {
  grid-gap: 96px;
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  main.page-about.av-page .av-description-section .wrapper {
    flex-direction: column;
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about.av-page .av-description-section .wrapper {
    grid-gap: 32px;
  }
}
main.page-about.av-page .av-description-section .wrapper .photo {
  width: 63%;
}
@media (max-width: 1024px) {
  main.page-about.av-page .av-description-section .wrapper .photo {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
}
main.page-about.av-page .av-description-section .wrapper .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.42%;
}
main.page-about.av-page .av-description-section .wrapper .info {
  width: 37%;
}
@media (max-width: 1024px) {
  main.page-about.av-page .av-description-section .wrapper .info {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
}
main.page-about.av-page .av-description-section .wrapper .info .title {
  display: block;
  font-weight: 500;
  color: #101828;
}
main.page-about.av-page .av-description-section .wrapper .info .text {
  margin: 8px 0 0;
}
main.page-about.av-page .av-description-section .wrapper .info .text * {
  font-size: 16px;
  font-size: 1rem;
}
main.page-about.av-page .services-section-global .wrapper .headline-small {
  font-weight: 700;
}
main.page-about.av-page .services-section-global .wrapper .headline {
  max-width: 768px;
  width: 100%;
  margin: 12px auto 0;
}
main.page-about.av-page .services-section-global .wrapper .icon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0px;
  display: grid;
  margin: 64px 0 0;
}
@media (max-width: 768px) {
  main.page-about.av-page .services-section-global .wrapper .icon-grid {
    margin: 48px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-about.av-page .services-section-global .wrapper .icon-grid .single {
  padding: 32px 32px;
}
@media (max-width: 768px) {
  main.page-about.av-page .services-section-global .wrapper .icon-grid .single {
    padding: 24px 24px;
  }
}
main.page-about.av-page .services-section-global .wrapper .icon-grid .single img {
  height: 72px;
  width: auto;
  display: block;
  margin: 0 auto;
}
main.page-about.av-page .services-section-global .wrapper .icon-grid .single span {
  max-width: 436px;
  text-align: center;
  width: 100%;
  margin: 16px auto 0;
  display: block;
}
main.page-about .about-section {
  padding: 60px 0 59px;
  border-bottom: 5px solid #4589FF;
}
@media (max-width: 1280px) {
  main.page-about .about-section {
    padding: 48px 0 48px;
  }
}
@media (max-width: 768px) {
  main.page-about .about-section {
    padding: 32px 0 32px;
  }
}
main.page-about .about-section .wrapper .title {
  margin: 0;
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .title {
    text-align: center;
  }
}
main.page-about .about-section .wrapper .facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 32px 0 0;
    grid-gap: 16px;
  }
}
main.page-about .about-section .wrapper .facts .single span {
  font-size: 50px;
  font-size: 3.125rem;
  color: #4589FF;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.44;
  display: block;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  main.page-about .about-section .wrapper .facts .single span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single span {
    font-size: 35px;
    font-size: 2.1875rem;
    text-align: center;
  }
}
main.page-about .about-section .wrapper .facts .single p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single p {
    text-align: center;
  }
}
main.page-about .about-section .wrapper .facts {
  display: flex;
  grid-gap: 16px;
}
@media (max-width: 1200px) {
  main.page-about .about-section .wrapper .facts {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts {
    flex-direction: column;
  }
}
main.page-about .about-section .wrapper .facts .single {
  background: #EDF5FF;
  padding: 32px 16px;
}
@media (max-width: 1200px) {
  main.page-about .about-section .wrapper .facts .single {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media (max-width: 1024px) {
  main.page-about .about-section .wrapper .facts .single {
    width: calc(60% - 8px);
  }
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single {
    padding: 16px 16px;
    width: 100%;
    text-align: center;
  }
}
main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) {
  background: #4589FF;
}
@media (max-width: 1200px) {
  main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media (max-width: 1024px) {
  main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) {
    width: calc(40% - 8px);
  }
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) {
    width: 100%;
  }
}
main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) span {
  color: #ffffff;
}
main.page-about .about-section .wrapper .facts .single:nth-of-type(2n + 2) p {
  color: #ffffff;
}
main.page-about .about-section .wrapper .facts .single span {
  font-size: 44px;
  font-size: 2.75rem;
  color: #000099;
  letter-spacing: -0.88px;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  main.page-about .about-section .wrapper .facts .single span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single span {
    font-size: 32px;
    font-size: 2rem;
  }
}
main.page-about .about-section .wrapper .facts .single p {
  color: #475467;
  max-width: 80%;
}
@media (max-width: 768px) {
  main.page-about .about-section .wrapper .facts .single p {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
main.page-about .team-section {
  padding: 36px 0 92px;
  background: #EDF5FF;
}
@media (max-width: 768px) {
  main.page-about .team-section {
    padding: 32px 0 92px;
  }
}
main.page-about .team-section .wrapper .headline {
  margin: 0;
}
@media (max-width: 768px) {
  main.page-about .team-section .wrapper .headline {
    text-align: center;
  }
}
main.page-about .team-section .wrapper .grid {
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 58px;
}
@media (max-width: 1280px) {
  main.page-about .team-section .wrapper .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-about .team-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-about .team-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
main.page-about .team-section .wrapper .grid .single {
  display: flex;
  flex-direction: column;
}
main.page-about .team-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
main.page-about .team-section .wrapper .grid .single .name {
  margin: 22px 0 0;
  display: block;
  color: #000000;
}
@media (max-width: 768px) {
  main.page-about .team-section .wrapper .grid .single .name {
    margin: 16px 0 0;
  }
}
main.page-about .team-section .wrapper .grid .single .job {
  margin: 3px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
main.page-about .team-section .wrapper .grid .single .email {
  margin: 11px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
main.page-about .team-section .wrapper .grid .single .phone {
  margin: 6px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
main.page-about .sustainability-section {
  padding: 32px 0 64px;
  background: #F6FEF9;
}
main.page-about .sustainability-section .wrapper .headline {
  margin: 0;
  color: #074D31;
}
@media (max-width: 768px) {
  main.page-about .sustainability-section .wrapper .headline {
    text-align: center;
  }
}
main.page-about .sustainability-section .wrapper .wrap {
  margin: 36px 0 0;
  display: flex;
  grid-gap: 80px;
}
@media (max-width: 1280px) {
  main.page-about .sustainability-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about .sustainability-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
main.page-about .sustainability-section .wrapper .wrap .photo {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-about .sustainability-section .wrapper .wrap .photo {
    width: 100%;
  }
}
main.page-about .sustainability-section .wrapper .wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
main.page-about .sustainability-section .wrapper .wrap .info {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
  width: 50%;
  max-width: 400px;
}
@media (max-width: 768px) {
  main.page-about .sustainability-section .wrapper .wrap .info {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main.page-about .sustainability-section .wrapper .wrap .info .single {
    text-align: center;
  }
}
main.page-about .sustainability-section .wrapper .wrap .info .single h4 {
  color: #101828;
  margin: 0;
}
main.page-about .sustainability-section .wrapper .wrap .info .single .text {
  margin: 8px 0 0;
}
main.page-about .sustainability-section .wrapper .wrap .info .single .text p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
main.page-about .career-desc-section {
  background: #EDF5FF;
  padding: 42px 0 55px;
  border-bottom: 1px solid #CFCFCF;
}
main.page-about .career-desc-section .wrapper .wrap {
  max-width: 746px;
}
@media (max-width: 768px) {
  main.page-about .career-desc-section .wrapper .wrap {
    max-width: 100%;
  }
}
main.page-about .career-desc-section .wrapper .wrap .headline {
  margin: 0;
}
@media (max-width: 768px) {
  main.page-about .career-desc-section .wrapper .wrap .headline {
    text-align: center;
  }
}
main.page-about .career-desc-section .wrapper .wrap .desc {
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  main.page-about .career-desc-section .wrapper .wrap .desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  main.page-about .career-desc-section .wrapper .wrap .hr-global {
    justify-content: center;
  }
}
main.page-about .companies-contacts-section {
  background: #EDF5FF;
  padding: 36px 0 92px;
}
@media (max-width: 768px) {
  main.page-about .companies-contacts-section {
    padding: 36px 0 48px;
  }
}
main.page-about .companies-contacts-section .wrapper .headline {
  margin: 0;
}
main.page-about .companies-contacts-section .wrapper .grid {
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-gap: 30px;
  grid-row-gap: 34px;
}
@media (max-width: 768px) {
  main.page-about .companies-contacts-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
main.page-about .companies-contacts-section .wrapper .grid .single:nth-of-type(1) .img-wrap {
  background: #000099;
}
main.page-about .companies-contacts-section .wrapper .grid .single:nth-of-type(2) .img-wrap {
  background: #ffffff;
}
main.page-about .companies-contacts-section .wrapper .grid .single:nth-of-type(3) .img-wrap {
  background: #ffffff;
}
main.page-about .companies-contacts-section .wrapper .grid .single:nth-of-type(4) .img-wrap {
  background: #4589FF;
}
main.page-about .companies-contacts-section .wrapper .grid .single .img-wrap {
  height: 282px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  main.page-about .companies-contacts-section .wrapper .grid .single .img-wrap {
    height: 220px;
  }
}
@media (max-width: 768px) {
  main.page-about .companies-contacts-section .wrapper .grid .single .img-wrap {
    height: 200px;
  }
}
@media (max-width: 480px) {
  main.page-about .companies-contacts-section .wrapper .grid .single .img-wrap {
    height: 180px;
  }
}
main.page-about .companies-contacts-section .wrapper .grid .single .img-wrap img {
  height: 43px;
  width: auto;
  display: block;
}
main.page-about .companies-contacts-section .wrapper .grid .single .title {
  display: block;
  margin: 23px 0 0;
  font-weight: 500;
  color: #000000;
}
main.page-about .companies-contacts-section .wrapper .grid .single .code {
  display: block;
  margin: 4px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
}
main.page-about .companies-contacts-section .wrapper .grid .single .text {
  margin: 12px 0 0;
}
main.page-about .companies-contacts-section .wrapper .grid .single .text p {
  font-size: 16px;
  font-size: 1rem;
}
main.page-about .group-description-section {
  padding: 60px 0 48px;
}
main.page-about .group-description-section .wrapper .text {
  max-width: 695px;
  width: 100%;
}
main.page-about .group-description-section .wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 48px 0 0;
}
main.page-about .second-description-section {
  padding: 96px 0 48px;
}
@media (max-width: 768px) {
  main.page-about .second-description-section {
    padding: 64px 0 24px;
  }
}
main.page-about .second-description-section .wrapper .headline {
  color: #101828;
  text-align: center;
  margin: 0;
  line-height: 1.22;
}
main.page-about .second-description-section .wrapper .desc {
  margin: 12px auto 0;
  max-width: 850px;
  width: 100%;
  text-align: center;
}
main.page-about .second-description-section .wrapper .desc * {
  font-weight: 700;
  line-height: 1.55;
}
main.page-about .mosaic-photo-text-arrow-section-global .wrapper .list {
  grid-gap: 112px;
}
@media (max-width: 1280px) {
  main.page-about .mosaic-photo-text-arrow-section-global .wrapper .list {
    grid-gap: 96px;
  }
}
@media (max-width: 1024px) {
  main.page-about .mosaic-photo-text-arrow-section-global .wrapper .list {
    grid-gap: 72px;
  }
}
@media (max-width: 768px) {
  main.page-about .mosaic-photo-text-arrow-section-global .wrapper .list {
    grid-gap: 48px;
  }
}
main.page-about .additional-facts-section .wrapper .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-about .additional-facts-section .wrapper .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-about .additional-facts-section .wrapper .wrap .single {
  padding: 50px 50px;
}
@media (max-width: 1024px) {
  main.page-about .additional-facts-section .wrapper .wrap .single {
    padding: 32px 32px;
  }
}
main.page-about .additional-facts-section .wrapper .wrap .single:nth-of-type(1) {
  background: #EDF5FF;
}
main.page-about .additional-facts-section .wrapper .wrap .single:nth-of-type(1) h2 {
  color: #000099;
  font-size: 27px;
  font-size: 1.6875rem;
}
main.page-about .additional-facts-section .wrapper .wrap .single:nth-of-type(2) {
  background: #4589FF;
}
main.page-about .additional-facts-section .wrapper .wrap .single:nth-of-type(2) h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #ffffff;
}
main.page-about .additional-facts-section .wrapper .wrap .single:nth-of-type(2) .desc * {
  color: #ffffff;
}
main.page-about .additional-facts-section .wrapper .wrap .single h2 {
  margin: 0;
}
main.page-about .additional-facts-section .wrapper .wrap .single .desc {
  margin: 16px 0 0;
}
main.page-about .additional-facts-section .wrapper .wrap .single .desc * {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  main.page-contacts {
    display: flex;
    flex-direction: column;
  }
}
main.page-contacts.av-page .form-section-global {
  background: #F5F5F5;
}
main.page-contacts.av-page.page-services-av .centers-section-global {
  padding: 60px 0 48px;
}
@media (max-width: 768px) {
  main.page-contacts.av-page.page-services-av .centers-section-global {
    padding: 32px 0 32px;
  }
}
main.page-contacts.av-page.page-services-av .centers-section-global .wrapper .title {
  margin: 0;
}
@media (max-width: 768px) {
  main.page-contacts.av-page.page-services-av .centers-section-global .wrapper .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  main.page-contacts.av-page.page-services-av .centers-section-global .wrapper .service-centers {
    margin: 32px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-contacts .questions-section-global {
    order: 2;
  }
}
main.page-contacts .team-section {
  padding: 36px 0 92px;
  background: #EDF5FF;
}
@media (max-width: 768px) {
  main.page-contacts .team-section {
    padding: 32px 0 92px;
  }
}
main.page-contacts .team-section .wrapper .headline {
  margin: 0;
}
@media (max-width: 768px) {
  main.page-contacts .team-section .wrapper .headline {
    text-align: center;
  }
}
main.page-contacts .team-section .wrapper .grid {
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 58px;
}
@media (max-width: 1280px) {
  main.page-contacts .team-section .wrapper .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-contacts .team-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-contacts .team-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
main.page-contacts .team-section .wrapper .grid .single {
  display: flex;
  flex-direction: column;
}
main.page-contacts .team-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
main.page-contacts .team-section .wrapper .grid .single .name {
  margin: 22px 0 0;
  display: block;
  color: #000000;
}
@media (max-width: 768px) {
  main.page-contacts .team-section .wrapper .grid .single .name {
    margin: 16px 0 0;
  }
}
main.page-contacts .team-section .wrapper .grid .single .job {
  margin: 3px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
main.page-contacts .team-section .wrapper .grid .single .email {
  margin: 11px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
main.page-contacts .team-section .wrapper .grid .single .phone {
  margin: 6px 0 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  main.page-contacts .form-section-global {
    order: 1;
  }
}
main.page-contacts .map-description-section {
  padding: 60px 0 76px;
}
@media (max-width: 768px) {
  main.page-contacts .map-description-section {
    padding: 48px 0 32px;
  }
}
main.page-contacts .map-description-section .wrapper .map img {
  border: 12px solid #009;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  main.page-contacts .map-description-section .wrapper .map img.desktop {
    display: none;
  }
}
main.page-contacts .map-description-section .wrapper .map img.mobile {
  display: none;
}
@media (max-width: 768px) {
  main.page-contacts .map-description-section .wrapper .map img.mobile {
    display: block;
  }
}
main.page-contacts .map-description-section .wrapper .info {
  margin: 36px 0 0;
}
main.page-contacts .map-description-section .wrapper .info h1 {
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  color: #000099;
  max-width: 790px;
  width: 100%;
  letter-spacing: -0.96px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Archivo Black", sans-serif;
}
@media (max-width: 1280px) {
  main.page-contacts .map-description-section .wrapper .info h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  main.page-contacts .map-description-section .wrapper .info h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
main.page-contacts .map-description-section .wrapper .info .desc {
  max-width: 790px;
  width: 100%;
  margin: 12px 0 0;
}
main.page-contacts .mosaic-photo-text-arrow-section-global .wrapper .list .single .col:nth-of-type(1) {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  main.page-contacts .mosaic-photo-text-arrow-section-global .wrapper .list .single .col:nth-of-type(1) {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  main.page-contacts .mosaic-photo-text-arrow-section-global .wrapper .list .single .col:nth-of-type(1) {
    padding: 0;
  }
}
main.page-home.autoverslas-page .running-line-2-block {
  width: 100%;
  height: 41px;
  background: #A6C8FF;
  padding: 12px 0;
}
main.page-home.autoverslas-page .running-line-2-block .running-line-2 .group-wrap {
  display: flex;
  align-items: center;
  grid-gap: 53px;
}
main.page-home.autoverslas-page .running-line-2-block .running-line-2 .group-wrap .single-group {
  display: flex;
  align-items: center;
  grid-gap: 53px;
}
main.page-home.autoverslas-page .running-line-2-block .running-line-2 .group-wrap .single-group .single span {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000099;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.35;
  text-transform: uppercase;
}
main.page-home.autoverslas-page .centers-section-global .wrapper .btn {
  margin: 24px 0 0;
}
main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap {
  padding: 107px 107px;
  position: relative;
  margin: 24px 0 0;
}
@media (max-width: 1280px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap {
    padding: 86px 86px;
  }
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap {
    padding: 69px 69px;
  }
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap {
    padding: 55px 55px;
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap {
    padding: 44px 44px;
  }
}
main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-left {
  position: absolute;
  width: 305px;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
}
@media (max-width: 1280px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-left {
    width: 244px;
  }
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-left {
    width: 195px;
  }
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-left {
    width: 156px;
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-left {
    width: 125px;
  }
}
main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-right {
  position: absolute;
  width: 305px;
  height: auto;
  display: block;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-right {
    width: 244px;
  }
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-right {
    width: 195px;
  }
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-right {
    width: 156px;
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .icon-right {
    width: 125px;
  }
}
main.page-home.autoverslas-page .centers-section-global .wrapper .photo-wrap .photo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
main.page-home.autoverslas-page .companies-section {
  margin: 80px 0 0;
  padding: 0 0 48px;
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .companies-section {
    margin: 64px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .companies-section {
    margin: 40px 0 0;
  }
}
main.page-home.autoverslas-page .companies-section .wrapper .headline {
  margin: 0;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid {
  display: grid;
  grid-gap: 16px;
  margin: 27px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .companies-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .companies-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single {
  padding: 24px 18px 48px;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(1) {
  background: #000099;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(2) {
  background: #4589FF;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(3) {
  background: #EDF5FF;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(3) .title {
  border-color: #000099;
  color: #000099;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(3) .border-wrap {
  border-color: #000099;
  background: #000099;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(4) {
  background: #F9FAFB;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(4) .title {
  border-color: #000099;
  color: #000099;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single:nth-of-type(4) .border-wrap {
  border-color: #000099;
  background: #000099;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .logo-wrap img {
  height: 43px;
  width: auto;
  display: block;
}
@media (max-width: 1280px) {
  main.page-home.autoverslas-page .companies-section .wrapper .grid .single .logo-wrap img {
    height: 35px;
  }
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .title {
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  margin: 32px 0 0;
  min-height: 266px;
}
@media (max-width: 1024px) {
  main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap {
    min-height: inherit;
    padding-bottom: 48px;
  }
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap .text p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap .link {
  margin: 16px 0 0;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
main.page-home.autoverslas-page .companies-section .wrapper .grid .single .border-wrap .link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-arrow-45.svg");
}
main.page-home.autoverslas-page .sustainability-section {
  padding: 32px 0 64px;
  background: #F6FEF9;
}
main.page-home.autoverslas-page .sustainability-section .wrapper .headline {
  margin: 0;
  color: #074D31;
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .headline {
    text-align: center;
  }
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap {
  margin: 36px 0 0;
  display: flex;
  grid-gap: 80px;
}
@media (max-width: 1280px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .photo {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .photo {
    width: 100%;
  }
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
  width: 50%;
  max-width: 400px;
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info .single {
    text-align: center;
  }
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info .single h4 {
  color: #101828;
  margin: 0;
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info .single .text {
  margin: 8px 0 0;
}
main.page-home.autoverslas-page .sustainability-section .wrapper .wrap .info .single .text p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
main.page-home .running-line-block {
  padding: 16px 0;
  height: 56px;
  background: #ffffff;
  border-top: 1px solid #000000;
}
main.page-home .running-line-block .running-line .js-marquee {
  display: flex;
  align-items: center;
}
main.page-home .running-line-block .running-line .js-marquee .single {
  display: block;
}
main.page-home .running-line-block .running-line .single {
  padding: 0 0 0 128px;
  padding: 0 0 0 256px;
  display: none;
}
@media (max-width: 768px) {
  main.page-home .running-line-block .running-line .single {
    padding: 0 0 0 128px;
  }
}
main.page-home .running-line-block .running-line .single * {
  display: block;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
main.page-home .running-line-block .running-line .single * a {
  color: #000099;
  display: inline;
}
main.page-home .running-line-block .running-line .single a {
  display: inline !important;
}
main.page-home .hero-section {
  position: relative;
}
main.page-home .hero-section .hero-carousel .single {
  height: 606px;
  position: relative;
}
@media (max-width: 768px) {
  main.page-home .hero-section .hero-carousel .single {
    height: 372px;
  }
}
main.page-home .hero-section .hero-carousel .single:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
main.page-home .hero-section .wrapper.text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 112px;
  z-index: 5;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper.text-wrap {
    bottom: 40px;
  }
}
main.page-home .hero-section .wrapper.text-wrap .info {
  max-width: 625px;
}
main.page-home .hero-section .wrapper.text-wrap .info .title {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1280px) {
  main.page-home .hero-section .wrapper.text-wrap .info .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper.text-wrap .info .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-home .hero-section .wrapper.text-wrap .info .btn {
  margin: 24px 0 0;
}
main.page-home .hero-section .carousel-bar {
  position: relative;
  background: rgba(166, 200, 255, 0.2);
  padding: 6px 0;
}
main.page-home .hero-section .carousel-bar .wrapper {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  justify-content: space-between;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-numbers {
  flex: none;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-numbers span {
  font-size: 10px;
  font-size: 0.625rem;
  color: #000000;
  font-weight: 300;
  font-family: "Archivo", sans-serif;
  line-height: 1;
  letter-spacing: 0.489px;
  display: block;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-progress-bar {
  width: 100%;
  background: #A6C8FF;
  height: 5px;
  position: relative;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-progress-bar span {
  background: #000099;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 5px;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-nav {
  display: flex;
  grid-gap: 4px;
  flex: none;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-nav div {
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #000099;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-nav div:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-right.svg");
}
main.page-home .hero-section .carousel-bar .wrapper .carousel-nav div.next:after {
  transform: rotate(180deg);
}
main.page-home .centers-section-global {
  padding-bottom: 0;
}
main.page-home .social-responsibility-slider-section {
  padding: 32px 0 114px;
  background: #F6FEF9;
}
@media (max-width: 768px) {
  main.page-home .social-responsibility-slider-section {
    padding: 32px 0 72px;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap {
  padding: 0 32px;
}
@media (max-width: 1024px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap {
    padding: 0;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .headline {
  color: #074D31;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
  padding: 0 90px;
}
@media (max-width: 1280px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap {
    padding: 0 64px;
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap {
    padding: 0;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .photo {
  width: 54%;
}
@media (max-width: 768px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .photo {
    width: 100%;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .photo:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 74%;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side {
  padding: 0 32px;
  width: 46%;
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
}
@media (max-width: 1280px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side {
    padding: 0;
  }
}
@media (max-width: 768px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side {
    width: 100%;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side .single-row h3 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #101828;
  font-weight: 500;
  line-height: 1.5;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side .single-row .text {
  margin: 8px 0 0;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .single .wrap .text-side .single-row .text * {
  font-size: 16px;
  font-size: 1rem;
  color: #475467;
  line-height: 1.5;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 29px);
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button.owl-prev {
  left: -32px;
}
@media (max-width: 1024px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button.owl-prev .arrow-btn {
  transform: rotate(180deg);
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button.owl-next {
  right: -32px;
}
@media (max-width: 1024px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button .arrow-btn {
  border-radius: 1222.148px;
  border: 2px solid #008F45;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button .arrow-btn {
    width: 40px;
    height: 40px;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button .arrow-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-arrow-green.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-nav button .arrow-btn:before {
    width: 18px;
    height: 18px;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-dots {
  display: none;
  margin: 32px 0 0;
  justify-content: center;
  grid-gap: 12px;
}
@media (max-width: 480px) {
  main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-dots {
    display: flex;
  }
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-dots .owl-dot {
  border: 2px solid #000099;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
main.page-home .social-responsibility-slider-section .wrapper .carousel-wrap .social-carousel .owl-dots .owl-dot.active {
  background: #000099;
}

.page-services .logistics-center-section {
  padding: 60px 0 48px;
}
@media (max-width: 768px) {
  .page-services .logistics-center-section {
    padding: 32px 0 48px;
  }
}
.page-services .logistics-center-section .wrapper .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-services .logistics-center-section .wrapper .top {
    flex-direction: column;
    grid-gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-services .logistics-center-section .wrapper .top .info {
  max-width: 710px;
}
.page-services .logistics-center-section .wrapper .top .info .title {
  margin: 0;
}
.page-services .logistics-center-section .wrapper .top .info .text {
  margin: 12px 0 0;
  max-width: 695px;
}
.page-services .logistics-center-section .wrapper .top .map {
  max-width: 311px;
  padding: 20px 20px 24px;
  border: 1px solid #EAECF0;
  display: block;
  text-decoration: none;
  width: 100%;
}
.page-services .logistics-center-section .wrapper .top .map img {
  height: 24px;
  width: auto;
  display: block;
}
.page-services .logistics-center-section .wrapper .top .map .name {
  display: block;
  margin: 8px 0 0;
  color: #000099;
}
.page-services .logistics-center-section .wrapper .top .map .address {
  display: block;
  margin: 16px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.page-services .logistics-center-section .wrapper .center-facts {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 768px) {
  .page-services .logistics-center-section .wrapper .center-facts {
    flex-direction: column;
    grid-gap: 32px;
  }
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-services .logistics-center-section .wrapper .center-facts .dynamic-facts {
    width: 100%;
    order: 2;
  }
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts .single-fact {
  padding: 16px 24px;
  border-left: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts .single-fact.active {
  border-color: #4589FF;
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts .single-fact .info .name {
  display: block;
  color: #000000;
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts .single-fact .info .text {
  margin: 8px 0 0;
}
.page-services .logistics-center-section .wrapper .center-facts .dynamic-facts .single-fact .info .text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.page-services .logistics-center-section .wrapper .center-facts .fact-photo {
  width: 52%;
  position: relative;
  /* Ensures .photo-layer positions relative to this container */
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-services .logistics-center-section .wrapper .center-facts .fact-photo {
    width: 100%;
    order: 1;
  }
}
.page-services .logistics-center-section .wrapper .center-facts .fact-photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
.page-services .logistics-center-section .wrapper .center-facts .fact-photo .photo-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  /* Adjust as necessary */
  background-position: center;
  /* Adjust as necessary */
  display: none;
  /* Start hidden, let jQuery manage visibility */
}
.page-services .questions-section-global {
  padding: 42px 0 96px;
}
@media (max-width: 768px) {
  .page-services .questions-section-global {
    padding: 48px 0 96px;
  }
}
main.page-404 .section-404 {
  padding: 150px 0;
}
@media (max-width: 1280px) {
  main.page-404 .section-404 {
    padding: 128px 0;
  }
}
@media (max-width: 768px) {
  main.page-404 .section-404 {
    padding: 96px 0 96px;
  }
}
@media (max-width: 480px) {
  main.page-404 .section-404 {
    padding: 72px 0 72px;
  }
}
main.page-404 .section-404 .wrapper h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #000099;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.2;
  margin: 0;
  max-width: 520px;
}
@media (max-width: 1280px) {
  main.page-404 .section-404 .wrapper h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 768px) {
  main.page-404 .section-404 .wrapper h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
main.page-404 .section-404 .wrapper .btn {
  margin: 24px 0 0;
}

main.page-default .content-section {
  padding: 96px 144px;
}
@media (max-width: 1280px) {
  main.page-default .content-section {
    padding: 72px 128px;
  }
}
@media (max-width: 1024px) {
  main.page-default .content-section {
    padding: 56px 96px;
  }
}
@media (max-width: 768px) {
  main.page-default .content-section {
    padding: 48px 48px;
  }
}
main.page-default .content-section .wrapper {
  max-width: 1280px;
}
main.page-default .content-section .wrapper .title {
  margin: 0;
  color: #000000;
}
main.page-default .content-section .wrapper .text {
  margin: 24px 0 0;
}

/*# sourceMappingURL=style.css.map */
