@charset "UTF-8";
/**
 * Width Utilities - Custom Percentage Width Classes
 *
 * Generates utility classes for dynamic width in percentages
 * Usage: w-custom-perc-{value}
 *
 * Examples:
 * - w-custom-perc-5  → width: 5%
 * - w-custom-perc-15 → width: 15%
 * - w-custom-perc-33 → width: 33%
 * - w-custom-perc-50 → width: 50%
 * - w-custom-perc-75 → width: 75%
 * - w-custom-perc-100 → width: 100%
 */
.w-custom-perc-1 {
  width: 1% !important;
}

.w-custom-perc-2 {
  width: 2% !important;
}

.w-custom-perc-3 {
  width: 3% !important;
}

.w-custom-perc-4 {
  width: 4% !important;
}

.w-custom-perc-5 {
  width: 5% !important;
}

.w-custom-perc-6 {
  width: 6% !important;
}

.w-custom-perc-7 {
  width: 7% !important;
}

.w-custom-perc-8 {
  width: 8% !important;
}

.w-custom-perc-9 {
  width: 9% !important;
}

.w-custom-perc-10 {
  width: 10% !important;
}

.w-custom-perc-11 {
  width: 11% !important;
}

.w-custom-perc-12 {
  width: 12% !important;
}

.w-custom-perc-13 {
  width: 13% !important;
}

.w-custom-perc-14 {
  width: 14% !important;
}

.w-custom-perc-15 {
  width: 15% !important;
}

.w-custom-perc-16 {
  width: 16% !important;
}

.w-custom-perc-17 {
  width: 17% !important;
}

.w-custom-perc-18 {
  width: 18% !important;
}

.w-custom-perc-19 {
  width: 19% !important;
}

.w-custom-perc-20 {
  width: 20% !important;
}

.w-custom-perc-21 {
  width: 21% !important;
}

.w-custom-perc-22 {
  width: 22% !important;
}

.w-custom-perc-23 {
  width: 23% !important;
}

.w-custom-perc-24 {
  width: 24% !important;
}

.w-custom-perc-25 {
  width: 25% !important;
}

.w-custom-perc-26 {
  width: 26% !important;
}

.w-custom-perc-27 {
  width: 27% !important;
}

.w-custom-perc-28 {
  width: 28% !important;
}

.w-custom-perc-29 {
  width: 29% !important;
}

.w-custom-perc-30 {
  width: 30% !important;
}

.w-custom-perc-31 {
  width: 31% !important;
}

.w-custom-perc-32 {
  width: 32% !important;
}

.w-custom-perc-33 {
  width: 33% !important;
}

.w-custom-perc-34 {
  width: 34% !important;
}

.w-custom-perc-35 {
  width: 35% !important;
}

.w-custom-perc-36 {
  width: 36% !important;
}

.w-custom-perc-37 {
  width: 37% !important;
}

.w-custom-perc-38 {
  width: 38% !important;
}

.w-custom-perc-39 {
  width: 39% !important;
}

.w-custom-perc-40 {
  width: 40% !important;
}

.w-custom-perc-41 {
  width: 41% !important;
}

.w-custom-perc-42 {
  width: 42% !important;
}

.w-custom-perc-43 {
  width: 43% !important;
}

.w-custom-perc-44 {
  width: 44% !important;
}

.w-custom-perc-45 {
  width: 45% !important;
}

.w-custom-perc-46 {
  width: 46% !important;
}

.w-custom-perc-47 {
  width: 47% !important;
}

.w-custom-perc-48 {
  width: 48% !important;
}

.w-custom-perc-49 {
  width: 49% !important;
}

.w-custom-perc-50 {
  width: 50% !important;
}

.w-custom-perc-51 {
  width: 51% !important;
}

.w-custom-perc-52 {
  width: 52% !important;
}

.w-custom-perc-53 {
  width: 53% !important;
}

.w-custom-perc-54 {
  width: 54% !important;
}

.w-custom-perc-55 {
  width: 55% !important;
}

.w-custom-perc-56 {
  width: 56% !important;
}

.w-custom-perc-57 {
  width: 57% !important;
}

.w-custom-perc-58 {
  width: 58% !important;
}

.w-custom-perc-59 {
  width: 59% !important;
}

.w-custom-perc-60 {
  width: 60% !important;
}

.w-custom-perc-61 {
  width: 61% !important;
}

.w-custom-perc-62 {
  width: 62% !important;
}

.w-custom-perc-63 {
  width: 63% !important;
}

.w-custom-perc-64 {
  width: 64% !important;
}

.w-custom-perc-65 {
  width: 65% !important;
}

.w-custom-perc-66 {
  width: 66% !important;
}

.w-custom-perc-67 {
  width: 67% !important;
}

.w-custom-perc-68 {
  width: 68% !important;
}

.w-custom-perc-69 {
  width: 69% !important;
}

.w-custom-perc-70 {
  width: 70% !important;
}

.w-custom-perc-71 {
  width: 71% !important;
}

.w-custom-perc-72 {
  width: 72% !important;
}

.w-custom-perc-73 {
  width: 73% !important;
}

.w-custom-perc-74 {
  width: 74% !important;
}

.w-custom-perc-75 {
  width: 75% !important;
}

.w-custom-perc-76 {
  width: 76% !important;
}

.w-custom-perc-77 {
  width: 77% !important;
}

.w-custom-perc-78 {
  width: 78% !important;
}

.w-custom-perc-79 {
  width: 79% !important;
}

.w-custom-perc-80 {
  width: 80% !important;
}

.w-custom-perc-81 {
  width: 81% !important;
}

.w-custom-perc-82 {
  width: 82% !important;
}

.w-custom-perc-83 {
  width: 83% !important;
}

.w-custom-perc-84 {
  width: 84% !important;
}

.w-custom-perc-85 {
  width: 85% !important;
}

.w-custom-perc-86 {
  width: 86% !important;
}

.w-custom-perc-87 {
  width: 87% !important;
}

.w-custom-perc-88 {
  width: 88% !important;
}

.w-custom-perc-89 {
  width: 89% !important;
}

.w-custom-perc-90 {
  width: 90% !important;
}

.w-custom-perc-91 {
  width: 91% !important;
}

.w-custom-perc-92 {
  width: 92% !important;
}

.w-custom-perc-93 {
  width: 93% !important;
}

.w-custom-perc-94 {
  width: 94% !important;
}

.w-custom-perc-95 {
  width: 95% !important;
}

.w-custom-perc-96 {
  width: 96% !important;
}

.w-custom-perc-97 {
  width: 97% !important;
}

.w-custom-perc-98 {
  width: 98% !important;
}

.w-custom-perc-99 {
  width: 99% !important;
}

.w-custom-perc-100 {
  width: 100% !important;
}

