.end-dot,
.dot {
  opacity: 0;
}
.al__brand-item {
  opacity: 0;
  transform: translateX(-10px);
}
.dot-beat {
  animation: 500ms beats ease-out infinite alternate;
  animation-delay: 1.52s;
  opacity: 0;
}
@keyframes beats {
  0% {
    r: 4;
  }
  100% {
    r: 8;
  }
}
.alaya-logo {
  transform: translateY(10px);
  opacity: 0;
}
@keyframes anim {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.alaya-text {
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: 0.3s all ease-out;
}
.alaya-text-1 {
  transform: translate(0);
}
#line {
  opacity: 0;
}
.left {
  opacity: 0;
}
.right {
  opacity: 0;
}
@media (min-width: 768px) {
  .hiddenBranches .path,
  .hiddenBranches .end-dot,
  .hiddenBranches .al__brand-item {
    opacity: 0 !important;
    transition: 0.3s all ease-out;
  }
}
.dot,
.dot-beat {
  cursor: pointer;
}
.logo-path-map:hover,
.logo-path-match:hover,
.logo-path-meld:hover {
  cursor: pointer;
}
.alaya-logo.logo-path-map:hover .path.left {
  opacity: 1;
}
.map-hovered .path.left,
.map-hovered .left-path-end,
.map-hovered .al__brand-item.item-left {
  opacity: 1 !important;
  transition: 0.3s all ease-out;
}
.match-hovered .path.center,
.match-hovered .middle-line-end,
.match-hovered .al__brand-item.item-center {
  opacity: 1 !important;
  transition: 0.3s all ease-out;
}
.meld-hovered .path.right,
.meld-hovered .right-path-end,
.meld-hovered .al__brand-item.item-right {
  opacity: 1 !important;
  transition: 0.3s all ease-out;
} /*# sourceMappingURL=main.min.css.map */
