:root {
  --font-black: "Bounded-Black";
  --font-bold: "Bounded-Bold";
  --font-extrabold: "Bounded-ExtraBold";
  --font-semibold: "Bounded-SemiBold";
  --font-regular: "Bounded-Regular";
  --font-medium: "Bounded-Medium";
  --font-extralight: "Bounded-ExtraLight";
  --font-light: "Bounded-Light";
  --white: #fff;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-60: rgba(255, 255, 255, 0.6);
  --black: #000;
  --green: #8bcb6a;
  --green-hover: #b3ef94;
  --blue: #4949aa;
  --blue-l: #5678e7;
  --dark-blue: #110e45;
  --dark-blue-90: #110e45e5;
  --aqua: #8fe3ff;
  --orange: #ff7f37;
  --violet: #6a00ff;
  --violet-l: #ac6dff;
  --pink: #ff66f7;
  --gray-light: #f0f3f9;
  --gray: #999999;
  --dark-gray: #3c3f41;
  --dark-gray-80: #3c3f41cc;
  --border-color: #32373d;
  --gap-60: 60px;
  --gap-48: 48px;
  --gap-42: 42px;
  --gap-36: 36px;
  --gap-22: 22px;
  --gap-12: 12px;
  --gap-8: 8px;
}
@font-face {
  font-family: "Bounded-Bold";
  src: local("BoundedBold"), local("Bounded-Bold"),
    url(5c9bc51b74f5f3ce37c2.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-Black";
  src: local("BoundedBlack"), local("Bounded-Black"),
    url(046b91c83f49ea55c218.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-ExtraBold";
  src: local("BoundedExtraBold"), local("Bounded-ExtraBold"),
    url(2d4cfe01e3feb3705465.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-SemiBold";
  src: local("BoundedSemiBold"), local("Bounded-SemiBold"),
    url(f9f9fcc03106a490ff59.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-Medium";
  src: local("BoundedMedium"), local("Bounded-Medium"),
    url(ef73997fa78dde0e2ee6.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-Regular";
  src: local("BoundedRegular"), local("Bounded-Regular"),
    url(87a7e2a7aec46899a46b.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-Light";
  src: local("BoundedLight"), local("Bounded-Light"),
    url(94c5e9c552d4c76004ad.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bounded-ExtraLight";
  src: local("BoundedExtraLight"), local("Bounded-ExtraLight"),
    url(7c8ef709dabf00771fb0.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
}
.form__group {
  position: relative;
  display: inline-block;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
*:focus {
  outline: none !important;
}
html,
body {
  position: relative;
}
body {
  background: var(--dark-blue);
  font-family: var(--font-regular), sans-serif;
  font-size: 14px;
  color: var(--white);
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1,
.h1 {
  font: 37px/47px var(--font-extrabold);
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 21px;
    line-height: 1.3;
  }
}
h2,
.h2 {
  font: 32px/1.3 var(--font-extrabold);
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 16px;
  }
}
h3,
.h3 {
  font: 21px/1.4 var(--font-extrabold);
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}
h4,
.h4 {
  font: 20px/1.5 var(--font-extrabold);
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}
h5,
.h5 {
  font: 16px/1.5 var(--font-extrabold);
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}
.txt-lg {
  font: 21px/1.5 var(--font-regular);
}
@media (max-width: 767px) {
  .txt-lg {
    font-size: 16px;
  }
}
.txt-md {
  font: 20px/1.5 var(--font-regular);
}
@media (max-width: 767px) {
  .txt-md {
    font-size: 16px;
  }
}
.txt-sm {
  font: 16px/1.5 var(--font-regular);
}
@media (max-width: 767px) {
  .txt-sm {
    font-size: 14px;
  }
}
.txt-xs {
  font: 14px/1.5 var(--font-regular);
}
.font-light {
  font-family: var(--font-light);
}
.font-regular {
  font-family: var(--font-regular);
}
.font-medium {
  font-family: var(--font-medium);
}
.font-semibold {
  font-family: var(--font-semibold);
}
.font-bold {
  font-family: var(--font-bold);
}
b {
  font-family: var(--font-bold);
}
.row {
  box-sizing: border-box;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 1279px) {
  .row {
    padding: 0 16px;
  }
}
.scroll__none {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}
.hide {
  display: none !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  opacity: 0.5;
}
.overlay.show {
  display: block;
} /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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 {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#burger {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 10px 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: calc(50% - 4px);
  background-color: var(--white);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 50px 50px 0;
}
#burger span:nth-child(odd) {
  left: 4px;
  border-radius: 50px 0 0 50px;
}
#burger span:nth-child(1),
#burger span:nth-child(2) {
  top: 10px;
}
#burger span:nth-child(3),
#burger span:nth-child(4) {
  top: 19px;
}
#burger span:nth-child(5),
#burger span:nth-child(6) {
  top: 28px;
}
.header--mobile.opened #burger span:nth-child(1),
.header--mobile.opened #burger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--mobile.opened #burger span:nth-child(2),
.header--mobile.opened #burger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--mobile.opened #burger span:nth-child(1) {
  left: 6px;
  top: 14px;
}
.header--mobile.opened #burger span:nth-child(2) {
  left: 16px;
  top: 14px;
}
.header--mobile.opened #burger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.header--mobile.opened #burger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.header--mobile.opened #burger span:nth-child(5) {
  left: 6px;
  top: 24px;
}
.header--mobile.opened #burger span:nth-child(6) {
  left: 16px;
  top: 24px;
}
.btn {
  padding: 8px 12px;
  z-index: 1;
  border-radius: 20px;
  font: 20px/14px var(--font-bold);
  gap: var(--gap-12);
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--primary {
  background-color: var(--black);
  color: var(--white);
  justify-content: flex-start;
}
.btn--primary span {
  padding: 15px 12px;
}
.btn--primary .icn {
  width: 96px;
  height: 44px;
  background-color: var(--green);
  border-radius: 8px;
  position: relative;
  color: var(--black);
}
.btn--primary .icn--square {
  min-width: 44px;
  width: 44px;
}
.btn--primary:hover .icn {
  background-color: var(--green-hover);
}
.btn--primary.space-between {
  justify-content: space-between;
}
.btn--outline {
  padding: 21px 24px;
  border: 2px solid var(--dark-gray);
  color: var(--dark-gray);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  backdrop-filter: blur(10px);
}
.btn--outline.middle {
  padding: 12px 16px;
  font: 16px var(--font-medium);
}
.btn--outline.small {
  padding: 5px 15px;
  font: 16px var(--font-medium);
}
.btn--outline:hover {
  background-color: var(--dark-gray);
  color: var(--white);
}
.btn--outline:focus {
  background-color: var(--dark-gray-80);
  color: var(--white);
}
.btn--outline.inverted {
  border-color: var(--white-80);
  color: var(--white-80);
}
.btn--outline.inverted:hover {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1169px) {
  .header {
    padding: 16px 0;
  }
}
.header__wrap {
  width: 100%;
  max-width: 1553px;
  gap: 40px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) url(b35bcf6390e44b4d24be.png) center/cover
    no-repeat;
  border-radius: 50px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__wrap {
    background-image: url(47a1cc069ba5851d69f6.png);
  }
}
.header__logo {
  opacity: 1;
  display: block;
  position: relative;
}
.header__logo svg,
.header__logo img {
  width: 198px;
  margin: 0 0 -3px;
}
@media (max-width: 1169px) {
  .header__logo svg,
  .header__logo img {
    width: 165px;
  }
}
@media (max-width: 1169px) {
  .header--mobile.opened .header__nav {
    display: flex;
  }
  .header--mobile .header__wrap {
    padding: 0 20px 0 0;
  }
  .header--mobile .header__nav {
    position: fixed;
    top: 0;
    background: var(--dark-blue-90);
    backdrop-filter: blur(12px);
    width: 80%;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 94px 12px 110px 22px;
    overflow: auto;
    gap: 42px;
    height: 100vh;
  }
  .header--mobile .header__nav-item--btn {
    max-width: 186px;
    position: absolute;
    bottom: 70px;
    left: 22px;
  }
}
@media (max-width: 1169px) and (orientation: landscape) and (max-height: 600px) {
  .header--mobile .header__nav-item--btn {
    bottom: -20px;
  }
}
@media (max-width: 1169px) and (orientation: landscape) and (max-height: 400px) {
  .header--mobile .header__nav-item--btn {
    bottom: -90px;
  }
}
@media (max-width: 1169px) {
  .header--mobile .header__submenu {
    position: static;
    border-top-width: 0;
  }
  .header--mobile .header__submenu .header__sublist {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
    padding: 16px;
  }
  .header--mobile .header__submenu .header__subitem {
    align-items: center;
  }
  .header--mobile .header__submenu .header__subitem div span {
    display: none;
  }
  .header--mobile .header__submenu .header__banner {
    display: none;
  }
  .header--mobile .header__burger {
    display: block;
  }
}
.header__desktop {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1799px) {
  .header__desktop {
    gap: 16px;
  }
}
@media (max-width: 1169px) {
  .header__desktop .header__actions {
    display: none;
  }
}
.header__burger {
  display: none;
}
.header__nav {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-36);
  width: 100%;
}
@media (max-width: 1399px) {
  .header__nav {
    --gap-36: 24px;
  }
}
@media (max-width: 1279px) {
  .header__nav {
    --gap-36: 8px;
  }
}
.header__nav-item {
  color: var(--white);
  cursor: pointer;
  font: 16px var(--font-regular);
  padding: 14px 10px 12px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.header__nav-item:hover,
.header__nav-item.active {
  text-shadow: 0.7px 0 0 currentColor;
}
.header__nav-item:hover span:after,
.header__nav-item.active span:after {
  border-top-color: var(--black);
  transform: rotate(180deg);
  margin-bottom: 3px;
}
@media (min-width: 1170px) {
  .header__nav-item--submenu:not(
      .header__nav-item--submenu.header__nav-item--actions-mobile
    ):hover {
    text-shadow: 0.7px 0 0 currentColor;
    color: var(--black);
  }
  .header__nav-item--submenu:not(
      .header__nav-item--submenu.header__nav-item--actions-mobile
    ):hover
    span:after {
    border-top-color: var(--black);
    transform: rotate(180deg);
    margin-bottom: 3px;
  }
  .header__nav-item--submenu:hover .header__submenu {
    display: flex;
  }
}
.header__nav-item--submenu span:after {
  content: "";
  margin-left: 4px;
  margin-bottom: -9px;
  height: 6px;
  display: inline-block;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid var(--dark-gray);
}
.header__nav-item--submenu.active .header__submenu {
  display: flex;
}
.header__nav-item--actions-mobile {
  display: none;
}
.header__nav-item--btn {
  padding: 13px 14px 11px;
  font-size: 12px;
  background-color: var(--white);
  letter-spacing: 0.3px;
  border-radius: 20px;
  line-height: 16px;
  color: var(--dark-blue);
  transition: background-color 0.2s;
}
.header__nav-item--btn:hover {
  text-shadow: none;
  color: var(--black);
  background-color: var(--aqua);
}
.header__submenu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  top: calc(100% - 30px);
  border-top: 50px solid rgba(0, 0, 0, 0);
  align-items: stretch;
  justify-content: space-between;
}
.header__actions {
  gap: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1499px) {
  .header__actions .btn--primary {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header__actions {
    display: flex;
  }
}
.header__burger-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  margin-left: 10px;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__burger-icon {
    margin-left: 0;
  }
  .header__burger-icon span {
    display: none;
  }
}
.header__burger-icon.open + .header__burger-dropdown {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.header__burger-icon.open > div {
  background-color: var(--gray);
}
.header__burger-icon.open > div:before {
  transform: rotate(45deg) translate(3px, 3px);
}
.header__burger-icon.open > div:after {
  transform: rotate(-45deg) translate(2px, -2px);
}
.header__burger-icon span {
  color: var(--white);
  font: 16px/24px var(--font-semibold);
}
.header__burger-icon > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: var(--white);
  border-radius: 50px;
  gap: 4px;
}
.header__burger-icon > div:before,
.header__burger-icon > div:after {
  content: "";
  height: 3px;
  width: 16px;
  border-radius: 3px;
  background-color: var(--black);
  transition: all 0.4s ease;
}
.header__burger-icon > div:hover {
  background-color: var(--gray);
}
.header__burger-dropdown {
  z-index: 12;
  padding: 40px;
  background-color: var(--white);
  border-radius: 60px;
  max-width: 450px;
  display: none;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(calc(100% + 16px));
}
@media (max-width: 767px) {
  .header__burger-dropdown {
    border-radius: 30px;
  }
}
@media (max-width: 479px) {
  .header__burger-dropdown {
    padding: 20px;
    max-width: 340px;
  }
}
.header__burger-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.header__burger-item {
  font: 24px/33px var(--font-semibold);
  color: var(--black);
  text-align: left;
  display: inline-block;
}
@media (max-width: 479px) {
  .header__burger-item {
    font-size: 20px;
    line-height: 28px;
  }
}
.header__burger-item:hover {
  color: var(--green);
}
.header__burger-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .header__burger-social {
    margin-top: 45px;
  }
}
@media (max-width: 479px) {
  .header__burger-social {
    margin-top: 38px;
    gap: 13px;
  }
}
.header__burger-social_item {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__burger-social_item svg:hover {
  fill: var(--green);
  stroke: rgba(0, 0, 0, 0);
}
.header__burger-social_item svg:hover .svg-rect {
  stroke: var(--green);
}
.header__burger-social_item svg:hover .svg-path {
  fill: var(--white);
}
.header__burger-signup {
  display: none;
  margin-top: 45px;
  gap: 10px;
}
@media (max-width: 767px) {
  .header__burger-signup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .header__burger-signup {
    margin-top: 38px;
  }
}
.header__burger-signup .header__nav-item {
  display: block;
  width: 100%;
  color: var(--black);
  text-align: center;
  font: 14px/19px var(--font-semibold);
}
.header__burger-signup .header__nav-item:hover {
  color: var(--white);
}
.footer .footer__content {
  border-radius: 50px 50px 0 0;
  padding: 0 22px 12px 0;
  background: rgba(0, 0, 0, 0) url(674d0384d65949349cdf.png) center/cover
    no-repeat;
  gap: var(--gap-42);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__content {
    background-image: url(ec42349c87e8c318b113.png);
    padding: 0 0 12px;
  }
}
.footer .footer__info {
  color: var(--white);
  width: 100%;
  gap: var(--gap-22);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__info {
    flex-direction: column;
    gap: var(--gap-42);
  }
}
.footer .footer__info .footer__txt {
  background: #292962;
  border-radius: 20px;
  padding: 12px;
  gap: var(--gap-22);
  margin-left: var(--gap-22);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer .footer__info .footer__txt {
    --gap-22: 12px;
    margin: 0 22px;
    width: calc(100% - var(--gap-22) * 2);
  }
}
.footer .footer__info .footer__txt .txt-xs {
  padding: 13px 10px;
}
@media (max-width: 767px) {
  .footer .footer__info .footer__txt .txt-xs {
    padding: 0;
    font: 12px/16px var(--font-regular);
  }
}
.footer .footer__info .footer__link {
  color: var(--white-60);
  margin: 0 0 32px;
  cursor: pointer;
}
.footer .footer__info .footer__link:hover {
  color: var(--white);
}
.footer .footer__info .footer__logo {
  margin-bottom: 24px;
}
.footer .footer__info .footer__logo svg,
.footer .footer__info .footer__logo img {
  width: 200px;
  height: 42px;
}
.footer .footer__info .footer__actions {
  gap: var(--gap-12);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer .footer__info .footer__actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .footer__info .footer__actions {
    --gap-12: 14px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--pink);
    border-radius: 22px;
  }
}
.footer .footer__info .footer__actions .btn {
  width: 179px;
  height: 57px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: var(--aqua);
}
.footer .footer__info .footer__actions .btn img {
  max-width: 179px;
}
.footer .footer__info .footer__actions-title {
  display: none;
  max-width: 180px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .footer__info .footer__actions-title {
    display: block;
  }
}
.footer .footer__nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav {
    padding: 0;
    flex-direction: column;
  }
}
.footer .footer__nav-list {
  gap: var(--gap-36);
  list-style: none;
  margin-top: var(--gap-42);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1169px) {
  .footer .footer__nav-list {
    --gap-36: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav-list {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: 12px;
  }
}
.footer .footer__nav-item {
  font: 14px/14px var(--font-regular);
  letter-spacing: 0.2px;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer .footer__nav-item--btn {
  background-color: var(--white);
  border-radius: 20px;
  color: var(--black);
  padding: 2px 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .footer .footer__nav-item--btn {
    width: 100%;
    max-width: 273px;
    padding: 12px 22px 7px;
    text-align: center;
    border-radius: 100px;
  }
}
.footer .footer__nav-item--btn:hover {
  color: var(--black);
  background-color: var(--aqua);
}
.footer .footer__nav-item--btn:hover a {
  color: inherit;
}
.footer .footer__nav-link {
  color: inherit;
  position: relative;
  padding: 13px 10px;
  display: block;
}
.footer .footer__nav-link:hover {
  color: var(--white);
}
.footer .footer__btn {
  cursor: default;
  font: 14px/14px var(--font-regular);
  letter-spacing: 0.2px;
  padding: 15px 10px 11px;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 10px;
  color: var(--white);
  background-color: var(--violet-l);
}
.banner__title {
  margin-bottom: 32px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .banner__title {
    padding: 0 16px;
  }
}
.banner__subtitle {
  color: var(--dark-gray);
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
.banner__content--form {
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner__content--form {
    --gap-60: 40px;
  }
}
.banner__content--form > * {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1023px) {
  .banner__content--form > * {
    max-width: 100%;
  }
}
.banner__form-group {
  flex-direction: column;
  gap: var(--gap-36);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner__form-group {
    gap: 30px;
  }
}
.banner__form-control {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner__form-control--double {
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__form-group_item {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__form-label {
  color: var(--dark-gray);
  text-align: left;
  width: 100%;
  position: relative;
}
.banner__form-label span {
  font: inherit;
  display: block;
  margin-bottom: 8px;
}
.banner__form-input {
  height: 60px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--dark-gray);
  color: var(--black);
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__form-input::placeholder {
  color: var(--dark-gray);
}
.banner__form-input--textarea {
  min-height: 170px;
}
.banner__form-info {
  font-family: var(--font-regular);
  color: var(--black);
  margin-bottom: 12px;
  text-align: left;
}
.banner__form-btn {
  padding: 8px 20px;
  background-color: var(--black);
  border-radius: 16px;
  width: 100%;
  color: var(--white);
  text-align: center;
  justify-content: center;
}
.banner__form-progress-line {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 32px;
  background-color: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner__form-progress-line div {
  height: 6px;
  width: 50%;
  border-radius: 3px;
}
.banner__form-progress-line div.active {
  background: linear-gradient(
    90deg,
    #8bcb6a 27.92%,
    #2bb7d9 65.17%,
    #4356ff 100%
  );
}
.banner__profile {
  border-radius: 32px;
  padding: 40px;
  overflow: hidden;
  background-color: var(--blue);
  color: var(--white);
  gap: var(--gap-36);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner__profile {
    padding: 20px;
  }
}
.banner__profile-logo {
  gap: var(--gap-22);
  position: relative;
  padding-right: 100px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .banner__profile-logo {
    flex-direction: column;
    padding: 0;
  }
}
.banner__profile-logo div {
  gap: var(--gap-8);
  flex-direction: column;
  display: flex;
}
.banner__profile-logo .username {
  font: 32px var(--font-bold);
}
.banner__profile-avatar {
  background-color: var(--dark-gray);
  border-radius: 100%;
  min-width: 135px;
  overflow: hidden;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__profile-avatar img {
  width: 100%;
}
.banner__profile-action {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1279px) {
  .banner__profile-action {
    position: static;
    width: 100%;
  }
}
.banner__profile-list {
  flex-direction: column;
  gap: var(--gap-22);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner__profile-item {
  gap: var(--gap-12);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner__profile-item label {
  cursor: pointer;
  gap: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner__profile-item input {
  width: 20px;
  height: 20px;
  accent-color: var(--green);
}
.banner__profile-item p {
  padding-left: 34px;
}
.banner--first {
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .banner--first {
    padding-bottom: 60px;
  }
}
.banner--first .row {
  position: relative;
}
.banner--first .row:before,
.banner--first .row:after {
  content: "";
}
@media (max-width: 1023px) {
  .banner--first .row:before,
  .banner--first .row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner--first .row:before,
  .banner--first .row:after {
    display: block;
  }
}
.banner--first .row:before {
  height: 104px;
  width: 145px;
  background: rgba(0, 0, 0, 0) url(4666213da8fd860280fd.png) bottom/142px 96px
    no-repeat;
  position: absolute;
  bottom: 50px;
  right: 460px;
  z-index: 1;
  transform: rotate(65deg);
}
@media (max-width: 767px) {
  .banner--first .row:before {
    background: rgba(0, 0, 0, 0) url(4666213da8fd860280fd.png) bottom/112px 76px
      no-repeat;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.banner--first .row:after {
  height: 525px;
  width: 470px;
  background: rgba(0, 0, 0, 0) url(eff0330dbb4fad300942.png) bottom/373px 625px
    no-repeat;
  position: absolute;
  bottom: -130px;
  right: -150px;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner--first .row:after {
    height: 425px;
    width: 370px;
    background: rgba(0, 0, 0, 0) url(eff0330dbb4fad300942.png) bottom/250px
      470px no-repeat;
    bottom: -70px;
    right: -20%;
    z-index: 1;
  }
}
.banner--first .banner__content {
  background: linear-gradient(207.63deg, #303cd7 24.98%, #171352 72.1%),
    linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)),
    radial-gradient(
      97.66% 97.66% at -50.5% -71.4%,
      rgba(28, 232, 255, 0.6) 0%,
      rgba(28, 232, 255, 0) 100%
    ),
    radial-gradient(
      67.73% 67.73% at 117.73% 59.03%,
      #903bff 0%,
      rgba(144, 59, 255, 0) 100%
    );
  padding: 70px 60px 80px;
  border-radius: 50px;
  gap: var(--gap-42);
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner--first .banner__content {
    padding: 34px 22px 360px 22px;
    border-radius: 30px;
    --gap-42: 32px;
  }
}
.banner--first .banner__content:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0) url(0d7af02b6c02e120a11c.png) 90% 85%/1046px
    650px no-repeat;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .banner--first .banner__content:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner--first .banner__content:after {
    display: block;
    bottom: -5%;
    background-position: right bottom;
    top: auto;
    background-size: 802px 465px;
    left: -20%;
  }
}
@media (max-width: 479px) {
  .banner--first .banner__content:after {
    left: -5%;
  }
}
.banner--first .banner__description {
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--gap-12);
  max-width: 65%;
  color: var(--white);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner--first .banner__description {
    max-width: 100%;
  }
}
.banner--first .banner__description-action {
  background: linear-gradient(
    125.97deg,
    rgba(36, 36, 84, 0.2) 32.92%,
    rgba(79, 79, 186, 0.2) 136.26%
  );
  border-radius: 22px;
  border: 1px solid var(--pink);
  gap: 12px;
  padding: 41px 28px;
  color: var(--white);
  position: relative;
  z-index: 1;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner--first .banner__description-action {
    flex-wrap: wrap;
    max-width: 246px;
    margin: 0 auto 0 0;
    padding: 28px 24px;
  }
  .banner--first .banner__description-action .btn {
    width: 100%;
  }
  .banner--first .banner__description-action .txt-lg {
    padding-left: 10px;
  }
}
.banner--first .banner__description-action .btn {
  width: 198px;
  height: 63px;
  color: var(--black);
  border-radius: 16px;
  background-color: var(--aqua);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--first .banner__description-action .btn img {
  max-width: 110%;
}
.banner--first .banner__description-action .banner__social-list {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner--first .banner__description-action .banner__social-list {
    flex-wrap: wrap;
  }
}
.banner--first .banner__description .banner__title {
  color: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.banner--first .banner__description .banner__btn {
  padding: 0;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 599px) {
  .banner--first .banner__description .banner__btn {
    max-width: 100%;
  }
}
.banner--first .banner__img {
  position: relative;
  max-width: 800px;
  min-height: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .banner--first .banner__img {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .banner--first .banner__img {
    margin-top: 40px;
    min-height: 200px;
  }
}
.banner--first .banner__img img {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .banner--first .banner__img img {
    max-width: 100%;
    height: auto;
  }
}
.banner--first .banner__img-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 40px;
  gap: 15px;
  margin-top: 25px;
}
.banner--first .banner__img-item {
  color: var(--white);
  position: relative;
}
.banner--first .banner__img-item:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.banner--third .banner__content {
  flex-direction: column;
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--third .banner__content {
    --gap-60: 40px;
  }
}
.banner--third .banner__description {
  gap: 60px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner--third .banner__description .banner__title {
  margin: 0;
  padding: 0;
  text-align: left;
}
.banner--third .banner__list {
  gap: 18px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 1169px) {
  .banner--third .banner__list {
    flex-wrap: wrap;
  }
}
.banner--third .banner__list--custom-bg {
  margin-top: 100px;
  background: linear-gradient(
      207.63deg,
      rgba(48, 60, 215, 0.1) 24.98%,
      rgba(23, 19, 82, 0.1) 72.1%
    ),
    linear-gradient(0deg, rgba(0, 85, 255, 0.1), rgba(0, 85, 255, 0.1)),
    radial-gradient(
      97.66% 97.66% at -50.5% -71.4%,
      rgba(28, 232, 255, 0.1) 0%,
      rgba(28, 232, 255, 0) 100%
    ),
    radial-gradient(
      67.73% 67.73% at 117.73% 59.03%,
      #38284e 0%,
      rgba(55, 149, 131, 0) 100%
    );
  border-radius: 50px;
  gap: 50px;
  padding: 22px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--third .banner__list--custom-bg {
    margin-top: 0;
  }
}
.banner--third .banner__list--custom-bg .banner__txt-description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--gap-12);
}
.banner--third
  .banner__list--custom-bg
  .banner__txt-description
  .banner__title {
  margin: 0;
  padding: 0;
}
.banner--third .banner__item {
  background-color: var(--dark-blue);
  border-radius: 50px;
  overflow: hidden;
  min-width: 250px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 21px;
  position: relative;
  padding: 26px 28px 46px;
}
@media (max-width: 599px) {
  .banner--third .banner__item {
    max-width: 100%;
    width: 100%;
  }
}
.banner--third .banner__item:after {
  content: "";
  background: radial-gradient(
    46.22% 46.22% at 50% 50%,
    rgba(75, 87, 255, 0.56) 0.69%,
    rgba(59, 66, 255, 0.4592) 21.69%,
    rgba(60, 85, 206, 0) 76.19%
  );
  position: absolute;
  width: 1000px;
  height: 664px;
  top: -250px;
  left: -350px;
  z-index: 0;
}
.banner--third .banner__item--sublist {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  padding: 0;
  border-radius: 22px;
}
.banner--third .banner__item--sublist:after {
  content: none;
}
.banner--third .banner__item--video {
  width: 80%;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1169px) {
  .banner--third .banner__item--video {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.banner--third .banner__item--video:after {
  content: "";
  background: rgba(0, 0, 0, 0) url(e673201accad2a2f3f50.png) center/cover
    no-repeat;
  position: absolute;
  width: 578px;
  height: 454px;
  top: 0;
  right: 50%;
  left: auto;
  z-index: -1;
}
.banner--third .banner__item-info {
  border-radius: 22px;
  border: 1px solid var(--violet);
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 22px;
  max-width: 685px;
}
@media (max-width: 479px) {
  .banner--third .banner__item-info {
    gap: 12px;
    padding: 22px 16px 22px 12px;
  }
}
.banner--third .banner__item-info .banner__icn {
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0) url(ba8b7bfa18f606271df9.png) center/100px
    no-repeat;
}
@media (max-width: 767px) {
  .banner--third .banner__item-info .banner__icn {
    min-width: 62px;
    width: 62px;
    height: 62px;
    background-size: 62px;
  }
}
.banner--third .banner__number {
  height: 113px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner--third .banner__txt {
  z-index: 1;
  position: relative;
}
.banner--third .banner__img {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--third .banner__img:before {
  content: "";
  height: 331px;
  width: 209px;
  background: rgba(0, 0, 0, 0) url(eff0330dbb4fad300942.png) bottom/209px 391px
    no-repeat;
  position: absolute;
  bottom: -35%;
  left: -22%;
  z-index: 1;
}
@media (max-width: 1169px) {
  .banner--third .banner__img:before {
    bottom: -10%;
    left: -30%;
    z-index: -1;
  }
}
.banner--third .banner__img:after {
  content: "";
  height: 70px;
  width: 100px;
  background: rgba(0, 0, 0, 0) url(4666213da8fd860280fd.png) bottom/92px 66px
    no-repeat;
  position: absolute;
  top: 20%;
  right: -15%;
  z-index: 1;
  transform: rotate(-15deg);
}
@media (max-width: 1169px) {
  .banner--third .banner__img:after {
    top: 15%;
    right: -15%;
    z-index: -1;
  }
}
.banner--third .banner__img img,
.banner--third .banner__img video {
  max-width: 374px;
  width: 100%;
  position: absolute;
  bottom: -67px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5490196078);
}
@media (max-width: 1169px) {
  .banner--third .banner__img img,
  .banner--third .banner__img video {
    position: relative;
    max-width: 480px;
  }
}
.banner--fourth {
  padding: 60px 0 0;
}
@media (max-width: 1169px) {
  .banner--fourth {
    overflow: hidden;
  }
}
.banner--fourth .banner__content {
  flex-direction: column;
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--fourth .banner__content {
    --gap-60: 40px;
  }
}
.banner--fourth .banner__title {
  margin: 0;
  text-transform: uppercase;
}
.banner--fourth .banner__txt-wrap {
  gap: var(--gap-36);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.banner--fourth .banner__txt-description {
  gap: var(--gap-22);
  width: 100%;
  text-align: left;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.banner--fourth .banner__txt-description .banner__title {
  text-align: inherit;
  margin: 0;
  padding: 0;
}
.banner--fourth .banner__txt-description .banner__txt {
  color: var(--dark-gray);
}
.banner--fourth .banner__txt-description ul {
  list-style-position: inside;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.banner--fourth .banner__txt-description li {
  font: inherit;
}
.banner--fourth .banner__list {
  gap: var(--gap-60);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .banner--fourth .banner__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .banner--fourth .banner__list {
    --gap-60: 40px;
  }
}
.banner--fourth .banner__item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__item {
    flex-direction: column;
    gap: var(--gap-36);
  }
}
.banner--fourth .banner__item:before {
  content: "";
  width: 1018px;
  height: 984px;
  background: rgba(0, 0, 0, 0) url(e673201accad2a2f3f50.png) center center
    no-repeat;
  background-size: 1018px 984px;
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: -1;
}
.banner--fourth .banner__item--inverted {
  flex-direction: row-reverse;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__item--inverted {
    flex-direction: column;
  }
}
.banner--fourth .banner__item--companies {
  gap: 0;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid var(--gray-light);
  align-items: stretch;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__item--companies {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .banner--fourth .banner__item--companies {
    grid-template-columns: repeat(auto-fill, 117px);
    grid-template-rows: repeat(auto-fill, 54px);
  }
}
.banner--fourth .banner__sublist {
  gap: var(--gap-22);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .banner--fourth .banner__sublist {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--fourth .banner__subitem {
  background: linear-gradient(125.97deg, #242454 32.92%, #4f4fba 136.26%);
  border-radius: 22px;
  padding: 22px;
  gap: var(--gap-12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  min-height: 360px;
}
@media (max-width: 1023px) {
  .banner--fourth .banner__subitem {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.banner--fourth .banner__subitem .banner__title {
  padding: 0;
}
@media (max-width: 1023px) {
  .banner--fourth .banner__subitem .banner__title {
    max-width: calc(100% - 120px);
    word-break: break-all;
  }
}
.banner--fourth .banner__subitem .banner__icn {
  min-width: 100px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(152, 76, 199, 0.5) 0%,
    rgba(152, 76, 199, 0.259615) 31.73%,
    rgba(152, 76, 199, 0) 100%
  );
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--fourth .banner__subitem .banner__icn .icn {
  width: 67px;
}
.banner--fourth .banner__img {
  width: 470px;
  min-width: 470px;
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__img {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .banner--fourth .banner__img {
    min-width: 100%;
    width: 100%;
  }
}
.banner--fourth .banner__img:before {
  content: "";
  width: 214px;
  height: 154px;
  background: rgba(0, 0, 0, 0) url(71cf6bc96cb32fb9aa10.png) center center/cover
    no-repeat;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__img:before {
    left: -40px;
    top: 140px;
    z-index: 1;
    width: 169px;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  .banner--fourth .banner__img:before {
    left: 15%;
    top: 28%;
    width: 112px;
    height: 80px;
  }
}
@media (max-width: 479px) {
  .banner--fourth .banner__img:before {
    left: 0;
  }
}
.banner--fourth .banner__img:after {
  content: "";
  width: 144px;
  height: 90px;
  background: rgba(0, 0, 0, 0) url(62cebb8109ebf1b1c537.png) center center/cover
    no-repeat;
  position: absolute;
  bottom: -60px;
  right: 100px;
  z-index: -1;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__img:after {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .banner--fourth .banner__img:after {
    right: 20%;
    width: 72px;
    bottom: 0;
    z-index: 0;
  }
}
@media (max-width: 479px) {
  .banner--fourth .banner__img:after {
    right: 10%;
  }
}
.banner--fourth .banner__img img {
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 1279px) {
  .banner--fourth .banner__img img {
    max-width: 480px;
  }
}
@media (max-width: 1023px) {
  .banner--fourth .banner__img img {
    max-width: 300px;
  }
}
.banner--five {
  background-color: var(--white);
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .banner--five {
    padding: 64px 0;
  }
}
.banner--five .banner__content {
  flex-direction: column;
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--five .banner__content {
    --gap-60: 40px;
  }
}
.banner--five .banner__title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.banner--five .banner__list {
  gap: var(--gap-36);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media (max-width: 1279px) {
  .banner--five .banner__list {
    --gap-36: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (max-width: 599px) {
  .banner--five .banner__list {
    --gap-36: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--five .banner__item {
  background-color: var(--gray-light);
  border-radius: 24px;
  padding: 24px;
  gap: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--gray-light);
  color: var(--black);
  cursor: pointer;
}
.banner--five .banner__item:hover {
  background-color: var(--blue);
  border-color: var(--blue-l);
  color: var(--white);
}
.banner--five .banner__item .icn {
  font-size: 46px;
  width: 46px;
  height: 46px;
}
.banner--five .banner__item .banner__title {
  color: inherit;
  text-align: left;
}
.banner--five .banner__item .banner__txt {
  color: inherit;
  min-height: 78px;
}
.banner--six {
  padding: 0 0 70px;
}
@media (max-width: 1023px) {
  .banner--six {
    padding-bottom: 0;
  }
}
.banner--six .banner__content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  .banner--six .banner__content {
    gap: var(--gap-42);
  }
}
.banner--six .banner__title {
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.banner--six .banner__list {
  gap: var(--gap-60);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .banner--six .banner__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .banner--six .banner__list {
    --gap-60: 40px;
  }
}
.banner--six .banner__item {
  overflow: hidden;
  width: 100%;
  gap: var(--gap-48);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  .banner--six .banner__item {
    flex-direction: column;
  }
}
.banner--six .banner__sublist {
  gap: var(--gap-42);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  max-width: 750px;
  width: 100%;
}
@media (max-width: 1169px) {
  .banner--six .banner__sublist {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner--six .banner__sublist {
    gap: var(--gap-22);
  }
}
.banner--six .banner__sublist + .banner__img .banner__img-item {
  display: none;
}
.banner--six .banner__sublist.active_0 + .banner__img .banner__img-item--one {
  display: block;
}
.banner--six .banner__sublist.active_1 + .banner__img .banner__img-item--two {
  display: block;
}
.banner--six .banner__sublist.active_2 + .banner__img .banner__img-item--three {
  display: block;
}
.banner--six .banner__subitem {
  background: linear-gradient(
      0deg,
      rgba(35, 35, 84, 0.8),
      rgba(35, 35, 84, 0.8)
    ),
    radial-gradient(
      35.69% 161.07% at 92.36% 100.26%,
      rgba(67, 151, 216, 0.2) 0%,
      rgba(248, 157, 255, 0) 100%
    );
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
}
.banner--six .banner__subitem .banner__title {
  text-transform: none;
  padding: 0;
}
@media (max-width: 767px) {
  .banner--six .banner__subitem .banner__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.banner--six .banner__subitem .banner__txt {
  padding: 22px 47px 22px 156px;
  border-radius: 22px;
  line-height: 1.5;
}
@media (max-width: 1169px) {
  .banner--six .banner__subitem .banner__txt {
    padding: 22px 12px;
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
  }
  .banner--six .banner__subitem .banner__txt .banner__img-item--mobile {
    max-height: 400px;
  }
}
.banner--six
  .banner__subitem:not(.banner--six .banner__subitem.active)
  .banner__txt {
  display: none;
}
.banner--six
  .banner__subitem:not(.banner--six .banner__subitem.active)
  .banner__icn {
  background-color: var(--blue);
  transform: rotate(-45deg);
  transition: background-color 0.2s, transform 0.2s;
}
.banner--six
  .banner__subitem:not(.banner--six .banner__subitem.active)
  .banner__icn:hover {
  transform: rotate(0);
  background-color: #7b7be0;
}
.banner--six
  .banner__subitem:not(.banner--six .banner__subitem.active)
  .banner__icn:hover
  .icn {
  fill: var(--white);
  transition: fill 0.3s;
}
.banner--six
  .banner__subitem:not(.banner--six .banner__subitem.active)
  .banner__icn
  .icn {
  fill: var(--blue-l);
}
.banner--six .banner__header {
  padding: 12px 22px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(90deg, #303cd7 0%, #413bac 100%),
    radial-gradient(
      56.6% 349.27% at 1.42% 179.64%,
      #ac6dff 0%,
      rgba(172, 109, 255, 0) 100%
    );
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--six .banner__header {
    border-radius: 22px;
    padding: 22px 40px 22px 12px;
  }
}
.banner--six .banner__header span {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-right: 22px;
  font-family: var(--font-semibold);
}
@media (max-width: 767px) {
  .banner--six .banner__header span {
    font-size: 19px;
  }
}
.banner--six .banner__header .banner__icn {
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-color: #7b7be0;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0);
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  .banner--six .banner__header .banner__icn {
    min-width: 42px;
    width: 42px;
    height: 42px;
  }
}
.banner--six .banner__header .banner__icn:hover {
  transform: rotate(-45deg);
}
.banner--six .banner__header .banner__icn:hover .icn {
  fill: var(--white);
  transition: fill 0.3s;
}
.banner--six .banner__header .banner__icn .icn {
  fill: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  transition: fill 0.3s;
}
@media (max-width: 767px) {
  .banner--six .banner__header .banner__icn .icn {
    width: 20px;
    height: 20px;
  }
}
.banner--six .banner__img {
  width: 550px;
  min-width: 470px;
  max-height: 590px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .banner--six .banner__img {
    width: auto;
    min-width: auto;
  }
}
@media (max-width: 1169px) {
  .banner--six .banner__img {
    display: none;
  }
}
.banner--six .banner__img img {
  width: 100%;
}
.banner--six .banner__img-item--mobile {
  display: none;
}
@media (max-width: 1169px) {
  .banner--six .banner__img-item--mobile {
    display: block;
  }
}
.banner--seven .banner__content {
  flex-direction: column;
  gap: var(--gap-42);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.banner--seven .banner__title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner--seven .banner__title {
    margin-bottom: 0;
  }
}
.banner--seven .banner__txt,
.banner--seven .banner__title {
  max-width: 820px;
}
.banner--seven .banner__list {
  gap: var(--gap-22);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 767px) {
  .banner--seven .banner__list {
    grid-template-columns: repeat(1, 1fr);
    --gap-22: 42px;
  }
}
.banner--seven .banner__list .banner__item:first-of-type {
  background: rgba(0, 0, 0, 0) url(ebaed4dd3b03e73be0e3.png) 0 0 / cover
    no-repeat;
}
@media (max-width: 599px) {
  .banner--seven .banner__list .banner__item:first-of-type {
    background-image: url(0199893c577447c1581c.png);
  }
}
.banner--seven .banner__list .banner__item:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0) url(9d69fdf78a93b014d9d9.png) 0 0 / cover
    no-repeat;
}
@media (max-width: 599px) {
  .banner--seven .banner__list .banner__item:nth-of-type(2n) {
    background-image: url(55464a3049b3f09f5ac3.png);
  }
}
.banner--seven .banner__item {
  background-color: var(--blue-l);
  border-radius: 22px;
  padding: 22px;
  gap: var(--gap-22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 360px;
}
@media (max-width: 1169px) {
  .banner--seven .banner__item {
    min-height: 300px;
  }
}
.banner--seven .banner__item > * {
  max-width: 264px;
}
@media (max-width: 767px) {
  .banner--seven .banner__item > * {
    max-width: 70%;
  }
}
.banner--seven .banner__item .banner__title {
  color: inherit;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  .banner--seven .banner__item .banner__title {
    font-size: 19px;
  }
}
.banner--seven .banner__item .banner__txt {
  color: inherit;
  min-height: 78px;
}
.banner--seven .banner__info {
  gap: var(--gap-22);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 767px) {
  .banner--seven .banner__info {
    --gap-22: 42px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--seven .banner__info .banner__item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: var(--white);
  padding: 0;
  border-radius: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--seven .banner__info .banner__item > * {
  max-width: none;
}
@media (max-width: 767px) {
  .banner--seven .banner__info .banner__txt {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.banner--seven .banner__info .banner__description-action {
  background: linear-gradient(125.97deg, #242454 32.92%, #4f4fba 136.26%);
  border-radius: 22px;
  gap: 12px;
  padding: 41px 28px;
  color: var(--white);
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .banner--seven .banner__info .banner__description-action {
    flex-wrap: wrap;
    max-width: 246px;
    margin: 0 auto;
    padding: 28px 24px;
    border: 1px solid var(--pink);
  }
  .banner--seven .banner__info .banner__description-action .btn {
    width: 100%;
  }
  .banner--seven .banner__info .banner__description-action .txt-lg {
    padding-left: 10px;
  }
}
.banner--seven .banner__info .banner__description-action .btn {
  width: 198px;
  height: 63px;
  color: var(--black);
  border-radius: 16px;
  background-color: var(--aqua);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--seven .banner__info .banner__description-action .btn img {
  max-width: 110%;
}
.banner--seven .banner__info .banner__description-action .banner__social-list {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .banner--seven
    .banner__info
    .banner__description-action
    .banner__social-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .banner--seven
    .banner__info
    .banner__description-action
    .banner__social-list {
    flex-wrap: wrap;
  }
}
.banner--seven
  .banner__info
  .banner__description-action
  .banner__social-list
  a {
  width: 179px;
  height: 57px;
}
.banner--eighth .banner__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-60);
}
@media (max-width: 767px) {
  .banner--eighth .banner__content {
    --gap-60: 42px;
  }
}
.banner--eighth .banner__title {
  margin-bottom: 0;
}
.banner--eighth .banner__title,
.banner--eighth .banner__txt {
  max-width: 820px;
}
.banner--eighth .banner__list {
  background: linear-gradient(
      207.63deg,
      rgba(48, 60, 215, 0.1) 24.98%,
      rgba(23, 19, 82, 0.1) 72.1%
    ),
    linear-gradient(0deg, rgba(0, 85, 255, 0.1), rgba(0, 85, 255, 0.1)),
    radial-gradient(
      97.66% 97.66% at -50.5% -71.4%,
      rgba(28, 232, 255, 0.1) 0%,
      rgba(28, 232, 255, 0) 100%
    ),
    radial-gradient(
      67.73% 67.73% at 117.73% 59.03%,
      #38284e 0%,
      rgba(55, 149, 131, 0) 100%
    );
  border-radius: 50px;
  padding: 22px;
  gap: var(--gap-22);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 1023px) {
  .banner--eighth .banner__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .banner--eighth .banner__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--eighth .banner__item {
  border-radius: 22px;
  border: 2px solid var(--violet);
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 22px;
}
@media (max-width: 1279px) {
  .banner--eighth .banner__item {
    flex-direction: column;
  }
}
.banner--eighth .banner__item .banner__icn {
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0) url(ba8b7bfa18f606271df9.png) center/100px
    no-repeat;
}
@media (max-width: 767px) {
  .banner--eighth .banner__item .banner__icn {
    min-width: 82px;
    width: 82px;
    height: 82px;
    background-size: 82px;
  }
}
.banner--eighth .banner__item .banner__title {
  margin-bottom: 0;
  padding: 0;
}
.banner--eighth .banner__item .banner__txt {
  line-height: 1.5;
}
.banner--eighth .banner__txt-description {
  display: flex;
  flex-direction: column;
  gap: var(--gap-12);
}
@media (max-width: 1599px) {
  .banner--ninth {
    overflow: hidden;
  }
}
.banner--ninth .banner__content {
  flex-direction: column;
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--ninth .banner__content {
    --gap-60: 42px;
  }
}
.banner--ninth .banner__title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner--ninth .banner__txt,
.banner--ninth .banner__title {
  max-width: 820px;
}
.banner--ninth .banner__list {
  gap: var(--gap-60);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
@media (max-width: 1279px) {
  .banner--ninth .banner__list {
    --gap-60: 20px;
  }
}
@media (max-width: 767px) {
  .banner--ninth .banner__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner--ninth .banner__item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-22);
}
.banner--ninth .banner__img {
  height: 422px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1169px) {
  .banner--ninth .banner__img {
    height: 275px;
    display: block;
  }
}
.banner--ninth .banner__img img {
  position: absolute;
  width: 762px;
  height: 798px;
}
@media (max-width: 1169px) {
  .banner--ninth .banner__img img {
    zoom: 0.6;
    top: 50%;
    left: 0;
    transform: translate(0, -45%);
  }
}
@media (max-width: 767px) {
  .banner--ninth .banner__img img {
    left: 50%;
    transform: translate(-40%, -45%);
  }
}
.banner--ninth .banner__description {
  background: linear-gradient(
    125.97deg,
    rgba(36, 36, 84, 0.56) 32.92%,
    rgba(79, 79, 186, 0.56) 136.26%
  );
  border-radius: 22px;
  padding: 22px;
  gap: var(--gap-42);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  min-height: 255px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner--ninth .banner__description {
    min-height: 280px;
    --gap-42: 12px;
  }
}
.banner--ninth .banner__description .banner__title {
  color: inherit;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.banner--ninth .banner__description .banner__txt {
  color: inherit;
  min-height: 78px;
}
.banner--ten .banner__content {
  flex-direction: column;
  gap: var(--gap-60);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner--ten .banner__content {
    --gap-60: 40px;
  }
}
.banner--ten .banner__title {
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: var(--font-bold);
}
.banner--ten .banner__list {
  gap: var(--gap-22);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
}
.banner--ten .banner__item {
  background: linear-gradient(
    125.97deg,
    rgba(36, 36, 84, 0.56) 32.92%,
    rgba(79, 79, 186, 0.56) 136.26%
  );
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: default;
  padding: 22px;
}
.banner--ten .banner__item .banner__title {
  text-transform: none;
}
.banner--ten .banner__item .banner__txt {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: var(--gap-22);
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .banner--ten .banner__item .banner__txt {
    padding-right: 0;
  }
}
.banner--ten
  .banner__item:not(.banner--ten .banner__item.active)
  .banner__header {
  margin-bottom: 0;
}
.banner--ten .banner__item:not(.banner--ten .banner__item.active) .banner__txt {
  display: none;
}
.banner--ten .banner__item ul,
.banner--ten .banner__item ol {
  padding-left: 20px;
}
.banner--ten .banner__item li {
  line-height: 1.75;
}
.banner--ten .banner__item li:not(:last-child) {
  margin-bottom: 32px;
}
.banner--ten .banner__header {
  padding: 12px 0;
  position: relative;
  border-radius: 50px;
  margin-bottom: var(--gap-22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner--ten .banner__header {
    padding-right: 50px;
  }
}
.banner--ten .banner__header .banner__title {
  padding: 0;
}
.banner--ten .banner__header span {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-right: 22px;
  font-family: var(--font-semibold);
}
.banner--ten .banner__header .banner__icn {
  min-width: 56px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.banner--ten .banner__header .banner__icn .icn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0) url(c4379cdb91e45a31f94b.svg) center no-repeat;
  min-width: 23px;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
}
.banner--ten .banner__img {
  width: 470px;
  min-width: 470px;
  height: 390px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 599px) {
  .banner--ten .banner__img {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
.banner--ten .banner__img img {
  width: 100%;
}
.banner {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .banner {
    margin-bottom: 60px;
  }
}
.banner + .banner {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .banner + .banner {
    margin-bottom: 60px;
  }
}