table.dataTable th.w-custom-perc-1,
table.dataTable td.w-custom-perc-1,
table.ajax-datatable th.w-custom-perc-1,
table.ajax-datatable td.w-custom-perc-1 {
  width: 1% !important;
  max-width: 1% !important;
}
table.dataTable th.w-custom-perc-2,
table.dataTable td.w-custom-perc-2,
table.ajax-datatable th.w-custom-perc-2,
table.ajax-datatable td.w-custom-perc-2 {
  width: 2% !important;
  max-width: 2% !important;
}
table.dataTable th.w-custom-perc-3,
table.dataTable td.w-custom-perc-3,
table.ajax-datatable th.w-custom-perc-3,
table.ajax-datatable td.w-custom-perc-3 {
  width: 3% !important;
  max-width: 3% !important;
}
table.dataTable th.w-custom-perc-4,
table.dataTable td.w-custom-perc-4,
table.ajax-datatable th.w-custom-perc-4,
table.ajax-datatable td.w-custom-perc-4 {
  width: 4% !important;
  max-width: 4% !important;
}
table.dataTable th.w-custom-perc-5,
table.dataTable td.w-custom-perc-5,
table.ajax-datatable th.w-custom-perc-5,
table.ajax-datatable td.w-custom-perc-5 {
  width: 5% !important;
  max-width: 5% !important;
}
table.dataTable th.w-custom-perc-6,
table.dataTable td.w-custom-perc-6,
table.ajax-datatable th.w-custom-perc-6,
table.ajax-datatable td.w-custom-perc-6 {
  width: 6% !important;
  max-width: 6% !important;
}
table.dataTable th.w-custom-perc-7,
table.dataTable td.w-custom-perc-7,
table.ajax-datatable th.w-custom-perc-7,
table.ajax-datatable td.w-custom-perc-7 {
  width: 7% !important;
  max-width: 7% !important;
}
table.dataTable th.w-custom-perc-8,
table.dataTable td.w-custom-perc-8,
table.ajax-datatable th.w-custom-perc-8,
table.ajax-datatable td.w-custom-perc-8 {
  width: 8% !important;
  max-width: 8% !important;
}
table.dataTable th.w-custom-perc-9,
table.dataTable td.w-custom-perc-9,
table.ajax-datatable th.w-custom-perc-9,
table.ajax-datatable td.w-custom-perc-9 {
  width: 9% !important;
  max-width: 9% !important;
}
table.dataTable th.w-custom-perc-10,
table.dataTable td.w-custom-perc-10,
table.ajax-datatable th.w-custom-perc-10,
table.ajax-datatable td.w-custom-perc-10 {
  width: 10% !important;
  max-width: 10% !important;
}
table.dataTable th.w-custom-perc-11,
table.dataTable td.w-custom-perc-11,
table.ajax-datatable th.w-custom-perc-11,
table.ajax-datatable td.w-custom-perc-11 {
  width: 11% !important;
  max-width: 11% !important;
}
table.dataTable th.w-custom-perc-12,
table.dataTable td.w-custom-perc-12,
table.ajax-datatable th.w-custom-perc-12,
table.ajax-datatable td.w-custom-perc-12 {
  width: 12% !important;
  max-width: 12% !important;
}
table.dataTable th.w-custom-perc-13,
table.dataTable td.w-custom-perc-13,
table.ajax-datatable th.w-custom-perc-13,
table.ajax-datatable td.w-custom-perc-13 {
  width: 13% !important;
  max-width: 13% !important;
}
table.dataTable th.w-custom-perc-14,
table.dataTable td.w-custom-perc-14,
table.ajax-datatable th.w-custom-perc-14,
table.ajax-datatable td.w-custom-perc-14 {
  width: 14% !important;
  max-width: 14% !important;
}
table.dataTable th.w-custom-perc-15,
table.dataTable td.w-custom-perc-15,
table.ajax-datatable th.w-custom-perc-15,
table.ajax-datatable td.w-custom-perc-15 {
  width: 15% !important;
  max-width: 15% !important;
}
table.dataTable th.w-custom-perc-16,
table.dataTable td.w-custom-perc-16,
table.ajax-datatable th.w-custom-perc-16,
table.ajax-datatable td.w-custom-perc-16 {
  width: 16% !important;
  max-width: 16% !important;
}
table.dataTable th.w-custom-perc-17,
table.dataTable td.w-custom-perc-17,
table.ajax-datatable th.w-custom-perc-17,
table.ajax-datatable td.w-custom-perc-17 {
  width: 17% !important;
  max-width: 17% !important;
}
table.dataTable th.w-custom-perc-18,
table.dataTable td.w-custom-perc-18,
table.ajax-datatable th.w-custom-perc-18,
table.ajax-datatable td.w-custom-perc-18 {
  width: 18% !important;
  max-width: 18% !important;
}
table.dataTable th.w-custom-perc-19,
table.dataTable td.w-custom-perc-19,
table.ajax-datatable th.w-custom-perc-19,
table.ajax-datatable td.w-custom-perc-19 {
  width: 19% !important;
  max-width: 19% !important;
}
table.dataTable th.w-custom-perc-20,
table.dataTable td.w-custom-perc-20,
table.ajax-datatable th.w-custom-perc-20,
table.ajax-datatable td.w-custom-perc-20 {
  width: 20% !important;
  max-width: 20% !important;
}
table.dataTable th.w-custom-perc-21,
table.dataTable td.w-custom-perc-21,
table.ajax-datatable th.w-custom-perc-21,
table.ajax-datatable td.w-custom-perc-21 {
  width: 21% !important;
  max-width: 21% !important;
}
table.dataTable th.w-custom-perc-22,
table.dataTable td.w-custom-perc-22,
table.ajax-datatable th.w-custom-perc-22,
table.ajax-datatable td.w-custom-perc-22 {
  width: 22% !important;
  max-width: 22% !important;
}
table.dataTable th.w-custom-perc-23,
table.dataTable td.w-custom-perc-23,
table.ajax-datatable th.w-custom-perc-23,
table.ajax-datatable td.w-custom-perc-23 {
  width: 23% !important;
  max-width: 23% !important;
}
table.dataTable th.w-custom-perc-24,
table.dataTable td.w-custom-perc-24,
table.ajax-datatable th.w-custom-perc-24,
table.ajax-datatable td.w-custom-perc-24 {
  width: 24% !important;
  max-width: 24% !important;
}
table.dataTable th.w-custom-perc-25,
table.dataTable td.w-custom-perc-25,
table.ajax-datatable th.w-custom-perc-25,
table.ajax-datatable td.w-custom-perc-25 {
  width: 25% !important;
  max-width: 25% !important;
}
table.dataTable th.w-custom-perc-26,
table.dataTable td.w-custom-perc-26,
table.ajax-datatable th.w-custom-perc-26,
table.ajax-datatable td.w-custom-perc-26 {
  width: 26% !important;
  max-width: 26% !important;
}
table.dataTable th.w-custom-perc-27,
table.dataTable td.w-custom-perc-27,
table.ajax-datatable th.w-custom-perc-27,
table.ajax-datatable td.w-custom-perc-27 {
  width: 27% !important;
  max-width: 27% !important;
}
table.dataTable th.w-custom-perc-28,
table.dataTable td.w-custom-perc-28,
table.ajax-datatable th.w-custom-perc-28,
table.ajax-datatable td.w-custom-perc-28 {
  width: 28% !important;
  max-width: 28% !important;
}
table.dataTable th.w-custom-perc-29,
table.dataTable td.w-custom-perc-29,
table.ajax-datatable th.w-custom-perc-29,
table.ajax-datatable td.w-custom-perc-29 {
  width: 29% !important;
  max-width: 29% !important;
}
table.dataTable th.w-custom-perc-30,
table.dataTable td.w-custom-perc-30,
table.ajax-datatable th.w-custom-perc-30,
table.ajax-datatable td.w-custom-perc-30 {
  width: 30% !important;
  max-width: 30% !important;
}
table.dataTable th.w-custom-perc-31,
table.dataTable td.w-custom-perc-31,
table.ajax-datatable th.w-custom-perc-31,
table.ajax-datatable td.w-custom-perc-31 {
  width: 31% !important;
  max-width: 31% !important;
}
table.dataTable th.w-custom-perc-32,
table.dataTable td.w-custom-perc-32,
table.ajax-datatable th.w-custom-perc-32,
table.ajax-datatable td.w-custom-perc-32 {
  width: 32% !important;
  max-width: 32% !important;
}
table.dataTable th.w-custom-perc-33,
table.dataTable td.w-custom-perc-33,
table.ajax-datatable th.w-custom-perc-33,
table.ajax-datatable td.w-custom-perc-33 {
  width: 33% !important;
  max-width: 33% !important;
}
table.dataTable th.w-custom-perc-34,
table.dataTable td.w-custom-perc-34,
table.ajax-datatable th.w-custom-perc-34,
table.ajax-datatable td.w-custom-perc-34 {
  width: 34% !important;
  max-width: 34% !important;
}
table.dataTable th.w-custom-perc-35,
table.dataTable td.w-custom-perc-35,
table.ajax-datatable th.w-custom-perc-35,
table.ajax-datatable td.w-custom-perc-35 {
  width: 35% !important;
  max-width: 35% !important;
}
table.dataTable th.w-custom-perc-36,
table.dataTable td.w-custom-perc-36,
table.ajax-datatable th.w-custom-perc-36,
table.ajax-datatable td.w-custom-perc-36 {
  width: 36% !important;
  max-width: 36% !important;
}
table.dataTable th.w-custom-perc-37,
table.dataTable td.w-custom-perc-37,
table.ajax-datatable th.w-custom-perc-37,
table.ajax-datatable td.w-custom-perc-37 {
  width: 37% !important;
  max-width: 37% !important;
}
table.dataTable th.w-custom-perc-38,
table.dataTable td.w-custom-perc-38,
table.ajax-datatable th.w-custom-perc-38,
table.ajax-datatable td.w-custom-perc-38 {
  width: 38% !important;
  max-width: 38% !important;
}
table.dataTable th.w-custom-perc-39,
table.dataTable td.w-custom-perc-39,
table.ajax-datatable th.w-custom-perc-39,
table.ajax-datatable td.w-custom-perc-39 {
  width: 39% !important;
  max-width: 39% !important;
}
table.dataTable th.w-custom-perc-40,
table.dataTable td.w-custom-perc-40,
table.ajax-datatable th.w-custom-perc-40,
table.ajax-datatable td.w-custom-perc-40 {
  width: 40% !important;
  max-width: 40% !important;
}
table.dataTable th.w-custom-perc-41,
table.dataTable td.w-custom-perc-41,
table.ajax-datatable th.w-custom-perc-41,
table.ajax-datatable td.w-custom-perc-41 {
  width: 41% !important;
  max-width: 41% !important;
}
table.dataTable th.w-custom-perc-42,
table.dataTable td.w-custom-perc-42,
table.ajax-datatable th.w-custom-perc-42,
table.ajax-datatable td.w-custom-perc-42 {
  width: 42% !important;
  max-width: 42% !important;
}
table.dataTable th.w-custom-perc-43,
table.dataTable td.w-custom-perc-43,
table.ajax-datatable th.w-custom-perc-43,
table.ajax-datatable td.w-custom-perc-43 {
  width: 43% !important;
  max-width: 43% !important;
}
table.dataTable th.w-custom-perc-44,
table.dataTable td.w-custom-perc-44,
table.ajax-datatable th.w-custom-perc-44,
table.ajax-datatable td.w-custom-perc-44 {
  width: 44% !important;
  max-width: 44% !important;
}
table.dataTable th.w-custom-perc-45,
table.dataTable td.w-custom-perc-45,
table.ajax-datatable th.w-custom-perc-45,
table.ajax-datatable td.w-custom-perc-45 {
  width: 45% !important;
  max-width: 45% !important;
}
table.dataTable th.w-custom-perc-46,
table.dataTable td.w-custom-perc-46,
table.ajax-datatable th.w-custom-perc-46,
table.ajax-datatable td.w-custom-perc-46 {
  width: 46% !important;
  max-width: 46% !important;
}
table.dataTable th.w-custom-perc-47,
table.dataTable td.w-custom-perc-47,
table.ajax-datatable th.w-custom-perc-47,
table.ajax-datatable td.w-custom-perc-47 {
  width: 47% !important;
  max-width: 47% !important;
}
table.dataTable th.w-custom-perc-48,
table.dataTable td.w-custom-perc-48,
table.ajax-datatable th.w-custom-perc-48,
table.ajax-datatable td.w-custom-perc-48 {
  width: 48% !important;
  max-width: 48% !important;
}
table.dataTable th.w-custom-perc-49,
table.dataTable td.w-custom-perc-49,
table.ajax-datatable th.w-custom-perc-49,
table.ajax-datatable td.w-custom-perc-49 {
  width: 49% !important;
  max-width: 49% !important;
}
table.dataTable th.w-custom-perc-50,
table.dataTable td.w-custom-perc-50,
table.ajax-datatable th.w-custom-perc-50,
table.ajax-datatable td.w-custom-perc-50 {
  width: 50% !important;
  max-width: 50% !important;
}
table.dataTable th.w-custom-perc-51,
table.dataTable td.w-custom-perc-51,
table.ajax-datatable th.w-custom-perc-51,
table.ajax-datatable td.w-custom-perc-51 {
  width: 51% !important;
  max-width: 51% !important;
}
table.dataTable th.w-custom-perc-52,
table.dataTable td.w-custom-perc-52,
table.ajax-datatable th.w-custom-perc-52,
table.ajax-datatable td.w-custom-perc-52 {
  width: 52% !important;
  max-width: 52% !important;
}
table.dataTable th.w-custom-perc-53,
table.dataTable td.w-custom-perc-53,
table.ajax-datatable th.w-custom-perc-53,
table.ajax-datatable td.w-custom-perc-53 {
  width: 53% !important;
  max-width: 53% !important;
}
table.dataTable th.w-custom-perc-54,
table.dataTable td.w-custom-perc-54,
table.ajax-datatable th.w-custom-perc-54,
table.ajax-datatable td.w-custom-perc-54 {
  width: 54% !important;
  max-width: 54% !important;
}
table.dataTable th.w-custom-perc-55,
table.dataTable td.w-custom-perc-55,
table.ajax-datatable th.w-custom-perc-55,
table.ajax-datatable td.w-custom-perc-55 {
  width: 55% !important;
  max-width: 55% !important;
}
table.dataTable th.w-custom-perc-56,
table.dataTable td.w-custom-perc-56,
table.ajax-datatable th.w-custom-perc-56,
table.ajax-datatable td.w-custom-perc-56 {
  width: 56% !important;
  max-width: 56% !important;
}
table.dataTable th.w-custom-perc-57,
table.dataTable td.w-custom-perc-57,
table.ajax-datatable th.w-custom-perc-57,
table.ajax-datatable td.w-custom-perc-57 {
  width: 57% !important;
  max-width: 57% !important;
}
table.dataTable th.w-custom-perc-58,
table.dataTable td.w-custom-perc-58,
table.ajax-datatable th.w-custom-perc-58,
table.ajax-datatable td.w-custom-perc-58 {
  width: 58% !important;
  max-width: 58% !important;
}
table.dataTable th.w-custom-perc-59,
table.dataTable td.w-custom-perc-59,
table.ajax-datatable th.w-custom-perc-59,
table.ajax-datatable td.w-custom-perc-59 {
  width: 59% !important;
  max-width: 59% !important;
}
table.dataTable th.w-custom-perc-60,
table.dataTable td.w-custom-perc-60,
table.ajax-datatable th.w-custom-perc-60,
table.ajax-datatable td.w-custom-perc-60 {
  width: 60% !important;
  max-width: 60% !important;
}
table.dataTable th.w-custom-perc-61,
table.dataTable td.w-custom-perc-61,
table.ajax-datatable th.w-custom-perc-61,
table.ajax-datatable td.w-custom-perc-61 {
  width: 61% !important;
  max-width: 61% !important;
}
table.dataTable th.w-custom-perc-62,
table.dataTable td.w-custom-perc-62,
table.ajax-datatable th.w-custom-perc-62,
table.ajax-datatable td.w-custom-perc-62 {
  width: 62% !important;
  max-width: 62% !important;
}
table.dataTable th.w-custom-perc-63,
table.dataTable td.w-custom-perc-63,
table.ajax-datatable th.w-custom-perc-63,
table.ajax-datatable td.w-custom-perc-63 {
  width: 63% !important;
  max-width: 63% !important;
}
table.dataTable th.w-custom-perc-64,
table.dataTable td.w-custom-perc-64,
table.ajax-datatable th.w-custom-perc-64,
table.ajax-datatable td.w-custom-perc-64 {
  width: 64% !important;
  max-width: 64% !important;
}
table.dataTable th.w-custom-perc-65,
table.dataTable td.w-custom-perc-65,
table.ajax-datatable th.w-custom-perc-65,
table.ajax-datatable td.w-custom-perc-65 {
  width: 65% !important;
  max-width: 65% !important;
}
table.dataTable th.w-custom-perc-66,
table.dataTable td.w-custom-perc-66,
table.ajax-datatable th.w-custom-perc-66,
table.ajax-datatable td.w-custom-perc-66 {
  width: 66% !important;
  max-width: 66% !important;
}
table.dataTable th.w-custom-perc-67,
table.dataTable td.w-custom-perc-67,
table.ajax-datatable th.w-custom-perc-67,
table.ajax-datatable td.w-custom-perc-67 {
  width: 67% !important;
  max-width: 67% !important;
}
table.dataTable th.w-custom-perc-68,
table.dataTable td.w-custom-perc-68,
table.ajax-datatable th.w-custom-perc-68,
table.ajax-datatable td.w-custom-perc-68 {
  width: 68% !important;
  max-width: 68% !important;
}
table.dataTable th.w-custom-perc-69,
table.dataTable td.w-custom-perc-69,
table.ajax-datatable th.w-custom-perc-69,
table.ajax-datatable td.w-custom-perc-69 {
  width: 69% !important;
  max-width: 69% !important;
}
table.dataTable th.w-custom-perc-70,
table.dataTable td.w-custom-perc-70,
table.ajax-datatable th.w-custom-perc-70,
table.ajax-datatable td.w-custom-perc-70 {
  width: 70% !important;
  max-width: 70% !important;
}
table.dataTable th.w-custom-perc-71,
table.dataTable td.w-custom-perc-71,
table.ajax-datatable th.w-custom-perc-71,
table.ajax-datatable td.w-custom-perc-71 {
  width: 71% !important;
  max-width: 71% !important;
}
table.dataTable th.w-custom-perc-72,
table.dataTable td.w-custom-perc-72,
table.ajax-datatable th.w-custom-perc-72,
table.ajax-datatable td.w-custom-perc-72 {
  width: 72% !important;
  max-width: 72% !important;
}
table.dataTable th.w-custom-perc-73,
table.dataTable td.w-custom-perc-73,
table.ajax-datatable th.w-custom-perc-73,
table.ajax-datatable td.w-custom-perc-73 {
  width: 73% !important;
  max-width: 73% !important;
}
table.dataTable th.w-custom-perc-74,
table.dataTable td.w-custom-perc-74,
table.ajax-datatable th.w-custom-perc-74,
table.ajax-datatable td.w-custom-perc-74 {
  width: 74% !important;
  max-width: 74% !important;
}
table.dataTable th.w-custom-perc-75,
table.dataTable td.w-custom-perc-75,
table.ajax-datatable th.w-custom-perc-75,
table.ajax-datatable td.w-custom-perc-75 {
  width: 75% !important;
  max-width: 75% !important;
}
table.dataTable th.w-custom-perc-76,
table.dataTable td.w-custom-perc-76,
table.ajax-datatable th.w-custom-perc-76,
table.ajax-datatable td.w-custom-perc-76 {
  width: 76% !important;
  max-width: 76% !important;
}
table.dataTable th.w-custom-perc-77,
table.dataTable td.w-custom-perc-77,
table.ajax-datatable th.w-custom-perc-77,
table.ajax-datatable td.w-custom-perc-77 {
  width: 77% !important;
  max-width: 77% !important;
}
table.dataTable th.w-custom-perc-78,
table.dataTable td.w-custom-perc-78,
table.ajax-datatable th.w-custom-perc-78,
table.ajax-datatable td.w-custom-perc-78 {
  width: 78% !important;
  max-width: 78% !important;
}
table.dataTable th.w-custom-perc-79,
table.dataTable td.w-custom-perc-79,
table.ajax-datatable th.w-custom-perc-79,
table.ajax-datatable td.w-custom-perc-79 {
  width: 79% !important;
  max-width: 79% !important;
}
table.dataTable th.w-custom-perc-80,
table.dataTable td.w-custom-perc-80,
table.ajax-datatable th.w-custom-perc-80,
table.ajax-datatable td.w-custom-perc-80 {
  width: 80% !important;
  max-width: 80% !important;
}
table.dataTable th.w-custom-perc-81,
table.dataTable td.w-custom-perc-81,
table.ajax-datatable th.w-custom-perc-81,
table.ajax-datatable td.w-custom-perc-81 {
  width: 81% !important;
  max-width: 81% !important;
}
table.dataTable th.w-custom-perc-82,
table.dataTable td.w-custom-perc-82,
table.ajax-datatable th.w-custom-perc-82,
table.ajax-datatable td.w-custom-perc-82 {
  width: 82% !important;
  max-width: 82% !important;
}
table.dataTable th.w-custom-perc-83,
table.dataTable td.w-custom-perc-83,
table.ajax-datatable th.w-custom-perc-83,
table.ajax-datatable td.w-custom-perc-83 {
  width: 83% !important;
  max-width: 83% !important;
}
table.dataTable th.w-custom-perc-84,
table.dataTable td.w-custom-perc-84,
table.ajax-datatable th.w-custom-perc-84,
table.ajax-datatable td.w-custom-perc-84 {
  width: 84% !important;
  max-width: 84% !important;
}
table.dataTable th.w-custom-perc-85,
table.dataTable td.w-custom-perc-85,
table.ajax-datatable th.w-custom-perc-85,
table.ajax-datatable td.w-custom-perc-85 {
  width: 85% !important;
  max-width: 85% !important;
}
table.dataTable th.w-custom-perc-86,
table.dataTable td.w-custom-perc-86,
table.ajax-datatable th.w-custom-perc-86,
table.ajax-datatable td.w-custom-perc-86 {
  width: 86% !important;
  max-width: 86% !important;
}
table.dataTable th.w-custom-perc-87,
table.dataTable td.w-custom-perc-87,
table.ajax-datatable th.w-custom-perc-87,
table.ajax-datatable td.w-custom-perc-87 {
  width: 87% !important;
  max-width: 87% !important;
}
table.dataTable th.w-custom-perc-88,
table.dataTable td.w-custom-perc-88,
table.ajax-datatable th.w-custom-perc-88,
table.ajax-datatable td.w-custom-perc-88 {
  width: 88% !important;
  max-width: 88% !important;
}
table.dataTable th.w-custom-perc-89,
table.dataTable td.w-custom-perc-89,
table.ajax-datatable th.w-custom-perc-89,
table.ajax-datatable td.w-custom-perc-89 {
  width: 89% !important;
  max-width: 89% !important;
}
table.dataTable th.w-custom-perc-90,
table.dataTable td.w-custom-perc-90,
table.ajax-datatable th.w-custom-perc-90,
table.ajax-datatable td.w-custom-perc-90 {
  width: 90% !important;
  max-width: 90% !important;
}
table.dataTable th.w-custom-perc-91,
table.dataTable td.w-custom-perc-91,
table.ajax-datatable th.w-custom-perc-91,
table.ajax-datatable td.w-custom-perc-91 {
  width: 91% !important;
  max-width: 91% !important;
}
table.dataTable th.w-custom-perc-92,
table.dataTable td.w-custom-perc-92,
table.ajax-datatable th.w-custom-perc-92,
table.ajax-datatable td.w-custom-perc-92 {
  width: 92% !important;
  max-width: 92% !important;
}
table.dataTable th.w-custom-perc-93,
table.dataTable td.w-custom-perc-93,
table.ajax-datatable th.w-custom-perc-93,
table.ajax-datatable td.w-custom-perc-93 {
  width: 93% !important;
  max-width: 93% !important;
}
table.dataTable th.w-custom-perc-94,
table.dataTable td.w-custom-perc-94,
table.ajax-datatable th.w-custom-perc-94,
table.ajax-datatable td.w-custom-perc-94 {
  width: 94% !important;
  max-width: 94% !important;
}
table.dataTable th.w-custom-perc-95,
table.dataTable td.w-custom-perc-95,
table.ajax-datatable th.w-custom-perc-95,
table.ajax-datatable td.w-custom-perc-95 {
  width: 95% !important;
  max-width: 95% !important;
}
table.dataTable th.w-custom-perc-96,
table.dataTable td.w-custom-perc-96,
table.ajax-datatable th.w-custom-perc-96,
table.ajax-datatable td.w-custom-perc-96 {
  width: 96% !important;
  max-width: 96% !important;
}
table.dataTable th.w-custom-perc-97,
table.dataTable td.w-custom-perc-97,
table.ajax-datatable th.w-custom-perc-97,
table.ajax-datatable td.w-custom-perc-97 {
  width: 97% !important;
  max-width: 97% !important;
}
table.dataTable th.w-custom-perc-98,
table.dataTable td.w-custom-perc-98,
table.ajax-datatable th.w-custom-perc-98,
table.ajax-datatable td.w-custom-perc-98 {
  width: 98% !important;
  max-width: 98% !important;
}
table.dataTable th.w-custom-perc-99,
table.dataTable td.w-custom-perc-99,
table.ajax-datatable th.w-custom-perc-99,
table.ajax-datatable td.w-custom-perc-99 {
  width: 99% !important;
  max-width: 99% !important;
}
table.dataTable th.w-custom-perc-100,
table.dataTable td.w-custom-perc-100,
table.ajax-datatable th.w-custom-perc-100,
table.ajax-datatable td.w-custom-perc-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.w-custom-perc-quarter {
  width: 25% !important;
}

