/* Unauthenticated Layout Styles */

/* SVG overflow styles */
.svg-overflow-visible {
  overflow: visible;
}

/* Hero illustration animation styles */
.hero-stroke-animation {
  stroke-dashoffset: 0px;
  stroke-width: 2px;
  stroke-opacity: 0;
  fill-opacity: 1;
}

.hero-fadeup-circle {
  opacity: 1;
  transform: translateY(0px);
}

.hero-fadeleft-group {
  opacity: 1;
  transform: translateX(0px);
}
