:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.c-370bd272 {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
  top: var(--swiper-pagination-top, auto);
}
.swiper-pagination-bullet {
  display: inline-block;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:root {
  --swiper-navigation-size: 44px;
}
@media (max-width: 450px) {
}
@media (min-height: 700px) {
}
@media (max-width: 900px) {
}
@media (max-width: 500px) {
}
@media (max-width: 450px) {
}
@media (max-width: 700px) {
}
@media (max-width: 400px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
}
@media (max-width: 900px) {
}
@keyframes leftBackgroundAppear {
  0% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1.2);
  }
}
@media (max-height: 450px), (max-width: 700px) {
}
@keyframes tlAnim {
  0% {
    opacity: 0;
    right: -100px;
  }
  80% {
    right: -25px;
  }
  to {
    opacity: 1;
    right: -33px;
  }
}
@keyframes tlAnim2 {
  0% {
    opacity: 0;
    right: -33px;
  }
  80% {
    right: 50px;
  }
  to {
    opacity: 0.6;
    right: 42px;
  }
}
@keyframes tlAnim3 {
  0% {
    opacity: 0;
    right: 42px;
  }
  80% {
    right: 125px;
  }
  to {
    opacity: 0.3;
    right: 117px;
  }
}
@keyframes floatReg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-height: 700px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 1150px) {
}
@media (max-width: 750px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
@media (max-width: 550px) {
}
@media (max-width: 750px) {
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
@keyframes floatBlock {
  0% {
    transform: rotate(35deg) translateY(0);
  }
  50% {
    transform: rotate(35deg) translateY(-20px);
  }
  to {
    transform: rotate(35deg) translateY(0);
  }
}
@keyframes floatBlockTwo {
  0% {
    transform: rotate(316deg) translateY(0);
  }
  50% {
    transform: rotate(316deg) translateY(-20px);
  }
  to {
    transform: rotate(316deg) translateY(0);
  }
}
@media (max-width: 550px) {
}
@media (max-width: 900px) {
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 480px) {
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__flipIn {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a,
body,
canvas,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
p,
span {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: initial;
}
:focus {
  outline: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  background: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  background: #0000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
canvas {
  display: inline-block;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  scrollbar-width: none;
}
a:active,
a:hover {
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input {
  font-size: 100%;
  margin: 0;
  vertical-align: initial;
}
input {
  -webkit-appearance: none;
  line-height: normal;
}
html,
input {
  box-sizing: border-box;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-a7235b72 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
:root {
  --bgColor: #0c111c;
  --text: #fff;
  --bgModal: #121a29;
  --borderModal: #465063;
  --topLine: #212f44;
  --lines: #475774;
  --btnDark: #192232;
  --blue: #2b90fe;
  --blueDark: #2b91fe56;
  --lightBtn: #232c43;
  --secondary: #192232;
  --textSecondary: #677a9d;
  --textDark: #677a9d;
  --line: #273140;
  --iconColor: #475774;
  --slotHover: #10131fbf;
  --accent: #1a2534;
  --blueSecond: #1e6cfd;
}
body {
  background-color: var(--bgColor);
  color: var(--text);
  font-family: Inter, sans-serif;
}
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-thumb {
  background: #3f4e69;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
::-webkit-scrollbar-track {
  background: #0c111c;
}
input::placeholder {
  color: #475774;
  color: var(--lines);
  opacity: 1;
}
input {
  font-family: Inter, sans-serif;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.c-01dfccdb {
  max-width: 100vw;
  overflow: hidden;
}
.c-34401065 {
  margin: auto;
  max-width: 100vw;
  min-height: 100vh;
  padding-top: 15px;
  position: relative;
}
@media (max-width: 700px) {
  .c-34401065 {
    padding-top: 0;
  }
}
@keyframes containerBluringIn {
  0% {
    filter: blur(0);
  }
  to {
    filter: blur(10px);
  }
}
@keyframes containerBluringOut {
  0% {
    filter: blur(10px);
  }
  to {
    filter: blur(0);
  }
}
.c-254dcf3b {
  grid-gap: 8px;
  grid-template-columns: auto auto auto auto;
}
.c-1aac8b6b {
  overflow: hidden;
  position: fixed;
  z-index: -2;
}
.c-1aac8b6b,
.c-1aac8b6b img {
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
}
.c-1aac8b6b img {
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.c-2a4a952c {
  margin: auto;
  max-width: 100%;
  padding: 0 20px 50px;
  width: 1440px;
}
@media (max-width: 1440px) {
  .c-2a4a952c {
    max-width: 100vw !important;
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  .c-2a4a952c {
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .c-2a4a952c {
    min-height: 100vh;
  }
}
.c-04c07c83 {
  background-clip: padding-box, border-box;
  background-image: linear-gradient(to bottom, #192232, #192232),
    linear-gradient(to bottom, var(--topLine) 20%, #192232 47%);
  background-origin: border-box;
  border: 3px solid #0000;
  border-radius: 25px;
  box-shadow: 0 5px 6px 0#11141b1f;
}
.c-f4ff65c5 {
  -webkit-touch-callout: none;
  align-items: center;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(to bottom, #192232, #192232),
    linear-gradient(to bottom, var(--topLine) 20%, #192232 47%);
  background-origin: border-box;
  border: 3px solid #0000;
  border-radius: 50px;
  box-shadow: 0 5px 6px 0#11141b1f;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  height: 47px;
  justify-content: center;
  line-height: normal;
  position: relative;
  transition: border 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.c-f4ff65c5 span {
  z-index: 3;
}
.c-f4ff65c5.c-a070296c {
  background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
    linear-gradient(180deg, #79cdfd, #1a64fc);
  box-shadow: 0 5px 6px 0#11141b1f, 0 0 36.54px 0#3a7cffab;
}
@keyframes whiteLoader {
  0% {
    background-color: hsla(0, 0%, 100%, 0.302);
    box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302), -20px 0#fff;
    box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302), -20px 0 var(--text);
  }
  50% {
    background-color: #fff;
    background-color: var(--text);
    box-shadow: 20px 0 hsla(0, 0%, 100%, 0.302),
      -20px 0 hsla(0, 0%, 100%, 0.302);
  }
  to {
    background-color: hsla(0, 0%, 100%, 0.302);
    box-shadow: 20px 0#fff, -20px 0 hsla(0, 0%, 100%, 0.302);
    box-shadow: 20px 0 var(--text), -20px 0 hsla(0, 0%, 100%, 0.302);
  }
}
.c-f4ff65c5.c-a070296c:after {
  background-image: linear-gradient(180deg, #3ec2fa, #195fee);
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.1s ease-out;
  width: 100%;
}
.c-f4ff65c5 svg {
  transition: transform 0.3s ease;
}
.c-f4ff65c5:hover {
  border-color: #212f44;
  border-color: var(--topLine);
}
.c-f4ff65c5:hover.c-a070296c {
  background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
    linear-gradient(180deg, #79cdfd, #1a64fc);
  border-color: #0000;
}
.c-f4ff65c5:hover.c-a070296c:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .c-8f321380:hover {
    transform: scale(1) !important;
  }
  .c-8f321380 .c-6d2dfe19,
  .c-8f321380 .c-fe01c30e,
  .c-8f321380 .c-048f3f15 {
    border-radius: 15px !important;
  }
}
@media (max-width: 600px) {
}
.c-45800251 {
  align-items: center;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(121, 158, 216, 0.5));
  height: 60px;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease, filter 0.15s ease;
  width: 300px;
  z-index: 1;
}
.c-45800251:hover {
  filter: drop-shadow(0 0 10px rgba(121, 158, 216, 0.7));
  transform: rotate(3deg) scale(1.02);
}
.c-45800251 .c-f7087a1d,
.c-45800251 .c-36df4634 {
  left: 0;
  position: absolute;
}
.c-45800251 .c-36df4634 {
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-45800251 .c-350ec06d {
  padding-bottom: 8px;
  transform: rotate(-3.467deg);
}
.c-350ec06d {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(180deg, #005799, #1370b7);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.c-6d2dfe19 {
  -webkit-touch-callout: none;
  align-items: center;
  background-color: var(--slotHover);
  border-radius: 25px;
  content: "";
  display: flex;
  flex-direction: column;
  height: 110%;
  justify-content: space-around;
  left: 50%;
  opacity: 0;
  padding: 3%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  width: 110%;
  will-change: transform;
  z-index: 3 !important;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 {
    padding: 7%;
  }
}
.c-6d2dfe19 p {
  color: var(--textSecondary);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 15px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 p {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 600px) {
  .c-6d2dfe19 p {
    font-size: 0.6rem !important;
  }
}
.c-6d2dfe19 h1 {
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 h1 {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 600px) {
  .c-6d2dfe19 h1 {
    font-size: 0.7rem !important;
  }
}
.c-6d2dfe19 .c-f4ff65c5 {
  display: flex;
  font-size: 16px;
  font-weight: 300;
}
.c-6d2dfe19 .c-f4ff65c5 img {
  height: 50px;
  padding-left: 5px;
  width: 50px;
}
.c-6d2dfe19 .c-f4ff65c5.c-a070296c {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 .c-f4ff65c5.c-a070296c {
    height: 60px;
    width: 60px;
  }
  .c-6d2dfe19 .c-f4ff65c5.c-a070296c img {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 600px) {
  .c-6d2dfe19 .c-f4ff65c5.c-a070296c {
    height: 55px;
    width: 55px;
  }
  .c-6d2dfe19 .c-f4ff65c5.c-a070296c img {
    height: 35px;
    width: 35px;
  }
}
.c-6d2dfe19 .c-f4ff65c5.c-a070296c img {
  transition: transform 0.3s ease-in-out;
}
.c-6d2dfe19 .c-f4ff65c5.c-a070296c:hover img {
  transform: scale(1.1);
}
.c-6d2dfe19 .c-21b792fb {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 .c-21b792fb {
    padding: 0 5px;
  }
}
.c-6d2dfe19 .c-21b792fb .c-f26b6f23 {
  align-items: center;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #192232cc;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  transition: background-color 0.3s ease;
  width: 40px;
}
@media (max-width: 1000px) {
  .c-6d2dfe19 .c-21b792fb .c-f26b6f23 {
    height: 30px;
    width: 30px;
  }
  .c-6d2dfe19 .c-21b792fb .c-f26b6f23 svg {
    width: 14px !important;
  }
}
.c-6d2dfe19 .c-21b792fb .c-f26b6f23 svg {
  height: 18px;
  transition: transform 0.3s ease;
  width: 18px;
}
.c-6d2dfe19 .c-21b792fb .c-f26b6f23 svg path {
  fill: var(--lines);
  stroke: var(--lines);
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.c-6d2dfe19 .c-21b792fb .c-f26b6f23:hover {
  background-color: #192232;
}
.c-6d2dfe19 .c-21b792fb .c-f26b6f23:hover:hover svg {
  transform: scale(1.15);
}
.c-8e5eb79d {
  width: 100%;
}
.c-8e5eb79d input {
  box-shadow: 0 5px 6px 0#11141b1f;
  font-family: Inter !important;
  transition: border-color 0.3s ease;
  width: 100%;
}
.c-8e5eb79d input:focus,
.c-8e5eb79d input:hover,
.c-8e5eb79d textarea:focus,
.c-8e5eb79d textarea:hover {
  border-color: #2b90fe;
  border-color: var(--blue);
}
.c-8e5eb79d input::placeholder,
.c-8e5eb79d textarea::placeholder {
  opacity: 1;
}
.c-8e5eb79d input:-webkit-autofill,
.c-8e5eb79d input:-webkit-autofill:active,
.c-8e5eb79d input:-webkit-autofill:focus,
.c-8e5eb79d input:-webkit-autofill:hover,
.c-8e5eb79d textarea:-webkit-autofill,
.c-8e5eb79d textarea:-webkit-autofill:active,
.c-8e5eb79d textarea:-webkit-autofill:focus,
.c-8e5eb79d textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-text-fill-color: var(--text);
  -webkit-background-clip: text;
  box-shadow: inset 0 0 20px 20px #192232;
  box-shadow: inset 0 0 20px 20px var(--btnDark);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes centerAppear {
  0% {
    opacity: 0;
    transform: translate(-30px, -50%);
  }
  to {
    opacity: 1;
    transform: translateY(0, -50%);
  }
}
@media (max-width: 700px) {
}
@media (max-width: 700px) {
}
@keyframes huysan {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  40% {
    transform: scale(1) translate(-50%, -50%);
  }
  60% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  80% {
    transform: scale(1) translate(-50%, -50%);
  }
  to {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes jopina {
  0% {
    transform: scale(1) rotate(0deg) translate(-50%, -50%);
  }
  40% {
    transform: scale(1) rotate(-15deg) translate(-50%, -60%);
  }
  60% {
    transform: scale(1.05) rotate(-15deg) translate(-50%, -60%);
  }
  80% {
    transform: scale(1) rotate(-15deg) translate(-50%, -60%);
  }
  to {
    transform: scale(1) rotate(0) translate(-50%, -50%);
  }
}
.c-17c19e70 {
  animation: loaderList 0.5s ease-out infinite alternate;
  background-color: var(--blue);
  border-radius: 25%;
  box-shadow: 20px 0 var(--blue), -20px 0 var(--blue);
  height: 10px;
  margin: 10px auto;
  position: relative;
  width: 10px;
  z-index: 99;
}
@keyframes loaderList {
  0% {
    background-color: #2b91fe56;
    background-color: var(--blueDark);
    box-shadow: 20px 0#2b91fe56, -20px 0#2b90fe;
    box-shadow: 20px 0 var(--blueDark), -20px 0 var(--blue);
  }
  50% {
    background-color: #2b90fe;
    background-color: var(--blue);
    box-shadow: 20px 0#2b91fe56, -20px 0#2b91fe56;
    box-shadow: 20px 0 var(--blueDark), -20px 0 var(--blueDark);
  }
  to {
    background-color: #2b91fe56;
    background-color: var(--blueDark);
    box-shadow: 20px 0#2b90fe, -20px 0#2b91fe56;
    box-shadow: 20px 0 var(--blue), -20px 0 var(--blueDark);
  }
}
.c-db35f109 {
  object-fit: contain;
  position: absolute;
  z-index: 3;
}
.c-e8e314d9 .c-ab48db5d {
  color: #fff;
}
.c-e8e314d9 .c-568a4b31 {
  color: var(--textSecondary);
  font-weight: 500;
  transition: color 0.3s ease;
}
.c-e8e314d9 .c-568a4b31 {
  align-items: center;
  display: flex;
  font-size: 1rem;
  white-space: nowrap;
}
.c-e8e314d9 .c-568a4b31 img {
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
.c-e8e314d9 .c-a88cb9dd {
  background-color: #0000;
  border: 0 !important;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}
.c-e8e314d9 .c-563318af {
  color: var(--iconColor);
}
.c-e8e314d9 .c-7413cec7 {
  transition: transform 0.3s ease, color 0.3s ease;
}
.c-e8e314d9 .c-7413cec7:hover {
  color: #677a9d;
  color: var(--textSecondary);
}
@keyframes selectAppear {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 690px) {
}
@media (max-width: 560px) {
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 690px) {
}
@media (max-width: 980px) {
}
@media (max-width: 690px) {
}
@media (max-width: 450px) {
}
@media (max-width: 690px) {
}
@media (max-width: 490px) {
}
@media (max-width: 690px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
}
.c-60dce5cf {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 1400px) {
  .c-60dce5cf {
    padding-top: 0;
  }
}
.c-60dce5cf .c-463bdb03 {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 250px;
  z-index: 1;
}
.c-60dce5cf .c-463bdb03.c-f7dc0535 {
  right: 0;
  transform: translate(100%, -50%);
}
.c-60dce5cf .c-cb01c413 .swiper-slide {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out !important;
}
.c-60dce5cf .c-cb01c413 .swiper-slide {
  opacity: 0.2 !important;
}
.c-60dce5cf .c-cb01c413 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.c-60dce5cf .c-cb01c413 .swiper-pagination {
  align-items: center;
  bottom: -15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-60dce5cf .c-cb01c413 .swiper-pagination .swiper-pagination-bullet {
  background: #829dff;
  border-radius: 2px;
  height: 2px;
  opacity: 0.2;
  transition: all 0.12s ease-out;
  width: 150px;
}
.c-60dce5cf
  .c-cb01c413
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--blue);
  border: 0;
  box-shadow: 0 0 3px #0003;
  opacity: 1;
}
@media (min-width: 1400px) {
  .c-60dce5cf .c-cb01c413 {
    overflow: visible !important;
  }
}
@media (max-width: 1400px) {
  .c-60dce5cf .c-cb01c413 {
    padding-top: 50px;
  }
}
@media (max-width: 900px) {
  .c-60dce5cf .c-cb01c413 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .c-60dce5cf .c-cb01c413 {
    left: -10px;
    width: calc(100% + 20px);
  }
}
.c-c9f384c3 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.c-c9f384c3 .c-359e3e06 {
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .c-c9f384c3 .c-359e3e06 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3 .c-359e3e06 {
    font-size: 1.5rem;
  }
}
.c-c9f384c3 p {
  font-weight: 300;
  max-width: 45%;
  text-shadow: 0 3px 4px #0a0d1169;
}
@media (max-width: 1200px) {
  .c-c9f384c3 p {
    max-width: 60%;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3 p {
    font-size: 0.8rem;
    font-weight: 400;
  }
}
.c-c9f384c3 .c-f4ff65c5 {
  font-weight: 400;
  margin-top: 50px;
  max-width: 250px;
}
@media (max-width: 600px) {
  .c-c9f384c3 .c-f4ff65c5 {
    font-size: 0.8rem !important;
    height: 40px !important;
    margin-top: 20px;
    max-width: 190px;
  }
}
.c-c9f384c3:after {
  content: "";
  display: block;
  padding-top: 386px;
  width: 100%;
}
@media (max-width: 900px) {
  .c-c9f384c3:after {
    padding-top: 250px;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3:after {
    padding-top: 186px;
  }
}
.c-c9f384c3 .c-65173daa {
  display: flex;
  flex-direction: column;
  left: 5%;
  position: absolute;
  right: 5%;
}
@media (max-width: 600px) {
  .c-c9f384c3 {
    border-radius: 0 !important;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
}
@media (max-width: 700px) {
}
@media (max-width: 600px) {
}
@media (max-width: 900px) {
}
.c-c9f384c3.c-647a363b {
  background: #0000;
  border-radius: 25px;
}
@media (max-width: 900px) {
  .c-c9f384c3.c-647a363b .c-db35f109.c-6bbaeb43 {
    left: -20px !important;
    top: -5px !important;
    width: 120px;
  }
  .c-c9f384c3.c-647a363b .c-db35f109.c-af87332b {
    left: 50% !important;
    top: -5px !important;
    width: 180px;
  }
  .c-c9f384c3.c-647a363b .c-db35f109.c-654962ba {
    right: 0 !important;
    top: -20px !important;
    width: 120px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 1100px) {
  .c-c9f384c3.c-647a363b .c-65173daa .c-359e3e06 {
    font-size: 3rem !important;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3.c-647a363b .c-bff8c8b8 {
    bottom: 0;
    height: 300px !important;
    top: auto !important;
    transform: none !important;
  }
  .c-c9f384c3.c-647a363b .c-65173daa .c-f814a711 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 700px) {
  .c-c9f384c3.c-647a363b .c-bff8c8b8 {
    height: 250px !important;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3.c-647a363b .c-db35f109.c-6bbaeb43 {
    left: -11px !important;
    top: -3px !important;
    width: 80px;
  }
  .c-c9f384c3.c-647a363b .c-db35f109.c-af87332b {
    display: none;
  }
  .c-c9f384c3.c-647a363b .c-db35f109.c-654962ba {
    right: 0 !important;
    top: -17px !important;
    width: 100px;
  }
  .c-c9f384c3.c-647a363b .c-bff8c8b8 {
    bottom: auto;
    height: 150px !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-c9f384c3.c-647a363b .c-65173daa {
    left: 3% !important;
    right: 3% !important;
  }
  .c-c9f384c3.c-647a363b .c-65173daa .c-359e3e06 {
    font-size: 1.5rem !important;
  }
  .c-c9f384c3.c-647a363b .c-0a7dee68 {
    border-radius: 0 !important;
  }
}
.c-c9f384c3.c-647a363b .c-65173daa {
  bottom: 10%;
  justify-content: space-between;
  top: 10%;
}
.c-c9f384c3.c-647a363b .c-65173daa .c-359e3e06 {
  text-shadow: 0 6.189px 8.252px #172e504d;
  text-transform: uppercase;
}
.c-c9f384c3.c-647a363b .c-bff8c8b8 {
  position: absolute;
}
.c-c9f384c3.c-647a363b .c-0a7dee68 {
  background: #192232;
  border-radius: 25px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-c9f384c3.c-647a363b .c-a07fa308 {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  width: 100%;
}
@media (max-width: 1300px) {
  .c-c9f384c3.c-d5e93b9e .c-bff8c8b8 {
    height: 400px !important;
    right: 15px !important;
  }
}
@media (max-width: 1150px) {
  .c-c9f384c3.c-d5e93b9e .c-77841ea5 {
    grid-gap: 15px !important;
    padding: 15px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 .c-6eb4a3b2 img {
    max-height: 35px;
  }
  .c-c9f384c3.c-d5e93b9e .c-f4ff65c5 {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1,
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1.c-2766fc94 {
    font-size: 2rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 h1 {
    font-size: 14px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380:nth-child(4),
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1050px) {
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1 {
    font-size: 1.8rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1.c-2766fc94 {
    font-size: 1.6rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 {
    grid-template-columns: 1fr 1fr !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437.c-a0c74d00 {
    grid-area: 1/1/1/3;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3.c-d5e93b9e .c-bff8c8b8 {
    height: 270px !important;
    right: 20px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1 {
    font-size: 1.4rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1.c-2766fc94 {
    font-size: 1.2rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437.c-a0c74d00 {
    grid-area: 1;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437 h4 {
    font-size: 10px !important;
    padding-top: 10px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437 .c-6eb4a3b2 img {
    max-height: 30px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 {
    border-radius: 15px;
    margin-right: 10px !important;
    max-width: 100px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15,
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 {
    border-radius: 15px;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 h1 {
    font-size: 8px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 p {
    display: none;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 .c-f4ff65c5 {
    display: flex !important;
    height: 45px;
    width: 45px;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-fe01c30e {
    border-radius: 15px;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380:nth-child(4) {
    display: block;
  }
}
@media (max-width: 800px) {
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 {
    max-width: 65%;
  }
}
@media (max-width: 750px) {
  .c-c9f384c3.c-d5e93b9e .c-f4ff65c5 {
    display: none;
  }
  .c-c9f384c3.c-d5e93b9e .c-bff8c8b8 {
    height: 275px !important;
    right: -30px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 {
    grid-template-columns: 1fr 1fr !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437.c-a0c74d00 {
    grid-area: 1/1/1/3 !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1 {
    font-size: 1.2rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1.c-2766fc94 {
    font-size: 1rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 .c-f4ff65c5 {
    height: 40px;
    width: 40px;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 .c-f26b6f23 {
    height: 25px !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 25px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 .c-048f3f15 .c-6d2dfe19 .c-f26b6f23 svg {
    width: 12px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380:nth-child(4) {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3.c-d5e93b9e .c-bff8c8b8 {
    bottom: 0;
    height: 210px !important;
    right: -60px !important;
    top: auto;
    transform: none;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1 {
    font-size: 0.9rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h1.c-2766fc94 {
    font-size: 0.75rem !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa h4 {
    font-size: 8px !important;
    padding-top: 5px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-77841ea5 .c-a365f437 .c-6eb4a3b2 img {
    max-height: 20px !important;
  }
  .c-c9f384c3.c-d5e93b9e .c-65173daa .c-7c73e0b6 .c-8f321380 {
    max-width: 80px !important;
  }
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 {
  grid-gap: 30px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(17, 23, 37, 0.302);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 60%;
  padding: 20px;
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 {
  flex-direction: column;
  width: 100%;
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437,
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 .c-6eb4a3b2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 .c-6eb4a3b2 img {
  margin-right: 15px;
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 .c-6eb4a3b2 img:last-child {
  margin: 0;
}
.c-c9f384c3.c-d5e93b9e .c-77841ea5 .c-a365f437 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-c9f384c3.c-d5e93b9e .c-65173daa h1 {
  font-size: 2.3rem;
}
.c-c9f384c3.c-d5e93b9e .c-bff8c8b8 {
  bottom: 0;
  height: 440px;
  right: 60px;
  top: auto;
  transform: none;
}
.c-c9f384c3.c-d5e93b9e .c-0a7dee68 {
  border-radius: 27px;
}
.c-c9f384c3.c-d5e93b9e .c-0a7dee68 .c-a07fa308 {
  filter: blur(0);
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 {
  display: flex;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 {
  margin-right: 15px;
  max-width: 133px;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 h1 {
  font-size: 14px;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 p {
  font-size: 12px;
  max-width: 100%;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 .c-f4ff65c5 {
  height: 60px;
  margin-top: 0;
  width: 60px;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 .c-f4ff65c5 img {
  height: 25px;
  padding-left: 0;
  width: 25px;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 .c-21b792fb .c-f26b6f23 {
  height: 30px;
  width: 30px;
}
.c-c9f384c3.c-d5e93b9e .c-7c73e0b6 .c-8f321380 .c-6d2dfe19 .c-21b792fb .c-f26b6f23 svg {
  height: 13px;
  width: 13px;
}
@media (max-width: 1000px) {
  .c-c9f384c3.c-783ce49c .c-bff8c8b8 {
    height: 420px !important;
    right: -10px !important;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3.c-783ce49c .c-bff8c8b8 {
    height: 290px !important;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa h1 {
    font-size: 2rem !important;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa h3 {
    font-size: 0.9rem !important;
    padding-top: 5px !important;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa .c-f4ff65c5 {
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3.c-783ce49c .c-bff8c8b8 {
    bottom: 0;
    height: 200px !important;
    right: -50px !important;
    top: auto;
    transform: none;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa h1 {
    font-size: 1.4rem !important;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa h3 {
    font-size: 0.7rem !important;
    max-width: 60% !important;
    padding-top: 5px !important;
  }
  .c-c9f384c3.c-783ce49c .c-65173daa .c-f4ff65c5 {
    font-size: 0.7rem !important;
    height: 35px !important;
    max-width: 180px !important;
  }
}
.c-c9f384c3.c-783ce49c .c-bff8c8b8 {
  bottom: 0;
  height: 450px;
  right: 60px;
  top: auto;
  transform: none;
}
.c-c9f384c3.c-783ce49c .c-0a7dee68 .c-a07fa308 {
  filter: blur(0);
}
.c-c9f384c3.c-783ce49c .c-65173daa h1 {
  font-size: 3rem;
}
.c-c9f384c3.c-783ce49c .c-65173daa h3 {
  font-size: 1.3rem;
  font-weight: 300;
  max-width: 50%;
  padding-top: 10px;
}
@media (max-width: 1300px) {
  .c-c9f384c3.c-953412c4 .c-bff8c8b8 {
    height: 410px !important;
    right: -50px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-6e8e7a8b {
    display: none;
  }
    .c-c9f384c3.c-953412c4 .c-65173daa .c-359e3e06 {
    font-size: 2.8rem !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 {
    grid-gap: 15px !important;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3.c-953412c4 .c-bff8c8b8 {
    height: 290px !important;
    right: -30px !important;
  }
    .c-c9f384c3.c-953412c4 .c-65173daa .c-359e3e06 {
    font-size: 1.9rem !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-14114782 {
    font-size: 16px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-5ae5e276 .c-72282e8f {
    font-size: 18px !important;
    margin-right: 5px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-adf77366 {
    font-size: 12px !important;
    max-width: 180px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-254dcf3b .c-3a9ce495 span {
    font-size: 12px !important;
    height: 30px !important;
    width: 30px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-dbdbdb4a {
    font-size: 10px !important;
    padding-top: 7px !important;
  }
}
@media (max-width: 740px) {
  .c-c9f384c3.c-953412c4 .c-bff8c8b8 {
    height: 280px !important;
    right: -20px !important;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3.c-953412c4 .c-bff8c8b8 {
    height: 210px !important;
    right: -30px !important;
  }
    .c-c9f384c3.c-953412c4 .c-65173daa .c-359e3e06 {
    font-size: 1.5rem !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-14114782 {
    font-size: 10px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 {
    grid-gap: 10px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 {
    padding: 10px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-5ae5e276 .c-72282e8f {
    font-size: 16px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-adf77366 {
    font-size: 10px !important;
    max-width: 150px !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38:last-child {
    display: block;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-dbdbdb4a {
    display: none !important;
  }
}
@media (max-width: 500px) {
    .c-c9f384c3.c-953412c4 .c-65173daa .c-359e3e06 {
    font-size: 1.2rem !important;
  }
  .c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38:last-child {
    display: none !important;
  }
}
.c-c9f384c3.c-953412c4 .c-bff8c8b8 {
  bottom: 0;
  height: 440px;
  right: -40px;
  top: auto;
  transform: none;
}
  .c-c9f384c3.c-953412c4 .c-65173daa .c-359e3e06 {
  font-size: 3.1rem;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-14114782 {
  font-size: 22.388px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: none;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 {
  grid-gap: 25px;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-6e8e7a8b {
  align-self: flex-end;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-6e8e7a8b .c-983b09b7 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-6e8e7a8b .c-f4ff65c5 {
  margin-top: 20px;
  width: 250px;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 {
  background: #11172580;
  border-radius: 14px;
  backdrop-filter: blur(5px);
  padding: 15px;
  z-index: 10;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-adf77366 {
  color: #2b90fe;
  font-size: 14px;
  font-weight: 700;
  max-width: 250px;
  overflow: hidden;
  padding: 5px 0 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-5ae5e276 {
  display: flex;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-5ae5e276 .c-72282e8f {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
  text-shadow: 0 2.383px 3.177px #172e502e;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-254dcf3b {
  display: flex;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-254dcf3b .c-3a9ce495 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-254dcf3b .c-3a9ce495 span {
  align-items: center;
  background: #333d5040;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.c-c9f384c3.c-953412c4 .c-65173daa .c-7c73e0b6 .c-570c0c38 .c-dbdbdb4a {
  font-size: 12px;
  padding-top: 10px;
  text-shadow: 0 6px 9px #172e502e;
}
@media (max-width: 1200px) {
  .c-c9f384c3.c-767e1c27 .c-bff8c8b8 {
    height: 415px !important;
    right: 0 !important;
  }
}
@media (max-width: 1100px) {
  .c-c9f384c3.c-767e1c27 .c-65173daa h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 900px) {
  .c-c9f384c3.c-767e1c27 .c-bff8c8b8 {
    height: 275px !important;
    right: 0 !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa h1 {
    font-size: 22px !important;
    padding: 15px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 span {
    border: 2px solid #ffffff08 !important;
    font-size: 1rem !important;
    height: 40px !important;
    width: 40px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 .c-6da1fdaa {
    font-size: 0.5rem !important;
    margin-top: 5px !important;
  }
}
@media (max-width: 700px) {
  .c-c9f384c3.c-767e1c27 .c-bff8c8b8 {
    height: 250px !important;
    right: -10px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa h1 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .c-c9f384c3.c-767e1c27 .c-bff8c8b8 {
    height: 190px !important;
    right: -40px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa h1 {
    border-radius: 10px !important;
    font-size: 13px !important;
    padding: 10px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-f4ff65c5 {
    font-size: 0.7rem !important;
    height: 33px !important;
    max-width: 130px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b {
    padding: 5px 10px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 {
    margin-right: 10px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495:last-child {
    margin-right: 0 !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 span {
    font-size: 0.9rem !important;
    height: 35px !important;
    width: 35px !important;
  }
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 .c-6da1fdaa {
    font-size: 0.4rem !important;
  }
}
.c-c9f384c3.c-767e1c27 .c-bff8c8b8 {
  bottom: 0;
  height: 450px;
  right: 60px;
  top: auto;
  transform: none;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-f4ff65c5 {
  margin: 0;
}
.c-c9f384c3.c-767e1c27 .c-65173daa h1 {
  font-size: 34px;
}
.c-c9f384c3.c-767e1c27 .c-65173daa h1.c-58f2afc5 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #1117254d;
  border-radius: 15px;
  padding: 25px;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-f334cbc1 {
  margin-right: auto;
  z-index: 10;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #1117254d;
  border-radius: 15px;
  display: flex;
  padding: 10px 15px;
}
@media (max-width: 600px) {
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b {
    margin-bottom: 10px;
  }
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495:last-child {
  margin: 0;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 span {
  align-items: center;
  background: #333d5054;
  border: 3px solid #ffffff08;
  border-radius: 50%;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 .c-6da1fdaa {
  font-size: 0.7rem;
  margin-top: 10px;
  max-width: none;
  text-shadow: 0 2.931px 3.909px #0a0d1169;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .c-c9f384c3.c-767e1c27 .c-65173daa .c-254dcf3b .c-3a9ce495 span {
    background: #333d5080;
  }
}
@media (max-width: 1300px) {
}
@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 600px) {
} /*!
 * animate.c-8811eb40 - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.c-8811eb40
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
@media (prefers-reduced-motion: reduce), print {
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@-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);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-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);
  }
}
@-webkit-keyframes backInDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes backInLeft {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInLeft {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes backInRight {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInRight {
  0% {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes backInUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes backInUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
  }
}
@keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
  }
}
@-webkit-keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
}
@keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
  }
}
@-webkit-keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
}
@keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
  }
}
@-webkit-keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
  }
}
@keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  }
}
@-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);
  }
}
@-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);
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.c-46c29668 {
  margin-bottom: 30px;
}
.c-46c29668 .c-af691993 {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 600px) {
  .c-46c29668 .c-af691993 {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
}
@media (max-width: 700px) {
}
@media (max-width: 450px) {
}
/*@media (max-width: 1000px) {*/
/*  .c-46c29668 .c-af691993 .c-d57e5703 {*/
/*    display: none;*/
/*  }*/
/*}*/
.c-46c29668 .c-d57e5703 {
  height: 370px;
  position: relative;
}
.c-46c29668 .c-cd706790 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
}
.c-47e9c3fc {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1400px) {
}
@media (max-width: 690px) {
}
@media (max-width: 450px) {
}
.c-47e9c3fc .c-34f0c3cb {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .c-47e9c3fc .c-34f0c3cb {
    margin-bottom: 10px;
  }
}
.c-47e9c3fc .c-34f0c3cb .c-6ef110bf {
  align-items: center;
  background-color: #19223280;
  border: 2px solid rgba(70, 80, 99, 0.149);
  border-radius: 100px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 55px;
  padding: 8px 25px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  z-index: 1;
}
.c-47e9c3fc .c-34f0c3cb .c-6ef110bf:hover {
  background-color: #192232b3;
  border-color: #2b90fecc;
}
.c-47e9c3fc .c-34f0c3cb .c-6ef110bf img {
  margin-right: 10px;
  width: 23px;
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 {
  align-items: center;
  display: flex;
  z-index: 1;
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495 {
  align-items: center;
  background-color: #19223280;
  border: 2px solid rgba(70, 80, 99, 0.149);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0 4.692px 5.631px rgba(17, 20, 27, 0.12));
  height: 55px;
  justify-content: center;
  transform-origin: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 55px;
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495:hover {
  background-color: #192232b3;
  border-color: #2b90fecc;
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495:hover svg {
  color: var(--blue);
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495 svg {
  color: #677a9d;
  height: 15px;
  transition: color 0.3s ease-in-out, transform 0.3s ease;
  width: 15px;
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495.c-dbdbdb4a {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495.c-dbdbdb4a {
    margin-right: 10px;
  }
}
.c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495.c-dbdbdb4a svg {
  transform: rotate(180deg);
}
.c-47e9c3fc .c-f12aa9d3 {
  left: -10px;
  max-width: calc(100% + 20px);
  padding: 5px 10px;
  width: calc(100% + 20px) !important;
}
.c-47e9c3fc .c-f12aa9d3 .swiper-slide {
  padding: 30px 3px 20px;
}
@media (max-width: 600px) {
  .c-47e9c3fc .c-f12aa9d3 .swiper-slide {
    padding: 0;
  }
  .c-47e9c3fc .c-34f0c3cb .c-6ef110bf {
    font-size: 0.9rem;
    height: 45px;
    padding: 0 15px;
  }
  .c-47e9c3fc .c-34f0c3cb .c-6ef110bf img {
    height: 16px;
    margin-right: 10px;
    width: 16px;
  }
  .c-47e9c3fc .c-34f0c3cb .c-019d1387 .c-3a9ce495 {
    height: 45px;
    width: 45px;
  }
}
@keyframes backScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
.c-8f321380 {
  align-self: flex-start;
  border-radius: 25px;
  box-shadow: 0 5px 6px 0#11141b40;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
}
@keyframes loadingLine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.c-8f321380 .c-048f3f15 {
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
}
.c-8f321380 .c-048f3f15:after {
  content: "";
  display: block;
  padding-top: 135%;
  width: 100%;
}
.c-8f321380 .c-fe01c30e {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 1;
}
.c-8f321380 .c-c82698b7 {
  align-items: center;
  background-color: #19223257;
  border-radius: 0 0 25px 25px;
  color: var(--textSecondary);
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: 50%;
  margin: auto;
  opacity: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  width: 90px;
  z-index: -1;
}
.c-8f321380 .c-c82698b7:hover {
  color: var(--blue);
}
@media (max-width: 600px) {
  .c-8f321380 .c-c82698b7 {
    background-color: #192232cc;
    border-radius: 20px;
    font-size: 0.6rem;
    height: auto;
    left: 50%;
    padding: 7px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 88%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 3;
  }
}
.c-8f321380:hover {
  transform: scale(1.08);
}
.c-8f321380:hover .c-c82698b7 {
  animation: demoAppear 0.3s ease 0.3s both;
  opacity: 1;
}
@media (max-width: 600px) {
  .c-8f321380:hover .c-c82698b7 {
    animation: demoAppearMobile 0.3s ease 0.3s both;
  }
}
@keyframes demoAppear {
  0% {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes demoAppearMobile {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.c-8f321380:hover .c-fe01c30e {
  transform: scale(1.25);
  will-change: transform;
}
.c-8f321380:hover .c-6d2dfe19 {
  opacity: 1;
  z-index: 1;
}
.c-8f321380:hover .c-6d2dfe19 .c-f26b6f23 {
  animation: likeAppear 0.3s ease 0.3s both;
}
@media (max-width: 600px) {
  .c-8f321380:hover .c-6d2dfe19 .c-f26b6f23 {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@keyframes likeAppear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-253c9be1 .c-835064c1 {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
}
.c-253c9be1 .c-835064c1 .swiper-wrapper {align-items: center;}
.c-253c9be1 .c-835064c1 .swiper-slide {width: auto !important; flex-shrink: 0; height: auto;}

.c-55646b4c, .c-a88cb9dd {
  position: relative;
  cursor: pointer;
}

.c-bc4f3274 {
  /* остальные стили остаются здесь */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.c-acaa17f3:hover {
  background-color: #f8f9fa;
}

.c-a88cb9dd {
  cursor: pointer;
}


.с-rt35hsab4 .swiper-slide {width:160px;padding:20px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.с-rt35hsab4 .swiper-wrapper {display: flex;align-items: stretch;}
.с-rt35hsab4 .swiper-slide {height: 100px;}
.с-rt35hsab4 .swiper-slide img {max-width:80%;max-height:100%;}
