.material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 1em;
  block-size: 1em;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  color: currentColor;
  user-select: none;
  white-space: nowrap;
}

.material-symbols-rounded > svg[data-itshover="true"] {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.material-symbols-rounded.itshover-active > svg[data-itshover="true"] > * {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="align-center-icon"] > svg path:nth-child(1),
.material-symbols-rounded.itshover-play[data-itshover-icon="align-center-icon"] > svg path:nth-child(3) {
  animation: itshover-line-short 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="align-center-icon"] > svg path:nth-child(2) {
  animation: itshover-line-long 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="world-icon"] > svg {
  animation: itshover-world-spin 1.3s linear infinite;
  transform-origin: center;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="globe-icon"] > svg path:nth-child(-n+4) {
  transform-box: view-box;
  transform-origin: 23px 19px;
  animation: itshover-world-spin 2s linear infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="eye-icon"] > svg path:nth-child(1) {
  transform-origin: center;
  animation: itshover-eye-pupil 0.6s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="eye-icon"] > svg path:nth-child(2) {
  transform-origin: center;
  animation: itshover-eye-shape 0.6s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="home-icon"] > svg path:nth-child(1) {
  animation: itshover-roof-bounce 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="home-icon"] > svg path:nth-child(2) {
  animation: itshover-pop 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="home-icon"] > svg path:nth-child(3) {
  transform-origin: center bottom;
  animation: itshover-door 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="arrow-narrow-right-icon"] > svg,
.material-symbols-rounded.itshover-play[data-itshover-icon="arrow-narrow-right-dashed-icon"] > svg {
  animation: itshover-shift-right 0.56s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="arrow-narrow-left-icon"] > svg {
  animation: itshover-shift-left 0.56s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="mail-filled-icon"] {
  perspective: 540px;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="mail-filled-icon"] > svg {
  transform-style: preserve-3d;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="mail-filled-icon"] > svg path:nth-child(2) {
  transform-box: fill-box;
  transform-origin: 50% 0%;
  backface-visibility: hidden;
  animation: itshover-mail-flap 0.52s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(2) {
  transform-box: view-box;
  transform-origin: 24px 25px;
  animation: itshover-book-cover 0.58s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(3),
.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(4),
.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(5) {
  stroke-dasharray: 20;
  animation: itshover-book-lines 0.58s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(4) {
  animation-delay: 0.06s;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="book-icon"] > svg path:nth-child(5) {
  animation-delay: 0.12s;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="code-icon"] > svg path:nth-child(1),
.material-symbols-rounded.itshover-play[data-itshover-icon="code-xml-icon"] > svg path:nth-child(1) {
  animation: itshover-code-right 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="code-icon"] > svg path:nth-child(2),
.material-symbols-rounded.itshover-play[data-itshover-icon="code-xml-icon"] > svg path:nth-child(2) {
  animation: itshover-code-left 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="code-xml-icon"] > svg path:nth-child(3) {
  transform-origin: center;
  animation: itshover-code-slash 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="camera-icon"] > svg path:nth-child(1) {
  animation: itshover-camera-body 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="camera-icon"] > svg circle:nth-child(2) {
  animation: itshover-camera-lens 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="stack-3-icon"] > svg path:nth-child(1) {
  transform-origin: center;
  animation: itshover-stack-top 0.56s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="stack-3-icon"] > svg path:nth-child(2),
.material-symbols-rounded.itshover-play[data-itshover-icon="stack-3-icon"] > svg path:nth-child(3) {
  animation: itshover-stack-middle 0.56s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="stack-3-icon"] > svg path:nth-child(4) {
  animation: itshover-stack-bottom 0.56s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="phone-volume"] > svg path:nth-child(2) {
  animation: itshover-wave-inner 0.5s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="phone-volume"] > svg path:nth-child(3) {
  animation: itshover-wave-outer 0.58s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="message-circle-icon"] > svg path:nth-child(1) {
  animation: itshover-chat-pulse 0.52s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="brand-telegram-icon"] > svg path:nth-child(1) {
  transform-origin: center;
  animation: itshover-telegram-plane 1s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="instagram-icon"] > svg path:nth-child(1) {
  transform-origin: center;
  animation: itshover-instagram-body 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="instagram-icon"] > svg path:nth-child(2) {
  transform-origin: center;
  animation: itshover-instagram-lens 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="instagram-icon"] > svg path:nth-child(3) {
  animation: itshover-instagram-dot 0.48s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="whatsapp-icon"] > svg path:nth-child(2) {
  transform-origin: center;
  animation: itshover-whatsapp-phone 0.44s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="x-icon"] > svg path:nth-child(1) {
  animation: itshover-x-a 0.42s ease-in-out infinite;
}

.material-symbols-rounded.itshover-play[data-itshover-icon="x-icon"] > svg path:nth-child(2) {
  animation: itshover-x-b 0.42s ease-in-out infinite;
}

@keyframes itshover-line-short {
  0%,
  100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.82);
  }
}

@keyframes itshover-line-long {
  0%,
  100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.16);
  }
}

@keyframes itshover-world-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes itshover-eye-pupil {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
}

@keyframes itshover-eye-shape {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.9);
  }
}

@keyframes itshover-roof-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.4px);
  }
}

@keyframes itshover-pop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes itshover-door {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.72);
  }
}

@keyframes itshover-shift-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}

@keyframes itshover-shift-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
}

@keyframes itshover-mail-flap {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-60deg);
  }
}

@keyframes itshover-book-cover {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scaleX(1.02) translateX(0.4px);
  }
}

@keyframes itshover-book-lines {
  0%,
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 18;
    opacity: 0.58;
  }
}

@keyframes itshover-code-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2.2px);
  }
}

@keyframes itshover-code-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2.2px);
  }
}

@keyframes itshover-code-slash {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.72;
  }
}

@keyframes itshover-camera-body {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
}

@keyframes itshover-camera-lens {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes itshover-stack-top {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2.2px) scale(1.05);
  }
}

@keyframes itshover-stack-middle {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-0.8px);
    opacity: 0.82;
  }
}

@keyframes itshover-stack-bottom {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0.9px);
    opacity: 0.64;
  }
}

@keyframes itshover-wave-inner {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.13);
    opacity: 0.74;
  }
}

@keyframes itshover-wave-outer {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.22);
    opacity: 0.48;
  }
}

@keyframes itshover-chat-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes itshover-telegram-plane {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(10px, -10px);
    opacity: 0;
  }
  50% {
    transform: translate(-10px, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes itshover-instagram-body {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes itshover-instagram-lens {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}

@keyframes itshover-instagram-dot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@keyframes itshover-whatsapp-phone {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
}

@keyframes itshover-x-a {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(8deg) scale(1.08);
  }
}

@keyframes itshover-x-b {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-8deg) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .material-symbols-rounded.itshover-active > svg[data-itshover="true"],
  .material-symbols-rounded.itshover-active > svg[data-itshover="true"] > * {
    animation: none !important;
  }
}
