.moveUpDown {
  animation: 3s linear infinite MoveUpDown;
}
.moveDownUp {
  animation: 3s linear infinite MoveDownUp;
}
.text-primary {
  color: #d00414 !important;
}
.text-secondary {
  color: #485061 !important;
}
.text-dark {
  color: #222 !important;
}
.text-light {
  color: #d8d8d8 !important;
}
.text-gray {
  color: #535353 !important;
}
.ff-poppins {
  font-family: Poppins, sans-serif;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-extrabold {
  font-weight: 900;
}
.fs-18 {
  font-size: calc(15px + (18 - 15) * ((100vw - 360px) / (1920 - 360)));
  line-height: 1.3;
}
.fs-14,
.fs-16 {
  line-height: 1.4;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
