.white {
  color: white; }

.fs-10 {
  font-size: 10px; }

.fs-16 {
  font-size: 16px; }

.fs-24 {
  font-size: 24px; }

.fs-52 {
  font-size: 52px; }

.fs-20 {
  font-size: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.text-center {
  text-align: center; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none !important; }

.mg-bottom-24 {
  margin-bottom: 24px; }

.mg-bottom-20 {
  margin-bottom: 24px; }

.mg-top-24 {
  margin-top: 24px; }

.mg-bottom-40 {
  margin-top: 40px; }

.weight-700 {
  font-weight: 700; }

.ls-15 {
  letter-spacing: 0.15px; }

.mg-bottom-10 {
  margin-bottom: 10px; }

.mg-bottom-12 {
  margin-bottom: 12px; }

.mg-top-8 {
  margin-top: 8px; }

.mg-bottom-4 {
  margin-bottom: 4px; }

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(100%);
    opacity: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(0.95); } }