.w-custom-perc-third {
  width: 33.333333% !important;
}

.w-custom-perc-half {
  width: 50% !important;
}

.w-custom-perc-two-thirds {
  width: 66.666667% !important;
}

.w-custom-perc-three-quarters {
  width: 75% !important;
}

.w-custom-perc-full {
  width: 100% !important;
}

.min-w-custom-perc-1 {
  min-width: 1% !important;
}

.min-w-custom-perc-2 {
  min-width: 2% !important;
}

.min-w-custom-perc-3 {
  min-width: 3% !important;
}

.min-w-custom-perc-4 {
  min-width: 4% !important;
}

.min-w-custom-perc-5 {
  min-width: 5% !important;
}

.min-w-custom-perc-6 {
  min-width: 6% !important;
}

.min-w-custom-perc-7 {
  min-width: 7% !important;
}

.min-w-custom-perc-8 {
  min-width: 8% !important;
}

.min-w-custom-perc-9 {
  min-width: 9% !important;
}

.min-w-custom-perc-10 {
  min-width: 10% !important;
}

.min-w-custom-perc-11 {
  min-width: 11% !important;
}

.min-w-custom-perc-12 {
  min-width: 12% !important;
}

.min-w-custom-perc-13 {
  min-width: 13% !important;
}

.min-w-custom-perc-14 {
  min-width: 14% !important;
}

