@charset "utf-8";

.termly-styles-module-root-bf063f { height: 100%; }

.termly-styles-module-spinner-b0b7ff { animation: 2s linear 0s infinite normal none running termly-styles-module-rotate-adde02; z-index: 2; position: relative; width: 100%; height: 100%; display: flex; }

.termly-styles-module-spinner-b0b7ff .termly-styles-module-path-ab12be { stroke: var(--loading-circle-color, hsl(210, 70%, 75%)); stroke-linecap: round; animation: 1.5s ease-in-out 0s infinite normal none running termly-styles-module-dash-c3d144; }

@keyframes termly-styles-module-rotate-adde02 { 
  100% { transform: rotate(360deg); }
}

@keyframes termly-styles-module-dash-c3d144 { 
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}