.container-app {
  max-width: 1200px;
  margin: auto;
}

.container-slide{
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 1500px) {
  .container-slide {
    max-width: 1200px;
  }
  
}

.content-app {
  min-height: calc(100dvh - 105px);
}


.text-gray-default{
  color: #676767;
}
/* .bg-gray{
  background-color: #EFF1F5;
} */

.shadow-main {
  box-shadow: 0px 0px 3px 0px #cccccc94;
}

.shadow-card {
  background-color: white;
  box-shadow: 0px 0px 3px 0px #cccccc94;
  padding: 20px;
  border-radius: 2px;
}

.shadow-card-2{
  box-shadow: 0 0 2px 0 rgba(145 158 171 / 0.2), 0 12px 24px -4px rgba(145 158 171 / 0.12);
}

@media (max-width: 1200px) {
  .container-app {
    max-width: 920px;
  }
}

@media (max-width: 920px) {
  .container-app {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .container-app {
    padding: 0 15px;
  }
}

/* ================================ base text ============================== */
.text_blur_small {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #767a7d;
  line-height: 1;
}

.text_blur {
  color: #98a2b3;
}

.text_danger {
  color: #e94560;
}

.text_name_common {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
}

.partition{
  border-left: .5px solid rgba(0, 0, 0, .26);
  margin: 0 8px;
}

/*********************************************
* deploy intro x animation
**********************************************/
.ictu-zoom-in {
  cursor: pointer;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.ictu-zoom-in:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

/*********************************************
  * deploy intro x animation
  **********************************************/
@-webkit-keyframes intro-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes intro-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes intro-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes intro-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes intro-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes intro-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

* > .intro-x:first-child {
  transform: translateX(50px);
}

* > .-intro-x:first-child,
* > .intro-x:first-child {
  z-index: 49;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

* > .-intro-x:first-child {
  transform: translateX(-50px);
}

* > .intro-y:first-child {
  transform: translateY(50px);
}

* > .-intro-y:first-child,
* > .intro-y:first-child {
  z-index: 49;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

* > .-intro-y:first-child {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(2) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(2),
* > .intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

* > .-intro-x:nth-child(2) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(2) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(2),
* > .intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

* > .-intro-y:nth-child(2) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(3) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(3),
* > .intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

* > .-intro-x:nth-child(3) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(3) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(3),
* > .intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

* > .-intro-y:nth-child(3) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(4) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(4),
* > .intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

* > .-intro-x:nth-child(4) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(4) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(4),
* > .intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

* > .-intro-y:nth-child(4) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(5) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(5),
* > .intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

* > .-intro-x:nth-child(5) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(5) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(5),
* > .intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

* > .-intro-y:nth-child(5) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(6) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(6),
* > .intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

* > .-intro-x:nth-child(6) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(6) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(6),
* > .intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

* > .-intro-y:nth-child(6) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(7) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(7),
* > .intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

* > .-intro-x:nth-child(7) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(7) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(7),
* > .intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

* > .-intro-y:nth-child(7) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(8) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(8),
* > .intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

* > .-intro-x:nth-child(8) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(8) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(8),
* > .intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

* > .-intro-y:nth-child(8) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(9) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(9),
* > .intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

* > .-intro-x:nth-child(9) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(9) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(9),
* > .intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

* > .-intro-y:nth-child(9) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(10) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(10),
* > .intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

* > .-intro-x:nth-child(10) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(10) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(10),
* > .intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

* > .-intro-y:nth-child(10) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(11) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(11),
* > .intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

* > .-intro-x:nth-child(11) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(11) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(11),
* > .intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

* > .-intro-y:nth-child(11) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(12) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(12),
* > .intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

* > .-intro-x:nth-child(12) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(12) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(12),
* > .intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

* > .-intro-y:nth-child(12) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(13) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(13),
* > .intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

* > .-intro-x:nth-child(13) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(13) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(13),
* > .intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

* > .-intro-y:nth-child(13) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(14) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(14),
* > .intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

* > .-intro-x:nth-child(14) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(14) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(14),
* > .intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

* > .-intro-y:nth-child(14) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(15) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(15),
* > .intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

* > .-intro-x:nth-child(15) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(15) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(15),
* > .intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

* > .-intro-y:nth-child(15) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(16) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(16),
* > .intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

* > .-intro-x:nth-child(16) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(16) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(16),
* > .intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

* > .-intro-y:nth-child(16) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(17) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(17),
* > .intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

* > .-intro-x:nth-child(17) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(17) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(17),
* > .intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

* > .-intro-y:nth-child(17) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(18) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(18),
* > .intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

* > .-intro-x:nth-child(18) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(18) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(18),
* > .intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

* > .-intro-y:nth-child(18) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(19) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(19),
* > .intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

* > .-intro-x:nth-child(19) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(19) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(19),
* > .intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

* > .-intro-y:nth-child(19) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(20) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(20),
* > .intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

* > .-intro-x:nth-child(20) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(20) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(20),
* > .intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

* > .-intro-y:nth-child(20) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(21) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(21),
* > .intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

* > .-intro-x:nth-child(21) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(21) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(21),
* > .intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

* > .-intro-y:nth-child(21) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(22) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(22),
* > .intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

* > .-intro-x:nth-child(22) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(22) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(22),
* > .intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

* > .-intro-y:nth-child(22) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(23) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(23),
* > .intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

* > .-intro-x:nth-child(23) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(23) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(23),
* > .intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

* > .-intro-y:nth-child(23) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(24) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(24),
* > .intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

* > .-intro-x:nth-child(24) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(24) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(24),
* > .intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

* > .-intro-y:nth-child(24) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(25) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(25),
* > .intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

* > .-intro-x:nth-child(25) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(25) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(25),
* > .intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

* > .-intro-y:nth-child(25) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(26) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(26),
* > .intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

* > .-intro-x:nth-child(26) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(26) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(26),
* > .intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

* > .-intro-y:nth-child(26) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(27) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(27),
* > .intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

* > .-intro-x:nth-child(27) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(27) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(27),
* > .intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

* > .-intro-y:nth-child(27) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(28) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(28),
* > .intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

* > .-intro-x:nth-child(28) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(28) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(28),
* > .intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

* > .-intro-y:nth-child(28) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(29) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(29),
* > .intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

* > .-intro-x:nth-child(29) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(29) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(29),
* > .intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

* > .-intro-y:nth-child(29) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(30) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(30),
* > .intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

* > .-intro-x:nth-child(30) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(30) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(30),
* > .intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

* > .-intro-y:nth-child(30) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(31) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(31),
* > .intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

* > .-intro-x:nth-child(31) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(31) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(31),
* > .intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

* > .-intro-y:nth-child(31) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(32) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(32),
* > .intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

* > .-intro-x:nth-child(32) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(32) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(32),
* > .intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

* > .-intro-y:nth-child(32) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(33) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(33),
* > .intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

* > .-intro-x:nth-child(33) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(33) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(33),
* > .intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

* > .-intro-y:nth-child(33) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(34) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(34),
* > .intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

* > .-intro-x:nth-child(34) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(34) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(34),
* > .intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

* > .-intro-y:nth-child(34) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(35) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(35),
* > .intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

* > .-intro-x:nth-child(35) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(35) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(35),
* > .intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

* > .-intro-y:nth-child(35) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(36) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(36),
* > .intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

* > .-intro-x:nth-child(36) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(36) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(36),
* > .intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

* > .-intro-y:nth-child(36) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(37) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(37),
* > .intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

* > .-intro-x:nth-child(37) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(37) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(37),
* > .intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

* > .-intro-y:nth-child(37) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(38) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(38),
* > .intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

* > .-intro-x:nth-child(38) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(38) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(38),
* > .intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

* > .-intro-y:nth-child(38) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(39) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(39),
* > .intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

* > .-intro-x:nth-child(39) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(39) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(39),
* > .intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

* > .-intro-y:nth-child(39) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(40) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(40),
* > .intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

* > .-intro-x:nth-child(40) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(40) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(40),
* > .intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

* > .-intro-y:nth-child(40) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(41) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(41),
* > .intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

* > .-intro-x:nth-child(41) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(41) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(41),
* > .intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

* > .-intro-y:nth-child(41) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(42) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(42),
* > .intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

* > .-intro-x:nth-child(42) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(42) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(42),
* > .intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

* > .-intro-y:nth-child(42) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(43) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(43),
* > .intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

* > .-intro-x:nth-child(43) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(43) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(43),
* > .intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

* > .-intro-y:nth-child(43) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(44) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(44),
* > .intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

* > .-intro-x:nth-child(44) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(44) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(44),
* > .intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

* > .-intro-y:nth-child(44) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(45) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(45),
* > .intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

* > .-intro-x:nth-child(45) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(45) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(45),
* > .intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

* > .-intro-y:nth-child(45) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(46) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(46),
* > .intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

* > .-intro-x:nth-child(46) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(46) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(46),
* > .intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

* > .-intro-y:nth-child(46) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(47) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(47),
* > .intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

* > .-intro-x:nth-child(47) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(47) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(47),
* > .intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

* > .-intro-y:nth-child(47) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(48) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(48),
* > .intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

* > .-intro-x:nth-child(48) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(48) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(48),
* > .intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

* > .-intro-y:nth-child(48) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(49) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(49),
* > .intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

* > .-intro-x:nth-child(49) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(49) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(49),
* > .intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

* > .-intro-y:nth-child(49) {
  transform: translateY(-50px);
}

* > .intro-x:nth-child(50) {
  transform: translateX(50px);
}

* > .-intro-x:nth-child(50),
* > .intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  animation: intro-x-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

* > .-intro-x:nth-child(50) {
  transform: translateX(-50px);
}

* > .intro-y:nth-child(50) {
  transform: translateY(50px);
}

* > .-intro-y:nth-child(50),
* > .intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  animation: intro-y-animation 0.4s ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

* > .-intro-y:nth-child(50) {
  transform: translateY(-50px);
}

/*******************************************************
  * animate__fadeInUp
  ********************************************************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  z-index: 49;
  opacity: 0;
  position: relative;
  -webkit-animation: fadeInUp 0.2s ease-in-out 0.1s;
  animation: fadeInUp 0.2s ease-in-out 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.11s;
  animation-delay: 1.11s;
}

.animate__fadeInUp:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__fadeInUp:nth-child(2) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.animate__fadeInUp:nth-child(3) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.animate__fadeInUp:nth-child(4) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.animate__fadeInUp:nth-child(5) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.animate__fadeInUp:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__fadeInUp:nth-child(7) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}

.animate__fadeInUp:nth-child(8) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.animate__fadeInUp:nth-child(9) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}

.animate__fadeInUp:nth-child(10) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

.animate__fadeInUp:nth-child(11) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__fadeInUp:nth-child(12) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.animate__fadeInUp:nth-child(13) {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}

.animate__fadeInUp:nth-child(14) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}

.animate__fadeInUp:nth-child(15) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}

.animate__fadeInUp:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__fadeInUp:nth-child(17) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

.animate__fadeInUp:nth-child(18) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

.animate__fadeInUp:nth-child(19) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}

.animate__fadeInUp:nth-child(20) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.animate__fadeInUp:nth-child(21) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__fadeInUp:nth-child(22) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

.animate__fadeInUp:nth-child(23) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}

.animate__fadeInUp:nth-child(24) {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

.animate__fadeInUp:nth-child(25) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

.animate__fadeInUp:nth-child(26) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate__fadeInUp:nth-child(27) {
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.animate__fadeInUp:nth-child(28) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}

.animate__fadeInUp:nth-child(29) {
  -webkit-animation-delay: 0.68s;
  animation-delay: 0.68s;
}

.animate__fadeInUp:nth-child(30) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animate__fadeInUp:nth-child(31) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.animate__fadeInUp:nth-child(32) {
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s;
}

.animate__fadeInUp:nth-child(33) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

.animate__fadeInUp:nth-child(34) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animate__fadeInUp:nth-child(35) {
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
}

.animate__fadeInUp:nth-child(36) {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

.animate__fadeInUp:nth-child(37) {
  -webkit-animation-delay: 0.86s;
  animation-delay: 0.86s;
}

.animate__fadeInUp:nth-child(38) {
  -webkit-animation-delay: 0.88s;
  animation-delay: 0.88s;
}

.animate__fadeInUp:nth-child(39) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate__fadeInUp:nth-child(40) {
  -webkit-animation-delay: 0.92s;
  animation-delay: 0.92s;
}

.animate__fadeInUp:nth-child(41) {
  -webkit-animation-delay: 0.94s;
  animation-delay: 0.94s;
}

.animate__fadeInUp:nth-child(42) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

.animate__fadeInUp:nth-child(43) {
  -webkit-animation-delay: 0.98s;
  animation-delay: 0.98s;
}

.animate__fadeInUp:nth-child(44) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__fadeInUp:nth-child(45) {
  -webkit-animation-delay: 1.01s;
  animation-delay: 1.01s;
}

.animate__fadeInUp:nth-child(46) {
  -webkit-animation-delay: 1.02s;
  animation-delay: 1.02s;
}

.animate__fadeInUp:nth-child(47) {
  -webkit-animation-delay: 1.03s;
  animation-delay: 1.03s;
}

.animate__fadeInUp:nth-child(48) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.animate__fadeInUp:nth-child(49) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.animate__fadeInUp:nth-child(50) {
  -webkit-animation-delay: 1.06s;
  animation-delay: 1.06s;
}

.animate__fadeInUp:nth-child(51) {
  -webkit-animation-delay: 1.07s;
  animation-delay: 1.07s;
}

.animate__fadeInUp:nth-child(52) {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
}

.animate__fadeInUp:nth-child(53) {
  -webkit-animation-delay: 1.09s;
  animation-delay: 1.09s;
}

.animate__fadeInUp:nth-child(54) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

/* swiper */

.mySwiper__base {
  padding-bottom: 15px !important;
}

.mySwiper__base .swiper-button-prev,
.mySwiper__base .swiper-button-next {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  color: var(--color-main);
  border: 1px solid var(--color-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.mySwiper__base .swiper-button-prev {
  left: 1px;
}
.mySwiper__base .swiper-button-next {
  right: 1px;
}

.mySwiper__base .swiper-button-prev,
.mySwiper__base .swiper-button-next {
  user-select: none; /* Ngăn chặn chọn nội dung */
  -webkit-user-select: none; /* Cho Safari */
  -moz-user-select: none; /* Cho Firefox */
  -ms-user-select: none; /* Cho IE/Edge */
}


.mySwiper__base .swiper-button-prev::after,
.mySwiper__base .swiper-button-next::after {
  font-size: 1.1rem;
  border-color: #fff3;
}

.mySwiper__base .swiper-button-prev:hover,
.mySwiper__base .swiper-button-next:hover {
  /* background-color: #fff3;
    color: #007bff;
    border-color: #007bff; */
  color: var(--color-main);
  background-color: #fff;
  border: 1px solid #fff3;
}

@media (max-width: 768px) {
  .mySwiper__base .category-item img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .mySwiper__base .category-item .text-label {
    font-size: 12px;
    line-height: 16px;
  }

  .mySwiper__base .swiper-button-prev,
  .mySwiper__base .swiper-button-next {
    display: none;
  }

  .mySwiper__base .swiper-pagination {
    bottom: -4px !important;
  }
}

@media (min-width: 576px) {
  .mySwiper__base .swiper-pagination {
    display: none;
  }
}

/* ==========end swiper */

/* ================= router app =============================== */

.route {
  color: #55585b;
  font-weight: 500;
}

/* ================= end router app =============================== */

/* ===================menu play video  ============================ */
.menu-play-video {
  background: linear-gradient(180deg, #33cc3399 0%, rgba(14, 167, 65, 0.6) 100%);
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
}

@keyframes ripple_video {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow:
      0 0 0 0 rgba(0 179 61 / 20%),
      0 0 0 0.5em rgb(0 179 61 / 20%);
  }

  100% {
    -webkit-box-shadow:
      0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow:
      0 0 0 0.5em rgb(0 179 61 / 20%),
      0 0 0 1em #00b33d00;
  }
}

/* =================== menu play video (Red YouTube Style) ============================ */
.menu-play-video-red {
  background: linear-gradient(180deg, #ff0000 0%, rgba(255, 0, 0, 0.6) 100%);
  width: 42px;
  height: 42px;
  border: 1px solid #e97777;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-animation: ripple_red 1s linear infinite;
  animation: ripple_red 1s linear infinite;
}

/* .menu-play-video-red i {
  color: white;
  font-size: 20px;
} */

/* Hiệu ứng lan tỏa */
@keyframes ripple_red {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 0, 0, 0.5),
      0 0 0 0.5em rgba(255, 0, 0, 0.4);
  }
  100% {
    box-shadow:
      0 0 0 0.5em rgba(255, 0, 0, 0.4),
      0 0 0 1em rgba(255, 0, 0, 0);
  }
}

/* Hover effect */
.menu-play-video-red:hover {
  background: linear-gradient(180deg, #cc0000 0%, rgba(204, 0, 0, 0.6) 100%);
}



/* ============================================================================================================ */
/* ================================================badge======================================================= */

/* ============================================== Trang Css Base ============================ */
.badge-yellow {
  height: 24px;
  min-width: 24px;
  line-height: 0;
  border-radius: 6px;
  cursor: default;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #b76e00;
  background-color: #fff1d6;
}
.badge-red {
  height: 24px; min-width: 24px; line-height: 0; border-radius: 6px; cursor: default; -webkit-box-align: center; align-items: center; white-space: nowrap; display: inline-flex; -webkit-box-pack: center; justify-content: center; text-transform: capitalize; padding: 0px 6px; font-size: 0.75rem; font-weight: 700; transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; color: #b71d18; background-color: #ff563029;
}

.badge-green{
  height: 24px; min-width: 24px; line-height: 0; border-radius: 6px; cursor: default; -webkit-box-align: center; align-items: center; white-space: nowrap; display: inline-flex; -webkit-box-pack: center; justify-content: center; text-transform: capitalize; padding: 0px 6px; font-size: 0.75rem; font-weight: 700; transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; color: #118d57; background-color: #22c55e29;
}

.badge-blue{
  height: 24px;
  min-width: 24px;
  line-height: 0;
  border-radius: 6px;
  cursor: default;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #006C9C;
  background-color: #d6f4f9;
}


.badge-grey{
  height: 24px;
  min-width: 24px;
  line-height: 0;
  border-radius: 6px;
  cursor: default;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #637381;
  background-color: #edeff1;
}

.icon-action {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: "Public Sans Variable", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: visible;
  color: #637381;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 5px;
  font-size: 1.125rem;
}
.icon-action:hover {
  background-color: rgb(99 115 129 / 8%);
}
.css-1rurzyz {
  color: #1c252e;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

  outline: 0px;
  backdrop-filter: blur(20px);
  background-color: rgba(255 255 255 / 0.9);
  /* background-image: url(https://pub-c5e31b5cdafb419fb247a8ac2e78df7a.r2.dev/public/assets/cyan-blur.png),
    url(https://pub-c5e31b5cdafb419fb247a8ac2e78df7a.r2.dev/public/assets/red-blur.png); */
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 50%, 50%;
  padding: 4px;
  /* box-shadow: rgba(145, 158, 171, 0.24) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.24) -20px 20px 40px -4px; */
  border-radius: 10px;
  margin-top: -6px;
  overflow: inherit;
}
.btn-action-menu {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.btn-action-menu .icon {
  margin-right: 5px;
}

.btn-action-menu .icon i {
  font-size: 0.9rem;
}

.css-1rurzyz .btn-delete {
  color: #ff5630;
}

.css-1rurzyz .btn-edit {
  color: #f59e0b;
}

/* =============================================================================== */
/* =================== style for model confirm============================ */
/* General container styles */
.success-container, .error-container, .wait-container, .loading-container {
  text-align: center;
  margin-top: 20px;
}

/* Checkmark (PAID) styles */
.checkmark {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #4caf50;
  border-radius: 50%;
  animation: pop-in 0.4s ease-out;
}

.checkmark::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  border: solid white;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
  top: 8px;
  left: 16px;
  opacity: 0;
  animation: checkmark-draw 0.4s ease-out 0.4s forwards;
}

.success-container .message {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #4caf50;
  font-weight: bold;
  opacity: 0;
  transform: translateY(-10px);
  animation: message-show 0.5s ease-out 1s forwards;
}

/* Error icon (FAIL) styles */
.error-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f44336;
  border-radius: 50%;
  animation: pop-in 0.4s ease-out;
}

.error-icon::before,
.error-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: white;
  top: 22px;
  left: 10px;
}

.error-icon::before {
  transform: rotate(45deg);
}

.error-icon::after {
  transform: rotate(-45deg);
}

.error-container .message {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #f44336;
  font-weight: bold;
  opacity: 0;
  transform: translateY(-10px);
  animation: message-show 0.5s ease-out 1s forwards;
}


.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0088ee;
  border-radius: 50%;
  margin: auto;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.loading-container .message {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #0088ee;
  font-weight: bold;
  /* opacity: 0; */
  /* transform: translateY(-10px); */
  /* animation: message-show 0.1s ease-out 1s forwards; */
}

/* Loader (WAIT) styles */

.loader-wait {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff9800;
  border-radius: 50%;
  margin: auto;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}


.wait-container .message {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #ff9800;
  font-weight: bold;
  opacity: 0;
  transform: translateY(-10px);
  animation: message-show 0.5s ease-out 1s forwards;
}

/* Keyframes for animations */
@keyframes pop-in {
  0% {
      transform: scale(0.5);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes checkmark-draw {
  0% {
      opacity: 0;
      transform: scale(0) rotate(45deg);
  }
  100% {
      opacity: 1;
      transform: scale(1) rotate(45deg);
  }
}

@keyframes message-show {
  0% {
      opacity: 0;
      transform: translateY(-10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


.custom-confirm-modal .ant-modal-confirm-btns {
  display: flex;
  justify-content: center; /* 🔥 Căn giữa nút */
  gap: 10px; /* Khoảng cách giữa 2 nút */
}



/* ==================================================================================== */
/* =================== style for button primary============================ */
.custom-ok-button{
  background-color: var(--color-main);
}

.custom-ok-button:hover{
  background-color: var(--color-main-2) !important;
}

.custom-cancel-button{
  /* color: var(--color-main) !important;
    border-color: var(--color-main) !important; */
    transition: 0.3s;
}

.custom-cancel-button:hover{
  color: var(--color-main) !important;
    border-color: var(--color-main) !important;
}