.min-w-custom-perc-15 {
  min-width: 15% !important;
}

.min-w-custom-perc-16 {
  min-width: 16% !important;
}

.min-w-custom-perc-17 {
  min-width: 17% !important;
}

.min-w-custom-perc-18 {
  min-width: 18% !important;
}

.min-w-custom-perc-19 {
  min-width: 19% !important;
}

.min-w-custom-perc-20 {
  min-width: 20% !important;
}

.min-w-custom-perc-21 {
  min-width: 21% !important;
}

.min-w-custom-perc-22 {
  min-width: 22% !important;
}

.min-w-custom-perc-23 {
  min-width: 23% !important;
}

.min-w-custom-perc-24 {
  min-width: 24% !important;
}

.min-w-custom-perc-25 {
  min-width: 25% !important;
}

.min-w-custom-perc-26 {
  min-width: 26% !important;
}

.min-w-custom-perc-27 {
  min-width: 27% !important;
}

.min-w-custom-perc-28 {
  min-width: 28% !important;
}

.min-w-custom-perc-29 {
  min-width: 29% !important;
}

.min-w-custom-perc-30 {
  min-width: 30% !important;
}

.min-w-custom-perc-31 {
  min-width: 31% !important;
}

.min-w-custom-perc-32 {
  min-width: 32% !important;
}

.min-w-custom-perc-33 {
  min-width: 33% !important;
}

.min-w-custom-perc-34 {
  min-width: 34% !important;
}

.min-w-custom-perc-35 {
  min-width: 35% !important;
}

.min-w-custom-perc-36 {
  min-width: 36% !important;
}

.min-w-custom-perc-37 {
  min-width: 37% !important;
}

.min-w-custom-perc-38 {
  min-width: 38% !important;
}

.min-w-custom-perc-39 {
  min-width: 39% !important;
}

.min-w-custom-perc-40 {
  min-width: 40% !important;
}

.min-w-custom-perc-41 {
  min-width: 41% !important;
}

.min-w-custom-perc-42 {
  min-width: 42% !important;
}

.min-w-custom-perc-43 {
  min-width: 43% !important;
}

.min-w-custom-perc-44 {
  min-width: 44% !important;
}

.min-w-custom-perc-45 {
  min-width: 45% !important;
}

.min-w-custom-perc-46 {
  min-width: 46% !important;
}

.min-w-custom-perc-47 {
  min-width: 47% !important;
}

.min-w-custom-perc-48 {
  min-width: 48% !important;
}

.min-w-custom-perc-49 {
  min-width: 49% !important;
}

.min-w-custom-perc-50 {
  min-width: 50% !important;
}

.min-w-custom-perc-51 {
  min-width: 51% !important;
}

.min-w-custom-perc-52 {
  min-width: 52% !important;
}

.min-w-custom-perc-53 {
  min-width: 53% !important;
}

.min-w-custom-perc-54 {
  min-width: 54% !important;
}

.min-w-custom-perc-55 {
  min-width: 55% !important;
}

.min-w-custom-perc-56 {
  min-width: 56% !important;
}

.min-w-custom-perc-57 {
  min-width: 57% !important;
}

.min-w-custom-perc-58 {
  min-width: 58% !important;
}

.min-w-custom-perc-59 {
  min-width: 59% !important;
}

.min-w-custom-perc-60 {
  min-width: 60% !important;
}

.min-w-custom-perc-61 {
  min-width: 61% !important;
}

.min-w-custom-perc-62 {
  min-width: 62% !important;
}

.min-w-custom-perc-63 {
  min-width: 63% !important;
}

.min-w-custom-perc-64 {
  min-width: 64% !important;
}

.min-w-custom-perc-65 {
  min-width: 65% !important;
}

.min-w-custom-perc-66 {
  min-width: 66% !important;
}

.min-w-custom-perc-67 {
  min-width: 67% !important;
}

.min-w-custom-perc-68 {
  min-width: 68% !important;
}

.min-w-custom-perc-69 {
  min-width: 69% !important;
}

.min-w-custom-perc-70 {
  min-width: 70% !important;
}

.min-w-custom-perc-71 {
  min-width: 71% !important;
}

.min-w-custom-perc-72 {
  min-width: 72% !important;
}

.min-w-custom-perc-73 {
  min-width: 73% !important;
}

.min-w-custom-perc-74 {
  min-width: 74% !important;
}

.min-w-custom-perc-75 {
  min-width: 75% !important;
}

.min-w-custom-perc-76 {
  min-width: 76% !important;
}

.min-w-custom-perc-77 {
  min-width: 77% !important;
}

.min-w-custom-perc-78 {
  min-width: 78% !important;
}

.min-w-custom-perc-79 {
  min-width: 79% !important;
}

.min-w-custom-perc-80 {
  min-width: 80% !important;
}

.min-w-custom-perc-81 {
  min-width: 81% !important;
}

.min-w-custom-perc-82 {
  min-width: 82% !important;
}

.min-w-custom-perc-83 {
  min-width: 83% !important;
}

.min-w-custom-perc-84 {
  min-width: 84% !important;
}

.min-w-custom-perc-85 {
  min-width: 85% !important;
}

.min-w-custom-perc-86 {
  min-width: 86% !important;
}

.min-w-custom-perc-87 {
  min-width: 87% !important;
}

.min-w-custom-perc-88 {
  min-width: 88% !important;
}

.min-w-custom-perc-89 {
  min-width: 89% !important;
}

.min-w-custom-perc-90 {
  min-width: 90% !important;
}

.min-w-custom-perc-91 {
  min-width: 91% !important;
}

.min-w-custom-perc-92 {
  min-width: 92% !important;
}

.min-w-custom-perc-93 {
  min-width: 93% !important;
}

.min-w-custom-perc-94 {
  min-width: 94% !important;
}

.min-w-custom-perc-95 {
  min-width: 95% !important;
}

.min-w-custom-perc-96 {
  min-width: 96% !important;
}

.min-w-custom-perc-97 {
  min-width: 97% !important;
}

.min-w-custom-perc-98 {
  min-width: 98% !important;
}

.min-w-custom-perc-99 {
  min-width: 99% !important;
}

.min-w-custom-perc-100 {
  min-width: 100% !important;
}

.max-w-custom-perc-1 {
  max-width: 1% !important;
}

.max-w-custom-perc-2 {
  max-width: 2% !important;
}

.max-w-custom-perc-3 {
  max-width: 3% !important;
}

.max-w-custom-perc-4 {
  max-width: 4% !important;
}

.max-w-custom-perc-5 {
  max-width: 5% !important;
}

.max-w-custom-perc-6 {
  max-width: 6% !important;
}

.max-w-custom-perc-7 {
  max-width: 7% !important;
}

.max-w-custom-perc-8 {
  max-width: 8% !important;
}

.max-w-custom-perc-9 {
  max-width: 9% !important;
}

.max-w-custom-perc-10 {
  max-width: 10% !important;
}

.max-w-custom-perc-11 {
  max-width: 11% !important;
}

.max-w-custom-perc-12 {
  max-width: 12% !important;
}

.max-w-custom-perc-13 {
  max-width: 13% !important;
}

.max-w-custom-perc-14 {
  max-width: 14% !important;
}

.max-w-custom-perc-15 {
  max-width: 15% !important;
}

.max-w-custom-perc-16 {
  max-width: 16% !important;
}

.max-w-custom-perc-17 {
  max-width: 17% !important;
}

.max-w-custom-perc-18 {
  max-width: 18% !important;
}

.max-w-custom-perc-19 {
  max-width: 19% !important;
}

.max-w-custom-perc-20 {
  max-width: 20% !important;
}

.max-w-custom-perc-21 {
  max-width: 21% !important;
}

.max-w-custom-perc-22 {
  max-width: 22% !important;
}

.max-w-custom-perc-23 {
  max-width: 23% !important;
}

.max-w-custom-perc-24 {
  max-width: 24% !important;
}

