.text-oss-blue{
color:#0d4874 !important;
}
.fw-bold-fg{
font-weight:600 !important
}
.sfnjfnerqwrqfnf{
font-size:24px;
font-weight:500;
}
.safbjiqbiqbfjb{
font-weight:800;
color:#0d4874
}
.typing-container {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.cursor {
  display: inline-block;
  background-color: transparent;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

