*,
*::after,
*::before {
  cursor: none !important;
}

.loading-dots .dot {
  opacity: 0.3;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
#custom-video-why-choose-us {
  object-position: top;
  aspect-ratio: 1/1;
}

#process-google-icon {
  object-fit: cover;
  border: none;
  filter: contrast(1.25);
}

#process-google-icon img {
  padding-top: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
}