.max-w-custom-perc-25 {
  max-width: 25% !important;
}

.max-w-custom-perc-26 {
  max-width: 26% !important;
}

.max-w-custom-perc-27 {
  max-width: 27% !important;
}

.max-w-custom-perc-28 {
  max-width: 28% !important;
}

.max-w-custom-perc-29 {
  max-width: 29% !important;
}

.max-w-custom-perc-30 {
  max-width: 30% !important;
}

.max-w-custom-perc-31 {
  max-width: 31% !important;
}

.max-w-custom-perc-32 {
  max-width: 32% !important;
}

.max-w-custom-perc-33 {
  max-width: 33% !important;
}

.max-w-custom-perc-34 {
  max-width: 34% !important;
}

.max-w-custom-perc-35 {
  max-width: 35% !important;
}

.max-w-custom-perc-36 {
  max-width: 36% !important;
}

.max-w-custom-perc-37 {
  max-width: 37% !important;
}

.max-w-custom-perc-38 {
  max-width: 38% !important;
}

.max-w-custom-perc-39 {
  max-width: 39% !important;
}

.max-w-custom-perc-40 {
  max-width: 40% !important;
}

.max-w-custom-perc-41 {
  max-width: 41% !important;
}

.max-w-custom-perc-42 {
  max-width: 42% !important;
}

.max-w-custom-perc-43 {
  max-width: 43% !important;
}

.max-w-custom-perc-44 {
  max-width: 44% !important;
}

.max-w-custom-perc-45 {
  max-width: 45% !important;
}

.max-w-custom-perc-46 {
  max-width: 46% !important;
}

.max-w-custom-perc-47 {
  max-width: 47% !important;
}

.max-w-custom-perc-48 {
  max-width: 48% !important;
}

.max-w-custom-perc-49 {
  max-width: 49% !important;
}

.max-w-custom-perc-50 {
  max-width: 50% !important;
}

.max-w-custom-perc-51 {
  max-width: 51% !important;
}

.max-w-custom-perc-52 {
  max-width: 52% !important;
}

.max-w-custom-perc-53 {
  max-width: 53% !important;
}

.max-w-custom-perc-54 {
  max-width: 54% !important;
}

.max-w-custom-perc-55 {
  max-width: 55% !important;
}

.max-w-custom-perc-56 {
  max-width: 56% !important;
}

.max-w-custom-perc-57 {
  max-width: 57% !important;
}

.max-w-custom-perc-58 {
  max-width: 58% !important;
}

.max-w-custom-perc-59 {
  max-width: 59% !important;
}

.max-w-custom-perc-60 {
  max-width: 60% !important;
}

.max-w-custom-perc-61 {
  max-width: 61% !important;
}

.max-w-custom-perc-62 {
  max-width: 62% !important;
}

.max-w-custom-perc-63 {
  max-width: 63% !important;
}

.max-w-custom-perc-64 {
  max-width: 64% !important;
}

.max-w-custom-perc-65 {
  max-width: 65% !important;
}

.max-w-custom-perc-66 {
  max-width: 66% !important;
}

.max-w-custom-perc-67 {
  max-width: 67% !important;
}

.max-w-custom-perc-68 {
  max-width: 68% !important;
}

.max-w-custom-perc-69 {
  max-width: 69% !important;
}

.max-w-custom-perc-70 {
  max-width: 70% !important;
}

.max-w-custom-perc-71 {
  max-width: 71% !important;
}

.max-w-custom-perc-72 {
  max-width: 72% !important;
}

.max-w-custom-perc-73 {
  max-width: 73% !important;
}

.max-w-custom-perc-74 {
  max-width: 74% !important;
}

.max-w-custom-perc-75 {
  max-width: 75% !important;
}

.max-w-custom-perc-76 {
  max-width: 76% !important;
}

.max-w-custom-perc-77 {
  max-width: 77% !important;
}

.max-w-custom-perc-78 {
  max-width: 78% !important;
}

.max-w-custom-perc-79 {
  max-width: 79% !important;
}

.max-w-custom-perc-80 {
  max-width: 80% !important;
}

.max-w-custom-perc-81 {
  max-width: 81% !important;
}

.max-w-custom-perc-82 {
  max-width: 82% !important;
}

.max-w-custom-perc-83 {
  max-width: 83% !important;
}

.max-w-custom-perc-84 {
  max-width: 84% !important;
}

.max-w-custom-perc-85 {
  max-width: 85% !important;
}

.max-w-custom-perc-86 {
  max-width: 86% !important;
}

.max-w-custom-perc-87 {
  max-width: 87% !important;
}

.max-w-custom-perc-88 {
  max-width: 88% !important;
}

.max-w-custom-perc-89 {
  max-width: 89% !important;
}

.max-w-custom-perc-90 {
  max-width: 90% !important;
}

.max-w-custom-perc-91 {
  max-width: 91% !important;
}

.max-w-custom-perc-92 {
  max-width: 92% !important;
}

.max-w-custom-perc-93 {
  max-width: 93% !important;
}

.max-w-custom-perc-94 {
  max-width: 94% !important;
}

.max-w-custom-perc-95 {
  max-width: 95% !important;
}

.max-w-custom-perc-96 {
  max-width: 96% !important;
}

.max-w-custom-perc-97 {
  max-width: 97% !important;
}

.max-w-custom-perc-98 {
  max-width: 98% !important;
}

.max-w-custom-perc-99 {
  max-width: 99% !important;
}

.max-w-custom-perc-100 {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .w-custom-perc-sm-1 {
    width: 1% !important;
  }
  .w-custom-perc-sm-2 {
    width: 2% !important;
  }
  .w-custom-perc-sm-3 {
    width: 3% !important;
  }
  .w-custom-perc-sm-4 {
    width: 4% !important;
  }
  .w-custom-perc-sm-5 {
    width: 5% !important;
  }
  .w-custom-perc-sm-6 {
    width: 6% !important;
  }
  .w-custom-perc-sm-7 {
    width: 7% !important;
  }
  .w-custom-perc-sm-8 {
    width: 8% !important;
  }
  .w-custom-perc-sm-9 {
    width: 9% !important;
  }
  .w-custom-perc-sm-10 {
    width: 10% !important;
  }
  .w-custom-perc-sm-11 {
    width: 11% !important;
  }
  .w-custom-perc-sm-12 {
    width: 12% !important;
  }
  .w-custom-perc-sm-13 {
    width: 13% !important;
  }
  .w-custom-perc-sm-14 {
    width: 14% !important;
  }
  .w-custom-perc-sm-15 {
    width: 15% !important;
  }
  .w-custom-perc-sm-16 {
    width: 16% !important;
  }
  .w-custom-perc-sm-17 {
    width: 17% !important;
  }
  .w-custom-perc-sm-18 {
    width: 18% !important;
  }
  .w-custom-perc-sm-19 {
    width: 19% !important;
  }
  .w-custom-perc-sm-20 {
    width: 20% !important;
  }
  .w-custom-perc-sm-21 {
    width: 21% !important;
  }
  .w-custom-perc-sm-22 {
    width: 22% !important;
  }
  .w-custom-perc-sm-23 {
    width: 23% !important;
  }
  .w-custom-perc-sm-24 {
    width: 24% !important;
  }
  .w-custom-perc-sm-25 {
    width: 25% !important;
  }
  .w-custom-perc-sm-26 {
    width: 26% !important;
  }
  .w-custom-perc-sm-27 {
    width: 27% !important;
  }
  .w-custom-perc-sm-28 {
    width: 28% !important;
  }
  .w-custom-perc-sm-29 {
    width: 29% !important;
  }
  .w-custom-perc-sm-30 {
    width: 30% !important;
  }
  .w-custom-perc-sm-31 {
    width: 31% !important;
  }
  .w-custom-perc-sm-32 {
    width: 32% !important;
  }
  .w-custom-perc-sm-33 {
    width: 33% !important;
  }
  .w-custom-perc-sm-34 {
    width: 34% !important;
  }
  .w-custom-perc-sm-35 {
    width: 35% !important;
  }
  .w-custom-perc-sm-36 {
    width: 36% !important;
  }
  .w-custom-perc-sm-37 {
    width: 37% !important;
  }
  .w-custom-perc-sm-38 {
    width: 38% !important;
  }
  .w-custom-perc-sm-39 {
    width: 39% !important;
  }
  .w-custom-perc-sm-40 {
    width: 40% !important;
  }
  .w-custom-perc-sm-41 {
    width: 41% !important;
  }
  .w-custom-perc-sm-42 {
    width: 42% !important;
  }
  .w-custom-perc-sm-43 {
    width: 43% !important;
  }
  .w-custom-perc-sm-44 {
    width: 44% !important;
  }
  .w-custom-perc-sm-45 {
    width: 45% !important;
  }
  .w-custom-perc-sm-46 {
    width: 46% !important;
  }
  .w-custom-perc-sm-47 {
    width: 47% !important;
  }
  .w-custom-perc-sm-48 {
    width: 48% !important;
  }
  .w-custom-perc-sm-49 {
    width: 49% !important;
  }
  .w-custom-perc-sm-50 {
    width: 50% !important;
  }
  .w-custom-perc-sm-51 {
    width: 51% !important;
  }
  .w-custom-perc-sm-52 {
    width: 52% !important;
  }
  .w-custom-perc-sm-53 {
    width: 53% !important;
  }
  .w-custom-perc-sm-54 {
    width: 54% !important;
  }
  .w-custom-perc-sm-55 {
    width: 55% !important;
  }
  .w-custom-perc-sm-56 {
    width: 56% !important;
  }
  .w-custom-perc-sm-57 {
    width: 57% !important;
  }
  .w-custom-perc-sm-58 {
    width: 58% !important;
  }
  .w-custom-perc-sm-59 {
    width: 59% !important;
  }
  .w-custom-perc-sm-60 {
    width: 60% !important;
  }
  .w-custom-perc-sm-61 {
    width: 61% !important;
  }
  .w-custom-perc-sm-62 {
    width: 62% !important;
  }
  .w-custom-perc-sm-63 {
    width: 63% !important;
  }
  .w-custom-perc-sm-64 {
    width: 64% !important;
  }
  .w-custom-perc-sm-65 {
    width: 65% !important;
  }
  .w-custom-perc-sm-66 {
    width: 66% !important;
  }
  .w-custom-perc-sm-67 {
    width: 67% !important;
  }
  .w-custom-perc-sm-68 {
    width: 68% !important;
  }
  .w-custom-perc-sm-69 {
    width: 69% !important;
  }
  .w-custom-perc-sm-70 {
    width: 70% !important;
  }
  .w-custom-perc-sm-71 {
    width: 71% !important;
  }
  .w-custom-perc-sm-72 {
    width: 72% !important;
  }
  .w-custom-perc-sm-73 {
    width: 73% !important;
  }
  .w-custom-perc-sm-74 {
    width: 74% !important;
  }
  .w-custom-perc-sm-75 {
    width: 75% !important;
  }
  .w-custom-perc-sm-76 {
    width: 76% !important;
  }
  .w-custom-perc-sm-77 {
    width: 77% !important;
  }
  .w-custom-perc-sm-78 {
    width: 78% !important;
  }
  .w-custom-perc-sm-79 {
    width: 79% !important;
  }
  .w-custom-perc-sm-80 {
    width: 80% !important;
  }
  .w-custom-perc-sm-81 {
    width: 81% !important;
  }
  .w-custom-perc-sm-82 {
    width: 82% !important;
  }
  .w-custom-perc-sm-83 {
    width: 83% !important;
  }
  .w-custom-perc-sm-84 {
    width: 84% !important;
  }
  .w-custom-perc-sm-85 {
    width: 85% !important;
  }
  .w-custom-perc-sm-86 {
    width: 86% !important;
  }
  .w-custom-perc-sm-87 {
    width: 87% !important;
  }
  .w-custom-perc-sm-88 {
    width: 88% !important;
  }
  .w-custom-perc-sm-89 {
    width: 89% !important;
  }
  .w-custom-perc-sm-90 {
    width: 90% !important;
  }
  .w-custom-perc-sm-91 {
    width: 91% !important;
  }
  .w-custom-perc-sm-92 {
    width: 92% !important;
  }
  .w-custom-perc-sm-93 {
    width: 93% !important;
  }
  .w-custom-perc-sm-94 {
    width: 94% !important;
  }
  .w-custom-perc-sm-95 {
    width: 95% !important;
  }
  .w-custom-perc-sm-96 {
    width: 96% !important;
  }
  .w-custom-perc-sm-97 {
    width: 97% !important;
  }
  .w-custom-perc-sm-98 {
    width: 98% !important;
  }
  .w-custom-perc-sm-99 {
    width: 99% !important;
  }
  .w-custom-perc-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-custom-perc-md-1 {
    width: 1% !important;
  }
  .w-custom-perc-md-2 {
    width: 2% !important;
  }
  .w-custom-perc-md-3 {
    width: 3% !important;
  }
  .w-custom-perc-md-4 {
    width: 4% !important;
  }
  .w-custom-perc-md-5 {
    width: 5% !important;
  }
  .w-custom-perc-md-6 {
    width: 6% !important;
  }
  .w-custom-perc-md-7 {
    width: 7% !important;
  }
  .w-custom-perc-md-8 {
    width: 8% !important;
  }
  .w-custom-perc-md-9 {
    width: 9% !important;
  }
  .w-custom-perc-md-10 {
    width: 10% !important;
  }
  .w-custom-perc-md-11 {
    width: 11% !important;
  }
  .w-custom-perc-md-12 {
    width: 12% !important;
  }
  .w-custom-perc-md-13 {
    width: 13% !important;
  }
  .w-custom-perc-md-14 {
    width: 14% !important;
  }
  .w-custom-perc-md-15 {
    width: 15% !important;
  }
  .w-custom-perc-md-16 {
    width: 16% !important;
  }
  .w-custom-perc-md-17 {
    width: 17% !important;
  }
  .w-custom-perc-md-18 {
    width: 18% !important;
  }
  .w-custom-perc-md-19 {
    width: 19% !important;
  }
  .w-custom-perc-md-20 {
    width: 20% !important;
  }
  .w-custom-perc-md-21 {
    width: 21% !important;
  }
  .w-custom-perc-md-22 {
    width: 22% !important;
  }
  .w-custom-perc-md-23 {
    width: 23% !important;
  }
  .w-custom-perc-md-24 {
    width: 24% !important;
  }
  .w-custom-perc-md-25 {
    width: 25% !important;
  }
  .w-custom-perc-md-26 {
    width: 26% !important;
  }
  .w-custom-perc-md-27 {
    width: 27% !important;
  }
  .w-custom-perc-md-28 {
    width: 28% !important;
  }
  .w-custom-perc-md-29 {
    width: 29% !important;
  }
  .w-custom-perc-md-30 {
    width: 30% !important;
  }
  .w-custom-perc-md-31 {
    width: 31% !important;
  }
  .w-custom-perc-md-32 {
    width: 32% !important;
  }
  .w-custom-perc-md-33 {
    width: 33% !important;
  }
  .w-custom-perc-md-34 {
    width: 34% !important;
  }
  .w-custom-perc-md-35 {
    width: 35% !important;
  }
  .w-custom-perc-md-36 {
    width: 36% !important;
  }
  .w-custom-perc-md-37 {
    width: 37% !important;
  }
  .w-custom-perc-md-38 {
    width: 38% !important;
  }
  .w-custom-perc-md-39 {
    width: 39% !important;
  }
  .w-custom-perc-md-40 {
    width: 40% !important;
  }
  .w-custom-perc-md-41 {
    width: 41% !important;
  }
  .w-custom-perc-md-42 {
    width: 42% !important;
  }
  .w-custom-perc-md-43 {
    width: 43% !important;
  }
  .w-custom-perc-md-44 {
    width: 44% !important;
  }
  .w-custom-perc-md-45 {
    width: 45% !important;
  }
  .w-custom-perc-md-46 {
    width: 46% !important;
  }
  .w-custom-perc-md-47 {
    width: 47% !important;
  }
  .w-custom-perc-md-48 {
    width: 48% !important;
  }
  .w-custom-perc-md-49 {
    width: 49% !important;
  }
  .w-custom-perc-md-50 {
    width: 50% !important;
  }
  .w-custom-perc-md-51 {
    width: 51% !important;
  }
  .w-custom-perc-md-52 {
    width: 52% !important;
  }
  .w-custom-perc-md-53 {
    width: 53% !important;
  }
  .w-custom-perc-md-54 {
    width: 54% !important;
  }
  .w-custom-perc-md-55 {
    width: 55% !important;
  }
  .w-custom-perc-md-56 {
    width: 56% !important;
  }
  .w-custom-perc-md-57 {
    width: 57% !important;
  }
  .w-custom-perc-md-58 {
    width: 58% !important;
  }
  .w-custom-perc-md-59 {
    width: 59% !important;
  }
  .w-custom-perc-md-60 {
    width: 60% !important;
  }
  .w-custom-perc-md-61 {
    width: 61% !important;
  }
  .w-custom-perc-md-62 {
    width: 62% !important;
  }
  .w-custom-perc-md-63 {
    width: 63% !important;
  }
  .w-custom-perc-md-64 {
    width: 64% !important;
  }
  .w-custom-perc-md-65 {
    width: 65% !important;
  }
  .w-custom-perc-md-66 {
    width: 66% !important;
  }
  .w-custom-perc-md-67 {
    width: 67% !important;
  }
  .w-custom-perc-md-68 {
    width: 68% !important;
  }
  .w-custom-perc-md-69 {
    width: 69% !important;
  }
  .w-custom-perc-md-70 {
    width: 70% !important;
  }
  .w-custom-perc-md-71 {
    width: 71% !important;
  }
  .w-custom-perc-md-72 {
    width: 72% !important;
  }
  .w-custom-perc-md-73 {
    width: 73% !important;
  }
  .w-custom-perc-md-74 {
    width: 74% !important;
  }
  .w-custom-perc-md-75 {
    width: 75% !important;
  }
  .w-custom-perc-md-76 {
    width: 76% !important;
  }
  .w-custom-perc-md-77 {
    width: 77% !important;
  }
  .w-custom-perc-md-78 {
    width: 78% !important;
  }
  .w-custom-perc-md-79 {
    width: 79% !important;
  }
  .w-custom-perc-md-80 {
    width: 80% !important;
  }
  .w-custom-perc-md-81 {
    width: 81% !important;
  }
  .w-custom-perc-md-82 {
    width: 82% !important;
  }
  .w-custom-perc-md-83 {
    width: 83% !important;
  }
  .w-custom-perc-md-84 {
    width: 84% !important;
  }
  .w-custom-perc-md-85 {
    width: 85% !important;
  }
  .w-custom-perc-md-86 {
    width: 86% !important;
  }
  .w-custom-perc-md-87 {
    width: 87% !important;
  }
  .w-custom-perc-md-88 {
    width: 88% !important;
  }
  .w-custom-perc-md-89 {
    width: 89% !important;
  }
  .w-custom-perc-md-90 {
    width: 90% !important;
  }
  .w-custom-perc-md-91 {
    width: 91% !important;
  }
  .w-custom-perc-md-92 {
    width: 92% !important;
  }
  .w-custom-perc-md-93 {
    width: 93% !important;
  }
  .w-custom-perc-md-94 {
    width: 94% !important;
  }
  .w-custom-perc-md-95 {
    width: 95% !important;
  }
  .w-custom-perc-md-96 {
    width: 96% !important;
  }
  .w-custom-perc-md-97 {
    width: 97% !important;
  }
  .w-custom-perc-md-98 {
    width: 98% !important;
  }
  .w-custom-perc-md-99 {
    width: 99% !important;
  }
  .w-custom-perc-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-custom-perc-lg-1 {
    width: 1% !important;
  }
  .w-custom-perc-lg-2 {
    width: 2% !important;
  }
  .w-custom-perc-lg-3 {
    width: 3% !important;
  }
  .w-custom-perc-lg-4 {
    width: 4% !important;
  }
  .w-custom-perc-lg-5 {
    width: 5% !important;
  }
  .w-custom-perc-lg-6 {
    width: 6% !important;
  }
  .w-custom-perc-lg-7 {
    width: 7% !important;
  }
  .w-custom-perc-lg-8 {
    width: 8% !important;
  }
  .w-custom-perc-lg-9 {
    width: 9% !important;
  }
  .w-custom-perc-lg-10 {
    width: 10% !important;
  }
  .w-custom-perc-lg-11 {
    width: 11% !important;
  }
  .w-custom-perc-lg-12 {
    width: 12% !important;
  }
  .w-custom-perc-lg-13 {
    width: 13% !important;
  }
  .w-custom-perc-lg-14 {
    width: 14% !important;
  }
  .w-custom-perc-lg-15 {
    width: 15% !important;
  }
  .w-custom-perc-lg-16 {
    width: 16% !important;
  }
  .w-custom-perc-lg-17 {
    width: 17% !important;
  }
  .w-custom-perc-lg-18 {
    width: 18% !important;
  }
  .w-custom-perc-lg-19 {
    width: 19% !important;
  }
  .w-custom-perc-lg-20 {
    width: 20% !important;
  }
  .w-custom-perc-lg-21 {
    width: 21% !important;
  }
  .w-custom-perc-lg-22 {
    width: 22% !important;
  }
  .w-custom-perc-lg-23 {
    width: 23% !important;
  }
  .w-custom-perc-lg-24 {
    width: 24% !important;
  }
  .w-custom-perc-lg-25 {
    width: 25% !important;
  }
  .w-custom-perc-lg-26 {
    width: 26% !important;
  }
  .w-custom-perc-lg-27 {
    width: 27% !important;
  }
  .w-custom-perc-lg-28 {
    width: 28% !important;
  }
  .w-custom-perc-lg-29 {
    width: 29% !important;
  }
  .w-custom-perc-lg-30 {
    width: 30% !important;
  }
  .w-custom-perc-lg-31 {
    width: 31% !important;
  }
  .w-custom-perc-lg-32 {
    width: 32% !important;
  }
  .w-custom-perc-lg-33 {
    width: 33% !important;
  }
  .w-custom-perc-lg-34 {
    width: 34% !important;
  }
  .w-custom-perc-lg-35 {
    width: 35% !important;
  }
  .w-custom-perc-lg-36 {
    width: 36% !important;
  }
  .w-custom-perc-lg-37 {
    width: 37% !important;
  }
  .w-custom-perc-lg-38 {
    width: 38% !important;
  }
  .w-custom-perc-lg-39 {
    width: 39% !important;
  }
  .w-custom-perc-lg-40 {
    width: 40% !important;
  }
  .w-custom-perc-lg-41 {
    width: 41% !important;
  }
  .w-custom-perc-lg-42 {
    width: 42% !important;
  }
  .w-custom-perc-lg-43 {
    width: 43% !important;
  }
  .w-custom-perc-lg-44 {
    width: 44% !important;
  }
  .w-custom-perc-lg-45 {
    width: 45% !important;
  }
  .w-custom-perc-lg-46 {
    width: 46% !important;
  }
  .w-custom-perc-lg-47 {
    width: 47% !important;
  }
  .w-custom-perc-lg-48 {
    width: 48% !important;
  }
  .w-custom-perc-lg-49 {
    width: 49% !important;
  }
  .w-custom-perc-lg-50 {
    width: 50% !important;
  }
  .w-custom-perc-lg-51 {
    width: 51% !important;
  }
  .w-custom-perc-lg-52 {
    width: 52% !important;
  }
  .w-custom-perc-lg-53 {
    width: 53% !important;
  }
  .w-custom-perc-lg-54 {
    width: 54% !important;
  }
  .w-custom-perc-lg-55 {
    width: 55% !important;
  }
  .w-custom-perc-lg-56 {
    width: 56% !important;
  }
  .w-custom-perc-lg-57 {
    width: 57% !important;
  }
  .w-custom-perc-lg-58 {
    width: 58% !important;
  }
  .w-custom-perc-lg-59 {
    width: 59% !important;
  }
  .w-custom-perc-lg-60 {
    width: 60% !important;
  }
  .w-custom-perc-lg-61 {
    width: 61% !important;
  }
  .w-custom-perc-lg-62 {
    width: 62% !important;
  }
  .w-custom-perc-lg-63 {
    width: 63% !important;
  }
  .w-custom-perc-lg-64 {
    width: 64% !important;
  }
  .w-custom-perc-lg-65 {
    width: 65% !important;
  }
  .w-custom-perc-lg-66 {
    width: 66% !important;
  }
  .w-custom-perc-lg-67 {
    width: 67% !important;
  }
  .w-custom-perc-lg-68 {
    width: 68% !important;
  }
  .w-custom-perc-lg-69 {
    width: 69% !important;
  }
  .w-custom-perc-lg-70 {
    width: 70% !important;
  }
  .w-custom-perc-lg-71 {
    width: 71% !important;
  }
  .w-custom-perc-lg-72 {
    width: 72% !important;
  }
  .w-custom-perc-lg-73 {
    width: 73% !important;
  }
  .w-custom-perc-lg-74 {
    width: 74% !important;
  }
  .w-custom-perc-lg-75 {
    width: 75% !important;
  }
  .w-custom-perc-lg-76 {
    width: 76% !important;
  }
  .w-custom-perc-lg-77 {
    width: 77% !important;
  }
  .w-custom-perc-lg-78 {
    width: 78% !important;
  }
  .w-custom-perc-lg-79 {
    width: 79% !important;
  }
  .w-custom-perc-lg-80 {
    width: 80% !important;
  }
  .w-custom-perc-lg-81 {
    width: 81% !important;
  }
  .w-custom-perc-lg-82 {
    width: 82% !important;
  }
  .w-custom-perc-lg-83 {
    width: 83% !important;
  }
  .w-custom-perc-lg-84 {
    width: 84% !important;
  }
  .w-custom-perc-lg-85 {
    width: 85% !important;
  }
  .w-custom-perc-lg-86 {
    width: 86% !important;
  }
  .w-custom-perc-lg-87 {
    width: 87% !important;
  }
  .w-custom-perc-lg-88 {
    width: 88% !important;
  }
  .w-custom-perc-lg-89 {
    width: 89% !important;
  }
  .w-custom-perc-lg-90 {
    width: 90% !important;
  }
  .w-custom-perc-lg-91 {
    width: 91% !important;
  }
  .w-custom-perc-lg-92 {
    width: 92% !important;
  }
  .w-custom-perc-lg-93 {
    width: 93% !important;
  }
  .w-custom-perc-lg-94 {
    width: 94% !important;
  }
  .w-custom-perc-lg-95 {
    width: 95% !important;
  }
  .w-custom-perc-lg-96 {
    width: 96% !important;
  }
  .w-custom-perc-lg-97 {
    width: 97% !important;
  }
  .w-custom-perc-lg-98 {
    width: 98% !important;
  }
  .w-custom-perc-lg-99 {
    width: 99% !important;
  }
  .w-custom-perc-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-custom-perc-xl-1 {
    width: 1% !important;
  }
  .w-custom-perc-xl-2 {
    width: 2% !important;
  }
  .w-custom-perc-xl-3 {
    width: 3% !important;
  }
  .w-custom-perc-xl-4 {
    width: 4% !important;
  }
  .w-custom-perc-xl-5 {
    width: 5% !important;
  }
  .w-custom-perc-xl-6 {
    width: 6% !important;
  }
  .w-custom-perc-xl-7 {
    width: 7% !important;
  }
  .w-custom-perc-xl-8 {
    width: 8% !important;
  }
  .w-custom-perc-xl-9 {
    width: 9% !important;
  }
  .w-custom-perc-xl-10 {
    width: 10% !important;
  }
  .w-custom-perc-xl-11 {
    width: 11% !important;
  }
  .w-custom-perc-xl-12 {
    width: 12% !important;
  }
  .w-custom-perc-xl-13 {
    width: 13% !important;
  }
  .w-custom-perc-xl-14 {
    width: 14% !important;
  }
  .w-custom-perc-xl-15 {
    width: 15% !important;
  }
  .w-custom-perc-xl-16 {
    width: 16% !important;
  }
  .w-custom-perc-xl-17 {
    width: 17% !important;
  }
  .w-custom-perc-xl-18 {
    width: 18% !important;
  }
  .w-custom-perc-xl-19 {
    width: 19% !important;
  }
  .w-custom-perc-xl-20 {
    width: 20% !important;
  }
  .w-custom-perc-xl-21 {
    width: 21% !important;
  }
  .w-custom-perc-xl-22 {
    width: 22% !important;
  }
  .w-custom-perc-xl-23 {
    width: 23% !important;
  }
  .w-custom-perc-xl-24 {
    width: 24% !important;
  }
  .w-custom-perc-xl-25 {
    width: 25% !important;
  }
  .w-custom-perc-xl-26 {
    width: 26% !important;
  }
  .w-custom-perc-xl-27 {
    width: 27% !important;
  }
  .w-custom-perc-xl-28 {
    width: 28% !important;
  }
  .w-custom-perc-xl-29 {
    width: 29% !important;
  }
  .w-custom-perc-xl-30 {
    width: 30% !important;
  }
  .w-custom-perc-xl-31 {
    width: 31% !important;
  }
  .w-custom-perc-xl-32 {
    width: 32% !important;
  }
  .w-custom-perc-xl-33 {
    width: 33% !important;
  }
  .w-custom-perc-xl-34 {
    width: 34% !important;
  }
  .w-custom-perc-xl-35 {
    width: 35% !important;
  }
  .w-custom-perc-xl-36 {
    width: 36% !important;
  }
  .w-custom-perc-xl-37 {
    width: 37% !important;
  }
  .w-custom-perc-xl-38 {
    width: 38% !important;
  }
  .w-custom-perc-xl-39 {
    width: 39% !important;
  }
  .w-custom-perc-xl-40 {
    width: 40% !important;
  }
  .w-custom-perc-xl-41 {
    width: 41% !important;
  }
  .w-custom-perc-xl-42 {
    width: 42% !important;
  }
  .w-custom-perc-xl-43 {
    width: 43% !important;
  }
  .w-custom-perc-xl-44 {
    width: 44% !important;
  }
  .w-custom-perc-xl-45 {
    width: 45% !important;
  }
  .w-custom-perc-xl-46 {
    width: 46% !important;
  }
  .w-custom-perc-xl-47 {
    width: 47% !important;
  }
  .w-custom-perc-xl-48 {
    width: 48% !important;
  }
  .w-custom-perc-xl-49 {
    width: 49% !important;
  }
  .w-custom-perc-xl-50 {
    width: 50% !important;
  }
  .w-custom-perc-xl-51 {
    width: 51% !important;
  }
  .w-custom-perc-xl-52 {
    width: 52% !important;
  }
  .w-custom-perc-xl-53 {
    width: 53% !important;
  }
  .w-custom-perc-xl-54 {
    width: 54% !important;
  }
  .w-custom-perc-xl-55 {
    width: 55% !important;
  }
  .w-custom-perc-xl-56 {
    width: 56% !important;
  }
  .w-custom-perc-xl-57 {
    width: 57% !important;
  }
  .w-custom-perc-xl-58 {
    width: 58% !important;
  }
  .w-custom-perc-xl-59 {
    width: 59% !important;
  }
  .w-custom-perc-xl-60 {
    width: 60% !important;
  }
  .w-custom-perc-xl-61 {
    width: 61% !important;
  }
  .w-custom-perc-xl-62 {
    width: 62% !important;
  }
  .w-custom-perc-xl-63 {
    width: 63% !important;
  }
  .w-custom-perc-xl-64 {
    width: 64% !important;
  }
  .w-custom-perc-xl-65 {
    width: 65% !important;
  }
  .w-custom-perc-xl-66 {
    width: 66% !important;
  }
  .w-custom-perc-xl-67 {
    width: 67% !important;
  }
  .w-custom-perc-xl-68 {
    width: 68% !important;
  }
  .w-custom-perc-xl-69 {
    width: 69% !important;
  }
  .w-custom-perc-xl-70 {
    width: 70% !important;
  }
  .w-custom-perc-xl-71 {
    width: 71% !important;
  }
  .w-custom-perc-xl-72 {
    width: 72% !important;
  }
  .w-custom-perc-xl-73 {
    width: 73% !important;
  }
  .w-custom-perc-xl-74 {
    width: 74% !important;
  }
  .w-custom-perc-xl-75 {
    width: 75% !important;
  }
  .w-custom-perc-xl-76 {
    width: 76% !important;
  }
  .w-custom-perc-xl-77 {
    width: 77% !important;
  }
  .w-custom-perc-xl-78 {
    width: 78% !important;
  }
  .w-custom-perc-xl-79 {
    width: 79% !important;
  }
  .w-custom-perc-xl-80 {
    width: 80% !important;
  }
  .w-custom-perc-xl-81 {
    width: 81% !important;
  }
  .w-custom-perc-xl-82 {
    width: 82% !important;
  }
  .w-custom-perc-xl-83 {
    width: 83% !important;
  }
  .w-custom-perc-xl-84 {
    width: 84% !important;
  }
  .w-custom-perc-xl-85 {
    width: 85% !important;
  }
  .w-custom-perc-xl-86 {
    width: 86% !important;
  }
  .w-custom-perc-xl-87 {
    width: 87% !important;
  }
  .w-custom-perc-xl-88 {
    width: 88% !important;
  }
  .w-custom-perc-xl-89 {
    width: 89% !important;
  }
  .w-custom-perc-xl-90 {
    width: 90% !important;
  }
  .w-custom-perc-xl-91 {
    width: 91% !important;
  }
  .w-custom-perc-xl-92 {
    width: 92% !important;
  }
  .w-custom-perc-xl-93 {
    width: 93% !important;
  }
  .w-custom-perc-xl-94 {
    width: 94% !important;
  }
  .w-custom-perc-xl-95 {
    width: 95% !important;
  }
  .w-custom-perc-xl-96 {
    width: 96% !important;
  }
  .w-custom-perc-xl-97 {
    width: 97% !important;
  }
  .w-custom-perc-xl-98 {
    width: 98% !important;
  }
  .w-custom-perc-xl-99 {
    width: 99% !important;
  }
  .w-custom-perc-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-custom-perc-xxl-1 {
    width: 1% !important;
  }
  .w-custom-perc-xxl-2 {
    width: 2% !important;
  }
  .w-custom-perc-xxl-3 {
    width: 3% !important;
  }
  .w-custom-perc-xxl-4 {
    width: 4% !important;
  }
  .w-custom-perc-xxl-5 {
    width: 5% !important;
  }
  .w-custom-perc-xxl-6 {
    width: 6% !important;
  }
  .w-custom-perc-xxl-7 {
    width: 7% !important;
  }
  .w-custom-perc-xxl-8 {
    width: 8% !important;
  }
  .w-custom-perc-xxl-9 {
    width: 9% !important;
  }
  .w-custom-perc-xxl-10 {
    width: 10% !important;
  }
  .w-custom-perc-xxl-11 {
    width: 11% !important;
  }
  .w-custom-perc-xxl-12 {
    width: 12% !important;
  }
  .w-custom-perc-xxl-13 {
    width: 13% !important;
  }
  .w-custom-perc-xxl-14 {
    width: 14% !important;
  }
  .w-custom-perc-xxl-15 {
    width: 15% !important;
  }
  .w-custom-perc-xxl-16 {
    width: 16% !important;
  }
  .w-custom-perc-xxl-17 {
    width: 17% !important;
  }
  .w-custom-perc-xxl-18 {
    width: 18% !important;
  }
  .w-custom-perc-xxl-19 {
    width: 19% !important;
  }
  .w-custom-perc-xxl-20 {
    width: 20% !important;
  }
  .w-custom-perc-xxl-21 {
    width: 21% !important;
  }
  .w-custom-perc-xxl-22 {
    width: 22% !important;
  }
  .w-custom-perc-xxl-23 {
    width: 23% !important;
  }
  .w-custom-perc-xxl-24 {
    width: 24% !important;
  }
  .w-custom-perc-xxl-25 {
    width: 25% !important;
  }
  .w-custom-perc-xxl-26 {
    width: 26% !important;
  }
  .w-custom-perc-xxl-27 {
    width: 27% !important;
  }
  .w-custom-perc-xxl-28 {
    width: 28% !important;
  }
  .w-custom-perc-xxl-29 {
    width: 29% !important;
  }
  .w-custom-perc-xxl-30 {
    width: 30% !important;
  }
  .w-custom-perc-xxl-31 {
    width: 31% !important;
  }
  .w-custom-perc-xxl-32 {
    width: 32% !important;
  }
  .w-custom-perc-xxl-33 {
    width: 33% !important;
  }
  .w-custom-perc-xxl-34 {
    width: 34% !important;
  }
  .w-custom-perc-xxl-35 {
    width: 35% !important;
  }
  .w-custom-perc-xxl-36 {
    width: 36% !important;
  }
  .w-custom-perc-xxl-37 {
    width: 37% !important;
  }
  .w-custom-perc-xxl-38 {
    width: 38% !important;
  }
  .w-custom-perc-xxl-39 {
    width: 39% !important;
  }
  .w-custom-perc-xxl-40 {
    width: 40% !important;
  }
  .w-custom-perc-xxl-41 {
    width: 41% !important;
  }
  .w-custom-perc-xxl-42 {
    width: 42% !important;
  }
  .w-custom-perc-xxl-43 {
    width: 43% !important;
  }
  .w-custom-perc-xxl-44 {
    width: 44% !important;
  }
  .w-custom-perc-xxl-45 {
    width: 45% !important;
  }
  .w-custom-perc-xxl-46 {
    width: 46% !important;
  }
  .w-custom-perc-xxl-47 {
    width: 47% !important;
  }
  .w-custom-perc-xxl-48 {
    width: 48% !important;
  }
  .w-custom-perc-xxl-49 {
    width: 49% !important;
  }
  .w-custom-perc-xxl-50 {
    width: 50% !important;
  }
  .w-custom-perc-xxl-51 {
    width: 51% !important;
  }
  .w-custom-perc-xxl-52 {
    width: 52% !important;
  }
  .w-custom-perc-xxl-53 {
    width: 53% !important;
  }
  .w-custom-perc-xxl-54 {
    width: 54% !important;
  }
  .w-custom-perc-xxl-55 {
    width: 55% !important;
  }
  .w-custom-perc-xxl-56 {
    width: 56% !important;
  }
  .w-custom-perc-xxl-57 {
    width: 57% !important;
  }
  .w-custom-perc-xxl-58 {
    width: 58% !important;
  }
  .w-custom-perc-xxl-59 {
    width: 59% !important;
  }
  .w-custom-perc-xxl-60 {
    width: 60% !important;
  }
  .w-custom-perc-xxl-61 {
    width: 61% !important;
  }
  .w-custom-perc-xxl-62 {
    width: 62% !important;
  }
  .w-custom-perc-xxl-63 {
    width: 63% !important;
  }
  .w-custom-perc-xxl-64 {
    width: 64% !important;
  }
  .w-custom-perc-xxl-65 {
    width: 65% !important;
  }
  .w-custom-perc-xxl-66 {
    width: 66% !important;
  }
  .w-custom-perc-xxl-67 {
    width: 67% !important;
  }
  .w-custom-perc-xxl-68 {
    width: 68% !important;
  }
  .w-custom-perc-xxl-69 {
    width: 69% !important;
  }
  .w-custom-perc-xxl-70 {
    width: 70% !important;
  }
  .w-custom-perc-xxl-71 {
    width: 71% !important;
  }
  .w-custom-perc-xxl-72 {
    width: 72% !important;
  }
  .w-custom-perc-xxl-73 {
    width: 73% !important;
  }
  .w-custom-perc-xxl-74 {
    width: 74% !important;
  }
  .w-custom-perc-xxl-75 {
    width: 75% !important;
  }
  .w-custom-perc-xxl-76 {
    width: 76% !important;
  }
  .w-custom-perc-xxl-77 {
    width: 77% !important;
  }
  .w-custom-perc-xxl-78 {
    width: 78% !important;
  }
  .w-custom-perc-xxl-79 {
    width: 79% !important;
  }
  .w-custom-perc-xxl-80 {
    width: 80% !important;
  }
  .w-custom-perc-xxl-81 {
    width: 81% !important;
  }
  .w-custom-perc-xxl-82 {
    width: 82% !important;
  }
  .w-custom-perc-xxl-83 {
    width: 83% !important;
  }
  .w-custom-perc-xxl-84 {
    width: 84% !important;
  }
  .w-custom-perc-xxl-85 {
    width: 85% !important;
  }
  .w-custom-perc-xxl-86 {
    width: 86% !important;
  }
  .w-custom-perc-xxl-87 {
    width: 87% !important;
  }
  .w-custom-perc-xxl-88 {
    width: 88% !important;
  }
  .w-custom-perc-xxl-89 {
    width: 89% !important;
  }
  .w-custom-perc-xxl-90 {
    width: 90% !important;
  }
  .w-custom-perc-xxl-91 {
    width: 91% !important;
  }
  .w-custom-perc-xxl-92 {
    width: 92% !important;
  }
  .w-custom-perc-xxl-93 {
    width: 93% !important;
  }
  .w-custom-perc-xxl-94 {
    width: 94% !important;
  }
  .w-custom-perc-xxl-95 {
    width: 95% !important;
  }
  .w-custom-perc-xxl-96 {
    width: 96% !important;
  }
  .w-custom-perc-xxl-97 {
    width: 97% !important;
  }
  .w-custom-perc-xxl-98 {
    width: 98% !important;
  }
  .w-custom-perc-xxl-99 {
    width: 99% !important;
  }
  .w-custom-perc-xxl-100 {
    width: 100% !important;
  }
}

/*# sourceMappingURL=width_utilities.css.map */
