<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&amp;display=swap";

/* src/styles.scss */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #072308;
  --bs-secondary: #D0FF00;
  --bs-tertiary: #243E26;
  --bs-background: #051706;
  --bs-danger: #cf1e0e;
  --bs-warning: #9e9626;
  --bs-success: #0e9b09;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-light: #eaeaea;
  --bs-grey: #8d8080;
  --bs-light-grey: #6D6B76;
  --bs-primary-rgb:
    7,
    35,
    8;
  --bs-secondary-rgb:
    208,
    255,
    0;
  --bs-tertiary-rgb:
    36,
    62,
    38;
  --bs-background-rgb:
    5,
    23,
    6;
  --bs-danger-rgb:
    207,
    30,
    14;
  --bs-warning-rgb:
    158,
    150,
    38;
  --bs-success-rgb:
    14,
    155,
    9;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-light-rgb:
    234,
    234,
    234;
  --bs-grey-rgb:
    141,
    128,
    128;
  --bs-light-grey-rgb:
    109,
    107,
    118;
  --bs-primary-text-emphasis: #030e03;
  --bs-secondary-text-emphasis: #536600;
  --bs-success-text-emphasis: #063e04;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #3f3c0f;
  --bs-danger-text-emphasis: #530c06;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cdd3ce;
  --bs-secondary-bg-subtle: #f6ffcc;
  --bs-success-bg-subtle: #cfebce;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #ecead4;
  --bs-danger-bg-subtle: #f5d2cf;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ca79c;
  --bs-secondary-border-subtle: #ecff99;
  --bs-success-border-subtle: #9fd79d;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #d8d5a8;
  --bs-danger-border-subtle: #eca59f;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: inherit;
  --bs-link-color: #072308;
  --bs-link-color-rgb:
    7,
    35,
    8;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #061c06;
  --bs-link-hover-color-rgb:
    6,
    28,
    6;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.3rem;
  --bs-border-radius-sm: 0.4rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0px 4px 10px rgba(71, 163, 243, 0.15), 0px 2px 11px rgba(163, 183, 236, 0.21);
  --bs-box-shadow-lg: 0px 4px 91px rgba(255, 139, 91, 0.15), 0px 2px 50px rgba(107, 31, 0, 0.06);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(7, 35, 8, 0.25);
  --bs-form-valid-color: #0e9b09;
  --bs-form-valid-border-color: #0e9b09;
  --bs-form-invalid-color: #cf1e0e;
  --bs-form-invalid-border-color: #cf1e0e;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6a7b6b;
  --bs-secondary-text-emphasis: #e3ff66;
  --bs-success-text-emphasis: #6ec36b;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #c5c07d;
  --bs-danger-text-emphasis: #e2786e;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #010702;
  --bs-secondary-bg-subtle: #2a3300;
  --bs-success-bg-subtle: #031f02;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #201e08;
  --bs-danger-bg-subtle: #290603;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #041505;
  --bs-secondary-border-subtle: #7d9900;
  --bs-success-border-subtle: #085d05;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #5f5a17;
  --bs-danger-border-subtle: #7c1208;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6a7b6b;
  --bs-link-hover-color: #889589;
  --bs-link-color-rgb:
    106,
    123,
    107;
  --bs-link-hover-color-rgb:
    136,
    149,
    137;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 800;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.4rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote &gt; :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 577px) {
  .container-sm,
  .container-xs,
  .container-min,
  .container-mini,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md,
  .container-sm,
  .container-xs,
  .container-min,
  .container-mini,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-min,
  .container-mini,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl,
  .container-3g,
  .container-2g,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-min,
  .container-mini,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1520px) {
  .container-xxl,
  .container-xl,
  .container-3g,
  .container-2g,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-min,
  .container-mini,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-mini: 301px;
  --bs-breakpoint-min: 361px;
  --bs-breakpoint-xs: 411px;
  --bs-breakpoint-sm: 577px;
  --bs-breakpoint-md: 769px;
  --bs-breakpoint-lg: 1025px;
  --bs-breakpoint-2g: 1270px;
  --bs-breakpoint-3g: 1360px;
  --bs-breakpoint-xl: 1440px;
  --bs-breakpoint-xxl: 1520px;
  --bs-breakpoint-xxxl: 1800px;
  --bs-breakpoint-xxxxl: 2200px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row &gt; * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto &gt; * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 &gt; * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 &gt; * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 &gt; * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 &gt; * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 &gt; * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 &gt; * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 301px) {
  .col-mini {
    flex: 1 0 0%;
  }
  .row-cols-mini-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mini-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mini-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mini-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mini-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mini-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mini-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mini-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mini-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mini-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mini-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mini-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mini-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mini-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mini-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mini-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mini-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mini-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mini-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mini-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mini-0 {
    margin-left: 0;
  }
  .offset-mini-1 {
    margin-left: 8.33333333%;
  }
  .offset-mini-2 {
    margin-left: 16.66666667%;
  }
  .offset-mini-3 {
    margin-left: 25%;
  }
  .offset-mini-4 {
    margin-left: 33.33333333%;
  }
  .offset-mini-5 {
    margin-left: 41.66666667%;
  }
  .offset-mini-6 {
    margin-left: 50%;
  }
  .offset-mini-7 {
    margin-left: 58.33333333%;
  }
  .offset-mini-8 {
    margin-left: 66.66666667%;
  }
  .offset-mini-9 {
    margin-left: 75%;
  }
  .offset-mini-10 {
    margin-left: 83.33333333%;
  }
  .offset-mini-11 {
    margin-left: 91.66666667%;
  }
  .g-mini-0,
  .gx-mini-0 {
    --bs-gutter-x: 0;
  }
  .g-mini-0,
  .gy-mini-0 {
    --bs-gutter-y: 0;
  }
  .g-mini-1,
  .gx-mini-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mini-1,
  .gy-mini-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mini-2,
  .gx-mini-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mini-2,
  .gy-mini-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mini-3,
  .gx-mini-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mini-3,
  .gy-mini-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mini-4,
  .gx-mini-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mini-4,
  .gy-mini-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mini-5,
  .gx-mini-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mini-5,
  .gy-mini-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 361px) {
  .col-min {
    flex: 1 0 0%;
  }
  .row-cols-min-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-min-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-min-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-min-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-min-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-min-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-min-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-min-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-min-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-min-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-min-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-min-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-min-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-min-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-min-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-min-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-min-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-min-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-min-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-min-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-min-0 {
    margin-left: 0;
  }
  .offset-min-1 {
    margin-left: 8.33333333%;
  }
  .offset-min-2 {
    margin-left: 16.66666667%;
  }
  .offset-min-3 {
    margin-left: 25%;
  }
  .offset-min-4 {
    margin-left: 33.33333333%;
  }
  .offset-min-5 {
    margin-left: 41.66666667%;
  }
  .offset-min-6 {
    margin-left: 50%;
  }
  .offset-min-7 {
    margin-left: 58.33333333%;
  }
  .offset-min-8 {
    margin-left: 66.66666667%;
  }
  .offset-min-9 {
    margin-left: 75%;
  }
  .offset-min-10 {
    margin-left: 83.33333333%;
  }
  .offset-min-11 {
    margin-left: 91.66666667%;
  }
  .g-min-0,
  .gx-min-0 {
    --bs-gutter-x: 0;
  }
  .g-min-0,
  .gy-min-0 {
    --bs-gutter-y: 0;
  }
  .g-min-1,
  .gx-min-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-min-1,
  .gy-min-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-min-2,
  .gx-min-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-min-2,
  .gy-min-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-min-3,
  .gx-min-3 {
    --bs-gutter-x: 1rem;
  }
  .g-min-3,
  .gy-min-3 {
    --bs-gutter-y: 1rem;
  }
  .g-min-4,
  .gx-min-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-min-4,
  .gy-min-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-min-5,
  .gx-min-5 {
    --bs-gutter-x: 3rem;
  }
  .g-min-5,
  .gy-min-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 411px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 577px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1270px) {
  .col-2g {
    flex: 1 0 0%;
  }
  .row-cols-2g-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2g-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2g-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2g-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2g-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2g-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2g-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2g-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2g-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2g-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2g-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2g-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2g-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2g-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2g-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2g-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2g-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2g-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2g-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2g-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2g-0 {
    margin-left: 0;
  }
  .offset-2g-1 {
    margin-left: 8.33333333%;
  }
  .offset-2g-2 {
    margin-left: 16.66666667%;
  }
  .offset-2g-3 {
    margin-left: 25%;
  }
  .offset-2g-4 {
    margin-left: 33.33333333%;
  }
  .offset-2g-5 {
    margin-left: 41.66666667%;
  }
  .offset-2g-6 {
    margin-left: 50%;
  }
  .offset-2g-7 {
    margin-left: 58.33333333%;
  }
  .offset-2g-8 {
    margin-left: 66.66666667%;
  }
  .offset-2g-9 {
    margin-left: 75%;
  }
  .offset-2g-10 {
    margin-left: 83.33333333%;
  }
  .offset-2g-11 {
    margin-left: 91.66666667%;
  }
  .g-2g-0,
  .gx-2g-0 {
    --bs-gutter-x: 0;
  }
  .g-2g-0,
  .gy-2g-0 {
    --bs-gutter-y: 0;
  }
  .g-2g-1,
  .gx-2g-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-2g-1,
  .gy-2g-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2g-2,
  .gx-2g-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2g-2,
  .gy-2g-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-2g-3,
  .gx-2g-3 {
    --bs-gutter-x: 1rem;
  }
  .g-2g-3,
  .gy-2g-3 {
    --bs-gutter-y: 1rem;
  }
  .g-2g-4,
  .gx-2g-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-2g-4,
  .gy-2g-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-2g-5,
  .gx-2g-5 {
    --bs-gutter-x: 3rem;
  }
  .g-2g-5,
  .gy-2g-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1360px) {
  .col-3g {
    flex: 1 0 0%;
  }
  .row-cols-3g-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3g-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3g-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3g-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-3g-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3g-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3g-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3g-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-3g-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-3g-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3g-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-3g-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-3g-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-3g-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3g-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-3g-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-3g-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-3g-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-3g-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-3g-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-3g-0 {
    margin-left: 0;
  }
  .offset-3g-1 {
    margin-left: 8.33333333%;
  }
  .offset-3g-2 {
    margin-left: 16.66666667%;
  }
  .offset-3g-3 {
    margin-left: 25%;
  }
  .offset-3g-4 {
    margin-left: 33.33333333%;
  }
  .offset-3g-5 {
    margin-left: 41.66666667%;
  }
  .offset-3g-6 {
    margin-left: 50%;
  }
  .offset-3g-7 {
    margin-left: 58.33333333%;
  }
  .offset-3g-8 {
    margin-left: 66.66666667%;
  }
  .offset-3g-9 {
    margin-left: 75%;
  }
  .offset-3g-10 {
    margin-left: 83.33333333%;
  }
  .offset-3g-11 {
    margin-left: 91.66666667%;
  }
  .g-3g-0,
  .gx-3g-0 {
    --bs-gutter-x: 0;
  }
  .g-3g-0,
  .gy-3g-0 {
    --bs-gutter-y: 0;
  }
  .g-3g-1,
  .gx-3g-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3g-1,
  .gy-3g-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3g-2,
  .gx-3g-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3g-2,
  .gy-3g-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3g-3,
  .gx-3g-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3g-3,
  .gy-3g-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3g-4,
  .gx-3g-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3g-4,
  .gy-3g-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3g-5,
  .gx-3g-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3g-5,
  .gy-3g-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1520px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 2200px) {
  .col-xxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxxl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table &gt; :not(caption) &gt; * &gt; * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 0.25rem;
}
.table-bordered &gt; :not(caption) &gt; * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered &gt; :not(caption) &gt; * &gt; * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0;
}
.table-borderless &gt; :not(:first-child) {
  border-top-width: 0;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns &gt; :not(caption) &gt; tr &gt; :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #cdd3ce;
  --bs-table-border-color: #a4a9a5;
  --bs-table-striped-bg: #c3c8c4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b9beb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bec3bf;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #f6ffcc;
  --bs-table-border-color: #c5cca3;
  --bs-table-striped-bg: #eaf2c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dde6b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4ecbd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #cfebce;
  --bs-table-border-color: #a6bca5;
  --bs-table-striped-bg: #c5dfc4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bad4b9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfd9bf;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #ecead4;
  --bs-table-border-color: #bdbbaa;
  --bs-table-striped-bg: #e0dec9;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d4d3bf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dad8c4;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #f5d2cf;
  --bs-table-border-color: #c4a8a6;
  --bs-table-striped-bg: #e9c8c5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #ddbdba;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e3c2bf;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #eaeaea;
  --bs-table-border-color: #bbbbbb;
  --bs-table-striped-bg: #dedede;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: lightgray;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d8d8d8;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 300.98px) {
  .table-responsive-mini {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 360.98px) {
  .table-responsive-min {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 410.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 576.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1269.98px) {
  .table-responsive-2g {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1359.98px) {
  .table-responsive-3g {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1519.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 2199.98px) {
  .table-responsive-xxxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  font-family: "Grandstander", cursive;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #ffffff;
  background-color: #8d8080;
  border-color: #8d8080;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.2em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #8d8080;
  opacity: 1;
}
.form-control:disabled {
  background-color: #8d8080;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.875rem 1rem;
  margin: -0.875rem -1rem;
  margin-inline-end: 1rem;
  color: #ffffff;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #D0FF00;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.2em + 0.5rem + 1px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.2em + 1rem + 1px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: add(1.2em, add(1.75rem, 1px, false));
}
textarea.form-control-sm {
  min-height: calc(1.2em + 0.5rem + 1px);
}
textarea.form-control-lg {
  min-height: calc(1.2em + 1rem + 1px);
}
.form-control-color {
  width: 3rem;
  height: add(1.2em, add(1.75rem, 1px, false));
  padding: 0.875rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.4rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.4rem;
}
.form-control-color.form-control-sm {
  height: calc(1.2em + 0.5rem + 1px);
}
.form-control-color.form-control-lg {
  height: calc(1.2em + 1rem + 1px);
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.875rem 3rem 0.875rem 1rem;
  font-family: "Grandstander", cursive;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #8d8080;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #8d8080;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8d8080;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
}
.form-check-input:checked {
  background-color: #072308;
  border-color: #072308;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #072308;
  border-color: #072308;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238d8080'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #072308;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b5bdb5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #072308;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b5bdb5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext,
.form-floating &gt; .form-select {
  height: calc(3.5rem + 1px);
  min-height: calc(3.5rem + 1px);
  line-height: 1.25;
}
.form-floating &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating &gt; label {
    transition: none;
  }
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext {
  padding: 1rem 1rem;
}
.form-floating &gt; .form-control::placeholder,
.form-floating &gt; .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:focus,
.form-floating &gt; .form-control:not(:placeholder-shown),
.form-floating &gt; .form-control-plaintext:focus,
.form-floating &gt; .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:-webkit-autofill,
.form-floating &gt; .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:focus ~ label::after,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label::after,
.form-floating &gt; .form-control-plaintext ~ label::after,
.form-floating &gt; .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0.4rem;
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating &gt; :disabled ~ label,
.form-floating &gt; .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating &gt; :disabled ~ label::after,
.form-floating &gt; .form-control:disabled ~ label::after {
  background-color: #8d8080;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-select,
.input-group &gt; .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus,
.input-group &gt; .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.4rem;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
  padding-right: 4rem;
}
.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-control,
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .form-floating:not(:first-child) &gt; .form-control,
.input-group &gt; .form-floating:not(:first-child) &gt; .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: add(1.2em, 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230e9b09' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right add(0.3em, 0.4375rem) center;
  background-size: add(0.6em, 0.875rem) add(0.6em, 0.875rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: add(1.2em, 1.75rem);
  background-position: top add(0.3em, 0.4375rem) right add(0.3em, 0.4375rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230e9b09' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, add(0.6em, 0.875rem) add(0.6em, 0.875rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + add(1.2em, 1.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group &gt; .form-control:not(:focus):valid,
.input-group &gt; .form-control:not(:focus).is-valid,
.was-validated .input-group &gt; .form-select:not(:focus):valid,
.input-group &gt; .form-select:not(:focus).is-valid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):valid,
.input-group &gt; .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: add(1.2em, 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cf1e0e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cf1e0e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right add(0.3em, 0.4375rem) center;
  background-size: add(0.6em, 0.875rem) add(0.6em, 0.875rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: add(1.2em, 1.75rem);
  background-position: top add(0.3em, 0.4375rem) right add(0.3em, 0.4375rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cf1e0e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cf1e0e' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, add(0.6em, 0.875rem) add(0.6em, 0.875rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + add(1.2em, 1.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group &gt; .form-control:not(:focus):invalid,
.input-group &gt; .form-control:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-select:not(:focus):invalid,
.input-group &gt; .form-select:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):invalid,
.input-group &gt; .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.4;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 999px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #072308;
  --bs-btn-border-color: #072308;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #061e07;
  --bs-btn-hover-border-color: #061c06;
  --bs-btn-focus-shadow-rgb:
    44,
    68,
    45;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #061c06;
  --bs-btn-active-border-color: #051a06;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #072308;
  --bs-btn-disabled-border-color: #072308;
}
.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #D0FF00;
  --bs-btn-border-color: #D0FF00;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d7ff26;
  --bs-btn-hover-border-color: #d5ff1a;
  --bs-btn-focus-shadow-rgb:
    177,
    217,
    0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #d9ff33;
  --bs-btn-active-border-color: #d5ff1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #D0FF00;
  --bs-btn-disabled-border-color: #D0FF00;
}
.btn-tertiary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #243E26;
  --bs-btn-border-color: #243E26;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1f3520;
  --bs-btn-hover-border-color: #1d321e;
  --bs-btn-focus-shadow-rgb:
    69,
    91,
    71;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1d321e;
  --bs-btn-active-border-color: #1b2f1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #243E26;
  --bs-btn-disabled-border-color: #243E26;
}
.btn-background {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #051706;
  --bs-btn-border-color: #051706;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #041405;
  --bs-btn-hover-border-color: #041205;
  --bs-btn-focus-shadow-rgb:
    43,
    58,
    43;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #041205;
  --bs-btn-active-border-color: #041105;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #051706;
  --bs-btn-disabled-border-color: #051706;
}
.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #cf1e0e;
  --bs-btn-border-color: #cf1e0e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b01a0c;
  --bs-btn-hover-border-color: #a6180b;
  --bs-btn-focus-shadow-rgb:
    214,
    64,
    50;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #a6180b;
  --bs-btn-active-border-color: #9b170b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #cf1e0e;
  --bs-btn-disabled-border-color: #cf1e0e;
}
.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #9e9626;
  --bs-btn-border-color: #9e9626;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ada647;
  --bs-btn-hover-border-color: #a8a13c;
  --bs-btn-focus-shadow-rgb:
    134,
    128,
    32;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #b1ab51;
  --bs-btn-active-border-color: #a8a13c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #9e9626;
  --bs-btn-disabled-border-color: #9e9626;
}
.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0e9b09;
  --bs-btn-border-color: #0e9b09;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #32aa2e;
  --bs-btn-hover-border-color: #26a522;
  --bs-btn-focus-shadow-rgb:
    12,
    132,
    8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3eaf3a;
  --bs-btn-active-border-color: #26a522;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0e9b09;
  --bs-btn-disabled-border-color: #0e9b09;
}
.btn-black {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb:
    38,
    38,
    38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
.btn-white {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb:
    217,
    217,
    217;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #eaeaea;
  --bs-btn-border-color: #eaeaea;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c7c7c7;
  --bs-btn-hover-border-color: #bbbbbb;
  --bs-btn-focus-shadow-rgb:
    199,
    199,
    199;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #bbbbbb;
  --bs-btn-active-border-color: #b0b0b0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea;
}
.btn-grey {
  --bs-btn-color: #000000;
  --bs-btn-bg: #8d8080;
  --bs-btn-border-color: #8d8080;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #9e9393;
  --bs-btn-hover-border-color: #988d8d;
  --bs-btn-focus-shadow-rgb:
    120,
    109,
    109;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #a49999;
  --bs-btn-active-border-color: #988d8d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #8d8080;
  --bs-btn-disabled-border-color: #8d8080;
}
.btn-light-grey {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6D6B76;
  --bs-btn-border-color: #6D6B76;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5d5b64;
  --bs-btn-hover-border-color: #57565e;
  --bs-btn-focus-shadow-rgb:
    131,
    129,
    139;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #57565e;
  --bs-btn-active-border-color: #525059;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6D6B76;
  --bs-btn-disabled-border-color: #6D6B76;
}
.btn-outline-primary {
  --bs-btn-color: #072308;
  --bs-btn-border-color: #072308;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #072308;
  --bs-btn-hover-border-color: #072308;
  --bs-btn-focus-shadow-rgb:
    7,
    35,
    8;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #072308;
  --bs-btn-active-border-color: #072308;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #072308;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #072308;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #D0FF00;
  --bs-btn-border-color: #D0FF00;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D0FF00;
  --bs-btn-hover-border-color: #D0FF00;
  --bs-btn-focus-shadow-rgb:
    208,
    255,
    0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #D0FF00;
  --bs-btn-active-border-color: #D0FF00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D0FF00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D0FF00;
  --bs-gradient: none;
}
.btn-outline-tertiary {
  --bs-btn-color: #243E26;
  --bs-btn-border-color: #243E26;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #243E26;
  --bs-btn-hover-border-color: #243E26;
  --bs-btn-focus-shadow-rgb:
    36,
    62,
    38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #243E26;
  --bs-btn-active-border-color: #243E26;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #243E26;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #243E26;
  --bs-gradient: none;
}
.btn-outline-background {
  --bs-btn-color: #051706;
  --bs-btn-border-color: #051706;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #051706;
  --bs-btn-hover-border-color: #051706;
  --bs-btn-focus-shadow-rgb:
    5,
    23,
    6;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #051706;
  --bs-btn-active-border-color: #051706;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #051706;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #051706;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #cf1e0e;
  --bs-btn-border-color: #cf1e0e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #cf1e0e;
  --bs-btn-hover-border-color: #cf1e0e;
  --bs-btn-focus-shadow-rgb:
    207,
    30,
    14;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #cf1e0e;
  --bs-btn-active-border-color: #cf1e0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #cf1e0e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #cf1e0e;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #9e9626;
  --bs-btn-border-color: #9e9626;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #9e9626;
  --bs-btn-hover-border-color: #9e9626;
  --bs-btn-focus-shadow-rgb:
    158,
    150,
    38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #9e9626;
  --bs-btn-active-border-color: #9e9626;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9e9626;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9e9626;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #0e9b09;
  --bs-btn-border-color: #0e9b09;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0e9b09;
  --bs-btn-hover-border-color: #0e9b09;
  --bs-btn-focus-shadow-rgb:
    14,
    155,
    9;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0e9b09;
  --bs-btn-active-border-color: #0e9b09;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0e9b09;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0e9b09;
  --bs-gradient: none;
}
.btn-outline-black {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb:
    0,
    0,
    0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}
.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb:
    255,
    255,
    255;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #eaeaea;
  --bs-btn-border-color: #eaeaea;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #eaeaea;
  --bs-btn-hover-border-color: #eaeaea;
  --bs-btn-focus-shadow-rgb:
    234,
    234,
    234;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #eaeaea;
  --bs-btn-active-border-color: #eaeaea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eaeaea;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eaeaea;
  --bs-gradient: none;
}
.btn-outline-grey {
  --bs-btn-color: #8d8080;
  --bs-btn-border-color: #8d8080;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #8d8080;
  --bs-btn-hover-border-color: #8d8080;
  --bs-btn-focus-shadow-rgb:
    141,
    128,
    128;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #8d8080;
  --bs-btn-active-border-color: #8d8080;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8d8080;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8d8080;
  --bs-gradient: none;
}
.btn-outline-light-grey {
  --bs-btn-color: #6D6B76;
  --bs-btn-border-color: #6D6B76;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6D6B76;
  --bs-btn-hover-border-color: #6D6B76;
  --bs-btn-focus-shadow-rgb:
    109,
    107,
    118;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6D6B76;
  --bs-btn-active-border-color: #6D6B76;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6D6B76;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6D6B76;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    44,
    68,
    45;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg &gt; .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm &gt; .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #072308;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 301px) {
  .dropdown-menu-mini-start {
    --bs-position: start;
  }
  .dropdown-menu-mini-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-mini-end {
    --bs-position: end;
  }
  .dropdown-menu-mini-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 361px) {
  .dropdown-menu-min-start {
    --bs-position: start;
  }
  .dropdown-menu-min-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-min-end {
    --bs-position: end;
  }
  .dropdown-menu-min-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 411px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 577px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1270px) {
  .dropdown-menu-2g-start {
    --bs-position: start;
  }
  .dropdown-menu-2g-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-2g-end {
    --bs-position: end;
  }
  .dropdown-menu-2g-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .dropdown-menu-3g-start {
    --bs-position: start;
  }
  .dropdown-menu-3g-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-3g-end {
    --bs-position: end;
  }
  .dropdown-menu-3g-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1520px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2200px) {
  .dropdown-menu-xxxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #072308;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: 999px;
}
.btn-group &gt; :not(.btn-check:first-child) + .btn,
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: calc(2px * -1);
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn.dropdown-toggle-split:first-child,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:nth-child(n+3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: calc(2px * -1);
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn ~ .btn,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #072308;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show &gt; .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.4125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 999px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-sm,
.navbar &gt; .container-md,
.navbar &gt; .container-lg,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 301px) {
  .navbar-expand-mini {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-mini .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-mini .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mini .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-mini .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-mini .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-mini .navbar-toggler {
    display: none;
  }
  .navbar-expand-mini .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-mini .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-mini .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 361px) {
  .navbar-expand-min {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-min .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-min .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-min .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-min .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-min .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-min .navbar-toggler {
    display: none;
  }
  .navbar-expand-min .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-min .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-min .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 411px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 577px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 769px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-2g {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-2g .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-2g .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-2g .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-2g .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-2g .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-2g .navbar-toggler {
    display: none;
  }
  .navbar-expand-2g .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-2g .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-2g .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1360px) {
  .navbar-expand-3g {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-3g .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-3g .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-3g .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-3g .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-3g .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-3g .navbar-toggler {
    display: none;
  }
  .navbar-expand-3g .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-3g .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-3g .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1520px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 2200px) {
  .navbar-expand-xxxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group &gt; .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 577px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23030e03' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type &gt; .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type &gt; .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type &gt; .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush &gt; .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush &gt; .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush &gt; .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush &gt; .accordion-item &gt; .accordion-header .accordion-button,
.accordion-flush &gt; .accordion-item &gt; .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush &gt; .accordion-item &gt; .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236a7b6b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236a7b6b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #072308;
  --bs-pagination-active-border-color: #072308;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active &gt; .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled &gt; .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-tertiary {
  --bs-alert-color: var(--bs-tertiary-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
}
.alert-background {
  --bs-alert-color: var(--bs-background-text-emphasis);
  --bs-alert-bg: var(--bs-background-bg-subtle);
  --bs-alert-border-color: var(--bs-background-border-subtle);
  --bs-alert-link-color: var(--bs-background-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-black {
  --bs-alert-color: var(--bs-black-text-emphasis);
  --bs-alert-bg: var(--bs-black-bg-subtle);
  --bs-alert-border-color: var(--bs-black-border-subtle);
  --bs-alert-link-color: var(--bs-black-text-emphasis);
}
.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-grey {
  --bs-alert-color: var(--bs-grey-text-emphasis);
  --bs-alert-bg: var(--bs-grey-bg-subtle);
  --bs-alert-border-color: var(--bs-grey-border-subtle);
  --bs-alert-link-color: var(--bs-grey-text-emphasis);
}
.alert-light-grey {
  --bs-alert-color: var(--bs-light-grey-text-emphasis);
  --bs-alert-bg: var(--bs-light-grey-bg-subtle);
  --bs-alert-border-color: var(--bs-light-grey-border-subtle);
  --bs-alert-link-color: var(--bs-light-grey-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #072308;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked &gt; .progress {
  overflow: visible;
}
.progress-stacked &gt; .progress &gt; .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #072308;
  --bs-list-group-active-border-color: #072308;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered &gt; .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal &gt; .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 301px) {
  .list-group-horizontal-mini {
    flex-direction: row;
  }
  .list-group-horizontal-mini &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-mini &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-mini &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-mini &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-mini &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 361px) {
  .list-group-horizontal-min {
    flex-direction: row;
  }
  .list-group-horizontal-min &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-min &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-min &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-min &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-min &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 411px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xs &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 577px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 769px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1025px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1270px) {
  .list-group-horizontal-2g {
    flex-direction: row;
  }
  .list-group-horizontal-2g &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-2g &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-2g &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-2g &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-2g &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1360px) {
  .list-group-horizontal-3g {
    flex-direction: row;
  }
  .list-group-horizontal-3g &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-3g &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-3g &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-3g &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-3g &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1520px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 2200px) {
  .list-group-horizontal-xxxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxxl &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxxl &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxxl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxxl &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush &gt; .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush &gt; .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-tertiary {
  --bs-list-group-color: var(--bs-tertiary-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
}
.list-group-item-background {
  --bs-list-group-color: var(--bs-background-text-emphasis);
  --bs-list-group-bg: var(--bs-background-bg-subtle);
  --bs-list-group-border-color: var(--bs-background-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-background-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-background-border-subtle);
  --bs-list-group-active-color: var(--bs-background-bg-subtle);
  --bs-list-group-active-bg: var(--bs-background-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-background-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-black {
  --bs-list-group-color: var(--bs-black-text-emphasis);
  --bs-list-group-bg: var(--bs-black-bg-subtle);
  --bs-list-group-border-color: var(--bs-black-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
  --bs-list-group-active-color: var(--bs-black-bg-subtle);
  --bs-list-group-active-bg: var(--bs-black-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}
.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-grey {
  --bs-list-group-color: var(--bs-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-grey-text-emphasis);
}
.list-group-item-light-grey {
  --bs-list-group-color: var(--bs-light-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-light-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-light-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-grey-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(7, 35, 8, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.3rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container &gt; :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.4;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #D0FF00;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer &gt; * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 577px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 300.98px) {
  .modal-fullscreen-mini-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-mini-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-mini-down .modal-header,
  .modal-fullscreen-mini-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-mini-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 360.98px) {
  .modal-fullscreen-min-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-min-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-min-down .modal-header,
  .modal-fullscreen-min-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-min-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 410.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 576.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 768.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1269.98px) {
  .modal-fullscreen-2g-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-2g-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-2g-down .modal-header,
  .modal-fullscreen-2g-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-2g-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1359.98px) {
  .modal-fullscreen-3g-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-3g-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-3g-down .modal-header,
  .modal-fullscreen-3g-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-3g-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1519.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 2199.98px) {
  .modal-fullscreen-xxxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-header,
  .modal-fullscreen-xxxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top &gt; .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end &gt; .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom &gt; .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start &gt; .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start &gt; .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start &gt; .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxxxl,
.offcanvas-xxxl,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-3g,
.offcanvas-2g,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xs,
.offcanvas-min,
.offcanvas-mini {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.4;
}
@media (max-width: 300.98px) {
  .offcanvas-mini {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 300.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-mini {
    transition: none;
  }
}
@media (max-width: 300.98px) {
  .offcanvas-mini.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-mini.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-mini.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-mini.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-mini.showing,
  .offcanvas-mini.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-mini.showing,
  .offcanvas-mini.hiding,
  .offcanvas-mini.show {
    visibility: visible;
  }
}
@media (min-width: 301px) {
  .offcanvas-mini {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-mini .offcanvas-header {
    display: none;
  }
  .offcanvas-mini .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 360.98px) {
  .offcanvas-min {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 360.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-min {
    transition: none;
  }
}
@media (max-width: 360.98px) {
  .offcanvas-min.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-min.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-min.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-min.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-min.showing,
  .offcanvas-min.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-min.showing,
  .offcanvas-min.hiding,
  .offcanvas-min.show {
    visibility: visible;
  }
}
@media (min-width: 361px) {
  .offcanvas-min {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-min .offcanvas-header {
    display: none;
  }
  .offcanvas-min .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 410.98px) {
  .offcanvas-xs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 410.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xs {
    transition: none;
  }
}
@media (max-width: 410.98px) {
  .offcanvas-xs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xs.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xs.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xs.showing,
  .offcanvas-xs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xs.showing,
  .offcanvas-xs.hiding,
  .offcanvas-xs.show {
    visibility: visible;
  }
}
@media (min-width: 411px) {
  .offcanvas-xs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xs .offcanvas-header {
    display: none;
  }
  .offcanvas-xs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 576.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 576.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 576.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 577px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 768.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 768.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 768.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1024.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1024.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1025px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1269.98px) {
  .offcanvas-2g {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1269.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-2g {
    transition: none;
  }
}
@media (max-width: 1269.98px) {
  .offcanvas-2g.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-2g.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-2g.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-2g.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-2g.showing,
  .offcanvas-2g.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-2g.showing,
  .offcanvas-2g.hiding,
  .offcanvas-2g.show {
    visibility: visible;
  }
}
@media (min-width: 1270px) {
  .offcanvas-2g {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-2g .offcanvas-header {
    display: none;
  }
  .offcanvas-2g .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1359.98px) {
  .offcanvas-3g {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1359.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-3g {
    transition: none;
  }
}
@media (max-width: 1359.98px) {
  .offcanvas-3g.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-3g.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-3g.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-3g.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-3g.showing,
  .offcanvas-3g.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-3g.showing,
  .offcanvas-3g.hiding,
  .offcanvas-3g.show {
    visibility: visible;
  }
}
@media (min-width: 1360px) {
  .offcanvas-3g {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-3g .offcanvas-header {
    display: none;
  }
  .offcanvas-3g .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1519.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1519.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1519.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1520px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1799.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing,
  .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing,
  .offcanvas-xxxl.hiding,
  .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1800px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 2199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxl {
    transition: none;
  }
}
@media (max-width: 2199.98px) {
  .offcanvas-xxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxxl.showing,
  .offcanvas-xxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxl.showing,
  .offcanvas-xxxxl.hiding,
  .offcanvas-xxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 2200px) {
  .offcanvas-xxxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #D0FF00;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #000000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-tertiary {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-background {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-background-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-black {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-black-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-white {
  color: #000000 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-grey {
  color: #000000 !important;
  background-color: RGBA(var(--bs-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light-grey {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-light-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(6, 28, 6, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 28, 6, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(217, 255, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(217, 255, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover,
.link-tertiary:focus {
  color: RGBA(29, 50, 30, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(29, 50, 30, var(--bs-link-underline-opacity, 1)) !important;
}
.link-background {
  color: RGBA(var(--bs-background-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-background-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-background:hover,
.link-background:focus {
  color: RGBA(4, 18, 5, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(4, 18, 5, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(166, 24, 11, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(166, 24, 11, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(177, 171, 81, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(177, 171, 81, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(62, 175, 58, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(62, 175, 58, var(--bs-link-underline-opacity, 1)) !important;
}
.link-black {
  color: RGBA(var(--bs-black-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-black:hover,
.link-black:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}
.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover,
.link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(238, 238, 238, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 238, 238, var(--bs-link-underline-opacity, 1)) !important;
}
.link-grey {
  color: RGBA(var(--bs-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-grey:hover,
.link-grey:focus {
  color: RGBA(164, 153, 153, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(164, 153, 153, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-grey {
  color: RGBA(var(--bs-light-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-grey:hover,
.link-light-grey:focus {
  color: RGBA(87, 86, 94, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(87, 86, 94, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link &gt; .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link &gt; .bi {
    transition: none;
  }
}
.icon-link-hover:hover &gt; .bi,
.icon-link-hover:focus-visible &gt; .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 301px) {
  .sticky-mini-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-mini-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 361px) {
  .sticky-min-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-min-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 411px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 577px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 769px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1025px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1270px) {
  .sticky-2g-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-2g-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1360px) {
  .sticky-3g-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-3g-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1520px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 2200px) {
  .sticky-xxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-background {
  --bs-focus-ring-color: rgba(var(--bs-background-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-grey {
  --bs-focus-ring-color: rgba(var(--bs-grey-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light-grey {
  --bs-focus-ring-color: rgba(var(--bs-light-grey-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}
.border-background {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-background-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-grey {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-grey-rgb), var(--bs-border-opacity)) !important;
}
.border-light-grey {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-grey-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: 1.25rem !important;
}
.fs-5 {
  font-size: 1.125rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: 200 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: 800 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.4 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}
.text-background {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-grey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grey-rgb), var(--bs-text-opacity)) !important;
}
.text-light-grey {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-grey-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-background {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-background-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-grey {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-grey-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light-grey {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-grey-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-background {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-grey-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 301px) {
  .float-mini-start {
    float: left !important;
  }
  .float-mini-end {
    float: right !important;
  }
  .float-mini-none {
    float: none !important;
  }
  .object-fit-mini-contain {
    object-fit: contain !important;
  }
  .object-fit-mini-cover {
    object-fit: cover !important;
  }
  .object-fit-mini-fill {
    object-fit: fill !important;
  }
  .object-fit-mini-scale {
    object-fit: scale-down !important;
  }
  .object-fit-mini-none {
    object-fit: none !important;
  }
  .d-mini-inline {
    display: inline !important;
  }
  .d-mini-inline-block {
    display: inline-block !important;
  }
  .d-mini-block {
    display: block !important;
  }
  .d-mini-grid {
    display: grid !important;
  }
  .d-mini-inline-grid {
    display: inline-grid !important;
  }
  .d-mini-table {
    display: table !important;
  }
  .d-mini-table-row {
    display: table-row !important;
  }
  .d-mini-table-cell {
    display: table-cell !important;
  }
  .d-mini-flex {
    display: flex !important;
  }
  .d-mini-inline-flex {
    display: inline-flex !important;
  }
  .d-mini-none {
    display: none !important;
  }
  .flex-mini-fill {
    flex: 1 1 auto !important;
  }
  .flex-mini-row {
    flex-direction: row !important;
  }
  .flex-mini-column {
    flex-direction: column !important;
  }
  .flex-mini-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mini-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mini-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mini-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mini-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mini-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-mini-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mini-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mini-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-mini-start {
    justify-content: flex-start !important;
  }
  .justify-content-mini-end {
    justify-content: flex-end !important;
  }
  .justify-content-mini-center {
    justify-content: center !important;
  }
  .justify-content-mini-between {
    justify-content: space-between !important;
  }
  .justify-content-mini-around {
    justify-content: space-around !important;
  }
  .justify-content-mini-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-mini-start {
    align-items: flex-start !important;
  }
  .align-items-mini-end {
    align-items: flex-end !important;
  }
  .align-items-mini-center {
    align-items: center !important;
  }
  .align-items-mini-baseline {
    align-items: baseline !important;
  }
  .align-items-mini-stretch {
    align-items: stretch !important;
  }
  .align-content-mini-start {
    align-content: flex-start !important;
  }
  .align-content-mini-end {
    align-content: flex-end !important;
  }
  .align-content-mini-center {
    align-content: center !important;
  }
  .align-content-mini-between {
    align-content: space-between !important;
  }
  .align-content-mini-around {
    align-content: space-around !important;
  }
  .align-content-mini-stretch {
    align-content: stretch !important;
  }
  .align-self-mini-auto {
    align-self: auto !important;
  }
  .align-self-mini-start {
    align-self: flex-start !important;
  }
  .align-self-mini-end {
    align-self: flex-end !important;
  }
  .align-self-mini-center {
    align-self: center !important;
  }
  .align-self-mini-baseline {
    align-self: baseline !important;
  }
  .align-self-mini-stretch {
    align-self: stretch !important;
  }
  .order-mini-first {
    order: -1 !important;
  }
  .order-mini-0 {
    order: 0 !important;
  }
  .order-mini-1 {
    order: 1 !important;
  }
  .order-mini-2 {
    order: 2 !important;
  }
  .order-mini-3 {
    order: 3 !important;
  }
  .order-mini-4 {
    order: 4 !important;
  }
  .order-mini-5 {
    order: 5 !important;
  }
  .order-mini-last {
    order: 6 !important;
  }
  .m-mini-0 {
    margin: 0 !important;
  }
  .m-mini-1 {
    margin: 0.25rem !important;
  }
  .m-mini-2 {
    margin: 0.5rem !important;
  }
  .m-mini-3 {
    margin: 1rem !important;
  }
  .m-mini-4 {
    margin: 1.5rem !important;
  }
  .m-mini-5 {
    margin: 3rem !important;
  }
  .m-mini-auto {
    margin: auto !important;
  }
  .mx-mini-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mini-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mini-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mini-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mini-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mini-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mini-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mini-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mini-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mini-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mini-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mini-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mini-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mini-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mini-0 {
    margin-top: 0 !important;
  }
  .mt-mini-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mini-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mini-3 {
    margin-top: 1rem !important;
  }
  .mt-mini-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mini-5 {
    margin-top: 3rem !important;
  }
  .mt-mini-auto {
    margin-top: auto !important;
  }
  .me-mini-0 {
    margin-right: 0 !important;
  }
  .me-mini-1 {
    margin-right: 0.25rem !important;
  }
  .me-mini-2 {
    margin-right: 0.5rem !important;
  }
  .me-mini-3 {
    margin-right: 1rem !important;
  }
  .me-mini-4 {
    margin-right: 1.5rem !important;
  }
  .me-mini-5 {
    margin-right: 3rem !important;
  }
  .me-mini-auto {
    margin-right: auto !important;
  }
  .mb-mini-0 {
    margin-bottom: 0 !important;
  }
  .mb-mini-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mini-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mini-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mini-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mini-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mini-auto {
    margin-bottom: auto !important;
  }
  .ms-mini-0 {
    margin-left: 0 !important;
  }
  .ms-mini-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mini-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mini-3 {
    margin-left: 1rem !important;
  }
  .ms-mini-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mini-5 {
    margin-left: 3rem !important;
  }
  .ms-mini-auto {
    margin-left: auto !important;
  }
  .p-mini-0 {
    padding: 0 !important;
  }
  .p-mini-1 {
    padding: 0.25rem !important;
  }
  .p-mini-2 {
    padding: 0.5rem !important;
  }
  .p-mini-3 {
    padding: 1rem !important;
  }
  .p-mini-4 {
    padding: 1.5rem !important;
  }
  .p-mini-5 {
    padding: 3rem !important;
  }
  .px-mini-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mini-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mini-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mini-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mini-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mini-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mini-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mini-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mini-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mini-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mini-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mini-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mini-0 {
    padding-top: 0 !important;
  }
  .pt-mini-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mini-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mini-3 {
    padding-top: 1rem !important;
  }
  .pt-mini-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mini-5 {
    padding-top: 3rem !important;
  }
  .pe-mini-0 {
    padding-right: 0 !important;
  }
  .pe-mini-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mini-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mini-3 {
    padding-right: 1rem !important;
  }
  .pe-mini-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mini-5 {
    padding-right: 3rem !important;
  }
  .pb-mini-0 {
    padding-bottom: 0 !important;
  }
  .pb-mini-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mini-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mini-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mini-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mini-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mini-0 {
    padding-left: 0 !important;
  }
  .ps-mini-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mini-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mini-3 {
    padding-left: 1rem !important;
  }
  .ps-mini-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mini-5 {
    padding-left: 3rem !important;
  }
  .gap-mini-0 {
    gap: 0 !important;
  }
  .gap-mini-1 {
    gap: 0.25rem !important;
  }
  .gap-mini-2 {
    gap: 0.5rem !important;
  }
  .gap-mini-3 {
    gap: 1rem !important;
  }
  .gap-mini-4 {
    gap: 1.5rem !important;
  }
  .gap-mini-5 {
    gap: 3rem !important;
  }
  .row-gap-mini-0 {
    row-gap: 0 !important;
  }
  .row-gap-mini-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-mini-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-mini-3 {
    row-gap: 1rem !important;
  }
  .row-gap-mini-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-mini-5 {
    row-gap: 3rem !important;
  }
  .column-gap-mini-0 {
    column-gap: 0 !important;
  }
  .column-gap-mini-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-mini-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-mini-3 {
    column-gap: 1rem !important;
  }
  .column-gap-mini-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-mini-5 {
    column-gap: 3rem !important;
  }
  .text-mini-start {
    text-align: left !important;
  }
  .text-mini-end {
    text-align: right !important;
  }
  .text-mini-center {
    text-align: center !important;
  }
}
@media (min-width: 361px) {
  .float-min-start {
    float: left !important;
  }
  .float-min-end {
    float: right !important;
  }
  .float-min-none {
    float: none !important;
  }
  .object-fit-min-contain {
    object-fit: contain !important;
  }
  .object-fit-min-cover {
    object-fit: cover !important;
  }
  .object-fit-min-fill {
    object-fit: fill !important;
  }
  .object-fit-min-scale {
    object-fit: scale-down !important;
  }
  .object-fit-min-none {
    object-fit: none !important;
  }
  .d-min-inline {
    display: inline !important;
  }
  .d-min-inline-block {
    display: inline-block !important;
  }
  .d-min-block {
    display: block !important;
  }
  .d-min-grid {
    display: grid !important;
  }
  .d-min-inline-grid {
    display: inline-grid !important;
  }
  .d-min-table {
    display: table !important;
  }
  .d-min-table-row {
    display: table-row !important;
  }
  .d-min-table-cell {
    display: table-cell !important;
  }
  .d-min-flex {
    display: flex !important;
  }
  .d-min-inline-flex {
    display: inline-flex !important;
  }
  .d-min-none {
    display: none !important;
  }
  .flex-min-fill {
    flex: 1 1 auto !important;
  }
  .flex-min-row {
    flex-direction: row !important;
  }
  .flex-min-column {
    flex-direction: column !important;
  }
  .flex-min-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-min-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-min-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-min-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-min-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-min-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-min-wrap {
    flex-wrap: wrap !important;
  }
  .flex-min-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-min-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-min-start {
    justify-content: flex-start !important;
  }
  .justify-content-min-end {
    justify-content: flex-end !important;
  }
  .justify-content-min-center {
    justify-content: center !important;
  }
  .justify-content-min-between {
    justify-content: space-between !important;
  }
  .justify-content-min-around {
    justify-content: space-around !important;
  }
  .justify-content-min-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-min-start {
    align-items: flex-start !important;
  }
  .align-items-min-end {
    align-items: flex-end !important;
  }
  .align-items-min-center {
    align-items: center !important;
  }
  .align-items-min-baseline {
    align-items: baseline !important;
  }
  .align-items-min-stretch {
    align-items: stretch !important;
  }
  .align-content-min-start {
    align-content: flex-start !important;
  }
  .align-content-min-end {
    align-content: flex-end !important;
  }
  .align-content-min-center {
    align-content: center !important;
  }
  .align-content-min-between {
    align-content: space-between !important;
  }
  .align-content-min-around {
    align-content: space-around !important;
  }
  .align-content-min-stretch {
    align-content: stretch !important;
  }
  .align-self-min-auto {
    align-self: auto !important;
  }
  .align-self-min-start {
    align-self: flex-start !important;
  }
  .align-self-min-end {
    align-self: flex-end !important;
  }
  .align-self-min-center {
    align-self: center !important;
  }
  .align-self-min-baseline {
    align-self: baseline !important;
  }
  .align-self-min-stretch {
    align-self: stretch !important;
  }
  .order-min-first {
    order: -1 !important;
  }
  .order-min-0 {
    order: 0 !important;
  }
  .order-min-1 {
    order: 1 !important;
  }
  .order-min-2 {
    order: 2 !important;
  }
  .order-min-3 {
    order: 3 !important;
  }
  .order-min-4 {
    order: 4 !important;
  }
  .order-min-5 {
    order: 5 !important;
  }
  .order-min-last {
    order: 6 !important;
  }
  .m-min-0 {
    margin: 0 !important;
  }
  .m-min-1 {
    margin: 0.25rem !important;
  }
  .m-min-2 {
    margin: 0.5rem !important;
  }
  .m-min-3 {
    margin: 1rem !important;
  }
  .m-min-4 {
    margin: 1.5rem !important;
  }
  .m-min-5 {
    margin: 3rem !important;
  }
  .m-min-auto {
    margin: auto !important;
  }
  .mx-min-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-min-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-min-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-min-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-min-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-min-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-min-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-min-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-min-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-min-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-min-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-min-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-min-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-min-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-min-0 {
    margin-top: 0 !important;
  }
  .mt-min-1 {
    margin-top: 0.25rem !important;
  }
  .mt-min-2 {
    margin-top: 0.5rem !important;
  }
  .mt-min-3 {
    margin-top: 1rem !important;
  }
  .mt-min-4 {
    margin-top: 1.5rem !important;
  }
  .mt-min-5 {
    margin-top: 3rem !important;
  }
  .mt-min-auto {
    margin-top: auto !important;
  }
  .me-min-0 {
    margin-right: 0 !important;
  }
  .me-min-1 {
    margin-right: 0.25rem !important;
  }
  .me-min-2 {
    margin-right: 0.5rem !important;
  }
  .me-min-3 {
    margin-right: 1rem !important;
  }
  .me-min-4 {
    margin-right: 1.5rem !important;
  }
  .me-min-5 {
    margin-right: 3rem !important;
  }
  .me-min-auto {
    margin-right: auto !important;
  }
  .mb-min-0 {
    margin-bottom: 0 !important;
  }
  .mb-min-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-min-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-min-3 {
    margin-bottom: 1rem !important;
  }
  .mb-min-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-min-5 {
    margin-bottom: 3rem !important;
  }
  .mb-min-auto {
    margin-bottom: auto !important;
  }
  .ms-min-0 {
    margin-left: 0 !important;
  }
  .ms-min-1 {
    margin-left: 0.25rem !important;
  }
  .ms-min-2 {
    margin-left: 0.5rem !important;
  }
  .ms-min-3 {
    margin-left: 1rem !important;
  }
  .ms-min-4 {
    margin-left: 1.5rem !important;
  }
  .ms-min-5 {
    margin-left: 3rem !important;
  }
  .ms-min-auto {
    margin-left: auto !important;
  }
  .p-min-0 {
    padding: 0 !important;
  }
  .p-min-1 {
    padding: 0.25rem !important;
  }
  .p-min-2 {
    padding: 0.5rem !important;
  }
  .p-min-3 {
    padding: 1rem !important;
  }
  .p-min-4 {
    padding: 1.5rem !important;
  }
  .p-min-5 {
    padding: 3rem !important;
  }
  .px-min-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-min-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-min-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-min-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-min-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-min-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-min-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-min-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-min-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-min-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-min-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-min-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-min-0 {
    padding-top: 0 !important;
  }
  .pt-min-1 {
    padding-top: 0.25rem !important;
  }
  .pt-min-2 {
    padding-top: 0.5rem !important;
  }
  .pt-min-3 {
    padding-top: 1rem !important;
  }
  .pt-min-4 {
    padding-top: 1.5rem !important;
  }
  .pt-min-5 {
    padding-top: 3rem !important;
  }
  .pe-min-0 {
    padding-right: 0 !important;
  }
  .pe-min-1 {
    padding-right: 0.25rem !important;
  }
  .pe-min-2 {
    padding-right: 0.5rem !important;
  }
  .pe-min-3 {
    padding-right: 1rem !important;
  }
  .pe-min-4 {
    padding-right: 1.5rem !important;
  }
  .pe-min-5 {
    padding-right: 3rem !important;
  }
  .pb-min-0 {
    padding-bottom: 0 !important;
  }
  .pb-min-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-min-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-min-3 {
    padding-bottom: 1rem !important;
  }
  .pb-min-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-min-5 {
    padding-bottom: 3rem !important;
  }
  .ps-min-0 {
    padding-left: 0 !important;
  }
  .ps-min-1 {
    padding-left: 0.25rem !important;
  }
  .ps-min-2 {
    padding-left: 0.5rem !important;
  }
  .ps-min-3 {
    padding-left: 1rem !important;
  }
  .ps-min-4 {
    padding-left: 1.5rem !important;
  }
  .ps-min-5 {
    padding-left: 3rem !important;
  }
  .gap-min-0 {
    gap: 0 !important;
  }
  .gap-min-1 {
    gap: 0.25rem !important;
  }
  .gap-min-2 {
    gap: 0.5rem !important;
  }
  .gap-min-3 {
    gap: 1rem !important;
  }
  .gap-min-4 {
    gap: 1.5rem !important;
  }
  .gap-min-5 {
    gap: 3rem !important;
  }
  .row-gap-min-0 {
    row-gap: 0 !important;
  }
  .row-gap-min-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-min-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-min-3 {
    row-gap: 1rem !important;
  }
  .row-gap-min-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-min-5 {
    row-gap: 3rem !important;
  }
  .column-gap-min-0 {
    column-gap: 0 !important;
  }
  .column-gap-min-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-min-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-min-3 {
    column-gap: 1rem !important;
  }
  .column-gap-min-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-min-5 {
    column-gap: 3rem !important;
  }
  .text-min-start {
    text-align: left !important;
  }
  .text-min-end {
    text-align: right !important;
  }
  .text-min-center {
    text-align: center !important;
  }
}
@media (min-width: 411px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 577px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1270px) {
  .float-2g-start {
    float: left !important;
  }
  .float-2g-end {
    float: right !important;
  }
  .float-2g-none {
    float: none !important;
  }
  .object-fit-2g-contain {
    object-fit: contain !important;
  }
  .object-fit-2g-cover {
    object-fit: cover !important;
  }
  .object-fit-2g-fill {
    object-fit: fill !important;
  }
  .object-fit-2g-scale {
    object-fit: scale-down !important;
  }
  .object-fit-2g-none {
    object-fit: none !important;
  }
  .d-2g-inline {
    display: inline !important;
  }
  .d-2g-inline-block {
    display: inline-block !important;
  }
  .d-2g-block {
    display: block !important;
  }
  .d-2g-grid {
    display: grid !important;
  }
  .d-2g-inline-grid {
    display: inline-grid !important;
  }
  .d-2g-table {
    display: table !important;
  }
  .d-2g-table-row {
    display: table-row !important;
  }
  .d-2g-table-cell {
    display: table-cell !important;
  }
  .d-2g-flex {
    display: flex !important;
  }
  .d-2g-inline-flex {
    display: inline-flex !important;
  }
  .d-2g-none {
    display: none !important;
  }
  .flex-2g-fill {
    flex: 1 1 auto !important;
  }
  .flex-2g-row {
    flex-direction: row !important;
  }
  .flex-2g-column {
    flex-direction: column !important;
  }
  .flex-2g-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2g-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2g-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2g-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2g-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2g-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2g-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2g-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2g-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2g-start {
    justify-content: flex-start !important;
  }
  .justify-content-2g-end {
    justify-content: flex-end !important;
  }
  .justify-content-2g-center {
    justify-content: center !important;
  }
  .justify-content-2g-between {
    justify-content: space-between !important;
  }
  .justify-content-2g-around {
    justify-content: space-around !important;
  }
  .justify-content-2g-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2g-start {
    align-items: flex-start !important;
  }
  .align-items-2g-end {
    align-items: flex-end !important;
  }
  .align-items-2g-center {
    align-items: center !important;
  }
  .align-items-2g-baseline {
    align-items: baseline !important;
  }
  .align-items-2g-stretch {
    align-items: stretch !important;
  }
  .align-content-2g-start {
    align-content: flex-start !important;
  }
  .align-content-2g-end {
    align-content: flex-end !important;
  }
  .align-content-2g-center {
    align-content: center !important;
  }
  .align-content-2g-between {
    align-content: space-between !important;
  }
  .align-content-2g-around {
    align-content: space-around !important;
  }
  .align-content-2g-stretch {
    align-content: stretch !important;
  }
  .align-self-2g-auto {
    align-self: auto !important;
  }
  .align-self-2g-start {
    align-self: flex-start !important;
  }
  .align-self-2g-end {
    align-self: flex-end !important;
  }
  .align-self-2g-center {
    align-self: center !important;
  }
  .align-self-2g-baseline {
    align-self: baseline !important;
  }
  .align-self-2g-stretch {
    align-self: stretch !important;
  }
  .order-2g-first {
    order: -1 !important;
  }
  .order-2g-0 {
    order: 0 !important;
  }
  .order-2g-1 {
    order: 1 !important;
  }
  .order-2g-2 {
    order: 2 !important;
  }
  .order-2g-3 {
    order: 3 !important;
  }
  .order-2g-4 {
    order: 4 !important;
  }
  .order-2g-5 {
    order: 5 !important;
  }
  .order-2g-last {
    order: 6 !important;
  }
  .m-2g-0 {
    margin: 0 !important;
  }
  .m-2g-1 {
    margin: 0.25rem !important;
  }
  .m-2g-2 {
    margin: 0.5rem !important;
  }
  .m-2g-3 {
    margin: 1rem !important;
  }
  .m-2g-4 {
    margin: 1.5rem !important;
  }
  .m-2g-5 {
    margin: 3rem !important;
  }
  .m-2g-auto {
    margin: auto !important;
  }
  .mx-2g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2g-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2g-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-2g-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-2g-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-2g-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-2g-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2g-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2g-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2g-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2g-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-2g-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-2g-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-2g-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2g-0 {
    margin-top: 0 !important;
  }
  .mt-2g-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2g-2 {
    margin-top: 0.5rem !important;
  }
  .mt-2g-3 {
    margin-top: 1rem !important;
  }
  .mt-2g-4 {
    margin-top: 1.5rem !important;
  }
  .mt-2g-5 {
    margin-top: 3rem !important;
  }
  .mt-2g-auto {
    margin-top: auto !important;
  }
  .me-2g-0 {
    margin-right: 0 !important;
  }
  .me-2g-1 {
    margin-right: 0.25rem !important;
  }
  .me-2g-2 {
    margin-right: 0.5rem !important;
  }
  .me-2g-3 {
    margin-right: 1rem !important;
  }
  .me-2g-4 {
    margin-right: 1.5rem !important;
  }
  .me-2g-5 {
    margin-right: 3rem !important;
  }
  .me-2g-auto {
    margin-right: auto !important;
  }
  .mb-2g-0 {
    margin-bottom: 0 !important;
  }
  .mb-2g-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2g-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2g-3 {
    margin-bottom: 1rem !important;
  }
  .mb-2g-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-2g-5 {
    margin-bottom: 3rem !important;
  }
  .mb-2g-auto {
    margin-bottom: auto !important;
  }
  .ms-2g-0 {
    margin-left: 0 !important;
  }
  .ms-2g-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2g-2 {
    margin-left: 0.5rem !important;
  }
  .ms-2g-3 {
    margin-left: 1rem !important;
  }
  .ms-2g-4 {
    margin-left: 1.5rem !important;
  }
  .ms-2g-5 {
    margin-left: 3rem !important;
  }
  .ms-2g-auto {
    margin-left: auto !important;
  }
  .p-2g-0 {
    padding: 0 !important;
  }
  .p-2g-1 {
    padding: 0.25rem !important;
  }
  .p-2g-2 {
    padding: 0.5rem !important;
  }
  .p-2g-3 {
    padding: 1rem !important;
  }
  .p-2g-4 {
    padding: 1.5rem !important;
  }
  .p-2g-5 {
    padding: 3rem !important;
  }
  .px-2g-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2g-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2g-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-2g-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-2g-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-2g-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-2g-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2g-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2g-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2g-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-2g-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-2g-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-2g-0 {
    padding-top: 0 !important;
  }
  .pt-2g-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2g-2 {
    padding-top: 0.5rem !important;
  }
  .pt-2g-3 {
    padding-top: 1rem !important;
  }
  .pt-2g-4 {
    padding-top: 1.5rem !important;
  }
  .pt-2g-5 {
    padding-top: 3rem !important;
  }
  .pe-2g-0 {
    padding-right: 0 !important;
  }
  .pe-2g-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2g-2 {
    padding-right: 0.5rem !important;
  }
  .pe-2g-3 {
    padding-right: 1rem !important;
  }
  .pe-2g-4 {
    padding-right: 1.5rem !important;
  }
  .pe-2g-5 {
    padding-right: 3rem !important;
  }
  .pb-2g-0 {
    padding-bottom: 0 !important;
  }
  .pb-2g-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2g-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2g-3 {
    padding-bottom: 1rem !important;
  }
  .pb-2g-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2g-5 {
    padding-bottom: 3rem !important;
  }
  .ps-2g-0 {
    padding-left: 0 !important;
  }
  .ps-2g-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2g-2 {
    padding-left: 0.5rem !important;
  }
  .ps-2g-3 {
    padding-left: 1rem !important;
  }
  .ps-2g-4 {
    padding-left: 1.5rem !important;
  }
  .ps-2g-5 {
    padding-left: 3rem !important;
  }
  .gap-2g-0 {
    gap: 0 !important;
  }
  .gap-2g-1 {
    gap: 0.25rem !important;
  }
  .gap-2g-2 {
    gap: 0.5rem !important;
  }
  .gap-2g-3 {
    gap: 1rem !important;
  }
  .gap-2g-4 {
    gap: 1.5rem !important;
  }
  .gap-2g-5 {
    gap: 3rem !important;
  }
  .row-gap-2g-0 {
    row-gap: 0 !important;
  }
  .row-gap-2g-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-2g-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-2g-3 {
    row-gap: 1rem !important;
  }
  .row-gap-2g-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-2g-5 {
    row-gap: 3rem !important;
  }
  .column-gap-2g-0 {
    column-gap: 0 !important;
  }
  .column-gap-2g-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-2g-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-2g-3 {
    column-gap: 1rem !important;
  }
  .column-gap-2g-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-2g-5 {
    column-gap: 3rem !important;
  }
  .text-2g-start {
    text-align: left !important;
  }
  .text-2g-end {
    text-align: right !important;
  }
  .text-2g-center {
    text-align: center !important;
  }
}
@media (min-width: 1360px) {
  .float-3g-start {
    float: left !important;
  }
  .float-3g-end {
    float: right !important;
  }
  .float-3g-none {
    float: none !important;
  }
  .object-fit-3g-contain {
    object-fit: contain !important;
  }
  .object-fit-3g-cover {
    object-fit: cover !important;
  }
  .object-fit-3g-fill {
    object-fit: fill !important;
  }
  .object-fit-3g-scale {
    object-fit: scale-down !important;
  }
  .object-fit-3g-none {
    object-fit: none !important;
  }
  .d-3g-inline {
    display: inline !important;
  }
  .d-3g-inline-block {
    display: inline-block !important;
  }
  .d-3g-block {
    display: block !important;
  }
  .d-3g-grid {
    display: grid !important;
  }
  .d-3g-inline-grid {
    display: inline-grid !important;
  }
  .d-3g-table {
    display: table !important;
  }
  .d-3g-table-row {
    display: table-row !important;
  }
  .d-3g-table-cell {
    display: table-cell !important;
  }
  .d-3g-flex {
    display: flex !important;
  }
  .d-3g-inline-flex {
    display: inline-flex !important;
  }
  .d-3g-none {
    display: none !important;
  }
  .flex-3g-fill {
    flex: 1 1 auto !important;
  }
  .flex-3g-row {
    flex-direction: row !important;
  }
  .flex-3g-column {
    flex-direction: column !important;
  }
  .flex-3g-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3g-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3g-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3g-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3g-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3g-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3g-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3g-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3g-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3g-start {
    justify-content: flex-start !important;
  }
  .justify-content-3g-end {
    justify-content: flex-end !important;
  }
  .justify-content-3g-center {
    justify-content: center !important;
  }
  .justify-content-3g-between {
    justify-content: space-between !important;
  }
  .justify-content-3g-around {
    justify-content: space-around !important;
  }
  .justify-content-3g-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3g-start {
    align-items: flex-start !important;
  }
  .align-items-3g-end {
    align-items: flex-end !important;
  }
  .align-items-3g-center {
    align-items: center !important;
  }
  .align-items-3g-baseline {
    align-items: baseline !important;
  }
  .align-items-3g-stretch {
    align-items: stretch !important;
  }
  .align-content-3g-start {
    align-content: flex-start !important;
  }
  .align-content-3g-end {
    align-content: flex-end !important;
  }
  .align-content-3g-center {
    align-content: center !important;
  }
  .align-content-3g-between {
    align-content: space-between !important;
  }
  .align-content-3g-around {
    align-content: space-around !important;
  }
  .align-content-3g-stretch {
    align-content: stretch !important;
  }
  .align-self-3g-auto {
    align-self: auto !important;
  }
  .align-self-3g-start {
    align-self: flex-start !important;
  }
  .align-self-3g-end {
    align-self: flex-end !important;
  }
  .align-self-3g-center {
    align-self: center !important;
  }
  .align-self-3g-baseline {
    align-self: baseline !important;
  }
  .align-self-3g-stretch {
    align-self: stretch !important;
  }
  .order-3g-first {
    order: -1 !important;
  }
  .order-3g-0 {
    order: 0 !important;
  }
  .order-3g-1 {
    order: 1 !important;
  }
  .order-3g-2 {
    order: 2 !important;
  }
  .order-3g-3 {
    order: 3 !important;
  }
  .order-3g-4 {
    order: 4 !important;
  }
  .order-3g-5 {
    order: 5 !important;
  }
  .order-3g-last {
    order: 6 !important;
  }
  .m-3g-0 {
    margin: 0 !important;
  }
  .m-3g-1 {
    margin: 0.25rem !important;
  }
  .m-3g-2 {
    margin: 0.5rem !important;
  }
  .m-3g-3 {
    margin: 1rem !important;
  }
  .m-3g-4 {
    margin: 1.5rem !important;
  }
  .m-3g-5 {
    margin: 3rem !important;
  }
  .m-3g-auto {
    margin: auto !important;
  }
  .mx-3g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3g-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-3g-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3g-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-3g-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-3g-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-3g-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-3g-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3g-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3g-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3g-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3g-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-3g-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-3g-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-3g-0 {
    margin-top: 0 !important;
  }
  .mt-3g-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3g-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3g-3 {
    margin-top: 1rem !important;
  }
  .mt-3g-4 {
    margin-top: 1.5rem !important;
  }
  .mt-3g-5 {
    margin-top: 3rem !important;
  }
  .mt-3g-auto {
    margin-top: auto !important;
  }
  .me-3g-0 {
    margin-right: 0 !important;
  }
  .me-3g-1 {
    margin-right: 0.25rem !important;
  }
  .me-3g-2 {
    margin-right: 0.5rem !important;
  }
  .me-3g-3 {
    margin-right: 1rem !important;
  }
  .me-3g-4 {
    margin-right: 1.5rem !important;
  }
  .me-3g-5 {
    margin-right: 3rem !important;
  }
  .me-3g-auto {
    margin-right: auto !important;
  }
  .mb-3g-0 {
    margin-bottom: 0 !important;
  }
  .mb-3g-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3g-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3g-3 {
    margin-bottom: 1rem !important;
  }
  .mb-3g-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3g-5 {
    margin-bottom: 3rem !important;
  }
  .mb-3g-auto {
    margin-bottom: auto !important;
  }
  .ms-3g-0 {
    margin-left: 0 !important;
  }
  .ms-3g-1 {
    margin-left: 0.25rem !important;
  }
  .ms-3g-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3g-3 {
    margin-left: 1rem !important;
  }
  .ms-3g-4 {
    margin-left: 1.5rem !important;
  }
  .ms-3g-5 {
    margin-left: 3rem !important;
  }
  .ms-3g-auto {
    margin-left: auto !important;
  }
  .p-3g-0 {
    padding: 0 !important;
  }
  .p-3g-1 {
    padding: 0.25rem !important;
  }
  .p-3g-2 {
    padding: 0.5rem !important;
  }
  .p-3g-3 {
    padding: 1rem !important;
  }
  .p-3g-4 {
    padding: 1.5rem !important;
  }
  .p-3g-5 {
    padding: 3rem !important;
  }
  .px-3g-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3g-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-3g-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3g-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-3g-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-3g-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-3g-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3g-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3g-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3g-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3g-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-3g-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-3g-0 {
    padding-top: 0 !important;
  }
  .pt-3g-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3g-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3g-3 {
    padding-top: 1rem !important;
  }
  .pt-3g-4 {
    padding-top: 1.5rem !important;
  }
  .pt-3g-5 {
    padding-top: 3rem !important;
  }
  .pe-3g-0 {
    padding-right: 0 !important;
  }
  .pe-3g-1 {
    padding-right: 0.25rem !important;
  }
  .pe-3g-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3g-3 {
    padding-right: 1rem !important;
  }
  .pe-3g-4 {
    padding-right: 1.5rem !important;
  }
  .pe-3g-5 {
    padding-right: 3rem !important;
  }
  .pb-3g-0 {
    padding-bottom: 0 !important;
  }
  .pb-3g-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3g-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3g-3 {
    padding-bottom: 1rem !important;
  }
  .pb-3g-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-3g-5 {
    padding-bottom: 3rem !important;
  }
  .ps-3g-0 {
    padding-left: 0 !important;
  }
  .ps-3g-1 {
    padding-left: 0.25rem !important;
  }
  .ps-3g-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3g-3 {
    padding-left: 1rem !important;
  }
  .ps-3g-4 {
    padding-left: 1.5rem !important;
  }
  .ps-3g-5 {
    padding-left: 3rem !important;
  }
  .gap-3g-0 {
    gap: 0 !important;
  }
  .gap-3g-1 {
    gap: 0.25rem !important;
  }
  .gap-3g-2 {
    gap: 0.5rem !important;
  }
  .gap-3g-3 {
    gap: 1rem !important;
  }
  .gap-3g-4 {
    gap: 1.5rem !important;
  }
  .gap-3g-5 {
    gap: 3rem !important;
  }
  .row-gap-3g-0 {
    row-gap: 0 !important;
  }
  .row-gap-3g-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-3g-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-3g-3 {
    row-gap: 1rem !important;
  }
  .row-gap-3g-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-3g-5 {
    row-gap: 3rem !important;
  }
  .column-gap-3g-0 {
    column-gap: 0 !important;
  }
  .column-gap-3g-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-3g-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-3g-3 {
    column-gap: 1rem !important;
  }
  .column-gap-3g-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-3g-5 {
    column-gap: 3rem !important;
  }
  .text-3g-start {
    text-align: left !important;
  }
  .text-3g-end {
    text-align: right !important;
  }
  .text-3g-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1520px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .float-xxxxl-start {
    float: left !important;
  }
  .float-xxxxl-end {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
  .object-fit-xxxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxxl-none {
    object-fit: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: grid !important;
  }
  .d-xxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxxl-first {
    order: -1 !important;
  }
  .order-xxxxl-0 {
    order: 0 !important;
  }
  .order-xxxxl-1 {
    order: 1 !important;
  }
  .order-xxxxl-2 {
    order: 2 !important;
  }
  .order-xxxxl-3 {
    order: 3 !important;
  }
  .order-xxxxl-4 {
    order: 4 !important;
  }
  .order-xxxxl-5 {
    order: 5 !important;
  }
  .order-xxxxl-last {
    order: 6 !important;
  }
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxxl-start {
    text-align: left !important;
  }
  .text-xxxxl-end {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./media/SF-Pro-Display.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.modal-xxs {
  max-width: 0 !important;
}
.modal-mini {
  max-width: 301px !important;
}
.modal-min {
  max-width: 361px !important;
}
.modal-xs {
  max-width: 411px !important;
}
.modal-sm {
  max-width: 577px !important;
}
.modal-md {
  max-width: 769px !important;
}
.modal-lg {
  max-width: 1025px !important;
}
.modal-2g {
  max-width: 1270px !important;
}
.modal-3g {
  max-width: 1360px !important;
}
.modal-xl {
  max-width: 1440px !important;
}
.modal-xxl {
  max-width: 1520px !important;
}
.modal-xxxl {
  max-width: 1800px !important;
}
.modal-xxxxl {
  max-width: 2200px !important;
}
.wx-5 {
  width: 5px !important;
}
.wx-10 {
  width: 10px !important;
}
.wx-11 {
  width: 11px !important;
}
.wx-12 {
  width: 12px !important;
}
.wx-13 {
  width: 13px !important;
}
.wx-14 {
  width: 14px !important;
}
.wx-15 {
  width: 15px !important;
}
.wx-16 {
  width: 16px !important;
}
.wx-17 {
  width: 17px !important;
}
.wx-18 {
  width: 18px !important;
}
.wx-19 {
  width: 19px !important;
}
.wx-20 {
  width: 20px !important;
}
.wx-21 {
  width: 21px !important;
}
.wx-22 {
  width: 22px !important;
}
.wx-23 {
  width: 23px !important;
}
.wx-24 {
  width: 24px !important;
}
.wx-25 {
  width: 25px !important;
}
.wx-26 {
  width: 26px !important;
}
.wx-27 {
  width: 27px !important;
}
.wx-28 {
  width: 28px !important;
}
.wx-29 {
  width: 29px !important;
}
.wx-30 {
  width: 30px !important;
}
.wx-31 {
  width: 31px !important;
}
.wx-32 {
  width: 32px !important;
}
.wx-33 {
  width: 33px !important;
}
.wx-34 {
  width: 34px !important;
}
.wx-35 {
  width: 35px !important;
}
.wx-36 {
  width: 36px !important;
}
.wx-37 {
  width: 37px !important;
}
.wx-38 {
  width: 38px !important;
}
.wx-39 {
  width: 39px !important;
}
.wx-40 {
  width: 40px !important;
}
.wx-41 {
  width: 41px !important;
}
.wx-42 {
  width: 42px !important;
}
.wx-43 {
  width: 43px !important;
}
.wx-44 {
  width: 44px !important;
}
.wx-45 {
  width: 45px !important;
}
.wx-46 {
  width: 46px !important;
}
.wx-47 {
  width: 47px !important;
}
.wx-48 {
  width: 48px !important;
}
.wx-49 {
  width: 49px !important;
}
.wx-50 {
  width: 50px !important;
}
.wx-51 {
  width: 51px !important;
}
.wx-52 {
  width: 52px !important;
}
.wx-53 {
  width: 53px !important;
}
.wx-54 {
  width: 54px !important;
}
.wx-55 {
  width: 55px !important;
}
.wx-56 {
  width: 56px !important;
}
.wx-57 {
  width: 57px !important;
}
.wx-58 {
  width: 58px !important;
}
.wx-59 {
  width: 59px !important;
}
.wx-60 {
  width: 60px !important;
}
.wx-61 {
  width: 61px !important;
}
.wx-62 {
  width: 62px !important;
}
.wx-63 {
  width: 63px !important;
}
.wx-64 {
  width: 64px !important;
}
.wx-65 {
  width: 65px !important;
}
.wx-66 {
  width: 66px !important;
}
.wx-67 {
  width: 67px !important;
}
.wx-68 {
  width: 68px !important;
}
.wx-69 {
  width: 69px !important;
}
.wx-70 {
  width: 70px !important;
}
.wx-71 {
  width: 71px !important;
}
.wx-72 {
  width: 72px !important;
}
.wx-73 {
  width: 73px !important;
}
.wx-74 {
  width: 74px !important;
}
.wx-75 {
  width: 75px !important;
}
.wx-76 {
  width: 76px !important;
}
.wx-77 {
  width: 77px !important;
}
.wx-78 {
  width: 78px !important;
}
.wx-79 {
  width: 79px !important;
}
.wx-80 {
  width: 80px !important;
}
.wx-81 {
  width: 81px !important;
}
.wx-82 {
  width: 82px !important;
}
.wx-83 {
  width: 83px !important;
}
.wx-84 {
  width: 84px !important;
}
.wx-85 {
  width: 85px !important;
}
.wx-86 {
  width: 86px !important;
}
.wx-87 {
  width: 87px !important;
}
.wx-88 {
  width: 88px !important;
}
.wx-89 {
  width: 89px !important;
}
.wx-90 {
  width: 90px !important;
}
.wx-91 {
  width: 91px !important;
}
.wx-92 {
  width: 92px !important;
}
.wx-93 {
  width: 93px !important;
}
.wx-94 {
  width: 94px !important;
}
.wx-95 {
  width: 95px !important;
}
.wx-96 {
  width: 96px !important;
}
.wx-97 {
  width: 97px !important;
}
.wx-98 {
  width: 98px !important;
}
.wx-99 {
  width: 99px !important;
}
.wx-100 {
  width: 100px !important;
}
.wx-101 {
  width: 101px !important;
}
.wx-102 {
  width: 102px !important;
}
.wx-103 {
  width: 103px !important;
}
.wx-104 {
  width: 104px !important;
}
.wx-105 {
  width: 105px !important;
}
.wx-106 {
  width: 106px !important;
}
.wx-107 {
  width: 107px !important;
}
.wx-108 {
  width: 108px !important;
}
.wx-109 {
  width: 109px !important;
}
.wx-110 {
  width: 110px !important;
}
.wx-111 {
  width: 111px !important;
}
.wx-112 {
  width: 112px !important;
}
.wx-113 {
  width: 113px !important;
}
.wx-114 {
  width: 114px !important;
}
.wx-115 {
  width: 115px !important;
}
.wx-116 {
  width: 116px !important;
}
.wx-117 {
  width: 117px !important;
}
.wx-118 {
  width: 118px !important;
}
.wx-119 {
  width: 119px !important;
}
.wx-120 {
  width: 120px !important;
}
.wx-121 {
  width: 121px !important;
}
.wx-122 {
  width: 122px !important;
}
.wx-123 {
  width: 123px !important;
}
.wx-124 {
  width: 124px !important;
}
.wx-125 {
  width: 125px !important;
}
.wx-126 {
  width: 126px !important;
}
.wx-127 {
  width: 127px !important;
}
.wx-128 {
  width: 128px !important;
}
.wx-129 {
  width: 129px !important;
}
.wx-130 {
  width: 130px !important;
}
.wx-131 {
  width: 131px !important;
}
.wx-132 {
  width: 132px !important;
}
.wx-133 {
  width: 133px !important;
}
.wx-134 {
  width: 134px !important;
}
.wx-135 {
  width: 135px !important;
}
.wx-136 {
  width: 136px !important;
}
.wx-137 {
  width: 137px !important;
}
.wx-138 {
  width: 138px !important;
}
.wx-139 {
  width: 139px !important;
}
.wx-140 {
  width: 140px !important;
}
.wx-141 {
  width: 141px !important;
}
.wx-142 {
  width: 142px !important;
}
.wx-143 {
  width: 143px !important;
}
.wx-144 {
  width: 144px !important;
}
.wx-145 {
  width: 145px !important;
}
.wx-146 {
  width: 146px !important;
}
.wx-147 {
  width: 147px !important;
}
.wx-148 {
  width: 148px !important;
}
.wx-149 {
  width: 149px !important;
}
.wx-150 {
  width: 150px !important;
}
.wx-151 {
  width: 151px !important;
}
.wx-152 {
  width: 152px !important;
}
.wx-153 {
  width: 153px !important;
}
.wx-154 {
  width: 154px !important;
}
.wx-155 {
  width: 155px !important;
}
.wx-156 {
  width: 156px !important;
}
.wx-157 {
  width: 157px !important;
}
.wx-158 {
  width: 158px !important;
}
.wx-159 {
  width: 159px !important;
}
.wx-160 {
  width: 160px !important;
}
.wx-161 {
  width: 161px !important;
}
.wx-162 {
  width: 162px !important;
}
.wx-163 {
  width: 163px !important;
}
.wx-164 {
  width: 164px !important;
}
.wx-165 {
  width: 165px !important;
}
.wx-166 {
  width: 166px !important;
}
.wx-167 {
  width: 167px !important;
}
.wx-168 {
  width: 168px !important;
}
.wx-169 {
  width: 169px !important;
}
.wx-170 {
  width: 170px !important;
}
.wx-171 {
  width: 171px !important;
}
.wx-172 {
  width: 172px !important;
}
.wx-173 {
  width: 173px !important;
}
.wx-174 {
  width: 174px !important;
}
.wx-175 {
  width: 175px !important;
}
.wx-176 {
  width: 176px !important;
}
.wx-177 {
  width: 177px !important;
}
.wx-178 {
  width: 178px !important;
}
.wx-179 {
  width: 179px !important;
}
.wx-180 {
  width: 180px !important;
}
.wx-181 {
  width: 181px !important;
}
.wx-182 {
  width: 182px !important;
}
.wx-183 {
  width: 183px !important;
}
.wx-184 {
  width: 184px !important;
}
.wx-185 {
  width: 185px !important;
}
.wx-186 {
  width: 186px !important;
}
.wx-187 {
  width: 187px !important;
}
.wx-188 {
  width: 188px !important;
}
.wx-189 {
  width: 189px !important;
}
.wx-190 {
  width: 190px !important;
}
.wx-191 {
  width: 191px !important;
}
.wx-192 {
  width: 192px !important;
}
.wx-193 {
  width: 193px !important;
}
.wx-194 {
  width: 194px !important;
}
.wx-195 {
  width: 195px !important;
}
.wx-196 {
  width: 196px !important;
}
.wx-197 {
  width: 197px !important;
}
.wx-198 {
  width: 198px !important;
}
.wx-199 {
  width: 199px !important;
}
.wx-200 {
  width: 200px !important;
}
.wx-201 {
  width: 201px !important;
}
.wx-202 {
  width: 202px !important;
}
.wx-203 {
  width: 203px !important;
}
.wx-204 {
  width: 204px !important;
}
.wx-205 {
  width: 205px !important;
}
.wx-206 {
  width: 206px !important;
}
.wx-207 {
  width: 207px !important;
}
.wx-208 {
  width: 208px !important;
}
.wx-209 {
  width: 209px !important;
}
.wx-210 {
  width: 210px !important;
}
.wx-211 {
  width: 211px !important;
}
.wx-212 {
  width: 212px !important;
}
.wx-213 {
  width: 213px !important;
}
.wx-214 {
  width: 214px !important;
}
.wx-215 {
  width: 215px !important;
}
.wx-216 {
  width: 216px !important;
}
.wx-217 {
  width: 217px !important;
}
.wx-218 {
  width: 218px !important;
}
.wx-219 {
  width: 219px !important;
}
.wx-220 {
  width: 220px !important;
}
.wx-221 {
  width: 221px !important;
}
.wx-222 {
  width: 222px !important;
}
.wx-223 {
  width: 223px !important;
}
.wx-224 {
  width: 224px !important;
}
.wx-225 {
  width: 225px !important;
}
.wx-226 {
  width: 226px !important;
}
.wx-227 {
  width: 227px !important;
}
.wx-228 {
  width: 228px !important;
}
.wx-229 {
  width: 229px !important;
}
.wx-230 {
  width: 230px !important;
}
.wx-231 {
  width: 231px !important;
}
.wx-232 {
  width: 232px !important;
}
.wx-233 {
  width: 233px !important;
}
.wx-234 {
  width: 234px !important;
}
.wx-235 {
  width: 235px !important;
}
.wx-236 {
  width: 236px !important;
}
.wx-237 {
  width: 237px !important;
}
.wx-238 {
  width: 238px !important;
}
.wx-239 {
  width: 239px !important;
}
.wx-240 {
  width: 240px !important;
}
.wx-241 {
  width: 241px !important;
}
.wx-242 {
  width: 242px !important;
}
.wx-243 {
  width: 243px !important;
}
.wx-244 {
  width: 244px !important;
}
.wx-245 {
  width: 245px !important;
}
.wx-246 {
  width: 246px !important;
}
.wx-247 {
  width: 247px !important;
}
.wx-248 {
  width: 248px !important;
}
.wx-249 {
  width: 249px !important;
}
.wx-250 {
  width: 250px !important;
}
.wx-251 {
  width: 251px !important;
}
.wx-252 {
  width: 252px !important;
}
.wx-253 {
  width: 253px !important;
}
.wx-254 {
  width: 254px !important;
}
.wx-255 {
  width: 255px !important;
}
.wx-256 {
  width: 256px !important;
}
.wx-257 {
  width: 257px !important;
}
.wx-258 {
  width: 258px !important;
}
.wx-259 {
  width: 259px !important;
}
.wx-260 {
  width: 260px !important;
}
.wx-261 {
  width: 261px !important;
}
.wx-262 {
  width: 262px !important;
}
.wx-263 {
  width: 263px !important;
}
.wx-264 {
  width: 264px !important;
}
.wx-265 {
  width: 265px !important;
}
.wx-266 {
  width: 266px !important;
}
.wx-267 {
  width: 267px !important;
}
.wx-268 {
  width: 268px !important;
}
.wx-269 {
  width: 269px !important;
}
.wx-270 {
  width: 270px !important;
}
.wx-271 {
  width: 271px !important;
}
.wx-272 {
  width: 272px !important;
}
.wx-273 {
  width: 273px !important;
}
.wx-274 {
  width: 274px !important;
}
.wx-275 {
  width: 275px !important;
}
.wx-276 {
  width: 276px !important;
}
.wx-277 {
  width: 277px !important;
}
.wx-278 {
  width: 278px !important;
}
.wx-279 {
  width: 279px !important;
}
.wx-280 {
  width: 280px !important;
}
.wx-281 {
  width: 281px !important;
}
.wx-282 {
  width: 282px !important;
}
.wx-283 {
  width: 283px !important;
}
.wx-284 {
  width: 284px !important;
}
.wx-285 {
  width: 285px !important;
}
.wx-286 {
  width: 286px !important;
}
.wx-287 {
  width: 287px !important;
}
.wx-288 {
  width: 288px !important;
}
.wx-289 {
  width: 289px !important;
}
.wx-290 {
  width: 290px !important;
}
.wx-291 {
  width: 291px !important;
}
.wx-292 {
  width: 292px !important;
}
.wx-293 {
  width: 293px !important;
}
.wx-294 {
  width: 294px !important;
}
.wx-295 {
  width: 295px !important;
}
.wx-296 {
  width: 296px !important;
}
.wx-297 {
  width: 297px !important;
}
.wx-298 {
  width: 298px !important;
}
.wx-299 {
  width: 299px !important;
}
.wx-300 {
  width: 300px !important;
}
.wx-301 {
  width: 301px !important;
}
.wx-302 {
  width: 302px !important;
}
.wx-303 {
  width: 303px !important;
}
.wx-304 {
  width: 304px !important;
}
.wx-305 {
  width: 305px !important;
}
.wx-306 {
  width: 306px !important;
}
.wx-307 {
  width: 307px !important;
}
.wx-308 {
  width: 308px !important;
}
.wx-309 {
  width: 309px !important;
}
.wx-310 {
  width: 310px !important;
}
.wx-311 {
  width: 311px !important;
}
.wx-312 {
  width: 312px !important;
}
.wx-313 {
  width: 313px !important;
}
.wx-314 {
  width: 314px !important;
}
.wx-315 {
  width: 315px !important;
}
.wx-316 {
  width: 316px !important;
}
.wx-317 {
  width: 317px !important;
}
.wx-318 {
  width: 318px !important;
}
.wx-319 {
  width: 319px !important;
}
.wx-320 {
  width: 320px !important;
}
.wx-321 {
  width: 321px !important;
}
.wx-322 {
  width: 322px !important;
}
.wx-323 {
  width: 323px !important;
}
.wx-324 {
  width: 324px !important;
}
.wx-325 {
  width: 325px !important;
}
.wx-326 {
  width: 326px !important;
}
.wx-327 {
  width: 327px !important;
}
.wx-328 {
  width: 328px !important;
}
.wx-329 {
  width: 329px !important;
}
.wx-330 {
  width: 330px !important;
}
.wx-331 {
  width: 331px !important;
}
.wx-332 {
  width: 332px !important;
}
.wx-333 {
  width: 333px !important;
}
.wx-334 {
  width: 334px !important;
}
.wx-335 {
  width: 335px !important;
}
.wx-336 {
  width: 336px !important;
}
.wx-337 {
  width: 337px !important;
}
.wx-338 {
  width: 338px !important;
}
.wx-339 {
  width: 339px !important;
}
.wx-340 {
  width: 340px !important;
}
.wx-341 {
  width: 341px !important;
}
.wx-342 {
  width: 342px !important;
}
.wx-343 {
  width: 343px !important;
}
.wx-344 {
  width: 344px !important;
}
.wx-345 {
  width: 345px !important;
}
.wx-346 {
  width: 346px !important;
}
.wx-347 {
  width: 347px !important;
}
.wx-348 {
  width: 348px !important;
}
.wx-349 {
  width: 349px !important;
}
.wx-350 {
  width: 350px !important;
}
.wx-351 {
  width: 351px !important;
}
.wx-352 {
  width: 352px !important;
}
.wx-353 {
  width: 353px !important;
}
.wx-354 {
  width: 354px !important;
}
.wx-355 {
  width: 355px !important;
}
.wx-356 {
  width: 356px !important;
}
.wx-357 {
  width: 357px !important;
}
.wx-358 {
  width: 358px !important;
}
.wx-359 {
  width: 359px !important;
}
.wx-360 {
  width: 360px !important;
}
.wx-361 {
  width: 361px !important;
}
.wx-362 {
  width: 362px !important;
}
.wx-363 {
  width: 363px !important;
}
.wx-364 {
  width: 364px !important;
}
.wx-365 {
  width: 365px !important;
}
.wx-366 {
  width: 366px !important;
}
.wx-367 {
  width: 367px !important;
}
.wx-368 {
  width: 368px !important;
}
.wx-369 {
  width: 369px !important;
}
.wx-370 {
  width: 370px !important;
}
.wx-371 {
  width: 371px !important;
}
.wx-372 {
  width: 372px !important;
}
.wx-373 {
  width: 373px !important;
}
.wx-374 {
  width: 374px !important;
}
.wx-375 {
  width: 375px !important;
}
.wx-376 {
  width: 376px !important;
}
.wx-377 {
  width: 377px !important;
}
.wx-378 {
  width: 378px !important;
}
.wx-379 {
  width: 379px !important;
}
.wx-380 {
  width: 380px !important;
}
.wx-381 {
  width: 381px !important;
}
.wx-382 {
  width: 382px !important;
}
.wx-383 {
  width: 383px !important;
}
.wx-384 {
  width: 384px !important;
}
.wx-385 {
  width: 385px !important;
}
.wx-386 {
  width: 386px !important;
}
.wx-387 {
  width: 387px !important;
}
.wx-388 {
  width: 388px !important;
}
.wx-389 {
  width: 389px !important;
}
.wx-390 {
  width: 390px !important;
}
.wx-391 {
  width: 391px !important;
}
.wx-392 {
  width: 392px !important;
}
.wx-393 {
  width: 393px !important;
}
.wx-394 {
  width: 394px !important;
}
.wx-395 {
  width: 395px !important;
}
.wx-396 {
  width: 396px !important;
}
.wx-397 {
  width: 397px !important;
}
.wx-398 {
  width: 398px !important;
}
.wx-399 {
  width: 399px !important;
}
.wx-400 {
  width: 400px !important;
}
.wx-401 {
  width: 401px !important;
}
.wx-402 {
  width: 402px !important;
}
.wx-403 {
  width: 403px !important;
}
.wx-404 {
  width: 404px !important;
}
.wx-405 {
  width: 405px !important;
}
.wx-406 {
  width: 406px !important;
}
.wx-407 {
  width: 407px !important;
}
.wx-408 {
  width: 408px !important;
}
.wx-409 {
  width: 409px !important;
}
.wx-410 {
  width: 410px !important;
}
.wx-411 {
  width: 411px !important;
}
.wx-412 {
  width: 412px !important;
}
.wx-413 {
  width: 413px !important;
}
.wx-414 {
  width: 414px !important;
}
.wx-415 {
  width: 415px !important;
}
.wx-416 {
  width: 416px !important;
}
.wx-417 {
  width: 417px !important;
}
.wx-418 {
  width: 418px !important;
}
.wx-419 {
  width: 419px !important;
}
.wx-420 {
  width: 420px !important;
}
.wx-421 {
  width: 421px !important;
}
.wx-422 {
  width: 422px !important;
}
.wx-423 {
  width: 423px !important;
}
.wx-424 {
  width: 424px !important;
}
.wx-425 {
  width: 425px !important;
}
.wx-426 {
  width: 426px !important;
}
.wx-427 {
  width: 427px !important;
}
.wx-428 {
  width: 428px !important;
}
.wx-429 {
  width: 429px !important;
}
.wx-430 {
  width: 430px !important;
}
.wx-431 {
  width: 431px !important;
}
.wx-432 {
  width: 432px !important;
}
.wx-433 {
  width: 433px !important;
}
.wx-434 {
  width: 434px !important;
}
.wx-435 {
  width: 435px !important;
}
.wx-436 {
  width: 436px !important;
}
.wx-437 {
  width: 437px !important;
}
.wx-438 {
  width: 438px !important;
}
.wx-439 {
  width: 439px !important;
}
.wx-440 {
  width: 440px !important;
}
.wx-441 {
  width: 441px !important;
}
.wx-442 {
  width: 442px !important;
}
.wx-443 {
  width: 443px !important;
}
.wx-444 {
  width: 444px !important;
}
.wx-445 {
  width: 445px !important;
}
.wx-446 {
  width: 446px !important;
}
.wx-447 {
  width: 447px !important;
}
.wx-448 {
  width: 448px !important;
}
.wx-449 {
  width: 449px !important;
}
.wx-450 {
  width: 450px !important;
}
.wx-451 {
  width: 451px !important;
}
.wx-452 {
  width: 452px !important;
}
.wx-453 {
  width: 453px !important;
}
.wx-454 {
  width: 454px !important;
}
.wx-455 {
  width: 455px !important;
}
.wx-456 {
  width: 456px !important;
}
.wx-457 {
  width: 457px !important;
}
.wx-458 {
  width: 458px !important;
}
.wx-459 {
  width: 459px !important;
}
.wx-460 {
  width: 460px !important;
}
.wx-461 {
  width: 461px !important;
}
.wx-462 {
  width: 462px !important;
}
.wx-463 {
  width: 463px !important;
}
.wx-464 {
  width: 464px !important;
}
.wx-465 {
  width: 465px !important;
}
.wx-466 {
  width: 466px !important;
}
.wx-467 {
  width: 467px !important;
}
.wx-468 {
  width: 468px !important;
}
.wx-469 {
  width: 469px !important;
}
.wx-470 {
  width: 470px !important;
}
.wx-471 {
  width: 471px !important;
}
.wx-472 {
  width: 472px !important;
}
.wx-473 {
  width: 473px !important;
}
.wx-474 {
  width: 474px !important;
}
.wx-475 {
  width: 475px !important;
}
.wx-476 {
  width: 476px !important;
}
.wx-477 {
  width: 477px !important;
}
.wx-478 {
  width: 478px !important;
}
.wx-479 {
  width: 479px !important;
}
.wx-480 {
  width: 480px !important;
}
.wx-481 {
  width: 481px !important;
}
.wx-482 {
  width: 482px !important;
}
.wx-483 {
  width: 483px !important;
}
.wx-484 {
  width: 484px !important;
}
.wx-485 {
  width: 485px !important;
}
.wx-486 {
  width: 486px !important;
}
.wx-487 {
  width: 487px !important;
}
.wx-488 {
  width: 488px !important;
}
.wx-489 {
  width: 489px !important;
}
.wx-490 {
  width: 490px !important;
}
.wx-491 {
  width: 491px !important;
}
.wx-492 {
  width: 492px !important;
}
.wx-493 {
  width: 493px !important;
}
.wx-494 {
  width: 494px !important;
}
.wx-495 {
  width: 495px !important;
}
.wx-496 {
  width: 496px !important;
}
.wx-497 {
  width: 497px !important;
}
.wx-498 {
  width: 498px !important;
}
.wx-499 {
  width: 499px !important;
}
.wx-500 {
  width: 500px !important;
}
.wx-501 {
  width: 501px !important;
}
.wx-502 {
  width: 502px !important;
}
.wx-503 {
  width: 503px !important;
}
.wx-504 {
  width: 504px !important;
}
.wx-505 {
  width: 505px !important;
}
.wx-506 {
  width: 506px !important;
}
.wx-507 {
  width: 507px !important;
}
.wx-508 {
  width: 508px !important;
}
.wx-509 {
  width: 509px !important;
}
.wx-510 {
  width: 510px !important;
}
.wx-511 {
  width: 511px !important;
}
.wx-512 {
  width: 512px !important;
}
.wx-513 {
  width: 513px !important;
}
.wx-514 {
  width: 514px !important;
}
.wx-515 {
  width: 515px !important;
}
.wx-516 {
  width: 516px !important;
}
.wx-517 {
  width: 517px !important;
}
.wx-518 {
  width: 518px !important;
}
.wx-519 {
  width: 519px !important;
}
.wx-520 {
  width: 520px !important;
}
.wx-521 {
  width: 521px !important;
}
.wx-522 {
  width: 522px !important;
}
.wx-523 {
  width: 523px !important;
}
.wx-524 {
  width: 524px !important;
}
.wx-525 {
  width: 525px !important;
}
.wx-526 {
  width: 526px !important;
}
.wx-527 {
  width: 527px !important;
}
.wx-528 {
  width: 528px !important;
}
.wx-529 {
  width: 529px !important;
}
.wx-530 {
  width: 530px !important;
}
.wx-531 {
  width: 531px !important;
}
.wx-532 {
  width: 532px !important;
}
.wx-533 {
  width: 533px !important;
}
.wx-534 {
  width: 534px !important;
}
.wx-535 {
  width: 535px !important;
}
.wx-536 {
  width: 536px !important;
}
.wx-537 {
  width: 537px !important;
}
.wx-538 {
  width: 538px !important;
}
.wx-539 {
  width: 539px !important;
}
.wx-540 {
  width: 540px !important;
}
.wx-541 {
  width: 541px !important;
}
.wx-542 {
  width: 542px !important;
}
.wx-543 {
  width: 543px !important;
}
.wx-544 {
  width: 544px !important;
}
.wx-545 {
  width: 545px !important;
}
.wx-546 {
  width: 546px !important;
}
.wx-547 {
  width: 547px !important;
}
.wx-548 {
  width: 548px !important;
}
.wx-549 {
  width: 549px !important;
}
.wx-550 {
  width: 550px !important;
}
.wx-551 {
  width: 551px !important;
}
.wx-552 {
  width: 552px !important;
}
.wx-553 {
  width: 553px !important;
}
.wx-554 {
  width: 554px !important;
}
.wx-555 {
  width: 555px !important;
}
.wx-556 {
  width: 556px !important;
}
.wx-557 {
  width: 557px !important;
}
.wx-558 {
  width: 558px !important;
}
.wx-559 {
  width: 559px !important;
}
.wx-560 {
  width: 560px !important;
}
.wx-561 {
  width: 561px !important;
}
.wx-562 {
  width: 562px !important;
}
.wx-563 {
  width: 563px !important;
}
.wx-564 {
  width: 564px !important;
}
.wx-565 {
  width: 565px !important;
}
.wx-566 {
  width: 566px !important;
}
.wx-567 {
  width: 567px !important;
}
.wx-568 {
  width: 568px !important;
}
.wx-569 {
  width: 569px !important;
}
.wx-570 {
  width: 570px !important;
}
.wx-571 {
  width: 571px !important;
}
.wx-572 {
  width: 572px !important;
}
.wx-573 {
  width: 573px !important;
}
.wx-574 {
  width: 574px !important;
}
.wx-575 {
  width: 575px !important;
}
.wx-576 {
  width: 576px !important;
}
.wx-577 {
  width: 577px !important;
}
.wx-578 {
  width: 578px !important;
}
.wx-579 {
  width: 579px !important;
}
.wx-580 {
  width: 580px !important;
}
.wx-581 {
  width: 581px !important;
}
.wx-582 {
  width: 582px !important;
}
.wx-583 {
  width: 583px !important;
}
.wx-584 {
  width: 584px !important;
}
.wx-585 {
  width: 585px !important;
}
.wx-586 {
  width: 586px !important;
}
.wx-587 {
  width: 587px !important;
}
.wx-588 {
  width: 588px !important;
}
.wx-589 {
  width: 589px !important;
}
.wx-590 {
  width: 590px !important;
}
.wx-591 {
  width: 591px !important;
}
.wx-592 {
  width: 592px !important;
}
.wx-593 {
  width: 593px !important;
}
.wx-594 {
  width: 594px !important;
}
.wx-595 {
  width: 595px !important;
}
.wx-596 {
  width: 596px !important;
}
.wx-597 {
  width: 597px !important;
}
.wx-598 {
  width: 598px !important;
}
.wx-599 {
  width: 599px !important;
}
.wx-600 {
  width: 600px !important;
}
.wx-601 {
  width: 601px !important;
}
.wx-602 {
  width: 602px !important;
}
.wx-603 {
  width: 603px !important;
}
.wx-604 {
  width: 604px !important;
}
.wx-605 {
  width: 605px !important;
}
.wx-606 {
  width: 606px !important;
}
.wx-607 {
  width: 607px !important;
}
.wx-608 {
  width: 608px !important;
}
.wx-609 {
  width: 609px !important;
}
.wx-610 {
  width: 610px !important;
}
.wx-611 {
  width: 611px !important;
}
.wx-612 {
  width: 612px !important;
}
.wx-613 {
  width: 613px !important;
}
.wx-614 {
  width: 614px !important;
}
.wx-615 {
  width: 615px !important;
}
.wx-616 {
  width: 616px !important;
}
.wx-617 {
  width: 617px !important;
}
.wx-618 {
  width: 618px !important;
}
.wx-619 {
  width: 619px !important;
}
.wx-620 {
  width: 620px !important;
}
.wx-621 {
  width: 621px !important;
}
.wx-622 {
  width: 622px !important;
}
.wx-623 {
  width: 623px !important;
}
.wx-624 {
  width: 624px !important;
}
.wx-625 {
  width: 625px !important;
}
.wx-626 {
  width: 626px !important;
}
.wx-627 {
  width: 627px !important;
}
.wx-628 {
  width: 628px !important;
}
.wx-629 {
  width: 629px !important;
}
.wx-630 {
  width: 630px !important;
}
.wx-631 {
  width: 631px !important;
}
.wx-632 {
  width: 632px !important;
}
.wx-633 {
  width: 633px !important;
}
.wx-634 {
  width: 634px !important;
}
.wx-635 {
  width: 635px !important;
}
.wx-636 {
  width: 636px !important;
}
.wx-637 {
  width: 637px !important;
}
.wx-638 {
  width: 638px !important;
}
.wx-639 {
  width: 639px !important;
}
.wx-640 {
  width: 640px !important;
}
.wx-641 {
  width: 641px !important;
}
.wx-642 {
  width: 642px !important;
}
.wx-643 {
  width: 643px !important;
}
.wx-644 {
  width: 644px !important;
}
.wx-645 {
  width: 645px !important;
}
.wx-646 {
  width: 646px !important;
}
.wx-647 {
  width: 647px !important;
}
.wx-648 {
  width: 648px !important;
}
.wx-649 {
  width: 649px !important;
}
.wx-650 {
  width: 650px !important;
}
.wx-651 {
  width: 651px !important;
}
.wx-652 {
  width: 652px !important;
}
.wx-653 {
  width: 653px !important;
}
.wx-654 {
  width: 654px !important;
}
.wx-655 {
  width: 655px !important;
}
.wx-656 {
  width: 656px !important;
}
.wx-657 {
  width: 657px !important;
}
.wx-658 {
  width: 658px !important;
}
.wx-659 {
  width: 659px !important;
}
.wx-660 {
  width: 660px !important;
}
.wx-661 {
  width: 661px !important;
}
.wx-662 {
  width: 662px !important;
}
.wx-663 {
  width: 663px !important;
}
.wx-664 {
  width: 664px !important;
}
.wx-665 {
  width: 665px !important;
}
.wx-666 {
  width: 666px !important;
}
.wx-667 {
  width: 667px !important;
}
.wx-668 {
  width: 668px !important;
}
.wx-669 {
  width: 669px !important;
}
.wx-670 {
  width: 670px !important;
}
.wx-671 {
  width: 671px !important;
}
.wx-672 {
  width: 672px !important;
}
.wx-673 {
  width: 673px !important;
}
.wx-674 {
  width: 674px !important;
}
.wx-675 {
  width: 675px !important;
}
.wx-676 {
  width: 676px !important;
}
.wx-677 {
  width: 677px !important;
}
.wx-678 {
  width: 678px !important;
}
.wx-679 {
  width: 679px !important;
}
.wx-680 {
  width: 680px !important;
}
.wx-681 {
  width: 681px !important;
}
.wx-682 {
  width: 682px !important;
}
.wx-683 {
  width: 683px !important;
}
.wx-684 {
  width: 684px !important;
}
.wx-685 {
  width: 685px !important;
}
.wx-686 {
  width: 686px !important;
}
.wx-687 {
  width: 687px !important;
}
.wx-688 {
  width: 688px !important;
}
.wx-689 {
  width: 689px !important;
}
.wx-690 {
  width: 690px !important;
}
.wx-691 {
  width: 691px !important;
}
.wx-692 {
  width: 692px !important;
}
.wx-693 {
  width: 693px !important;
}
.wx-694 {
  width: 694px !important;
}
.wx-695 {
  width: 695px !important;
}
.wx-696 {
  width: 696px !important;
}
.wx-697 {
  width: 697px !important;
}
.wx-698 {
  width: 698px !important;
}
.wx-699 {
  width: 699px !important;
}
.wx-700 {
  width: 700px !important;
}
.wx-701 {
  width: 701px !important;
}
.wx-702 {
  width: 702px !important;
}
.wx-703 {
  width: 703px !important;
}
.wx-704 {
  width: 704px !important;
}
.wx-705 {
  width: 705px !important;
}
.wx-706 {
  width: 706px !important;
}
.wx-707 {
  width: 707px !important;
}
.wx-708 {
  width: 708px !important;
}
.wx-709 {
  width: 709px !important;
}
.wx-710 {
  width: 710px !important;
}
.wx-711 {
  width: 711px !important;
}
.wx-712 {
  width: 712px !important;
}
.wx-713 {
  width: 713px !important;
}
.wx-714 {
  width: 714px !important;
}
.wx-715 {
  width: 715px !important;
}
.wx-716 {
  width: 716px !important;
}
.wx-717 {
  width: 717px !important;
}
.wx-718 {
  width: 718px !important;
}
.wx-719 {
  width: 719px !important;
}
.wx-720 {
  width: 720px !important;
}
.wx-721 {
  width: 721px !important;
}
.wx-722 {
  width: 722px !important;
}
.wx-723 {
  width: 723px !important;
}
.wx-724 {
  width: 724px !important;
}
.wx-725 {
  width: 725px !important;
}
.wx-726 {
  width: 726px !important;
}
.wx-727 {
  width: 727px !important;
}
.wx-728 {
  width: 728px !important;
}
.wx-729 {
  width: 729px !important;
}
.wx-730 {
  width: 730px !important;
}
.wx-731 {
  width: 731px !important;
}
.wx-732 {
  width: 732px !important;
}
.wx-733 {
  width: 733px !important;
}
.wx-734 {
  width: 734px !important;
}
.wx-735 {
  width: 735px !important;
}
.wx-736 {
  width: 736px !important;
}
.wx-737 {
  width: 737px !important;
}
.wx-738 {
  width: 738px !important;
}
.wx-739 {
  width: 739px !important;
}
.wx-740 {
  width: 740px !important;
}
.wx-741 {
  width: 741px !important;
}
.wx-742 {
  width: 742px !important;
}
.wx-743 {
  width: 743px !important;
}
.wx-744 {
  width: 744px !important;
}
.wx-745 {
  width: 745px !important;
}
.wx-746 {
  width: 746px !important;
}
.wx-747 {
  width: 747px !important;
}
.wx-748 {
  width: 748px !important;
}
.wx-749 {
  width: 749px !important;
}
.wx-750 {
  width: 750px !important;
}
.wx-751 {
  width: 751px !important;
}
.wx-752 {
  width: 752px !important;
}
.wx-753 {
  width: 753px !important;
}
.wx-754 {
  width: 754px !important;
}
.wx-755 {
  width: 755px !important;
}
.wx-756 {
  width: 756px !important;
}
.wx-757 {
  width: 757px !important;
}
.wx-758 {
  width: 758px !important;
}
.wx-759 {
  width: 759px !important;
}
.wx-760 {
  width: 760px !important;
}
.wx-761 {
  width: 761px !important;
}
.wx-762 {
  width: 762px !important;
}
.wx-763 {
  width: 763px !important;
}
.wx-764 {
  width: 764px !important;
}
.wx-765 {
  width: 765px !important;
}
.wx-766 {
  width: 766px !important;
}
.wx-767 {
  width: 767px !important;
}
.wx-768 {
  width: 768px !important;
}
.wx-769 {
  width: 769px !important;
}
.wx-770 {
  width: 770px !important;
}
.wx-771 {
  width: 771px !important;
}
.wx-772 {
  width: 772px !important;
}
.wx-773 {
  width: 773px !important;
}
.wx-774 {
  width: 774px !important;
}
.wx-775 {
  width: 775px !important;
}
.wx-776 {
  width: 776px !important;
}
.wx-777 {
  width: 777px !important;
}
.wx-778 {
  width: 778px !important;
}
.wx-779 {
  width: 779px !important;
}
.wx-780 {
  width: 780px !important;
}
.wx-781 {
  width: 781px !important;
}
.wx-782 {
  width: 782px !important;
}
.wx-783 {
  width: 783px !important;
}
.wx-784 {
  width: 784px !important;
}
.wx-785 {
  width: 785px !important;
}
.wx-786 {
  width: 786px !important;
}
.wx-787 {
  width: 787px !important;
}
.wx-788 {
  width: 788px !important;
}
.wx-789 {
  width: 789px !important;
}
.wx-790 {
  width: 790px !important;
}
.wx-791 {
  width: 791px !important;
}
.wx-792 {
  width: 792px !important;
}
.wx-793 {
  width: 793px !important;
}
.wx-794 {
  width: 794px !important;
}
.wx-795 {
  width: 795px !important;
}
.wx-796 {
  width: 796px !important;
}
.wx-797 {
  width: 797px !important;
}
.wx-798 {
  width: 798px !important;
}
.wx-799 {
  width: 799px !important;
}
.wx-800 {
  width: 800px !important;
}
.wx-801 {
  width: 801px !important;
}
.wx-802 {
  width: 802px !important;
}
.wx-803 {
  width: 803px !important;
}
.wx-804 {
  width: 804px !important;
}
.wx-805 {
  width: 805px !important;
}
.wx-806 {
  width: 806px !important;
}
.wx-807 {
  width: 807px !important;
}
.wx-808 {
  width: 808px !important;
}
.wx-809 {
  width: 809px !important;
}
.wx-810 {
  width: 810px !important;
}
.wx-811 {
  width: 811px !important;
}
.wx-812 {
  width: 812px !important;
}
.wx-813 {
  width: 813px !important;
}
.wx-814 {
  width: 814px !important;
}
.wx-815 {
  width: 815px !important;
}
.wx-816 {
  width: 816px !important;
}
.wx-817 {
  width: 817px !important;
}
.wx-818 {
  width: 818px !important;
}
.wx-819 {
  width: 819px !important;
}
.wx-820 {
  width: 820px !important;
}
.wx-821 {
  width: 821px !important;
}
.wx-822 {
  width: 822px !important;
}
.wx-823 {
  width: 823px !important;
}
.wx-824 {
  width: 824px !important;
}
.wx-825 {
  width: 825px !important;
}
.wx-826 {
  width: 826px !important;
}
.wx-827 {
  width: 827px !important;
}
.wx-828 {
  width: 828px !important;
}
.wx-829 {
  width: 829px !important;
}
.wx-830 {
  width: 830px !important;
}
.wx-831 {
  width: 831px !important;
}
.wx-832 {
  width: 832px !important;
}
.wx-833 {
  width: 833px !important;
}
.wx-834 {
  width: 834px !important;
}
.wx-835 {
  width: 835px !important;
}
.wx-836 {
  width: 836px !important;
}
.wx-837 {
  width: 837px !important;
}
.wx-838 {
  width: 838px !important;
}
.wx-839 {
  width: 839px !important;
}
.wx-840 {
  width: 840px !important;
}
.wx-841 {
  width: 841px !important;
}
.wx-842 {
  width: 842px !important;
}
.wx-843 {
  width: 843px !important;
}
.wx-844 {
  width: 844px !important;
}
.wx-845 {
  width: 845px !important;
}
.wx-846 {
  width: 846px !important;
}
.wx-847 {
  width: 847px !important;
}
.wx-848 {
  width: 848px !important;
}
.wx-849 {
  width: 849px !important;
}
.wx-850 {
  width: 850px !important;
}
.wx-851 {
  width: 851px !important;
}
.wx-852 {
  width: 852px !important;
}
.wx-853 {
  width: 853px !important;
}
.wx-854 {
  width: 854px !important;
}
.wx-855 {
  width: 855px !important;
}
.wx-856 {
  width: 856px !important;
}
.wx-857 {
  width: 857px !important;
}
.wx-858 {
  width: 858px !important;
}
.wx-859 {
  width: 859px !important;
}
.wx-860 {
  width: 860px !important;
}
.wx-861 {
  width: 861px !important;
}
.wx-862 {
  width: 862px !important;
}
.wx-863 {
  width: 863px !important;
}
.wx-864 {
  width: 864px !important;
}
.wx-865 {
  width: 865px !important;
}
.wx-866 {
  width: 866px !important;
}
.wx-867 {
  width: 867px !important;
}
.wx-868 {
  width: 868px !important;
}
.wx-869 {
  width: 869px !important;
}
.wx-870 {
  width: 870px !important;
}
.wx-871 {
  width: 871px !important;
}
.wx-872 {
  width: 872px !important;
}
.wx-873 {
  width: 873px !important;
}
.wx-874 {
  width: 874px !important;
}
.wx-875 {
  width: 875px !important;
}
.wx-876 {
  width: 876px !important;
}
.wx-877 {
  width: 877px !important;
}
.wx-878 {
  width: 878px !important;
}
.wx-879 {
  width: 879px !important;
}
.wx-880 {
  width: 880px !important;
}
.wx-881 {
  width: 881px !important;
}
.wx-882 {
  width: 882px !important;
}
.wx-883 {
  width: 883px !important;
}
.wx-884 {
  width: 884px !important;
}
.wx-885 {
  width: 885px !important;
}
.wx-886 {
  width: 886px !important;
}
.wx-887 {
  width: 887px !important;
}
.wx-888 {
  width: 888px !important;
}
.wx-889 {
  width: 889px !important;
}
.wx-890 {
  width: 890px !important;
}
.wx-891 {
  width: 891px !important;
}
.wx-892 {
  width: 892px !important;
}
.wx-893 {
  width: 893px !important;
}
.wx-894 {
  width: 894px !important;
}
.wx-895 {
  width: 895px !important;
}
.wx-896 {
  width: 896px !important;
}
.wx-897 {
  width: 897px !important;
}
.wx-898 {
  width: 898px !important;
}
.wx-899 {
  width: 899px !important;
}
.wx-900 {
  width: 900px !important;
}
.wx-901 {
  width: 901px !important;
}
.wx-902 {
  width: 902px !important;
}
.wx-903 {
  width: 903px !important;
}
.wx-904 {
  width: 904px !important;
}
.wx-905 {
  width: 905px !important;
}
.wx-906 {
  width: 906px !important;
}
.wx-907 {
  width: 907px !important;
}
.wx-908 {
  width: 908px !important;
}
.wx-909 {
  width: 909px !important;
}
.wx-910 {
  width: 910px !important;
}
.wx-911 {
  width: 911px !important;
}
.wx-912 {
  width: 912px !important;
}
.wx-913 {
  width: 913px !important;
}
.wx-914 {
  width: 914px !important;
}
.wx-915 {
  width: 915px !important;
}
.wx-916 {
  width: 916px !important;
}
.wx-917 {
  width: 917px !important;
}
.wx-918 {
  width: 918px !important;
}
.wx-919 {
  width: 919px !important;
}
.wx-920 {
  width: 920px !important;
}
.wx-921 {
  width: 921px !important;
}
.wx-922 {
  width: 922px !important;
}
.wx-923 {
  width: 923px !important;
}
.wx-924 {
  width: 924px !important;
}
.wx-925 {
  width: 925px !important;
}
.wx-926 {
  width: 926px !important;
}
.wx-927 {
  width: 927px !important;
}
.wx-928 {
  width: 928px !important;
}
.wx-929 {
  width: 929px !important;
}
.wx-930 {
  width: 930px !important;
}
.wx-931 {
  width: 931px !important;
}
.wx-932 {
  width: 932px !important;
}
.wx-933 {
  width: 933px !important;
}
.wx-934 {
  width: 934px !important;
}
.wx-935 {
  width: 935px !important;
}
.wx-936 {
  width: 936px !important;
}
.wx-937 {
  width: 937px !important;
}
.wx-938 {
  width: 938px !important;
}
.wx-939 {
  width: 939px !important;
}
.wx-940 {
  width: 940px !important;
}
.wx-941 {
  width: 941px !important;
}
.wx-942 {
  width: 942px !important;
}
.wx-943 {
  width: 943px !important;
}
.wx-944 {
  width: 944px !important;
}
.wx-945 {
  width: 945px !important;
}
.wx-946 {
  width: 946px !important;
}
.wx-947 {
  width: 947px !important;
}
.wx-948 {
  width: 948px !important;
}
.wx-949 {
  width: 949px !important;
}
.wx-950 {
  width: 950px !important;
}
.wx-951 {
  width: 951px !important;
}
.wx-952 {
  width: 952px !important;
}
.wx-953 {
  width: 953px !important;
}
.wx-954 {
  width: 954px !important;
}
.wx-955 {
  width: 955px !important;
}
.wx-956 {
  width: 956px !important;
}
.wx-957 {
  width: 957px !important;
}
.wx-958 {
  width: 958px !important;
}
.wx-959 {
  width: 959px !important;
}
.wx-960 {
  width: 960px !important;
}
.wx-961 {
  width: 961px !important;
}
.wx-962 {
  width: 962px !important;
}
.wx-963 {
  width: 963px !important;
}
.wx-964 {
  width: 964px !important;
}
.wx-965 {
  width: 965px !important;
}
.wx-966 {
  width: 966px !important;
}
.wx-967 {
  width: 967px !important;
}
.wx-968 {
  width: 968px !important;
}
.wx-969 {
  width: 969px !important;
}
.wx-970 {
  width: 970px !important;
}
.wx-971 {
  width: 971px !important;
}
.wx-972 {
  width: 972px !important;
}
.wx-973 {
  width: 973px !important;
}
.wx-974 {
  width: 974px !important;
}
.wx-975 {
  width: 975px !important;
}
.wx-976 {
  width: 976px !important;
}
.wx-977 {
  width: 977px !important;
}
.wx-978 {
  width: 978px !important;
}
.wx-979 {
  width: 979px !important;
}
.wx-980 {
  width: 980px !important;
}
.wx-981 {
  width: 981px !important;
}
.wx-982 {
  width: 982px !important;
}
.wx-983 {
  width: 983px !important;
}
.wx-984 {
  width: 984px !important;
}
.wx-985 {
  width: 985px !important;
}
.wx-986 {
  width: 986px !important;
}
.wx-987 {
  width: 987px !important;
}
.wx-988 {
  width: 988px !important;
}
.wx-989 {
  width: 989px !important;
}
.wx-990 {
  width: 990px !important;
}
.wx-991 {
  width: 991px !important;
}
.wx-992 {
  width: 992px !important;
}
.wx-993 {
  width: 993px !important;
}
.wx-994 {
  width: 994px !important;
}
.wx-995 {
  width: 995px !important;
}
.wx-996 {
  width: 996px !important;
}
.wx-997 {
  width: 997px !important;
}
.wx-998 {
  width: 998px !important;
}
.wx-999 {
  width: 999px !important;
}
.wx-1000 {
  width: 1000px !important;
}
.mwx-5 {
  max-width: 5px !important;
}
.mwx-10 {
  max-width: 10px !important;
}
.mwx-11 {
  max-width: 11px !important;
}
.mwx-12 {
  max-width: 12px !important;
}
.mwx-13 {
  max-width: 13px !important;
}
.mwx-14 {
  max-width: 14px !important;
}
.mwx-15 {
  max-width: 15px !important;
}
.mwx-16 {
  max-width: 16px !important;
}
.mwx-17 {
  max-width: 17px !important;
}
.mwx-18 {
  max-width: 18px !important;
}
.mwx-19 {
  max-width: 19px !important;
}
.mwx-20 {
  max-width: 20px !important;
}
.mwx-21 {
  max-width: 21px !important;
}
.mwx-22 {
  max-width: 22px !important;
}
.mwx-23 {
  max-width: 23px !important;
}
.mwx-24 {
  max-width: 24px !important;
}
.mwx-25 {
  max-width: 25px !important;
}
.mwx-26 {
  max-width: 26px !important;
}
.mwx-27 {
  max-width: 27px !important;
}
.mwx-28 {
  max-width: 28px !important;
}
.mwx-29 {
  max-width: 29px !important;
}
.mwx-30 {
  max-width: 30px !important;
}
.mwx-31 {
  max-width: 31px !important;
}
.mwx-32 {
  max-width: 32px !important;
}
.mwx-33 {
  max-width: 33px !important;
}
.mwx-34 {
  max-width: 34px !important;
}
.mwx-35 {
  max-width: 35px !important;
}
.mwx-36 {
  max-width: 36px !important;
}
.mwx-37 {
  max-width: 37px !important;
}
.mwx-38 {
  max-width: 38px !important;
}
.mwx-39 {
  max-width: 39px !important;
}
.mwx-40 {
  max-width: 40px !important;
}
.mwx-41 {
  max-width: 41px !important;
}
.mwx-42 {
  max-width: 42px !important;
}
.mwx-43 {
  max-width: 43px !important;
}
.mwx-44 {
  max-width: 44px !important;
}
.mwx-45 {
  max-width: 45px !important;
}
.mwx-46 {
  max-width: 46px !important;
}
.mwx-47 {
  max-width: 47px !important;
}
.mwx-48 {
  max-width: 48px !important;
}
.mwx-49 {
  max-width: 49px !important;
}
.mwx-50 {
  max-width: 50px !important;
}
.mwx-51 {
  max-width: 51px !important;
}
.mwx-52 {
  max-width: 52px !important;
}
.mwx-53 {
  max-width: 53px !important;
}
.mwx-54 {
  max-width: 54px !important;
}
.mwx-55 {
  max-width: 55px !important;
}
.mwx-56 {
  max-width: 56px !important;
}
.mwx-57 {
  max-width: 57px !important;
}
.mwx-58 {
  max-width: 58px !important;
}
.mwx-59 {
  max-width: 59px !important;
}
.mwx-60 {
  max-width: 60px !important;
}
.mwx-61 {
  max-width: 61px !important;
}
.mwx-62 {
  max-width: 62px !important;
}
.mwx-63 {
  max-width: 63px !important;
}
.mwx-64 {
  max-width: 64px !important;
}
.mwx-65 {
  max-width: 65px !important;
}
.mwx-66 {
  max-width: 66px !important;
}
.mwx-67 {
  max-width: 67px !important;
}
.mwx-68 {
  max-width: 68px !important;
}
.mwx-69 {
  max-width: 69px !important;
}
.mwx-70 {
  max-width: 70px !important;
}
.mwx-71 {
  max-width: 71px !important;
}
.mwx-72 {
  max-width: 72px !important;
}
.mwx-73 {
  max-width: 73px !important;
}
.mwx-74 {
  max-width: 74px !important;
}
.mwx-75 {
  max-width: 75px !important;
}
.mwx-76 {
  max-width: 76px !important;
}
.mwx-77 {
  max-width: 77px !important;
}
.mwx-78 {
  max-width: 78px !important;
}
.mwx-79 {
  max-width: 79px !important;
}
.mwx-80 {
  max-width: 80px !important;
}
.mwx-81 {
  max-width: 81px !important;
}
.mwx-82 {
  max-width: 82px !important;
}
.mwx-83 {
  max-width: 83px !important;
}
.mwx-84 {
  max-width: 84px !important;
}
.mwx-85 {
  max-width: 85px !important;
}
.mwx-86 {
  max-width: 86px !important;
}
.mwx-87 {
  max-width: 87px !important;
}
.mwx-88 {
  max-width: 88px !important;
}
.mwx-89 {
  max-width: 89px !important;
}
.mwx-90 {
  max-width: 90px !important;
}
.mwx-91 {
  max-width: 91px !important;
}
.mwx-92 {
  max-width: 92px !important;
}
.mwx-93 {
  max-width: 93px !important;
}
.mwx-94 {
  max-width: 94px !important;
}
.mwx-95 {
  max-width: 95px !important;
}
.mwx-96 {
  max-width: 96px !important;
}
.mwx-97 {
  max-width: 97px !important;
}
.mwx-98 {
  max-width: 98px !important;
}
.mwx-99 {
  max-width: 99px !important;
}
.mwx-100 {
  max-width: 100px !important;
}
.mwx-101 {
  max-width: 101px !important;
}
.mwx-102 {
  max-width: 102px !important;
}
.mwx-103 {
  max-width: 103px !important;
}
.mwx-104 {
  max-width: 104px !important;
}
.mwx-105 {
  max-width: 105px !important;
}
.mwx-106 {
  max-width: 106px !important;
}
.mwx-107 {
  max-width: 107px !important;
}
.mwx-108 {
  max-width: 108px !important;
}
.mwx-109 {
  max-width: 109px !important;
}
.mwx-110 {
  max-width: 110px !important;
}
.mwx-111 {
  max-width: 111px !important;
}
.mwx-112 {
  max-width: 112px !important;
}
.mwx-113 {
  max-width: 113px !important;
}
.mwx-114 {
  max-width: 114px !important;
}
.mwx-115 {
  max-width: 115px !important;
}
.mwx-116 {
  max-width: 116px !important;
}
.mwx-117 {
  max-width: 117px !important;
}
.mwx-118 {
  max-width: 118px !important;
}
.mwx-119 {
  max-width: 119px !important;
}
.mwx-120 {
  max-width: 120px !important;
}
.mwx-121 {
  max-width: 121px !important;
}
.mwx-122 {
  max-width: 122px !important;
}
.mwx-123 {
  max-width: 123px !important;
}
.mwx-124 {
  max-width: 124px !important;
}
.mwx-125 {
  max-width: 125px !important;
}
.mwx-126 {
  max-width: 126px !important;
}
.mwx-127 {
  max-width: 127px !important;
}
.mwx-128 {
  max-width: 128px !important;
}
.mwx-129 {
  max-width: 129px !important;
}
.mwx-130 {
  max-width: 130px !important;
}
.mwx-131 {
  max-width: 131px !important;
}
.mwx-132 {
  max-width: 132px !important;
}
.mwx-133 {
  max-width: 133px !important;
}
.mwx-134 {
  max-width: 134px !important;
}
.mwx-135 {
  max-width: 135px !important;
}
.mwx-136 {
  max-width: 136px !important;
}
.mwx-137 {
  max-width: 137px !important;
}
.mwx-138 {
  max-width: 138px !important;
}
.mwx-139 {
  max-width: 139px !important;
}
.mwx-140 {
  max-width: 140px !important;
}
.mwx-141 {
  max-width: 141px !important;
}
.mwx-142 {
  max-width: 142px !important;
}
.mwx-143 {
  max-width: 143px !important;
}
.mwx-144 {
  max-width: 144px !important;
}
.mwx-145 {
  max-width: 145px !important;
}
.mwx-146 {
  max-width: 146px !important;
}
.mwx-147 {
  max-width: 147px !important;
}
.mwx-148 {
  max-width: 148px !important;
}
.mwx-149 {
  max-width: 149px !important;
}
.mwx-150 {
  max-width: 150px !important;
}
.mwx-151 {
  max-width: 151px !important;
}
.mwx-152 {
  max-width: 152px !important;
}
.mwx-153 {
  max-width: 153px !important;
}
.mwx-154 {
  max-width: 154px !important;
}
.mwx-155 {
  max-width: 155px !important;
}
.mwx-156 {
  max-width: 156px !important;
}
.mwx-157 {
  max-width: 157px !important;
}
.mwx-158 {
  max-width: 158px !important;
}
.mwx-159 {
  max-width: 159px !important;
}
.mwx-160 {
  max-width: 160px !important;
}
.mwx-161 {
  max-width: 161px !important;
}
.mwx-162 {
  max-width: 162px !important;
}
.mwx-163 {
  max-width: 163px !important;
}
.mwx-164 {
  max-width: 164px !important;
}
.mwx-165 {
  max-width: 165px !important;
}
.mwx-166 {
  max-width: 166px !important;
}
.mwx-167 {
  max-width: 167px !important;
}
.mwx-168 {
  max-width: 168px !important;
}
.mwx-169 {
  max-width: 169px !important;
}
.mwx-170 {
  max-width: 170px !important;
}
.mwx-171 {
  max-width: 171px !important;
}
.mwx-172 {
  max-width: 172px !important;
}
.mwx-173 {
  max-width: 173px !important;
}
.mwx-174 {
  max-width: 174px !important;
}
.mwx-175 {
  max-width: 175px !important;
}
.mwx-176 {
  max-width: 176px !important;
}
.mwx-177 {
  max-width: 177px !important;
}
.mwx-178 {
  max-width: 178px !important;
}
.mwx-179 {
  max-width: 179px !important;
}
.mwx-180 {
  max-width: 180px !important;
}
.mwx-181 {
  max-width: 181px !important;
}
.mwx-182 {
  max-width: 182px !important;
}
.mwx-183 {
  max-width: 183px !important;
}
.mwx-184 {
  max-width: 184px !important;
}
.mwx-185 {
  max-width: 185px !important;
}
.mwx-186 {
  max-width: 186px !important;
}
.mwx-187 {
  max-width: 187px !important;
}
.mwx-188 {
  max-width: 188px !important;
}
.mwx-189 {
  max-width: 189px !important;
}
.mwx-190 {
  max-width: 190px !important;
}
.mwx-191 {
  max-width: 191px !important;
}
.mwx-192 {
  max-width: 192px !important;
}
.mwx-193 {
  max-width: 193px !important;
}
.mwx-194 {
  max-width: 194px !important;
}
.mwx-195 {
  max-width: 195px !important;
}
.mwx-196 {
  max-width: 196px !important;
}
.mwx-197 {
  max-width: 197px !important;
}
.mwx-198 {
  max-width: 198px !important;
}
.mwx-199 {
  max-width: 199px !important;
}
.mwx-200 {
  max-width: 200px !important;
}
.mwx-201 {
  max-width: 201px !important;
}
.mwx-202 {
  max-width: 202px !important;
}
.mwx-203 {
  max-width: 203px !important;
}
.mwx-204 {
  max-width: 204px !important;
}
.mwx-205 {
  max-width: 205px !important;
}
.mwx-206 {
  max-width: 206px !important;
}
.mwx-207 {
  max-width: 207px !important;
}
.mwx-208 {
  max-width: 208px !important;
}
.mwx-209 {
  max-width: 209px !important;
}
.mwx-210 {
  max-width: 210px !important;
}
.mwx-211 {
  max-width: 211px !important;
}
.mwx-212 {
  max-width: 212px !important;
}
.mwx-213 {
  max-width: 213px !important;
}
.mwx-214 {
  max-width: 214px !important;
}
.mwx-215 {
  max-width: 215px !important;
}
.mwx-216 {
  max-width: 216px !important;
}
.mwx-217 {
  max-width: 217px !important;
}
.mwx-218 {
  max-width: 218px !important;
}
.mwx-219 {
  max-width: 219px !important;
}
.mwx-220 {
  max-width: 220px !important;
}
.mwx-221 {
  max-width: 221px !important;
}
.mwx-222 {
  max-width: 222px !important;
}
.mwx-223 {
  max-width: 223px !important;
}
.mwx-224 {
  max-width: 224px !important;
}
.mwx-225 {
  max-width: 225px !important;
}
.mwx-226 {
  max-width: 226px !important;
}
.mwx-227 {
  max-width: 227px !important;
}
.mwx-228 {
  max-width: 228px !important;
}
.mwx-229 {
  max-width: 229px !important;
}
.mwx-230 {
  max-width: 230px !important;
}
.mwx-231 {
  max-width: 231px !important;
}
.mwx-232 {
  max-width: 232px !important;
}
.mwx-233 {
  max-width: 233px !important;
}
.mwx-234 {
  max-width: 234px !important;
}
.mwx-235 {
  max-width: 235px !important;
}
.mwx-236 {
  max-width: 236px !important;
}
.mwx-237 {
  max-width: 237px !important;
}
.mwx-238 {
  max-width: 238px !important;
}
.mwx-239 {
  max-width: 239px !important;
}
.mwx-240 {
  max-width: 240px !important;
}
.mwx-241 {
  max-width: 241px !important;
}
.mwx-242 {
  max-width: 242px !important;
}
.mwx-243 {
  max-width: 243px !important;
}
.mwx-244 {
  max-width: 244px !important;
}
.mwx-245 {
  max-width: 245px !important;
}
.mwx-246 {
  max-width: 246px !important;
}
.mwx-247 {
  max-width: 247px !important;
}
.mwx-248 {
  max-width: 248px !important;
}
.mwx-249 {
  max-width: 249px !important;
}
.mwx-250 {
  max-width: 250px !important;
}
.mwx-251 {
  max-width: 251px !important;
}
.mwx-252 {
  max-width: 252px !important;
}
.mwx-253 {
  max-width: 253px !important;
}
.mwx-254 {
  max-width: 254px !important;
}
.mwx-255 {
  max-width: 255px !important;
}
.mwx-256 {
  max-width: 256px !important;
}
.mwx-257 {
  max-width: 257px !important;
}
.mwx-258 {
  max-width: 258px !important;
}
.mwx-259 {
  max-width: 259px !important;
}
.mwx-260 {
  max-width: 260px !important;
}
.mwx-261 {
  max-width: 261px !important;
}
.mwx-262 {
  max-width: 262px !important;
}
.mwx-263 {
  max-width: 263px !important;
}
.mwx-264 {
  max-width: 264px !important;
}
.mwx-265 {
  max-width: 265px !important;
}
.mwx-266 {
  max-width: 266px !important;
}
.mwx-267 {
  max-width: 267px !important;
}
.mwx-268 {
  max-width: 268px !important;
}
.mwx-269 {
  max-width: 269px !important;
}
.mwx-270 {
  max-width: 270px !important;
}
.mwx-271 {
  max-width: 271px !important;
}
.mwx-272 {
  max-width: 272px !important;
}
.mwx-273 {
  max-width: 273px !important;
}
.mwx-274 {
  max-width: 274px !important;
}
.mwx-275 {
  max-width: 275px !important;
}
.mwx-276 {
  max-width: 276px !important;
}
.mwx-277 {
  max-width: 277px !important;
}
.mwx-278 {
  max-width: 278px !important;
}
.mwx-279 {
  max-width: 279px !important;
}
.mwx-280 {
  max-width: 280px !important;
}
.mwx-281 {
  max-width: 281px !important;
}
.mwx-282 {
  max-width: 282px !important;
}
.mwx-283 {
  max-width: 283px !important;
}
.mwx-284 {
  max-width: 284px !important;
}
.mwx-285 {
  max-width: 285px !important;
}
.mwx-286 {
  max-width: 286px !important;
}
.mwx-287 {
  max-width: 287px !important;
}
.mwx-288 {
  max-width: 288px !important;
}
.mwx-289 {
  max-width: 289px !important;
}
.mwx-290 {
  max-width: 290px !important;
}
.mwx-291 {
  max-width: 291px !important;
}
.mwx-292 {
  max-width: 292px !important;
}
.mwx-293 {
  max-width: 293px !important;
}
.mwx-294 {
  max-width: 294px !important;
}
.mwx-295 {
  max-width: 295px !important;
}
.mwx-296 {
  max-width: 296px !important;
}
.mwx-297 {
  max-width: 297px !important;
}
.mwx-298 {
  max-width: 298px !important;
}
.mwx-299 {
  max-width: 299px !important;
}
.mwx-300 {
  max-width: 300px !important;
}
.mwx-301 {
  max-width: 301px !important;
}
.mwx-302 {
  max-width: 302px !important;
}
.mwx-303 {
  max-width: 303px !important;
}
.mwx-304 {
  max-width: 304px !important;
}
.mwx-305 {
  max-width: 305px !important;
}
.mwx-306 {
  max-width: 306px !important;
}
.mwx-307 {
  max-width: 307px !important;
}
.mwx-308 {
  max-width: 308px !important;
}
.mwx-309 {
  max-width: 309px !important;
}
.mwx-310 {
  max-width: 310px !important;
}
.mwx-311 {
  max-width: 311px !important;
}
.mwx-312 {
  max-width: 312px !important;
}
.mwx-313 {
  max-width: 313px !important;
}
.mwx-314 {
  max-width: 314px !important;
}
.mwx-315 {
  max-width: 315px !important;
}
.mwx-316 {
  max-width: 316px !important;
}
.mwx-317 {
  max-width: 317px !important;
}
.mwx-318 {
  max-width: 318px !important;
}
.mwx-319 {
  max-width: 319px !important;
}
.mwx-320 {
  max-width: 320px !important;
}
.mwx-321 {
  max-width: 321px !important;
}
.mwx-322 {
  max-width: 322px !important;
}
.mwx-323 {
  max-width: 323px !important;
}
.mwx-324 {
  max-width: 324px !important;
}
.mwx-325 {
  max-width: 325px !important;
}
.mwx-326 {
  max-width: 326px !important;
}
.mwx-327 {
  max-width: 327px !important;
}
.mwx-328 {
  max-width: 328px !important;
}
.mwx-329 {
  max-width: 329px !important;
}
.mwx-330 {
  max-width: 330px !important;
}
.mwx-331 {
  max-width: 331px !important;
}
.mwx-332 {
  max-width: 332px !important;
}
.mwx-333 {
  max-width: 333px !important;
}
.mwx-334 {
  max-width: 334px !important;
}
.mwx-335 {
  max-width: 335px !important;
}
.mwx-336 {
  max-width: 336px !important;
}
.mwx-337 {
  max-width: 337px !important;
}
.mwx-338 {
  max-width: 338px !important;
}
.mwx-339 {
  max-width: 339px !important;
}
.mwx-340 {
  max-width: 340px !important;
}
.mwx-341 {
  max-width: 341px !important;
}
.mwx-342 {
  max-width: 342px !important;
}
.mwx-343 {
  max-width: 343px !important;
}
.mwx-344 {
  max-width: 344px !important;
}
.mwx-345 {
  max-width: 345px !important;
}
.mwx-346 {
  max-width: 346px !important;
}
.mwx-347 {
  max-width: 347px !important;
}
.mwx-348 {
  max-width: 348px !important;
}
.mwx-349 {
  max-width: 349px !important;
}
.mwx-350 {
  max-width: 350px !important;
}
.mwx-351 {
  max-width: 351px !important;
}
.mwx-352 {
  max-width: 352px !important;
}
.mwx-353 {
  max-width: 353px !important;
}
.mwx-354 {
  max-width: 354px !important;
}
.mwx-355 {
  max-width: 355px !important;
}
.mwx-356 {
  max-width: 356px !important;
}
.mwx-357 {
  max-width: 357px !important;
}
.mwx-358 {
  max-width: 358px !important;
}
.mwx-359 {
  max-width: 359px !important;
}
.mwx-360 {
  max-width: 360px !important;
}
.mwx-361 {
  max-width: 361px !important;
}
.mwx-362 {
  max-width: 362px !important;
}
.mwx-363 {
  max-width: 363px !important;
}
.mwx-364 {
  max-width: 364px !important;
}
.mwx-365 {
  max-width: 365px !important;
}
.mwx-366 {
  max-width: 366px !important;
}
.mwx-367 {
  max-width: 367px !important;
}
.mwx-368 {
  max-width: 368px !important;
}
.mwx-369 {
  max-width: 369px !important;
}
.mwx-370 {
  max-width: 370px !important;
}
.mwx-371 {
  max-width: 371px !important;
}
.mwx-372 {
  max-width: 372px !important;
}
.mwx-373 {
  max-width: 373px !important;
}
.mwx-374 {
  max-width: 374px !important;
}
.mwx-375 {
  max-width: 375px !important;
}
.mwx-376 {
  max-width: 376px !important;
}
.mwx-377 {
  max-width: 377px !important;
}
.mwx-378 {
  max-width: 378px !important;
}
.mwx-379 {
  max-width: 379px !important;
}
.mwx-380 {
  max-width: 380px !important;
}
.mwx-381 {
  max-width: 381px !important;
}
.mwx-382 {
  max-width: 382px !important;
}
.mwx-383 {
  max-width: 383px !important;
}
.mwx-384 {
  max-width: 384px !important;
}
.mwx-385 {
  max-width: 385px !important;
}
.mwx-386 {
  max-width: 386px !important;
}
.mwx-387 {
  max-width: 387px !important;
}
.mwx-388 {
  max-width: 388px !important;
}
.mwx-389 {
  max-width: 389px !important;
}
.mwx-390 {
  max-width: 390px !important;
}
.mwx-391 {
  max-width: 391px !important;
}
.mwx-392 {
  max-width: 392px !important;
}
.mwx-393 {
  max-width: 393px !important;
}
.mwx-394 {
  max-width: 394px !important;
}
.mwx-395 {
  max-width: 395px !important;
}
.mwx-396 {
  max-width: 396px !important;
}
.mwx-397 {
  max-width: 397px !important;
}
.mwx-398 {
  max-width: 398px !important;
}
.mwx-399 {
  max-width: 399px !important;
}
.mwx-400 {
  max-width: 400px !important;
}
.mwx-401 {
  max-width: 401px !important;
}
.mwx-402 {
  max-width: 402px !important;
}
.mwx-403 {
  max-width: 403px !important;
}
.mwx-404 {
  max-width: 404px !important;
}
.mwx-405 {
  max-width: 405px !important;
}
.mwx-406 {
  max-width: 406px !important;
}
.mwx-407 {
  max-width: 407px !important;
}
.mwx-408 {
  max-width: 408px !important;
}
.mwx-409 {
  max-width: 409px !important;
}
.mwx-410 {
  max-width: 410px !important;
}
.mwx-411 {
  max-width: 411px !important;
}
.mwx-412 {
  max-width: 412px !important;
}
.mwx-413 {
  max-width: 413px !important;
}
.mwx-414 {
  max-width: 414px !important;
}
.mwx-415 {
  max-width: 415px !important;
}
.mwx-416 {
  max-width: 416px !important;
}
.mwx-417 {
  max-width: 417px !important;
}
.mwx-418 {
  max-width: 418px !important;
}
.mwx-419 {
  max-width: 419px !important;
}
.mwx-420 {
  max-width: 420px !important;
}
.mwx-421 {
  max-width: 421px !important;
}
.mwx-422 {
  max-width: 422px !important;
}
.mwx-423 {
  max-width: 423px !important;
}
.mwx-424 {
  max-width: 424px !important;
}
.mwx-425 {
  max-width: 425px !important;
}
.mwx-426 {
  max-width: 426px !important;
}
.mwx-427 {
  max-width: 427px !important;
}
.mwx-428 {
  max-width: 428px !important;
}
.mwx-429 {
  max-width: 429px !important;
}
.mwx-430 {
  max-width: 430px !important;
}
.mwx-431 {
  max-width: 431px !important;
}
.mwx-432 {
  max-width: 432px !important;
}
.mwx-433 {
  max-width: 433px !important;
}
.mwx-434 {
  max-width: 434px !important;
}
.mwx-435 {
  max-width: 435px !important;
}
.mwx-436 {
  max-width: 436px !important;
}
.mwx-437 {
  max-width: 437px !important;
}
.mwx-438 {
  max-width: 438px !important;
}
.mwx-439 {
  max-width: 439px !important;
}
.mwx-440 {
  max-width: 440px !important;
}
.mwx-441 {
  max-width: 441px !important;
}
.mwx-442 {
  max-width: 442px !important;
}
.mwx-443 {
  max-width: 443px !important;
}
.mwx-444 {
  max-width: 444px !important;
}
.mwx-445 {
  max-width: 445px !important;
}
.mwx-446 {
  max-width: 446px !important;
}
.mwx-447 {
  max-width: 447px !important;
}
.mwx-448 {
  max-width: 448px !important;
}
.mwx-449 {
  max-width: 449px !important;
}
.mwx-450 {
  max-width: 450px !important;
}
.mwx-451 {
  max-width: 451px !important;
}
.mwx-452 {
  max-width: 452px !important;
}
.mwx-453 {
  max-width: 453px !important;
}
.mwx-454 {
  max-width: 454px !important;
}
.mwx-455 {
  max-width: 455px !important;
}
.mwx-456 {
  max-width: 456px !important;
}
.mwx-457 {
  max-width: 457px !important;
}
.mwx-458 {
  max-width: 458px !important;
}
.mwx-459 {
  max-width: 459px !important;
}
.mwx-460 {
  max-width: 460px !important;
}
.mwx-461 {
  max-width: 461px !important;
}
.mwx-462 {
  max-width: 462px !important;
}
.mwx-463 {
  max-width: 463px !important;
}
.mwx-464 {
  max-width: 464px !important;
}
.mwx-465 {
  max-width: 465px !important;
}
.mwx-466 {
  max-width: 466px !important;
}
.mwx-467 {
  max-width: 467px !important;
}
.mwx-468 {
  max-width: 468px !important;
}
.mwx-469 {
  max-width: 469px !important;
}
.mwx-470 {
  max-width: 470px !important;
}
.mwx-471 {
  max-width: 471px !important;
}
.mwx-472 {
  max-width: 472px !important;
}
.mwx-473 {
  max-width: 473px !important;
}
.mwx-474 {
  max-width: 474px !important;
}
.mwx-475 {
  max-width: 475px !important;
}
.mwx-476 {
  max-width: 476px !important;
}
.mwx-477 {
  max-width: 477px !important;
}
.mwx-478 {
  max-width: 478px !important;
}
.mwx-479 {
  max-width: 479px !important;
}
.mwx-480 {
  max-width: 480px !important;
}
.mwx-481 {
  max-width: 481px !important;
}
.mwx-482 {
  max-width: 482px !important;
}
.mwx-483 {
  max-width: 483px !important;
}
.mwx-484 {
  max-width: 484px !important;
}
.mwx-485 {
  max-width: 485px !important;
}
.mwx-486 {
  max-width: 486px !important;
}
.mwx-487 {
  max-width: 487px !important;
}
.mwx-488 {
  max-width: 488px !important;
}
.mwx-489 {
  max-width: 489px !important;
}
.mwx-490 {
  max-width: 490px !important;
}
.mwx-491 {
  max-width: 491px !important;
}
.mwx-492 {
  max-width: 492px !important;
}
.mwx-493 {
  max-width: 493px !important;
}
.mwx-494 {
  max-width: 494px !important;
}
.mwx-495 {
  max-width: 495px !important;
}
.mwx-496 {
  max-width: 496px !important;
}
.mwx-497 {
  max-width: 497px !important;
}
.mwx-498 {
  max-width: 498px !important;
}
.mwx-499 {
  max-width: 499px !important;
}
.mwx-500 {
  max-width: 500px !important;
}
.mwx-501 {
  max-width: 501px !important;
}
.mwx-502 {
  max-width: 502px !important;
}
.mwx-503 {
  max-width: 503px !important;
}
.mwx-504 {
  max-width: 504px !important;
}
.mwx-505 {
  max-width: 505px !important;
}
.mwx-506 {
  max-width: 506px !important;
}
.mwx-507 {
  max-width: 507px !important;
}
.mwx-508 {
  max-width: 508px !important;
}
.mwx-509 {
  max-width: 509px !important;
}
.mwx-510 {
  max-width: 510px !important;
}
.mwx-511 {
  max-width: 511px !important;
}
.mwx-512 {
  max-width: 512px !important;
}
.mwx-513 {
  max-width: 513px !important;
}
.mwx-514 {
  max-width: 514px !important;
}
.mwx-515 {
  max-width: 515px !important;
}
.mwx-516 {
  max-width: 516px !important;
}
.mwx-517 {
  max-width: 517px !important;
}
.mwx-518 {
  max-width: 518px !important;
}
.mwx-519 {
  max-width: 519px !important;
}
.mwx-520 {
  max-width: 520px !important;
}
.mwx-521 {
  max-width: 521px !important;
}
.mwx-522 {
  max-width: 522px !important;
}
.mwx-523 {
  max-width: 523px !important;
}
.mwx-524 {
  max-width: 524px !important;
}
.mwx-525 {
  max-width: 525px !important;
}
.mwx-526 {
  max-width: 526px !important;
}
.mwx-527 {
  max-width: 527px !important;
}
.mwx-528 {
  max-width: 528px !important;
}
.mwx-529 {
  max-width: 529px !important;
}
.mwx-530 {
  max-width: 530px !important;
}
.mwx-531 {
  max-width: 531px !important;
}
.mwx-532 {
  max-width: 532px !important;
}
.mwx-533 {
  max-width: 533px !important;
}
.mwx-534 {
  max-width: 534px !important;
}
.mwx-535 {
  max-width: 535px !important;
}
.mwx-536 {
  max-width: 536px !important;
}
.mwx-537 {
  max-width: 537px !important;
}
.mwx-538 {
  max-width: 538px !important;
}
.mwx-539 {
  max-width: 539px !important;
}
.mwx-540 {
  max-width: 540px !important;
}
.mwx-541 {
  max-width: 541px !important;
}
.mwx-542 {
  max-width: 542px !important;
}
.mwx-543 {
  max-width: 543px !important;
}
.mwx-544 {
  max-width: 544px !important;
}
.mwx-545 {
  max-width: 545px !important;
}
.mwx-546 {
  max-width: 546px !important;
}
.mwx-547 {
  max-width: 547px !important;
}
.mwx-548 {
  max-width: 548px !important;
}
.mwx-549 {
  max-width: 549px !important;
}
.mwx-550 {
  max-width: 550px !important;
}
.mwx-551 {
  max-width: 551px !important;
}
.mwx-552 {
  max-width: 552px !important;
}
.mwx-553 {
  max-width: 553px !important;
}
.mwx-554 {
  max-width: 554px !important;
}
.mwx-555 {
  max-width: 555px !important;
}
.mwx-556 {
  max-width: 556px !important;
}
.mwx-557 {
  max-width: 557px !important;
}
.mwx-558 {
  max-width: 558px !important;
}
.mwx-559 {
  max-width: 559px !important;
}
.mwx-560 {
  max-width: 560px !important;
}
.mwx-561 {
  max-width: 561px !important;
}
.mwx-562 {
  max-width: 562px !important;
}
.mwx-563 {
  max-width: 563px !important;
}
.mwx-564 {
  max-width: 564px !important;
}
.mwx-565 {
  max-width: 565px !important;
}
.mwx-566 {
  max-width: 566px !important;
}
.mwx-567 {
  max-width: 567px !important;
}
.mwx-568 {
  max-width: 568px !important;
}
.mwx-569 {
  max-width: 569px !important;
}
.mwx-570 {
  max-width: 570px !important;
}
.mwx-571 {
  max-width: 571px !important;
}
.mwx-572 {
  max-width: 572px !important;
}
.mwx-573 {
  max-width: 573px !important;
}
.mwx-574 {
  max-width: 574px !important;
}
.mwx-575 {
  max-width: 575px !important;
}
.mwx-576 {
  max-width: 576px !important;
}
.mwx-577 {
  max-width: 577px !important;
}
.mwx-578 {
  max-width: 578px !important;
}
.mwx-579 {
  max-width: 579px !important;
}
.mwx-580 {
  max-width: 580px !important;
}
.mwx-581 {
  max-width: 581px !important;
}
.mwx-582 {
  max-width: 582px !important;
}
.mwx-583 {
  max-width: 583px !important;
}
.mwx-584 {
  max-width: 584px !important;
}
.mwx-585 {
  max-width: 585px !important;
}
.mwx-586 {
  max-width: 586px !important;
}
.mwx-587 {
  max-width: 587px !important;
}
.mwx-588 {
  max-width: 588px !important;
}
.mwx-589 {
  max-width: 589px !important;
}
.mwx-590 {
  max-width: 590px !important;
}
.mwx-591 {
  max-width: 591px !important;
}
.mwx-592 {
  max-width: 592px !important;
}
.mwx-593 {
  max-width: 593px !important;
}
.mwx-594 {
  max-width: 594px !important;
}
.mwx-595 {
  max-width: 595px !important;
}
.mwx-596 {
  max-width: 596px !important;
}
.mwx-597 {
  max-width: 597px !important;
}
.mwx-598 {
  max-width: 598px !important;
}
.mwx-599 {
  max-width: 599px !important;
}
.mwx-600 {
  max-width: 600px !important;
}
.mwx-601 {
  max-width: 601px !important;
}
.mwx-602 {
  max-width: 602px !important;
}
.mwx-603 {
  max-width: 603px !important;
}
.mwx-604 {
  max-width: 604px !important;
}
.mwx-605 {
  max-width: 605px !important;
}
.mwx-606 {
  max-width: 606px !important;
}
.mwx-607 {
  max-width: 607px !important;
}
.mwx-608 {
  max-width: 608px !important;
}
.mwx-609 {
  max-width: 609px !important;
}
.mwx-610 {
  max-width: 610px !important;
}
.mwx-611 {
  max-width: 611px !important;
}
.mwx-612 {
  max-width: 612px !important;
}
.mwx-613 {
  max-width: 613px !important;
}
.mwx-614 {
  max-width: 614px !important;
}
.mwx-615 {
  max-width: 615px !important;
}
.mwx-616 {
  max-width: 616px !important;
}
.mwx-617 {
  max-width: 617px !important;
}
.mwx-618 {
  max-width: 618px !important;
}
.mwx-619 {
  max-width: 619px !important;
}
.mwx-620 {
  max-width: 620px !important;
}
.mwx-621 {
  max-width: 621px !important;
}
.mwx-622 {
  max-width: 622px !important;
}
.mwx-623 {
  max-width: 623px !important;
}
.mwx-624 {
  max-width: 624px !important;
}
.mwx-625 {
  max-width: 625px !important;
}
.mwx-626 {
  max-width: 626px !important;
}
.mwx-627 {
  max-width: 627px !important;
}
.mwx-628 {
  max-width: 628px !important;
}
.mwx-629 {
  max-width: 629px !important;
}
.mwx-630 {
  max-width: 630px !important;
}
.mwx-631 {
  max-width: 631px !important;
}
.mwx-632 {
  max-width: 632px !important;
}
.mwx-633 {
  max-width: 633px !important;
}
.mwx-634 {
  max-width: 634px !important;
}
.mwx-635 {
  max-width: 635px !important;
}
.mwx-636 {
  max-width: 636px !important;
}
.mwx-637 {
  max-width: 637px !important;
}
.mwx-638 {
  max-width: 638px !important;
}
.mwx-639 {
  max-width: 639px !important;
}
.mwx-640 {
  max-width: 640px !important;
}
.mwx-641 {
  max-width: 641px !important;
}
.mwx-642 {
  max-width: 642px !important;
}
.mwx-643 {
  max-width: 643px !important;
}
.mwx-644 {
  max-width: 644px !important;
}
.mwx-645 {
  max-width: 645px !important;
}
.mwx-646 {
  max-width: 646px !important;
}
.mwx-647 {
  max-width: 647px !important;
}
.mwx-648 {
  max-width: 648px !important;
}
.mwx-649 {
  max-width: 649px !important;
}
.mwx-650 {
  max-width: 650px !important;
}
.mwx-651 {
  max-width: 651px !important;
}
.mwx-652 {
  max-width: 652px !important;
}
.mwx-653 {
  max-width: 653px !important;
}
.mwx-654 {
  max-width: 654px !important;
}
.mwx-655 {
  max-width: 655px !important;
}
.mwx-656 {
  max-width: 656px !important;
}
.mwx-657 {
  max-width: 657px !important;
}
.mwx-658 {
  max-width: 658px !important;
}
.mwx-659 {
  max-width: 659px !important;
}
.mwx-660 {
  max-width: 660px !important;
}
.mwx-661 {
  max-width: 661px !important;
}
.mwx-662 {
  max-width: 662px !important;
}
.mwx-663 {
  max-width: 663px !important;
}
.mwx-664 {
  max-width: 664px !important;
}
.mwx-665 {
  max-width: 665px !important;
}
.mwx-666 {
  max-width: 666px !important;
}
.mwx-667 {
  max-width: 667px !important;
}
.mwx-668 {
  max-width: 668px !important;
}
.mwx-669 {
  max-width: 669px !important;
}
.mwx-670 {
  max-width: 670px !important;
}
.mwx-671 {
  max-width: 671px !important;
}
.mwx-672 {
  max-width: 672px !important;
}
.mwx-673 {
  max-width: 673px !important;
}
.mwx-674 {
  max-width: 674px !important;
}
.mwx-675 {
  max-width: 675px !important;
}
.mwx-676 {
  max-width: 676px !important;
}
.mwx-677 {
  max-width: 677px !important;
}
.mwx-678 {
  max-width: 678px !important;
}
.mwx-679 {
  max-width: 679px !important;
}
.mwx-680 {
  max-width: 680px !important;
}
.mwx-681 {
  max-width: 681px !important;
}
.mwx-682 {
  max-width: 682px !important;
}
.mwx-683 {
  max-width: 683px !important;
}
.mwx-684 {
  max-width: 684px !important;
}
.mwx-685 {
  max-width: 685px !important;
}
.mwx-686 {
  max-width: 686px !important;
}
.mwx-687 {
  max-width: 687px !important;
}
.mwx-688 {
  max-width: 688px !important;
}
.mwx-689 {
  max-width: 689px !important;
}
.mwx-690 {
  max-width: 690px !important;
}
.mwx-691 {
  max-width: 691px !important;
}
.mwx-692 {
  max-width: 692px !important;
}
.mwx-693 {
  max-width: 693px !important;
}
.mwx-694 {
  max-width: 694px !important;
}
.mwx-695 {
  max-width: 695px !important;
}
.mwx-696 {
  max-width: 696px !important;
}
.mwx-697 {
  max-width: 697px !important;
}
.mwx-698 {
  max-width: 698px !important;
}
.mwx-699 {
  max-width: 699px !important;
}
.mwx-700 {
  max-width: 700px !important;
}
.mwx-701 {
  max-width: 701px !important;
}
.mwx-702 {
  max-width: 702px !important;
}
.mwx-703 {
  max-width: 703px !important;
}
.mwx-704 {
  max-width: 704px !important;
}
.mwx-705 {
  max-width: 705px !important;
}
.mwx-706 {
  max-width: 706px !important;
}
.mwx-707 {
  max-width: 707px !important;
}
.mwx-708 {
  max-width: 708px !important;
}
.mwx-709 {
  max-width: 709px !important;
}
.mwx-710 {
  max-width: 710px !important;
}
.mwx-711 {
  max-width: 711px !important;
}
.mwx-712 {
  max-width: 712px !important;
}
.mwx-713 {
  max-width: 713px !important;
}
.mwx-714 {
  max-width: 714px !important;
}
.mwx-715 {
  max-width: 715px !important;
}
.mwx-716 {
  max-width: 716px !important;
}
.mwx-717 {
  max-width: 717px !important;
}
.mwx-718 {
  max-width: 718px !important;
}
.mwx-719 {
  max-width: 719px !important;
}
.mwx-720 {
  max-width: 720px !important;
}
.mwx-721 {
  max-width: 721px !important;
}
.mwx-722 {
  max-width: 722px !important;
}
.mwx-723 {
  max-width: 723px !important;
}
.mwx-724 {
  max-width: 724px !important;
}
.mwx-725 {
  max-width: 725px !important;
}
.mwx-726 {
  max-width: 726px !important;
}
.mwx-727 {
  max-width: 727px !important;
}
.mwx-728 {
  max-width: 728px !important;
}
.mwx-729 {
  max-width: 729px !important;
}
.mwx-730 {
  max-width: 730px !important;
}
.mwx-731 {
  max-width: 731px !important;
}
.mwx-732 {
  max-width: 732px !important;
}
.mwx-733 {
  max-width: 733px !important;
}
.mwx-734 {
  max-width: 734px !important;
}
.mwx-735 {
  max-width: 735px !important;
}
.mwx-736 {
  max-width: 736px !important;
}
.mwx-737 {
  max-width: 737px !important;
}
.mwx-738 {
  max-width: 738px !important;
}
.mwx-739 {
  max-width: 739px !important;
}
.mwx-740 {
  max-width: 740px !important;
}
.mwx-741 {
  max-width: 741px !important;
}
.mwx-742 {
  max-width: 742px !important;
}
.mwx-743 {
  max-width: 743px !important;
}
.mwx-744 {
  max-width: 744px !important;
}
.mwx-745 {
  max-width: 745px !important;
}
.mwx-746 {
  max-width: 746px !important;
}
.mwx-747 {
  max-width: 747px !important;
}
.mwx-748 {
  max-width: 748px !important;
}
.mwx-749 {
  max-width: 749px !important;
}
.mwx-750 {
  max-width: 750px !important;
}
.mwx-751 {
  max-width: 751px !important;
}
.mwx-752 {
  max-width: 752px !important;
}
.mwx-753 {
  max-width: 753px !important;
}
.mwx-754 {
  max-width: 754px !important;
}
.mwx-755 {
  max-width: 755px !important;
}
.mwx-756 {
  max-width: 756px !important;
}
.mwx-757 {
  max-width: 757px !important;
}
.mwx-758 {
  max-width: 758px !important;
}
.mwx-759 {
  max-width: 759px !important;
}
.mwx-760 {
  max-width: 760px !important;
}
.mwx-761 {
  max-width: 761px !important;
}
.mwx-762 {
  max-width: 762px !important;
}
.mwx-763 {
  max-width: 763px !important;
}
.mwx-764 {
  max-width: 764px !important;
}
.mwx-765 {
  max-width: 765px !important;
}
.mwx-766 {
  max-width: 766px !important;
}
.mwx-767 {
  max-width: 767px !important;
}
.mwx-768 {
  max-width: 768px !important;
}
.mwx-769 {
  max-width: 769px !important;
}
.mwx-770 {
  max-width: 770px !important;
}
.mwx-771 {
  max-width: 771px !important;
}
.mwx-772 {
  max-width: 772px !important;
}
.mwx-773 {
  max-width: 773px !important;
}
.mwx-774 {
  max-width: 774px !important;
}
.mwx-775 {
  max-width: 775px !important;
}
.mwx-776 {
  max-width: 776px !important;
}
.mwx-777 {
  max-width: 777px !important;
}
.mwx-778 {
  max-width: 778px !important;
}
.mwx-779 {
  max-width: 779px !important;
}
.mwx-780 {
  max-width: 780px !important;
}
.mwx-781 {
  max-width: 781px !important;
}
.mwx-782 {
  max-width: 782px !important;
}
.mwx-783 {
  max-width: 783px !important;
}
.mwx-784 {
  max-width: 784px !important;
}
.mwx-785 {
  max-width: 785px !important;
}
.mwx-786 {
  max-width: 786px !important;
}
.mwx-787 {
  max-width: 787px !important;
}
.mwx-788 {
  max-width: 788px !important;
}
.mwx-789 {
  max-width: 789px !important;
}
.mwx-790 {
  max-width: 790px !important;
}
.mwx-791 {
  max-width: 791px !important;
}
.mwx-792 {
  max-width: 792px !important;
}
.mwx-793 {
  max-width: 793px !important;
}
.mwx-794 {
  max-width: 794px !important;
}
.mwx-795 {
  max-width: 795px !important;
}
.mwx-796 {
  max-width: 796px !important;
}
.mwx-797 {
  max-width: 797px !important;
}
.mwx-798 {
  max-width: 798px !important;
}
.mwx-799 {
  max-width: 799px !important;
}
.mwx-800 {
  max-width: 800px !important;
}
.mwx-801 {
  max-width: 801px !important;
}
.mwx-802 {
  max-width: 802px !important;
}
.mwx-803 {
  max-width: 803px !important;
}
.mwx-804 {
  max-width: 804px !important;
}
.mwx-805 {
  max-width: 805px !important;
}
.mwx-806 {
  max-width: 806px !important;
}
.mwx-807 {
  max-width: 807px !important;
}
.mwx-808 {
  max-width: 808px !important;
}
.mwx-809 {
  max-width: 809px !important;
}
.mwx-810 {
  max-width: 810px !important;
}
.mwx-811 {
  max-width: 811px !important;
}
.mwx-812 {
  max-width: 812px !important;
}
.mwx-813 {
  max-width: 813px !important;
}
.mwx-814 {
  max-width: 814px !important;
}
.mwx-815 {
  max-width: 815px !important;
}
.mwx-816 {
  max-width: 816px !important;
}
.mwx-817 {
  max-width: 817px !important;
}
.mwx-818 {
  max-width: 818px !important;
}
.mwx-819 {
  max-width: 819px !important;
}
.mwx-820 {
  max-width: 820px !important;
}
.mwx-821 {
  max-width: 821px !important;
}
.mwx-822 {
  max-width: 822px !important;
}
.mwx-823 {
  max-width: 823px !important;
}
.mwx-824 {
  max-width: 824px !important;
}
.mwx-825 {
  max-width: 825px !important;
}
.mwx-826 {
  max-width: 826px !important;
}
.mwx-827 {
  max-width: 827px !important;
}
.mwx-828 {
  max-width: 828px !important;
}
.mwx-829 {
  max-width: 829px !important;
}
.mwx-830 {
  max-width: 830px !important;
}
.mwx-831 {
  max-width: 831px !important;
}
.mwx-832 {
  max-width: 832px !important;
}
.mwx-833 {
  max-width: 833px !important;
}
.mwx-834 {
  max-width: 834px !important;
}
.mwx-835 {
  max-width: 835px !important;
}
.mwx-836 {
  max-width: 836px !important;
}
.mwx-837 {
  max-width: 837px !important;
}
.mwx-838 {
  max-width: 838px !important;
}
.mwx-839 {
  max-width: 839px !important;
}
.mwx-840 {
  max-width: 840px !important;
}
.mwx-841 {
  max-width: 841px !important;
}
.mwx-842 {
  max-width: 842px !important;
}
.mwx-843 {
  max-width: 843px !important;
}
.mwx-844 {
  max-width: 844px !important;
}
.mwx-845 {
  max-width: 845px !important;
}
.mwx-846 {
  max-width: 846px !important;
}
.mwx-847 {
  max-width: 847px !important;
}
.mwx-848 {
  max-width: 848px !important;
}
.mwx-849 {
  max-width: 849px !important;
}
.mwx-850 {
  max-width: 850px !important;
}
.mwx-851 {
  max-width: 851px !important;
}
.mwx-852 {
  max-width: 852px !important;
}
.mwx-853 {
  max-width: 853px !important;
}
.mwx-854 {
  max-width: 854px !important;
}
.mwx-855 {
  max-width: 855px !important;
}
.mwx-856 {
  max-width: 856px !important;
}
.mwx-857 {
  max-width: 857px !important;
}
.mwx-858 {
  max-width: 858px !important;
}
.mwx-859 {
  max-width: 859px !important;
}
.mwx-860 {
  max-width: 860px !important;
}
.mwx-861 {
  max-width: 861px !important;
}
.mwx-862 {
  max-width: 862px !important;
}
.mwx-863 {
  max-width: 863px !important;
}
.mwx-864 {
  max-width: 864px !important;
}
.mwx-865 {
  max-width: 865px !important;
}
.mwx-866 {
  max-width: 866px !important;
}
.mwx-867 {
  max-width: 867px !important;
}
.mwx-868 {
  max-width: 868px !important;
}
.mwx-869 {
  max-width: 869px !important;
}
.mwx-870 {
  max-width: 870px !important;
}
.mwx-871 {
  max-width: 871px !important;
}
.mwx-872 {
  max-width: 872px !important;
}
.mwx-873 {
  max-width: 873px !important;
}
.mwx-874 {
  max-width: 874px !important;
}
.mwx-875 {
  max-width: 875px !important;
}
.mwx-876 {
  max-width: 876px !important;
}
.mwx-877 {
  max-width: 877px !important;
}
.mwx-878 {
  max-width: 878px !important;
}
.mwx-879 {
  max-width: 879px !important;
}
.mwx-880 {
  max-width: 880px !important;
}
.mwx-881 {
  max-width: 881px !important;
}
.mwx-882 {
  max-width: 882px !important;
}
.mwx-883 {
  max-width: 883px !important;
}
.mwx-884 {
  max-width: 884px !important;
}
.mwx-885 {
  max-width: 885px !important;
}
.mwx-886 {
  max-width: 886px !important;
}
.mwx-887 {
  max-width: 887px !important;
}
.mwx-888 {
  max-width: 888px !important;
}
.mwx-889 {
  max-width: 889px !important;
}
.mwx-890 {
  max-width: 890px !important;
}
.mwx-891 {
  max-width: 891px !important;
}
.mwx-892 {
  max-width: 892px !important;
}
.mwx-893 {
  max-width: 893px !important;
}
.mwx-894 {
  max-width: 894px !important;
}
.mwx-895 {
  max-width: 895px !important;
}
.mwx-896 {
  max-width: 896px !important;
}
.mwx-897 {
  max-width: 897px !important;
}
.mwx-898 {
  max-width: 898px !important;
}
.mwx-899 {
  max-width: 899px !important;
}
.mwx-900 {
  max-width: 900px !important;
}
.mwx-901 {
  max-width: 901px !important;
}
.mwx-902 {
  max-width: 902px !important;
}
.mwx-903 {
  max-width: 903px !important;
}
.mwx-904 {
  max-width: 904px !important;
}
.mwx-905 {
  max-width: 905px !important;
}
.mwx-906 {
  max-width: 906px !important;
}
.mwx-907 {
  max-width: 907px !important;
}
.mwx-908 {
  max-width: 908px !important;
}
.mwx-909 {
  max-width: 909px !important;
}
.mwx-910 {
  max-width: 910px !important;
}
.mwx-911 {
  max-width: 911px !important;
}
.mwx-912 {
  max-width: 912px !important;
}
.mwx-913 {
  max-width: 913px !important;
}
.mwx-914 {
  max-width: 914px !important;
}
.mwx-915 {
  max-width: 915px !important;
}
.mwx-916 {
  max-width: 916px !important;
}
.mwx-917 {
  max-width: 917px !important;
}
.mwx-918 {
  max-width: 918px !important;
}
.mwx-919 {
  max-width: 919px !important;
}
.mwx-920 {
  max-width: 920px !important;
}
.mwx-921 {
  max-width: 921px !important;
}
.mwx-922 {
  max-width: 922px !important;
}
.mwx-923 {
  max-width: 923px !important;
}
.mwx-924 {
  max-width: 924px !important;
}
.mwx-925 {
  max-width: 925px !important;
}
.mwx-926 {
  max-width: 926px !important;
}
.mwx-927 {
  max-width: 927px !important;
}
.mwx-928 {
  max-width: 928px !important;
}
.mwx-929 {
  max-width: 929px !important;
}
.mwx-930 {
  max-width: 930px !important;
}
.mwx-931 {
  max-width: 931px !important;
}
.mwx-932 {
  max-width: 932px !important;
}
.mwx-933 {
  max-width: 933px !important;
}
.mwx-934 {
  max-width: 934px !important;
}
.mwx-935 {
  max-width: 935px !important;
}
.mwx-936 {
  max-width: 936px !important;
}
.mwx-937 {
  max-width: 937px !important;
}
.mwx-938 {
  max-width: 938px !important;
}
.mwx-939 {
  max-width: 939px !important;
}
.mwx-940 {
  max-width: 940px !important;
}
.mwx-941 {
  max-width: 941px !important;
}
.mwx-942 {
  max-width: 942px !important;
}
.mwx-943 {
  max-width: 943px !important;
}
.mwx-944 {
  max-width: 944px !important;
}
.mwx-945 {
  max-width: 945px !important;
}
.mwx-946 {
  max-width: 946px !important;
}
.mwx-947 {
  max-width: 947px !important;
}
.mwx-948 {
  max-width: 948px !important;
}
.mwx-949 {
  max-width: 949px !important;
}
.mwx-950 {
  max-width: 950px !important;
}
.mwx-951 {
  max-width: 951px !important;
}
.mwx-952 {
  max-width: 952px !important;
}
.mwx-953 {
  max-width: 953px !important;
}
.mwx-954 {
  max-width: 954px !important;
}
.mwx-955 {
  max-width: 955px !important;
}
.mwx-956 {
  max-width: 956px !important;
}
.mwx-957 {
  max-width: 957px !important;
}
.mwx-958 {
  max-width: 958px !important;
}
.mwx-959 {
  max-width: 959px !important;
}
.mwx-960 {
  max-width: 960px !important;
}
.mwx-961 {
  max-width: 961px !important;
}
.mwx-962 {
  max-width: 962px !important;
}
.mwx-963 {
  max-width: 963px !important;
}
.mwx-964 {
  max-width: 964px !important;
}
.mwx-965 {
  max-width: 965px !important;
}
.mwx-966 {
  max-width: 966px !important;
}
.mwx-967 {
  max-width: 967px !important;
}
.mwx-968 {
  max-width: 968px !important;
}
.mwx-969 {
  max-width: 969px !important;
}
.mwx-970 {
  max-width: 970px !important;
}
.mwx-971 {
  max-width: 971px !important;
}
.mwx-972 {
  max-width: 972px !important;
}
.mwx-973 {
  max-width: 973px !important;
}
.mwx-974 {
  max-width: 974px !important;
}
.mwx-975 {
  max-width: 975px !important;
}
.mwx-976 {
  max-width: 976px !important;
}
.mwx-977 {
  max-width: 977px !important;
}
.mwx-978 {
  max-width: 978px !important;
}
.mwx-979 {
  max-width: 979px !important;
}
.mwx-980 {
  max-width: 980px !important;
}
.mwx-981 {
  max-width: 981px !important;
}
.mwx-982 {
  max-width: 982px !important;
}
.mwx-983 {
  max-width: 983px !important;
}
.mwx-984 {
  max-width: 984px !important;
}
.mwx-985 {
  max-width: 985px !important;
}
.mwx-986 {
  max-width: 986px !important;
}
.mwx-987 {
  max-width: 987px !important;
}
.mwx-988 {
  max-width: 988px !important;
}
.mwx-989 {
  max-width: 989px !important;
}
.mwx-990 {
  max-width: 990px !important;
}
.mwx-991 {
  max-width: 991px !important;
}
.mwx-992 {
  max-width: 992px !important;
}
.mwx-993 {
  max-width: 993px !important;
}
.mwx-994 {
  max-width: 994px !important;
}
.mwx-995 {
  max-width: 995px !important;
}
.mwx-996 {
  max-width: 996px !important;
}
.mwx-997 {
  max-width: 997px !important;
}
.mwx-998 {
  max-width: 998px !important;
}
.mwx-999 {
  max-width: 999px !important;
}
.mwx-1000 {
  max-width: 1000px !important;
}
.wh-5 {
  height: 5px !important;
}
.wh-10 {
  height: 10px !important;
}
.wh-11 {
  height: 11px !important;
}
.wh-12 {
  height: 12px !important;
}
.wh-13 {
  height: 13px !important;
}
.wh-14 {
  height: 14px !important;
}
.wh-15 {
  height: 15px !important;
}
.wh-16 {
  height: 16px !important;
}
.wh-17 {
  height: 17px !important;
}
.wh-18 {
  height: 18px !important;
}
.wh-19 {
  height: 19px !important;
}
.wh-20 {
  height: 20px !important;
}
.wh-21 {
  height: 21px !important;
}
.wh-22 {
  height: 22px !important;
}
.wh-23 {
  height: 23px !important;
}
.wh-24 {
  height: 24px !important;
}
.wh-25 {
  height: 25px !important;
}
.wh-26 {
  height: 26px !important;
}
.wh-27 {
  height: 27px !important;
}
.wh-28 {
  height: 28px !important;
}
.wh-29 {
  height: 29px !important;
}
.wh-30 {
  height: 30px !important;
}
.wh-31 {
  height: 31px !important;
}
.wh-32 {
  height: 32px !important;
}
.wh-33 {
  height: 33px !important;
}
.wh-34 {
  height: 34px !important;
}
.wh-35 {
  height: 35px !important;
}
.wh-36 {
  height: 36px !important;
}
.wh-37 {
  height: 37px !important;
}
.wh-38 {
  height: 38px !important;
}
.wh-39 {
  height: 39px !important;
}
.wh-40 {
  height: 40px !important;
}
.wh-41 {
  height: 41px !important;
}
.wh-42 {
  height: 42px !important;
}
.wh-43 {
  height: 43px !important;
}
.wh-44 {
  height: 44px !important;
}
.wh-45 {
  height: 45px !important;
}
.wh-46 {
  height: 46px !important;
}
.wh-47 {
  height: 47px !important;
}
.wh-48 {
  height: 48px !important;
}
.wh-49 {
  height: 49px !important;
}
.wh-50 {
  height: 50px !important;
}
.wh-51 {
  height: 51px !important;
}
.wh-52 {
  height: 52px !important;
}
.wh-53 {
  height: 53px !important;
}
.wh-54 {
  height: 54px !important;
}
.wh-55 {
  height: 55px !important;
}
.wh-56 {
  height: 56px !important;
}
.wh-57 {
  height: 57px !important;
}
.wh-58 {
  height: 58px !important;
}
.wh-59 {
  height: 59px !important;
}
.wh-60 {
  height: 60px !important;
}
.wh-61 {
  height: 61px !important;
}
.wh-62 {
  height: 62px !important;
}
.wh-63 {
  height: 63px !important;
}
.wh-64 {
  height: 64px !important;
}
.wh-65 {
  height: 65px !important;
}
.wh-66 {
  height: 66px !important;
}
.wh-67 {
  height: 67px !important;
}
.wh-68 {
  height: 68px !important;
}
.wh-69 {
  height: 69px !important;
}
.wh-70 {
  height: 70px !important;
}
.wh-71 {
  height: 71px !important;
}
.wh-72 {
  height: 72px !important;
}
.wh-73 {
  height: 73px !important;
}
.wh-74 {
  height: 74px !important;
}
.wh-75 {
  height: 75px !important;
}
.wh-76 {
  height: 76px !important;
}
.wh-77 {
  height: 77px !important;
}
.wh-78 {
  height: 78px !important;
}
.wh-79 {
  height: 79px !important;
}
.wh-80 {
  height: 80px !important;
}
.wh-81 {
  height: 81px !important;
}
.wh-82 {
  height: 82px !important;
}
.wh-83 {
  height: 83px !important;
}
.wh-84 {
  height: 84px !important;
}
.wh-85 {
  height: 85px !important;
}
.wh-86 {
  height: 86px !important;
}
.wh-87 {
  height: 87px !important;
}
.wh-88 {
  height: 88px !important;
}
.wh-89 {
  height: 89px !important;
}
.wh-90 {
  height: 90px !important;
}
.wh-91 {
  height: 91px !important;
}
.wh-92 {
  height: 92px !important;
}
.wh-93 {
  height: 93px !important;
}
.wh-94 {
  height: 94px !important;
}
.wh-95 {
  height: 95px !important;
}
.wh-96 {
  height: 96px !important;
}
.wh-97 {
  height: 97px !important;
}
.wh-98 {
  height: 98px !important;
}
.wh-99 {
  height: 99px !important;
}
.wh-100 {
  height: 100px !important;
}
.wh-101 {
  height: 101px !important;
}
.wh-102 {
  height: 102px !important;
}
.wh-103 {
  height: 103px !important;
}
.wh-104 {
  height: 104px !important;
}
.wh-105 {
  height: 105px !important;
}
.wh-106 {
  height: 106px !important;
}
.wh-107 {
  height: 107px !important;
}
.wh-108 {
  height: 108px !important;
}
.wh-109 {
  height: 109px !important;
}
.wh-110 {
  height: 110px !important;
}
.wh-111 {
  height: 111px !important;
}
.wh-112 {
  height: 112px !important;
}
.wh-113 {
  height: 113px !important;
}
.wh-114 {
  height: 114px !important;
}
.wh-115 {
  height: 115px !important;
}
.wh-116 {
  height: 116px !important;
}
.wh-117 {
  height: 117px !important;
}
.wh-118 {
  height: 118px !important;
}
.wh-119 {
  height: 119px !important;
}
.wh-120 {
  height: 120px !important;
}
.wh-121 {
  height: 121px !important;
}
.wh-122 {
  height: 122px !important;
}
.wh-123 {
  height: 123px !important;
}
.wh-124 {
  height: 124px !important;
}
.wh-125 {
  height: 125px !important;
}
.wh-126 {
  height: 126px !important;
}
.wh-127 {
  height: 127px !important;
}
.wh-128 {
  height: 128px !important;
}
.wh-129 {
  height: 129px !important;
}
.wh-130 {
  height: 130px !important;
}
.wh-131 {
  height: 131px !important;
}
.wh-132 {
  height: 132px !important;
}
.wh-133 {
  height: 133px !important;
}
.wh-134 {
  height: 134px !important;
}
.wh-135 {
  height: 135px !important;
}
.wh-136 {
  height: 136px !important;
}
.wh-137 {
  height: 137px !important;
}
.wh-138 {
  height: 138px !important;
}
.wh-139 {
  height: 139px !important;
}
.wh-140 {
  height: 140px !important;
}
.wh-141 {
  height: 141px !important;
}
.wh-142 {
  height: 142px !important;
}
.wh-143 {
  height: 143px !important;
}
.wh-144 {
  height: 144px !important;
}
.wh-145 {
  height: 145px !important;
}
.wh-146 {
  height: 146px !important;
}
.wh-147 {
  height: 147px !important;
}
.wh-148 {
  height: 148px !important;
}
.wh-149 {
  height: 149px !important;
}
.wh-150 {
  height: 150px !important;
}
.wh-151 {
  height: 151px !important;
}
.wh-152 {
  height: 152px !important;
}
.wh-153 {
  height: 153px !important;
}
.wh-154 {
  height: 154px !important;
}
.wh-155 {
  height: 155px !important;
}
.wh-156 {
  height: 156px !important;
}
.wh-157 {
  height: 157px !important;
}
.wh-158 {
  height: 158px !important;
}
.wh-159 {
  height: 159px !important;
}
.wh-160 {
  height: 160px !important;
}
.wh-161 {
  height: 161px !important;
}
.wh-162 {
  height: 162px !important;
}
.wh-163 {
  height: 163px !important;
}
.wh-164 {
  height: 164px !important;
}
.wh-165 {
  height: 165px !important;
}
.wh-166 {
  height: 166px !important;
}
.wh-167 {
  height: 167px !important;
}
.wh-168 {
  height: 168px !important;
}
.wh-169 {
  height: 169px !important;
}
.wh-170 {
  height: 170px !important;
}
.wh-171 {
  height: 171px !important;
}
.wh-172 {
  height: 172px !important;
}
.wh-173 {
  height: 173px !important;
}
.wh-174 {
  height: 174px !important;
}
.wh-175 {
  height: 175px !important;
}
.wh-176 {
  height: 176px !important;
}
.wh-177 {
  height: 177px !important;
}
.wh-178 {
  height: 178px !important;
}
.wh-179 {
  height: 179px !important;
}
.wh-180 {
  height: 180px !important;
}
.wh-181 {
  height: 181px !important;
}
.wh-182 {
  height: 182px !important;
}
.wh-183 {
  height: 183px !important;
}
.wh-184 {
  height: 184px !important;
}
.wh-185 {
  height: 185px !important;
}
.wh-186 {
  height: 186px !important;
}
.wh-187 {
  height: 187px !important;
}
.wh-188 {
  height: 188px !important;
}
.wh-189 {
  height: 189px !important;
}
.wh-190 {
  height: 190px !important;
}
.wh-191 {
  height: 191px !important;
}
.wh-192 {
  height: 192px !important;
}
.wh-193 {
  height: 193px !important;
}
.wh-194 {
  height: 194px !important;
}
.wh-195 {
  height: 195px !important;
}
.wh-196 {
  height: 196px !important;
}
.wh-197 {
  height: 197px !important;
}
.wh-198 {
  height: 198px !important;
}
.wh-199 {
  height: 199px !important;
}
.wh-200 {
  height: 200px !important;
}
.wh-201 {
  height: 201px !important;
}
.wh-202 {
  height: 202px !important;
}
.wh-203 {
  height: 203px !important;
}
.wh-204 {
  height: 204px !important;
}
.wh-205 {
  height: 205px !important;
}
.wh-206 {
  height: 206px !important;
}
.wh-207 {
  height: 207px !important;
}
.wh-208 {
  height: 208px !important;
}
.wh-209 {
  height: 209px !important;
}
.wh-210 {
  height: 210px !important;
}
.wh-211 {
  height: 211px !important;
}
.wh-212 {
  height: 212px !important;
}
.wh-213 {
  height: 213px !important;
}
.wh-214 {
  height: 214px !important;
}
.wh-215 {
  height: 215px !important;
}
.wh-216 {
  height: 216px !important;
}
.wh-217 {
  height: 217px !important;
}
.wh-218 {
  height: 218px !important;
}
.wh-219 {
  height: 219px !important;
}
.wh-220 {
  height: 220px !important;
}
.wh-221 {
  height: 221px !important;
}
.wh-222 {
  height: 222px !important;
}
.wh-223 {
  height: 223px !important;
}
.wh-224 {
  height: 224px !important;
}
.wh-225 {
  height: 225px !important;
}
.wh-226 {
  height: 226px !important;
}
.wh-227 {
  height: 227px !important;
}
.wh-228 {
  height: 228px !important;
}
.wh-229 {
  height: 229px !important;
}
.wh-230 {
  height: 230px !important;
}
.wh-231 {
  height: 231px !important;
}
.wh-232 {
  height: 232px !important;
}
.wh-233 {
  height: 233px !important;
}
.wh-234 {
  height: 234px !important;
}
.wh-235 {
  height: 235px !important;
}
.wh-236 {
  height: 236px !important;
}
.wh-237 {
  height: 237px !important;
}
.wh-238 {
  height: 238px !important;
}
.wh-239 {
  height: 239px !important;
}
.wh-240 {
  height: 240px !important;
}
.wh-241 {
  height: 241px !important;
}
.wh-242 {
  height: 242px !important;
}
.wh-243 {
  height: 243px !important;
}
.wh-244 {
  height: 244px !important;
}
.wh-245 {
  height: 245px !important;
}
.wh-246 {
  height: 246px !important;
}
.wh-247 {
  height: 247px !important;
}
.wh-248 {
  height: 248px !important;
}
.wh-249 {
  height: 249px !important;
}
.wh-250 {
  height: 250px !important;
}
.wh-251 {
  height: 251px !important;
}
.wh-252 {
  height: 252px !important;
}
.wh-253 {
  height: 253px !important;
}
.wh-254 {
  height: 254px !important;
}
.wh-255 {
  height: 255px !important;
}
.wh-256 {
  height: 256px !important;
}
.wh-257 {
  height: 257px !important;
}
.wh-258 {
  height: 258px !important;
}
.wh-259 {
  height: 259px !important;
}
.wh-260 {
  height: 260px !important;
}
.wh-261 {
  height: 261px !important;
}
.wh-262 {
  height: 262px !important;
}
.wh-263 {
  height: 263px !important;
}
.wh-264 {
  height: 264px !important;
}
.wh-265 {
  height: 265px !important;
}
.wh-266 {
  height: 266px !important;
}
.wh-267 {
  height: 267px !important;
}
.wh-268 {
  height: 268px !important;
}
.wh-269 {
  height: 269px !important;
}
.wh-270 {
  height: 270px !important;
}
.wh-271 {
  height: 271px !important;
}
.wh-272 {
  height: 272px !important;
}
.wh-273 {
  height: 273px !important;
}
.wh-274 {
  height: 274px !important;
}
.wh-275 {
  height: 275px !important;
}
.wh-276 {
  height: 276px !important;
}
.wh-277 {
  height: 277px !important;
}
.wh-278 {
  height: 278px !important;
}
.wh-279 {
  height: 279px !important;
}
.wh-280 {
  height: 280px !important;
}
.wh-281 {
  height: 281px !important;
}
.wh-282 {
  height: 282px !important;
}
.wh-283 {
  height: 283px !important;
}
.wh-284 {
  height: 284px !important;
}
.wh-285 {
  height: 285px !important;
}
.wh-286 {
  height: 286px !important;
}
.wh-287 {
  height: 287px !important;
}
.wh-288 {
  height: 288px !important;
}
.wh-289 {
  height: 289px !important;
}
.wh-290 {
  height: 290px !important;
}
.wh-291 {
  height: 291px !important;
}
.wh-292 {
  height: 292px !important;
}
.wh-293 {
  height: 293px !important;
}
.wh-294 {
  height: 294px !important;
}
.wh-295 {
  height: 295px !important;
}
.wh-296 {
  height: 296px !important;
}
.wh-297 {
  height: 297px !important;
}
.wh-298 {
  height: 298px !important;
}
.wh-299 {
  height: 299px !important;
}
.wh-300 {
  height: 300px !important;
}
.wh-301 {
  height: 301px !important;
}
.wh-302 {
  height: 302px !important;
}
.wh-303 {
  height: 303px !important;
}
.wh-304 {
  height: 304px !important;
}
.wh-305 {
  height: 305px !important;
}
.wh-306 {
  height: 306px !important;
}
.wh-307 {
  height: 307px !important;
}
.wh-308 {
  height: 308px !important;
}
.wh-309 {
  height: 309px !important;
}
.wh-310 {
  height: 310px !important;
}
.wh-311 {
  height: 311px !important;
}
.wh-312 {
  height: 312px !important;
}
.wh-313 {
  height: 313px !important;
}
.wh-314 {
  height: 314px !important;
}
.wh-315 {
  height: 315px !important;
}
.wh-316 {
  height: 316px !important;
}
.wh-317 {
  height: 317px !important;
}
.wh-318 {
  height: 318px !important;
}
.wh-319 {
  height: 319px !important;
}
.wh-320 {
  height: 320px !important;
}
.wh-321 {
  height: 321px !important;
}
.wh-322 {
  height: 322px !important;
}
.wh-323 {
  height: 323px !important;
}
.wh-324 {
  height: 324px !important;
}
.wh-325 {
  height: 325px !important;
}
.wh-326 {
  height: 326px !important;
}
.wh-327 {
  height: 327px !important;
}
.wh-328 {
  height: 328px !important;
}
.wh-329 {
  height: 329px !important;
}
.wh-330 {
  height: 330px !important;
}
.wh-331 {
  height: 331px !important;
}
.wh-332 {
  height: 332px !important;
}
.wh-333 {
  height: 333px !important;
}
.wh-334 {
  height: 334px !important;
}
.wh-335 {
  height: 335px !important;
}
.wh-336 {
  height: 336px !important;
}
.wh-337 {
  height: 337px !important;
}
.wh-338 {
  height: 338px !important;
}
.wh-339 {
  height: 339px !important;
}
.wh-340 {
  height: 340px !important;
}
.wh-341 {
  height: 341px !important;
}
.wh-342 {
  height: 342px !important;
}
.wh-343 {
  height: 343px !important;
}
.wh-344 {
  height: 344px !important;
}
.wh-345 {
  height: 345px !important;
}
.wh-346 {
  height: 346px !important;
}
.wh-347 {
  height: 347px !important;
}
.wh-348 {
  height: 348px !important;
}
.wh-349 {
  height: 349px !important;
}
.wh-350 {
  height: 350px !important;
}
.wh-351 {
  height: 351px !important;
}
.wh-352 {
  height: 352px !important;
}
.wh-353 {
  height: 353px !important;
}
.wh-354 {
  height: 354px !important;
}
.wh-355 {
  height: 355px !important;
}
.wh-356 {
  height: 356px !important;
}
.wh-357 {
  height: 357px !important;
}
.wh-358 {
  height: 358px !important;
}
.wh-359 {
  height: 359px !important;
}
.wh-360 {
  height: 360px !important;
}
.wh-361 {
  height: 361px !important;
}
.wh-362 {
  height: 362px !important;
}
.wh-363 {
  height: 363px !important;
}
.wh-364 {
  height: 364px !important;
}
.wh-365 {
  height: 365px !important;
}
.wh-366 {
  height: 366px !important;
}
.wh-367 {
  height: 367px !important;
}
.wh-368 {
  height: 368px !important;
}
.wh-369 {
  height: 369px !important;
}
.wh-370 {
  height: 370px !important;
}
.wh-371 {
  height: 371px !important;
}
.wh-372 {
  height: 372px !important;
}
.wh-373 {
  height: 373px !important;
}
.wh-374 {
  height: 374px !important;
}
.wh-375 {
  height: 375px !important;
}
.wh-376 {
  height: 376px !important;
}
.wh-377 {
  height: 377px !important;
}
.wh-378 {
  height: 378px !important;
}
.wh-379 {
  height: 379px !important;
}
.wh-380 {
  height: 380px !important;
}
.wh-381 {
  height: 381px !important;
}
.wh-382 {
  height: 382px !important;
}
.wh-383 {
  height: 383px !important;
}
.wh-384 {
  height: 384px !important;
}
.wh-385 {
  height: 385px !important;
}
.wh-386 {
  height: 386px !important;
}
.wh-387 {
  height: 387px !important;
}
.wh-388 {
  height: 388px !important;
}
.wh-389 {
  height: 389px !important;
}
.wh-390 {
  height: 390px !important;
}
.wh-391 {
  height: 391px !important;
}
.wh-392 {
  height: 392px !important;
}
.wh-393 {
  height: 393px !important;
}
.wh-394 {
  height: 394px !important;
}
.wh-395 {
  height: 395px !important;
}
.wh-396 {
  height: 396px !important;
}
.wh-397 {
  height: 397px !important;
}
.wh-398 {
  height: 398px !important;
}
.wh-399 {
  height: 399px !important;
}
.wh-400 {
  height: 400px !important;
}
.wh-401 {
  height: 401px !important;
}
.wh-402 {
  height: 402px !important;
}
.wh-403 {
  height: 403px !important;
}
.wh-404 {
  height: 404px !important;
}
.wh-405 {
  height: 405px !important;
}
.wh-406 {
  height: 406px !important;
}
.wh-407 {
  height: 407px !important;
}
.wh-408 {
  height: 408px !important;
}
.wh-409 {
  height: 409px !important;
}
.wh-410 {
  height: 410px !important;
}
.wh-411 {
  height: 411px !important;
}
.wh-412 {
  height: 412px !important;
}
.wh-413 {
  height: 413px !important;
}
.wh-414 {
  height: 414px !important;
}
.wh-415 {
  height: 415px !important;
}
.wh-416 {
  height: 416px !important;
}
.wh-417 {
  height: 417px !important;
}
.wh-418 {
  height: 418px !important;
}
.wh-419 {
  height: 419px !important;
}
.wh-420 {
  height: 420px !important;
}
.wh-421 {
  height: 421px !important;
}
.wh-422 {
  height: 422px !important;
}
.wh-423 {
  height: 423px !important;
}
.wh-424 {
  height: 424px !important;
}
.wh-425 {
  height: 425px !important;
}
.wh-426 {
  height: 426px !important;
}
.wh-427 {
  height: 427px !important;
}
.wh-428 {
  height: 428px !important;
}
.wh-429 {
  height: 429px !important;
}
.wh-430 {
  height: 430px !important;
}
.wh-431 {
  height: 431px !important;
}
.wh-432 {
  height: 432px !important;
}
.wh-433 {
  height: 433px !important;
}
.wh-434 {
  height: 434px !important;
}
.wh-435 {
  height: 435px !important;
}
.wh-436 {
  height: 436px !important;
}
.wh-437 {
  height: 437px !important;
}
.wh-438 {
  height: 438px !important;
}
.wh-439 {
  height: 439px !important;
}
.wh-440 {
  height: 440px !important;
}
.wh-441 {
  height: 441px !important;
}
.wh-442 {
  height: 442px !important;
}
.wh-443 {
  height: 443px !important;
}
.wh-444 {
  height: 444px !important;
}
.wh-445 {
  height: 445px !important;
}
.wh-446 {
  height: 446px !important;
}
.wh-447 {
  height: 447px !important;
}
.wh-448 {
  height: 448px !important;
}
.wh-449 {
  height: 449px !important;
}
.wh-450 {
  height: 450px !important;
}
.wh-451 {
  height: 451px !important;
}
.wh-452 {
  height: 452px !important;
}
.wh-453 {
  height: 453px !important;
}
.wh-454 {
  height: 454px !important;
}
.wh-455 {
  height: 455px !important;
}
.wh-456 {
  height: 456px !important;
}
.wh-457 {
  height: 457px !important;
}
.wh-458 {
  height: 458px !important;
}
.wh-459 {
  height: 459px !important;
}
.wh-460 {
  height: 460px !important;
}
.wh-461 {
  height: 461px !important;
}
.wh-462 {
  height: 462px !important;
}
.wh-463 {
  height: 463px !important;
}
.wh-464 {
  height: 464px !important;
}
.wh-465 {
  height: 465px !important;
}
.wh-466 {
  height: 466px !important;
}
.wh-467 {
  height: 467px !important;
}
.wh-468 {
  height: 468px !important;
}
.wh-469 {
  height: 469px !important;
}
.wh-470 {
  height: 470px !important;
}
.wh-471 {
  height: 471px !important;
}
.wh-472 {
  height: 472px !important;
}
.wh-473 {
  height: 473px !important;
}
.wh-474 {
  height: 474px !important;
}
.wh-475 {
  height: 475px !important;
}
.wh-476 {
  height: 476px !important;
}
.wh-477 {
  height: 477px !important;
}
.wh-478 {
  height: 478px !important;
}
.wh-479 {
  height: 479px !important;
}
.wh-480 {
  height: 480px !important;
}
.wh-481 {
  height: 481px !important;
}
.wh-482 {
  height: 482px !important;
}
.wh-483 {
  height: 483px !important;
}
.wh-484 {
  height: 484px !important;
}
.wh-485 {
  height: 485px !important;
}
.wh-486 {
  height: 486px !important;
}
.wh-487 {
  height: 487px !important;
}
.wh-488 {
  height: 488px !important;
}
.wh-489 {
  height: 489px !important;
}
.wh-490 {
  height: 490px !important;
}
.wh-491 {
  height: 491px !important;
}
.wh-492 {
  height: 492px !important;
}
.wh-493 {
  height: 493px !important;
}
.wh-494 {
  height: 494px !important;
}
.wh-495 {
  height: 495px !important;
}
.wh-496 {
  height: 496px !important;
}
.wh-497 {
  height: 497px !important;
}
.wh-498 {
  height: 498px !important;
}
.wh-499 {
  height: 499px !important;
}
.wh-500 {
  height: 500px !important;
}
.wh-501 {
  height: 501px !important;
}
.wh-502 {
  height: 502px !important;
}
.wh-503 {
  height: 503px !important;
}
.wh-504 {
  height: 504px !important;
}
.wh-505 {
  height: 505px !important;
}
.wh-506 {
  height: 506px !important;
}
.wh-507 {
  height: 507px !important;
}
.wh-508 {
  height: 508px !important;
}
.wh-509 {
  height: 509px !important;
}
.wh-510 {
  height: 510px !important;
}
.wh-511 {
  height: 511px !important;
}
.wh-512 {
  height: 512px !important;
}
.wh-513 {
  height: 513px !important;
}
.wh-514 {
  height: 514px !important;
}
.wh-515 {
  height: 515px !important;
}
.wh-516 {
  height: 516px !important;
}
.wh-517 {
  height: 517px !important;
}
.wh-518 {
  height: 518px !important;
}
.wh-519 {
  height: 519px !important;
}
.wh-520 {
  height: 520px !important;
}
.wh-521 {
  height: 521px !important;
}
.wh-522 {
  height: 522px !important;
}
.wh-523 {
  height: 523px !important;
}
.wh-524 {
  height: 524px !important;
}
.wh-525 {
  height: 525px !important;
}
.wh-526 {
  height: 526px !important;
}
.wh-527 {
  height: 527px !important;
}
.wh-528 {
  height: 528px !important;
}
.wh-529 {
  height: 529px !important;
}
.wh-530 {
  height: 530px !important;
}
.wh-531 {
  height: 531px !important;
}
.wh-532 {
  height: 532px !important;
}
.wh-533 {
  height: 533px !important;
}
.wh-534 {
  height: 534px !important;
}
.wh-535 {
  height: 535px !important;
}
.wh-536 {
  height: 536px !important;
}
.wh-537 {
  height: 537px !important;
}
.wh-538 {
  height: 538px !important;
}
.wh-539 {
  height: 539px !important;
}
.wh-540 {
  height: 540px !important;
}
.wh-541 {
  height: 541px !important;
}
.wh-542 {
  height: 542px !important;
}
.wh-543 {
  height: 543px !important;
}
.wh-544 {
  height: 544px !important;
}
.wh-545 {
  height: 545px !important;
}
.wh-546 {
  height: 546px !important;
}
.wh-547 {
  height: 547px !important;
}
.wh-548 {
  height: 548px !important;
}
.wh-549 {
  height: 549px !important;
}
.wh-550 {
  height: 550px !important;
}
.wh-551 {
  height: 551px !important;
}
.wh-552 {
  height: 552px !important;
}
.wh-553 {
  height: 553px !important;
}
.wh-554 {
  height: 554px !important;
}
.wh-555 {
  height: 555px !important;
}
.wh-556 {
  height: 556px !important;
}
.wh-557 {
  height: 557px !important;
}
.wh-558 {
  height: 558px !important;
}
.wh-559 {
  height: 559px !important;
}
.wh-560 {
  height: 560px !important;
}
.wh-561 {
  height: 561px !important;
}
.wh-562 {
  height: 562px !important;
}
.wh-563 {
  height: 563px !important;
}
.wh-564 {
  height: 564px !important;
}
.wh-565 {
  height: 565px !important;
}
.wh-566 {
  height: 566px !important;
}
.wh-567 {
  height: 567px !important;
}
.wh-568 {
  height: 568px !important;
}
.wh-569 {
  height: 569px !important;
}
.wh-570 {
  height: 570px !important;
}
.wh-571 {
  height: 571px !important;
}
.wh-572 {
  height: 572px !important;
}
.wh-573 {
  height: 573px !important;
}
.wh-574 {
  height: 574px !important;
}
.wh-575 {
  height: 575px !important;
}
.wh-576 {
  height: 576px !important;
}
.wh-577 {
  height: 577px !important;
}
.wh-578 {
  height: 578px !important;
}
.wh-579 {
  height: 579px !important;
}
.wh-580 {
  height: 580px !important;
}
.wh-581 {
  height: 581px !important;
}
.wh-582 {
  height: 582px !important;
}
.wh-583 {
  height: 583px !important;
}
.wh-584 {
  height: 584px !important;
}
.wh-585 {
  height: 585px !important;
}
.wh-586 {
  height: 586px !important;
}
.wh-587 {
  height: 587px !important;
}
.wh-588 {
  height: 588px !important;
}
.wh-589 {
  height: 589px !important;
}
.wh-590 {
  height: 590px !important;
}
.wh-591 {
  height: 591px !important;
}
.wh-592 {
  height: 592px !important;
}
.wh-593 {
  height: 593px !important;
}
.wh-594 {
  height: 594px !important;
}
.wh-595 {
  height: 595px !important;
}
.wh-596 {
  height: 596px !important;
}
.wh-597 {
  height: 597px !important;
}
.wh-598 {
  height: 598px !important;
}
.wh-599 {
  height: 599px !important;
}
.wh-600 {
  height: 600px !important;
}
.wh-601 {
  height: 601px !important;
}
.wh-602 {
  height: 602px !important;
}
.wh-603 {
  height: 603px !important;
}
.wh-604 {
  height: 604px !important;
}
.wh-605 {
  height: 605px !important;
}
.wh-606 {
  height: 606px !important;
}
.wh-607 {
  height: 607px !important;
}
.wh-608 {
  height: 608px !important;
}
.wh-609 {
  height: 609px !important;
}
.wh-610 {
  height: 610px !important;
}
.wh-611 {
  height: 611px !important;
}
.wh-612 {
  height: 612px !important;
}
.wh-613 {
  height: 613px !important;
}
.wh-614 {
  height: 614px !important;
}
.wh-615 {
  height: 615px !important;
}
.wh-616 {
  height: 616px !important;
}
.wh-617 {
  height: 617px !important;
}
.wh-618 {
  height: 618px !important;
}
.wh-619 {
  height: 619px !important;
}
.wh-620 {
  height: 620px !important;
}
.wh-621 {
  height: 621px !important;
}
.wh-622 {
  height: 622px !important;
}
.wh-623 {
  height: 623px !important;
}
.wh-624 {
  height: 624px !important;
}
.wh-625 {
  height: 625px !important;
}
.wh-626 {
  height: 626px !important;
}
.wh-627 {
  height: 627px !important;
}
.wh-628 {
  height: 628px !important;
}
.wh-629 {
  height: 629px !important;
}
.wh-630 {
  height: 630px !important;
}
.wh-631 {
  height: 631px !important;
}
.wh-632 {
  height: 632px !important;
}
.wh-633 {
  height: 633px !important;
}
.wh-634 {
  height: 634px !important;
}
.wh-635 {
  height: 635px !important;
}
.wh-636 {
  height: 636px !important;
}
.wh-637 {
  height: 637px !important;
}
.wh-638 {
  height: 638px !important;
}
.wh-639 {
  height: 639px !important;
}
.wh-640 {
  height: 640px !important;
}
.wh-641 {
  height: 641px !important;
}
.wh-642 {
  height: 642px !important;
}
.wh-643 {
  height: 643px !important;
}
.wh-644 {
  height: 644px !important;
}
.wh-645 {
  height: 645px !important;
}
.wh-646 {
  height: 646px !important;
}
.wh-647 {
  height: 647px !important;
}
.wh-648 {
  height: 648px !important;
}
.wh-649 {
  height: 649px !important;
}
.wh-650 {
  height: 650px !important;
}
.wh-651 {
  height: 651px !important;
}
.wh-652 {
  height: 652px !important;
}
.wh-653 {
  height: 653px !important;
}
.wh-654 {
  height: 654px !important;
}
.wh-655 {
  height: 655px !important;
}
.wh-656 {
  height: 656px !important;
}
.wh-657 {
  height: 657px !important;
}
.wh-658 {
  height: 658px !important;
}
.wh-659 {
  height: 659px !important;
}
.wh-660 {
  height: 660px !important;
}
.wh-661 {
  height: 661px !important;
}
.wh-662 {
  height: 662px !important;
}
.wh-663 {
  height: 663px !important;
}
.wh-664 {
  height: 664px !important;
}
.wh-665 {
  height: 665px !important;
}
.wh-666 {
  height: 666px !important;
}
.wh-667 {
  height: 667px !important;
}
.wh-668 {
  height: 668px !important;
}
.wh-669 {
  height: 669px !important;
}
.wh-670 {
  height: 670px !important;
}
.wh-671 {
  height: 671px !important;
}
.wh-672 {
  height: 672px !important;
}
.wh-673 {
  height: 673px !important;
}
.wh-674 {
  height: 674px !important;
}
.wh-675 {
  height: 675px !important;
}
.wh-676 {
  height: 676px !important;
}
.wh-677 {
  height: 677px !important;
}
.wh-678 {
  height: 678px !important;
}
.wh-679 {
  height: 679px !important;
}
.wh-680 {
  height: 680px !important;
}
.wh-681 {
  height: 681px !important;
}
.wh-682 {
  height: 682px !important;
}
.wh-683 {
  height: 683px !important;
}
.wh-684 {
  height: 684px !important;
}
.wh-685 {
  height: 685px !important;
}
.wh-686 {
  height: 686px !important;
}
.wh-687 {
  height: 687px !important;
}
.wh-688 {
  height: 688px !important;
}
.wh-689 {
  height: 689px !important;
}
.wh-690 {
  height: 690px !important;
}
.wh-691 {
  height: 691px !important;
}
.wh-692 {
  height: 692px !important;
}
.wh-693 {
  height: 693px !important;
}
.wh-694 {
  height: 694px !important;
}
.wh-695 {
  height: 695px !important;
}
.wh-696 {
  height: 696px !important;
}
.wh-697 {
  height: 697px !important;
}
.wh-698 {
  height: 698px !important;
}
.wh-699 {
  height: 699px !important;
}
.wh-700 {
  height: 700px !important;
}
.wh-701 {
  height: 701px !important;
}
.wh-702 {
  height: 702px !important;
}
.wh-703 {
  height: 703px !important;
}
.wh-704 {
  height: 704px !important;
}
.wh-705 {
  height: 705px !important;
}
.wh-706 {
  height: 706px !important;
}
.wh-707 {
  height: 707px !important;
}
.wh-708 {
  height: 708px !important;
}
.wh-709 {
  height: 709px !important;
}
.wh-710 {
  height: 710px !important;
}
.wh-711 {
  height: 711px !important;
}
.wh-712 {
  height: 712px !important;
}
.wh-713 {
  height: 713px !important;
}
.wh-714 {
  height: 714px !important;
}
.wh-715 {
  height: 715px !important;
}
.wh-716 {
  height: 716px !important;
}
.wh-717 {
  height: 717px !important;
}
.wh-718 {
  height: 718px !important;
}
.wh-719 {
  height: 719px !important;
}
.wh-720 {
  height: 720px !important;
}
.wh-721 {
  height: 721px !important;
}
.wh-722 {
  height: 722px !important;
}
.wh-723 {
  height: 723px !important;
}
.wh-724 {
  height: 724px !important;
}
.wh-725 {
  height: 725px !important;
}
.wh-726 {
  height: 726px !important;
}
.wh-727 {
  height: 727px !important;
}
.wh-728 {
  height: 728px !important;
}
.wh-729 {
  height: 729px !important;
}
.wh-730 {
  height: 730px !important;
}
.wh-731 {
  height: 731px !important;
}
.wh-732 {
  height: 732px !important;
}
.wh-733 {
  height: 733px !important;
}
.wh-734 {
  height: 734px !important;
}
.wh-735 {
  height: 735px !important;
}
.wh-736 {
  height: 736px !important;
}
.wh-737 {
  height: 737px !important;
}
.wh-738 {
  height: 738px !important;
}
.wh-739 {
  height: 739px !important;
}
.wh-740 {
  height: 740px !important;
}
.wh-741 {
  height: 741px !important;
}
.wh-742 {
  height: 742px !important;
}
.wh-743 {
  height: 743px !important;
}
.wh-744 {
  height: 744px !important;
}
.wh-745 {
  height: 745px !important;
}
.wh-746 {
  height: 746px !important;
}
.wh-747 {
  height: 747px !important;
}
.wh-748 {
  height: 748px !important;
}
.wh-749 {
  height: 749px !important;
}
.wh-750 {
  height: 750px !important;
}
.wh-751 {
  height: 751px !important;
}
.wh-752 {
  height: 752px !important;
}
.wh-753 {
  height: 753px !important;
}
.wh-754 {
  height: 754px !important;
}
.wh-755 {
  height: 755px !important;
}
.wh-756 {
  height: 756px !important;
}
.wh-757 {
  height: 757px !important;
}
.wh-758 {
  height: 758px !important;
}
.wh-759 {
  height: 759px !important;
}
.wh-760 {
  height: 760px !important;
}
.wh-761 {
  height: 761px !important;
}
.wh-762 {
  height: 762px !important;
}
.wh-763 {
  height: 763px !important;
}
.wh-764 {
  height: 764px !important;
}
.wh-765 {
  height: 765px !important;
}
.wh-766 {
  height: 766px !important;
}
.wh-767 {
  height: 767px !important;
}
.wh-768 {
  height: 768px !important;
}
.wh-769 {
  height: 769px !important;
}
.wh-770 {
  height: 770px !important;
}
.wh-771 {
  height: 771px !important;
}
.wh-772 {
  height: 772px !important;
}
.wh-773 {
  height: 773px !important;
}
.wh-774 {
  height: 774px !important;
}
.wh-775 {
  height: 775px !important;
}
.wh-776 {
  height: 776px !important;
}
.wh-777 {
  height: 777px !important;
}
.wh-778 {
  height: 778px !important;
}
.wh-779 {
  height: 779px !important;
}
.wh-780 {
  height: 780px !important;
}
.wh-781 {
  height: 781px !important;
}
.wh-782 {
  height: 782px !important;
}
.wh-783 {
  height: 783px !important;
}
.wh-784 {
  height: 784px !important;
}
.wh-785 {
  height: 785px !important;
}
.wh-786 {
  height: 786px !important;
}
.wh-787 {
  height: 787px !important;
}
.wh-788 {
  height: 788px !important;
}
.wh-789 {
  height: 789px !important;
}
.wh-790 {
  height: 790px !important;
}
.wh-791 {
  height: 791px !important;
}
.wh-792 {
  height: 792px !important;
}
.wh-793 {
  height: 793px !important;
}
.wh-794 {
  height: 794px !important;
}
.wh-795 {
  height: 795px !important;
}
.wh-796 {
  height: 796px !important;
}
.wh-797 {
  height: 797px !important;
}
.wh-798 {
  height: 798px !important;
}
.wh-799 {
  height: 799px !important;
}
.wh-800 {
  height: 800px !important;
}
.wh-801 {
  height: 801px !important;
}
.wh-802 {
  height: 802px !important;
}
.wh-803 {
  height: 803px !important;
}
.wh-804 {
  height: 804px !important;
}
.wh-805 {
  height: 805px !important;
}
.wh-806 {
  height: 806px !important;
}
.wh-807 {
  height: 807px !important;
}
.wh-808 {
  height: 808px !important;
}
.wh-809 {
  height: 809px !important;
}
.wh-810 {
  height: 810px !important;
}
.wh-811 {
  height: 811px !important;
}
.wh-812 {
  height: 812px !important;
}
.wh-813 {
  height: 813px !important;
}
.wh-814 {
  height: 814px !important;
}
.wh-815 {
  height: 815px !important;
}
.wh-816 {
  height: 816px !important;
}
.wh-817 {
  height: 817px !important;
}
.wh-818 {
  height: 818px !important;
}
.wh-819 {
  height: 819px !important;
}
.wh-820 {
  height: 820px !important;
}
.wh-821 {
  height: 821px !important;
}
.wh-822 {
  height: 822px !important;
}
.wh-823 {
  height: 823px !important;
}
.wh-824 {
  height: 824px !important;
}
.wh-825 {
  height: 825px !important;
}
.wh-826 {
  height: 826px !important;
}
.wh-827 {
  height: 827px !important;
}
.wh-828 {
  height: 828px !important;
}
.wh-829 {
  height: 829px !important;
}
.wh-830 {
  height: 830px !important;
}
.wh-831 {
  height: 831px !important;
}
.wh-832 {
  height: 832px !important;
}
.wh-833 {
  height: 833px !important;
}
.wh-834 {
  height: 834px !important;
}
.wh-835 {
  height: 835px !important;
}
.wh-836 {
  height: 836px !important;
}
.wh-837 {
  height: 837px !important;
}
.wh-838 {
  height: 838px !important;
}
.wh-839 {
  height: 839px !important;
}
.wh-840 {
  height: 840px !important;
}
.wh-841 {
  height: 841px !important;
}
.wh-842 {
  height: 842px !important;
}
.wh-843 {
  height: 843px !important;
}
.wh-844 {
  height: 844px !important;
}
.wh-845 {
  height: 845px !important;
}
.wh-846 {
  height: 846px !important;
}
.wh-847 {
  height: 847px !important;
}
.wh-848 {
  height: 848px !important;
}
.wh-849 {
  height: 849px !important;
}
.wh-850 {
  height: 850px !important;
}
.wh-851 {
  height: 851px !important;
}
.wh-852 {
  height: 852px !important;
}
.wh-853 {
  height: 853px !important;
}
.wh-854 {
  height: 854px !important;
}
.wh-855 {
  height: 855px !important;
}
.wh-856 {
  height: 856px !important;
}
.wh-857 {
  height: 857px !important;
}
.wh-858 {
  height: 858px !important;
}
.wh-859 {
  height: 859px !important;
}
.wh-860 {
  height: 860px !important;
}
.wh-861 {
  height: 861px !important;
}
.wh-862 {
  height: 862px !important;
}
.wh-863 {
  height: 863px !important;
}
.wh-864 {
  height: 864px !important;
}
.wh-865 {
  height: 865px !important;
}
.wh-866 {
  height: 866px !important;
}
.wh-867 {
  height: 867px !important;
}
.wh-868 {
  height: 868px !important;
}
.wh-869 {
  height: 869px !important;
}
.wh-870 {
  height: 870px !important;
}
.wh-871 {
  height: 871px !important;
}
.wh-872 {
  height: 872px !important;
}
.wh-873 {
  height: 873px !important;
}
.wh-874 {
  height: 874px !important;
}
.wh-875 {
  height: 875px !important;
}
.wh-876 {
  height: 876px !important;
}
.wh-877 {
  height: 877px !important;
}
.wh-878 {
  height: 878px !important;
}
.wh-879 {
  height: 879px !important;
}
.wh-880 {
  height: 880px !important;
}
.wh-881 {
  height: 881px !important;
}
.wh-882 {
  height: 882px !important;
}
.wh-883 {
  height: 883px !important;
}
.wh-884 {
  height: 884px !important;
}
.wh-885 {
  height: 885px !important;
}
.wh-886 {
  height: 886px !important;
}
.wh-887 {
  height: 887px !important;
}
.wh-888 {
  height: 888px !important;
}
.wh-889 {
  height: 889px !important;
}
.wh-890 {
  height: 890px !important;
}
.wh-891 {
  height: 891px !important;
}
.wh-892 {
  height: 892px !important;
}
.wh-893 {
  height: 893px !important;
}
.wh-894 {
  height: 894px !important;
}
.wh-895 {
  height: 895px !important;
}
.wh-896 {
  height: 896px !important;
}
.wh-897 {
  height: 897px !important;
}
.wh-898 {
  height: 898px !important;
}
.wh-899 {
  height: 899px !important;
}
.wh-900 {
  height: 900px !important;
}
.wh-901 {
  height: 901px !important;
}
.wh-902 {
  height: 902px !important;
}
.wh-903 {
  height: 903px !important;
}
.wh-904 {
  height: 904px !important;
}
.wh-905 {
  height: 905px !important;
}
.wh-906 {
  height: 906px !important;
}
.wh-907 {
  height: 907px !important;
}
.wh-908 {
  height: 908px !important;
}
.wh-909 {
  height: 909px !important;
}
.wh-910 {
  height: 910px !important;
}
.wh-911 {
  height: 911px !important;
}
.wh-912 {
  height: 912px !important;
}
.wh-913 {
  height: 913px !important;
}
.wh-914 {
  height: 914px !important;
}
.wh-915 {
  height: 915px !important;
}
.wh-916 {
  height: 916px !important;
}
.wh-917 {
  height: 917px !important;
}
.wh-918 {
  height: 918px !important;
}
.wh-919 {
  height: 919px !important;
}
.wh-920 {
  height: 920px !important;
}
.wh-921 {
  height: 921px !important;
}
.wh-922 {
  height: 922px !important;
}
.wh-923 {
  height: 923px !important;
}
.wh-924 {
  height: 924px !important;
}
.wh-925 {
  height: 925px !important;
}
.wh-926 {
  height: 926px !important;
}
.wh-927 {
  height: 927px !important;
}
.wh-928 {
  height: 928px !important;
}
.wh-929 {
  height: 929px !important;
}
.wh-930 {
  height: 930px !important;
}
.wh-931 {
  height: 931px !important;
}
.wh-932 {
  height: 932px !important;
}
.wh-933 {
  height: 933px !important;
}
.wh-934 {
  height: 934px !important;
}
.wh-935 {
  height: 935px !important;
}
.wh-936 {
  height: 936px !important;
}
.wh-937 {
  height: 937px !important;
}
.wh-938 {
  height: 938px !important;
}
.wh-939 {
  height: 939px !important;
}
.wh-940 {
  height: 940px !important;
}
.wh-941 {
  height: 941px !important;
}
.wh-942 {
  height: 942px !important;
}
.wh-943 {
  height: 943px !important;
}
.wh-944 {
  height: 944px !important;
}
.wh-945 {
  height: 945px !important;
}
.wh-946 {
  height: 946px !important;
}
.wh-947 {
  height: 947px !important;
}
.wh-948 {
  height: 948px !important;
}
.wh-949 {
  height: 949px !important;
}
.wh-950 {
  height: 950px !important;
}
.wh-951 {
  height: 951px !important;
}
.wh-952 {
  height: 952px !important;
}
.wh-953 {
  height: 953px !important;
}
.wh-954 {
  height: 954px !important;
}
.wh-955 {
  height: 955px !important;
}
.wh-956 {
  height: 956px !important;
}
.wh-957 {
  height: 957px !important;
}
.wh-958 {
  height: 958px !important;
}
.wh-959 {
  height: 959px !important;
}
.wh-960 {
  height: 960px !important;
}
.wh-961 {
  height: 961px !important;
}
.wh-962 {
  height: 962px !important;
}
.wh-963 {
  height: 963px !important;
}
.wh-964 {
  height: 964px !important;
}
.wh-965 {
  height: 965px !important;
}
.wh-966 {
  height: 966px !important;
}
.wh-967 {
  height: 967px !important;
}
.wh-968 {
  height: 968px !important;
}
.wh-969 {
  height: 969px !important;
}
.wh-970 {
  height: 970px !important;
}
.wh-971 {
  height: 971px !important;
}
.wh-972 {
  height: 972px !important;
}
.wh-973 {
  height: 973px !important;
}
.wh-974 {
  height: 974px !important;
}
.wh-975 {
  height: 975px !important;
}
.wh-976 {
  height: 976px !important;
}
.wh-977 {
  height: 977px !important;
}
.wh-978 {
  height: 978px !important;
}
.wh-979 {
  height: 979px !important;
}
.wh-980 {
  height: 980px !important;
}
.wh-981 {
  height: 981px !important;
}
.wh-982 {
  height: 982px !important;
}
.wh-983 {
  height: 983px !important;
}
.wh-984 {
  height: 984px !important;
}
.wh-985 {
  height: 985px !important;
}
.wh-986 {
  height: 986px !important;
}
.wh-987 {
  height: 987px !important;
}
.wh-988 {
  height: 988px !important;
}
.wh-989 {
  height: 989px !important;
}
.wh-990 {
  height: 990px !important;
}
.wh-991 {
  height: 991px !important;
}
.wh-992 {
  height: 992px !important;
}
.wh-993 {
  height: 993px !important;
}
.wh-994 {
  height: 994px !important;
}
.wh-995 {
  height: 995px !important;
}
.wh-996 {
  height: 996px !important;
}
.wh-997 {
  height: 997px !important;
}
.wh-998 {
  height: 998px !important;
}
.wh-999 {
  height: 999px !important;
}
.wh-1000 {
  height: 1000px !important;
}
.wd-5 {
  width: 5%;
}
.wd-10 {
  width: 10%;
}
.wd-11 {
  width: 11%;
}
.wd-12 {
  width: 12%;
}
.wd-13 {
  width: 13%;
}
.wd-14 {
  width: 14%;
}
.wd-15 {
  width: 15%;
}
.wd-16 {
  width: 16%;
}
.wd-17 {
  width: 17%;
}
.wd-18 {
  width: 18%;
}
.wd-19 {
  width: 19%;
}
.wd-20 {
  width: 20%;
}
.wd-21 {
  width: 21%;
}
.wd-22 {
  width: 22%;
}
.wd-23 {
  width: 23%;
}
.wd-24 {
  width: 24%;
}
.wd-25 {
  width: 25%;
}
.wd-26 {
  width: 26%;
}
.wd-27 {
  width: 27%;
}
.wd-28 {
  width: 28%;
}
.wd-29 {
  width: 29%;
}
.wd-30 {
  width: 30%;
}
.wd-31 {
  width: 31%;
}
.wd-32 {
  width: 32%;
}
.wd-33 {
  width: 33%;
}
.wd-34 {
  width: 34%;
}
.wd-35 {
  width: 35%;
}
.wd-36 {
  width: 36%;
}
.wd-37 {
  width: 37%;
}
.wd-38 {
  width: 38%;
}
.wd-39 {
  width: 39%;
}
.wd-40 {
  width: 40%;
}
.wd-41 {
  width: 41%;
}
.wd-42 {
  width: 42%;
}
.wd-43 {
  width: 43%;
}
.wd-44 {
  width: 44%;
}
.wd-45 {
  width: 45%;
}
.wd-46 {
  width: 46%;
}
.wd-47 {
  width: 47%;
}
.wd-48 {
  width: 48%;
}
.wd-49 {
  width: 49%;
}
.wd-50 {
  width: 50%;
}
.wd-51 {
  width: 51%;
}
.wd-52 {
  width: 52%;
}
.wd-53 {
  width: 53%;
}
.wd-54 {
  width: 54%;
}
.wd-55 {
  width: 55%;
}
.wd-56 {
  width: 56%;
}
.wd-57 {
  width: 57%;
}
.wd-58 {
  width: 58%;
}
.wd-59 {
  width: 59%;
}
.wd-60 {
  width: 60%;
}
.wd-61 {
  width: 61%;
}
.wd-62 {
  width: 62%;
}
.wd-63 {
  width: 63%;
}
.wd-64 {
  width: 64%;
}
.wd-65 {
  width: 65%;
}
.wd-66 {
  width: 66%;
}
.wd-67 {
  width: 67%;
}
.wd-68 {
  width: 68%;
}
.wd-69 {
  width: 69%;
}
.wd-70 {
  width: 70%;
}
.wd-71 {
  width: 71%;
}
.wd-72 {
  width: 72%;
}
.wd-73 {
  width: 73%;
}
.wd-74 {
  width: 74%;
}
.wd-75 {
  width: 75%;
}
.wd-76 {
  width: 76%;
}
.wd-77 {
  width: 77%;
}
.wd-78 {
  width: 78%;
}
.wd-79 {
  width: 79%;
}
.wd-80 {
  width: 80%;
}
.wd-81 {
  width: 81%;
}
.wd-82 {
  width: 82%;
}
.wd-83 {
  width: 83%;
}
.wd-84 {
  width: 84%;
}
.wd-85 {
  width: 85%;
}
.wd-86 {
  width: 86%;
}
.wd-87 {
  width: 87%;
}
.wd-88 {
  width: 88%;
}
.wd-89 {
  width: 89%;
}
.wd-90 {
  width: 90%;
}
.wd-91 {
  width: 91%;
}
.wd-92 {
  width: 92%;
}
.wd-93 {
  width: 93%;
}
.wd-94 {
  width: 94%;
}
.wd-95 {
  width: 95%;
}
.wd-96 {
  width: 96%;
}
.wd-97 {
  width: 97%;
}
.wd-98 {
  width: 98%;
}
.wd-99 {
  width: 99%;
}
.wd-100 {
  width: 100%;
}
.wd-101 {
  width: 101%;
}
.wd-102 {
  width: 102%;
}
.wd-103 {
  width: 103%;
}
.wd-104 {
  width: 104%;
}
.wd-105 {
  width: 105%;
}
.wd-106 {
  width: 106%;
}
.wd-107 {
  width: 107%;
}
.wd-108 {
  width: 108%;
}
.wd-109 {
  width: 109%;
}
.wd-110 {
  width: 110%;
}
.wd-111 {
  width: 111%;
}
.wd-112 {
  width: 112%;
}
.wd-113 {
  width: 113%;
}
.wd-114 {
  width: 114%;
}
.wd-115 {
  width: 115%;
}
.wd-116 {
  width: 116%;
}
.wd-117 {
  width: 117%;
}
.wd-118 {
  width: 118%;
}
.wd-119 {
  width: 119%;
}
.wd-120 {
  width: 120%;
}
.wd-121 {
  width: 121%;
}
.wd-122 {
  width: 122%;
}
.wd-123 {
  width: 123%;
}
.wd-124 {
  width: 124%;
}
.wd-125 {
  width: 125%;
}
.wd-126 {
  width: 126%;
}
.wd-127 {
  width: 127%;
}
.wd-128 {
  width: 128%;
}
.wd-129 {
  width: 129%;
}
.wd-130 {
  width: 130%;
}
.wd-131 {
  width: 131%;
}
.wd-132 {
  width: 132%;
}
.wd-133 {
  width: 133%;
}
.wd-134 {
  width: 134%;
}
.wd-135 {
  width: 135%;
}
.wd-136 {
  width: 136%;
}
.wd-137 {
  width: 137%;
}
.wd-138 {
  width: 138%;
}
.wd-139 {
  width: 139%;
}
.wd-140 {
  width: 140%;
}
.wd-141 {
  width: 141%;
}
.wd-142 {
  width: 142%;
}
.wd-143 {
  width: 143%;
}
.wd-144 {
  width: 144%;
}
.wd-145 {
  width: 145%;
}
.wd-146 {
  width: 146%;
}
.wd-147 {
  width: 147%;
}
.wd-148 {
  width: 148%;
}
.wd-149 {
  width: 149%;
}
.wd-150 {
  width: 150%;
}
.wd-151 {
  width: 151%;
}
.wd-152 {
  width: 152%;
}
.wd-153 {
  width: 153%;
}
.wd-154 {
  width: 154%;
}
.wd-155 {
  width: 155%;
}
.wd-156 {
  width: 156%;
}
.wd-157 {
  width: 157%;
}
.wd-158 {
  width: 158%;
}
.wd-159 {
  width: 159%;
}
.wd-160 {
  width: 160%;
}
.wd-161 {
  width: 161%;
}
.wd-162 {
  width: 162%;
}
.wd-163 {
  width: 163%;
}
.wd-164 {
  width: 164%;
}
.wd-165 {
  width: 165%;
}
.wd-166 {
  width: 166%;
}
.wd-167 {
  width: 167%;
}
.wd-168 {
  width: 168%;
}
.wd-169 {
  width: 169%;
}
.wd-170 {
  width: 170%;
}
.wd-171 {
  width: 171%;
}
.wd-172 {
  width: 172%;
}
.wd-173 {
  width: 173%;
}
.wd-174 {
  width: 174%;
}
.wd-175 {
  width: 175%;
}
.wd-176 {
  width: 176%;
}
.wd-177 {
  width: 177%;
}
.wd-178 {
  width: 178%;
}
.wd-179 {
  width: 179%;
}
.wd-180 {
  width: 180%;
}
.wd-181 {
  width: 181%;
}
.wd-182 {
  width: 182%;
}
.wd-183 {
  width: 183%;
}
.wd-184 {
  width: 184%;
}
.wd-185 {
  width: 185%;
}
.wd-186 {
  width: 186%;
}
.wd-187 {
  width: 187%;
}
.wd-188 {
  width: 188%;
}
.wd-189 {
  width: 189%;
}
.wd-190 {
  width: 190%;
}
.wd-191 {
  width: 191%;
}
.wd-192 {
  width: 192%;
}
.wd-193 {
  width: 193%;
}
.wd-194 {
  width: 194%;
}
.wd-195 {
  width: 195%;
}
.wd-196 {
  width: 196%;
}
.wd-197 {
  width: 197%;
}
.wd-198 {
  width: 198%;
}
.wd-199 {
  width: 199%;
}
.wd-200 {
  width: 200%;
}
.wd-201 {
  width: 201%;
}
.wd-202 {
  width: 202%;
}
.wd-203 {
  width: 203%;
}
.wd-204 {
  width: 204%;
}
.wd-205 {
  width: 205%;
}
.wd-206 {
  width: 206%;
}
.wd-207 {
  width: 207%;
}
.wd-208 {
  width: 208%;
}
.wd-209 {
  width: 209%;
}
.wd-210 {
  width: 210%;
}
.wd-211 {
  width: 211%;
}
.wd-212 {
  width: 212%;
}
.wd-213 {
  width: 213%;
}
.wd-214 {
  width: 214%;
}
.wd-215 {
  width: 215%;
}
.wd-216 {
  width: 216%;
}
.wd-217 {
  width: 217%;
}
.wd-218 {
  width: 218%;
}
.wd-219 {
  width: 219%;
}
.wd-220 {
  width: 220%;
}
.wd-221 {
  width: 221%;
}
.wd-222 {
  width: 222%;
}
.wd-223 {
  width: 223%;
}
.wd-224 {
  width: 224%;
}
.wd-225 {
  width: 225%;
}
.wd-226 {
  width: 226%;
}
.wd-227 {
  width: 227%;
}
.wd-228 {
  width: 228%;
}
.wd-229 {
  width: 229%;
}
.wd-230 {
  width: 230%;
}
.wd-231 {
  width: 231%;
}
.wd-232 {
  width: 232%;
}
.wd-233 {
  width: 233%;
}
.wd-234 {
  width: 234%;
}
.wd-235 {
  width: 235%;
}
.wd-236 {
  width: 236%;
}
.wd-237 {
  width: 237%;
}
.wd-238 {
  width: 238%;
}
.wd-239 {
  width: 239%;
}
.wd-240 {
  width: 240%;
}
.wd-241 {
  width: 241%;
}
.wd-242 {
  width: 242%;
}
.wd-243 {
  width: 243%;
}
.wd-244 {
  width: 244%;
}
.wd-245 {
  width: 245%;
}
.wd-246 {
  width: 246%;
}
.wd-247 {
  width: 247%;
}
.wd-248 {
  width: 248%;
}
.wd-249 {
  width: 249%;
}
.wd-250 {
  width: 250%;
}
.wd-251 {
  width: 251%;
}
.wd-252 {
  width: 252%;
}
.wd-253 {
  width: 253%;
}
.wd-254 {
  width: 254%;
}
.wd-255 {
  width: 255%;
}
.wd-256 {
  width: 256%;
}
.wd-257 {
  width: 257%;
}
.wd-258 {
  width: 258%;
}
.wd-259 {
  width: 259%;
}
.wd-260 {
  width: 260%;
}
.wd-261 {
  width: 261%;
}
.wd-262 {
  width: 262%;
}
.wd-263 {
  width: 263%;
}
.wd-264 {
  width: 264%;
}
.wd-265 {
  width: 265%;
}
.wd-266 {
  width: 266%;
}
.wd-267 {
  width: 267%;
}
.wd-268 {
  width: 268%;
}
.wd-269 {
  width: 269%;
}
.wd-270 {
  width: 270%;
}
.wd-271 {
  width: 271%;
}
.wd-272 {
  width: 272%;
}
.wd-273 {
  width: 273%;
}
.wd-274 {
  width: 274%;
}
.wd-275 {
  width: 275%;
}
.wd-276 {
  width: 276%;
}
.wd-277 {
  width: 277%;
}
.wd-278 {
  width: 278%;
}
.wd-279 {
  width: 279%;
}
.wd-280 {
  width: 280%;
}
.wd-281 {
  width: 281%;
}
.wd-282 {
  width: 282%;
}
.wd-283 {
  width: 283%;
}
.wd-284 {
  width: 284%;
}
.wd-285 {
  width: 285%;
}
.wd-286 {
  width: 286%;
}
.wd-287 {
  width: 287%;
}
.wd-288 {
  width: 288%;
}
.wd-289 {
  width: 289%;
}
.wd-290 {
  width: 290%;
}
.wd-291 {
  width: 291%;
}
.wd-292 {
  width: 292%;
}
.wd-293 {
  width: 293%;
}
.wd-294 {
  width: 294%;
}
.wd-295 {
  width: 295%;
}
.wd-296 {
  width: 296%;
}
.wd-297 {
  width: 297%;
}
.wd-298 {
  width: 298%;
}
.wd-299 {
  width: 299%;
}
.wd-300 {
  width: 300%;
}
.wd-301 {
  width: 301%;
}
.wd-302 {
  width: 302%;
}
.wd-303 {
  width: 303%;
}
.wd-304 {
  width: 304%;
}
.wd-305 {
  width: 305%;
}
.wd-306 {
  width: 306%;
}
.wd-307 {
  width: 307%;
}
.wd-308 {
  width: 308%;
}
.wd-309 {
  width: 309%;
}
.wd-310 {
  width: 310%;
}
.wd-311 {
  width: 311%;
}
.wd-312 {
  width: 312%;
}
.wd-313 {
  width: 313%;
}
.wd-314 {
  width: 314%;
}
.wd-315 {
  width: 315%;
}
.wd-316 {
  width: 316%;
}
.wd-317 {
  width: 317%;
}
.wd-318 {
  width: 318%;
}
.wd-319 {
  width: 319%;
}
.wd-320 {
  width: 320%;
}
.wd-321 {
  width: 321%;
}
.wd-322 {
  width: 322%;
}
.wd-323 {
  width: 323%;
}
.wd-324 {
  width: 324%;
}
.wd-325 {
  width: 325%;
}
.wd-326 {
  width: 326%;
}
.wd-327 {
  width: 327%;
}
.wd-328 {
  width: 328%;
}
.wd-329 {
  width: 329%;
}
.wd-330 {
  width: 330%;
}
.wd-331 {
  width: 331%;
}
.wd-332 {
  width: 332%;
}
.wd-333 {
  width: 333%;
}
.wd-334 {
  width: 334%;
}
.wd-335 {
  width: 335%;
}
.wd-336 {
  width: 336%;
}
.wd-337 {
  width: 337%;
}
.wd-338 {
  width: 338%;
}
.wd-339 {
  width: 339%;
}
.wd-340 {
  width: 340%;
}
.wd-341 {
  width: 341%;
}
.wd-342 {
  width: 342%;
}
.wd-343 {
  width: 343%;
}
.wd-344 {
  width: 344%;
}
.wd-345 {
  width: 345%;
}
.wd-346 {
  width: 346%;
}
.wd-347 {
  width: 347%;
}
.wd-348 {
  width: 348%;
}
.wd-349 {
  width: 349%;
}
.wd-350 {
  width: 350%;
}
.wd-351 {
  width: 351%;
}
.wd-352 {
  width: 352%;
}
.wd-353 {
  width: 353%;
}
.wd-354 {
  width: 354%;
}
.wd-355 {
  width: 355%;
}
.wd-356 {
  width: 356%;
}
.wd-357 {
  width: 357%;
}
.wd-358 {
  width: 358%;
}
.wd-359 {
  width: 359%;
}
.wd-360 {
  width: 360%;
}
.wd-361 {
  width: 361%;
}
.wd-362 {
  width: 362%;
}
.wd-363 {
  width: 363%;
}
.wd-364 {
  width: 364%;
}
.wd-365 {
  width: 365%;
}
.wd-366 {
  width: 366%;
}
.wd-367 {
  width: 367%;
}
.wd-368 {
  width: 368%;
}
.wd-369 {
  width: 369%;
}
.wd-370 {
  width: 370%;
}
.wd-371 {
  width: 371%;
}
.wd-372 {
  width: 372%;
}
.wd-373 {
  width: 373%;
}
.wd-374 {
  width: 374%;
}
.wd-375 {
  width: 375%;
}
.wd-376 {
  width: 376%;
}
.wd-377 {
  width: 377%;
}
.wd-378 {
  width: 378%;
}
.wd-379 {
  width: 379%;
}
.wd-380 {
  width: 380%;
}
.wd-381 {
  width: 381%;
}
.wd-382 {
  width: 382%;
}
.wd-383 {
  width: 383%;
}
.wd-384 {
  width: 384%;
}
.wd-385 {
  width: 385%;
}
.wd-386 {
  width: 386%;
}
.wd-387 {
  width: 387%;
}
.wd-388 {
  width: 388%;
}
.wd-389 {
  width: 389%;
}
.wd-390 {
  width: 390%;
}
.wd-391 {
  width: 391%;
}
.wd-392 {
  width: 392%;
}
.wd-393 {
  width: 393%;
}
.wd-394 {
  width: 394%;
}
.wd-395 {
  width: 395%;
}
.wd-396 {
  width: 396%;
}
.wd-397 {
  width: 397%;
}
.wd-398 {
  width: 398%;
}
.wd-399 {
  width: 399%;
}
.wd-400 {
  width: 400%;
}
.wd-401 {
  width: 401%;
}
.wd-402 {
  width: 402%;
}
.wd-403 {
  width: 403%;
}
.wd-404 {
  width: 404%;
}
.wd-405 {
  width: 405%;
}
.wd-406 {
  width: 406%;
}
.wd-407 {
  width: 407%;
}
.wd-408 {
  width: 408%;
}
.wd-409 {
  width: 409%;
}
.wd-410 {
  width: 410%;
}
.wd-411 {
  width: 411%;
}
.wd-412 {
  width: 412%;
}
.wd-413 {
  width: 413%;
}
.wd-414 {
  width: 414%;
}
.wd-415 {
  width: 415%;
}
.wd-416 {
  width: 416%;
}
.wd-417 {
  width: 417%;
}
.wd-418 {
  width: 418%;
}
.wd-419 {
  width: 419%;
}
.wd-420 {
  width: 420%;
}
.wd-421 {
  width: 421%;
}
.wd-422 {
  width: 422%;
}
.wd-423 {
  width: 423%;
}
.wd-424 {
  width: 424%;
}
.wd-425 {
  width: 425%;
}
.wd-426 {
  width: 426%;
}
.wd-427 {
  width: 427%;
}
.wd-428 {
  width: 428%;
}
.wd-429 {
  width: 429%;
}
.wd-430 {
  width: 430%;
}
.wd-431 {
  width: 431%;
}
.wd-432 {
  width: 432%;
}
.wd-433 {
  width: 433%;
}
.wd-434 {
  width: 434%;
}
.wd-435 {
  width: 435%;
}
.wd-436 {
  width: 436%;
}
.wd-437 {
  width: 437%;
}
.wd-438 {
  width: 438%;
}
.wd-439 {
  width: 439%;
}
.wd-440 {
  width: 440%;
}
.wd-441 {
  width: 441%;
}
.wd-442 {
  width: 442%;
}
.wd-443 {
  width: 443%;
}
.wd-444 {
  width: 444%;
}
.wd-445 {
  width: 445%;
}
.wd-446 {
  width: 446%;
}
.wd-447 {
  width: 447%;
}
.wd-448 {
  width: 448%;
}
.wd-449 {
  width: 449%;
}
.wd-450 {
  width: 450%;
}
.wd-451 {
  width: 451%;
}
.wd-452 {
  width: 452%;
}
.wd-453 {
  width: 453%;
}
.wd-454 {
  width: 454%;
}
.wd-455 {
  width: 455%;
}
.wd-456 {
  width: 456%;
}
.wd-457 {
  width: 457%;
}
.wd-458 {
  width: 458%;
}
.wd-459 {
  width: 459%;
}
.wd-460 {
  width: 460%;
}
.wd-461 {
  width: 461%;
}
.wd-462 {
  width: 462%;
}
.wd-463 {
  width: 463%;
}
.wd-464 {
  width: 464%;
}
.wd-465 {
  width: 465%;
}
.wd-466 {
  width: 466%;
}
.wd-467 {
  width: 467%;
}
.wd-468 {
  width: 468%;
}
.wd-469 {
  width: 469%;
}
.wd-470 {
  width: 470%;
}
.wd-471 {
  width: 471%;
}
.wd-472 {
  width: 472%;
}
.wd-473 {
  width: 473%;
}
.wd-474 {
  width: 474%;
}
.wd-475 {
  width: 475%;
}
.wd-476 {
  width: 476%;
}
.wd-477 {
  width: 477%;
}
.wd-478 {
  width: 478%;
}
.wd-479 {
  width: 479%;
}
.wd-480 {
  width: 480%;
}
.wd-481 {
  width: 481%;
}
.wd-482 {
  width: 482%;
}
.wd-483 {
  width: 483%;
}
.wd-484 {
  width: 484%;
}
.wd-485 {
  width: 485%;
}
.wd-486 {
  width: 486%;
}
.wd-487 {
  width: 487%;
}
.wd-488 {
  width: 488%;
}
.wd-489 {
  width: 489%;
}
.wd-490 {
  width: 490%;
}
.wd-491 {
  width: 491%;
}
.wd-492 {
  width: 492%;
}
.wd-493 {
  width: 493%;
}
.wd-494 {
  width: 494%;
}
.wd-495 {
  width: 495%;
}
.wd-496 {
  width: 496%;
}
.wd-497 {
  width: 497%;
}
.wd-498 {
  width: 498%;
}
.wd-499 {
  width: 499%;
}
.wd-500 {
  width: 500%;
}
.wd-501 {
  width: 501%;
}
.wd-502 {
  width: 502%;
}
.wd-503 {
  width: 503%;
}
.wd-504 {
  width: 504%;
}
.wd-505 {
  width: 505%;
}
.wd-506 {
  width: 506%;
}
.wd-507 {
  width: 507%;
}
.wd-508 {
  width: 508%;
}
.wd-509 {
  width: 509%;
}
.wd-510 {
  width: 510%;
}
.wd-511 {
  width: 511%;
}
.wd-512 {
  width: 512%;
}
.wd-513 {
  width: 513%;
}
.wd-514 {
  width: 514%;
}
.wd-515 {
  width: 515%;
}
.wd-516 {
  width: 516%;
}
.wd-517 {
  width: 517%;
}
.wd-518 {
  width: 518%;
}
.wd-519 {
  width: 519%;
}
.wd-520 {
  width: 520%;
}
.wd-521 {
  width: 521%;
}
.wd-522 {
  width: 522%;
}
.wd-523 {
  width: 523%;
}
.wd-524 {
  width: 524%;
}
.wd-525 {
  width: 525%;
}
.wd-526 {
  width: 526%;
}
.wd-527 {
  width: 527%;
}
.wd-528 {
  width: 528%;
}
.wd-529 {
  width: 529%;
}
.wd-530 {
  width: 530%;
}
.wd-531 {
  width: 531%;
}
.wd-532 {
  width: 532%;
}
.wd-533 {
  width: 533%;
}
.wd-534 {
  width: 534%;
}
.wd-535 {
  width: 535%;
}
.wd-536 {
  width: 536%;
}
.wd-537 {
  width: 537%;
}
.wd-538 {
  width: 538%;
}
.wd-539 {
  width: 539%;
}
.wd-540 {
  width: 540%;
}
.wd-541 {
  width: 541%;
}
.wd-542 {
  width: 542%;
}
.wd-543 {
  width: 543%;
}
.wd-544 {
  width: 544%;
}
.wd-545 {
  width: 545%;
}
.wd-546 {
  width: 546%;
}
.wd-547 {
  width: 547%;
}
.wd-548 {
  width: 548%;
}
.wd-549 {
  width: 549%;
}
.wd-550 {
  width: 550%;
}
.wd-551 {
  width: 551%;
}
.wd-552 {
  width: 552%;
}
.wd-553 {
  width: 553%;
}
.wd-554 {
  width: 554%;
}
.wd-555 {
  width: 555%;
}
.wd-556 {
  width: 556%;
}
.wd-557 {
  width: 557%;
}
.wd-558 {
  width: 558%;
}
.wd-559 {
  width: 559%;
}
.wd-560 {
  width: 560%;
}
.wd-561 {
  width: 561%;
}
.wd-562 {
  width: 562%;
}
.wd-563 {
  width: 563%;
}
.wd-564 {
  width: 564%;
}
.wd-565 {
  width: 565%;
}
.wd-566 {
  width: 566%;
}
.wd-567 {
  width: 567%;
}
.wd-568 {
  width: 568%;
}
.wd-569 {
  width: 569%;
}
.wd-570 {
  width: 570%;
}
.wd-571 {
  width: 571%;
}
.wd-572 {
  width: 572%;
}
.wd-573 {
  width: 573%;
}
.wd-574 {
  width: 574%;
}
.wd-575 {
  width: 575%;
}
.wd-576 {
  width: 576%;
}
.wd-577 {
  width: 577%;
}
.wd-578 {
  width: 578%;
}
.wd-579 {
  width: 579%;
}
.wd-580 {
  width: 580%;
}
.wd-581 {
  width: 581%;
}
.wd-582 {
  width: 582%;
}
.wd-583 {
  width: 583%;
}
.wd-584 {
  width: 584%;
}
.wd-585 {
  width: 585%;
}
.wd-586 {
  width: 586%;
}
.wd-587 {
  width: 587%;
}
.wd-588 {
  width: 588%;
}
.wd-589 {
  width: 589%;
}
.wd-590 {
  width: 590%;
}
.wd-591 {
  width: 591%;
}
.wd-592 {
  width: 592%;
}
.wd-593 {
  width: 593%;
}
.wd-594 {
  width: 594%;
}
.wd-595 {
  width: 595%;
}
.wd-596 {
  width: 596%;
}
.wd-597 {
  width: 597%;
}
.wd-598 {
  width: 598%;
}
.wd-599 {
  width: 599%;
}
.wd-600 {
  width: 600%;
}
.wd-601 {
  width: 601%;
}
.wd-602 {
  width: 602%;
}
.wd-603 {
  width: 603%;
}
.wd-604 {
  width: 604%;
}
.wd-605 {
  width: 605%;
}
.wd-606 {
  width: 606%;
}
.wd-607 {
  width: 607%;
}
.wd-608 {
  width: 608%;
}
.wd-609 {
  width: 609%;
}
.wd-610 {
  width: 610%;
}
.wd-611 {
  width: 611%;
}
.wd-612 {
  width: 612%;
}
.wd-613 {
  width: 613%;
}
.wd-614 {
  width: 614%;
}
.wd-615 {
  width: 615%;
}
.wd-616 {
  width: 616%;
}
.wd-617 {
  width: 617%;
}
.wd-618 {
  width: 618%;
}
.wd-619 {
  width: 619%;
}
.wd-620 {
  width: 620%;
}
.wd-621 {
  width: 621%;
}
.wd-622 {
  width: 622%;
}
.wd-623 {
  width: 623%;
}
.wd-624 {
  width: 624%;
}
.wd-625 {
  width: 625%;
}
.wd-626 {
  width: 626%;
}
.wd-627 {
  width: 627%;
}
.wd-628 {
  width: 628%;
}
.wd-629 {
  width: 629%;
}
.wd-630 {
  width: 630%;
}
.wd-631 {
  width: 631%;
}
.wd-632 {
  width: 632%;
}
.wd-633 {
  width: 633%;
}
.wd-634 {
  width: 634%;
}
.wd-635 {
  width: 635%;
}
.wd-636 {
  width: 636%;
}
.wd-637 {
  width: 637%;
}
.wd-638 {
  width: 638%;
}
.wd-639 {
  width: 639%;
}
.wd-640 {
  width: 640%;
}
.wd-641 {
  width: 641%;
}
.wd-642 {
  width: 642%;
}
.wd-643 {
  width: 643%;
}
.wd-644 {
  width: 644%;
}
.wd-645 {
  width: 645%;
}
.wd-646 {
  width: 646%;
}
.wd-647 {
  width: 647%;
}
.wd-648 {
  width: 648%;
}
.wd-649 {
  width: 649%;
}
.wd-650 {
  width: 650%;
}
.wd-651 {
  width: 651%;
}
.wd-652 {
  width: 652%;
}
.wd-653 {
  width: 653%;
}
.wd-654 {
  width: 654%;
}
.wd-655 {
  width: 655%;
}
.wd-656 {
  width: 656%;
}
.wd-657 {
  width: 657%;
}
.wd-658 {
  width: 658%;
}
.wd-659 {
  width: 659%;
}
.wd-660 {
  width: 660%;
}
.wd-661 {
  width: 661%;
}
.wd-662 {
  width: 662%;
}
.wd-663 {
  width: 663%;
}
.wd-664 {
  width: 664%;
}
.wd-665 {
  width: 665%;
}
.wd-666 {
  width: 666%;
}
.wd-667 {
  width: 667%;
}
.wd-668 {
  width: 668%;
}
.wd-669 {
  width: 669%;
}
.wd-670 {
  width: 670%;
}
.wd-671 {
  width: 671%;
}
.wd-672 {
  width: 672%;
}
.wd-673 {
  width: 673%;
}
.wd-674 {
  width: 674%;
}
.wd-675 {
  width: 675%;
}
.wd-676 {
  width: 676%;
}
.wd-677 {
  width: 677%;
}
.wd-678 {
  width: 678%;
}
.wd-679 {
  width: 679%;
}
.wd-680 {
  width: 680%;
}
.wd-681 {
  width: 681%;
}
.wd-682 {
  width: 682%;
}
.wd-683 {
  width: 683%;
}
.wd-684 {
  width: 684%;
}
.wd-685 {
  width: 685%;
}
.wd-686 {
  width: 686%;
}
.wd-687 {
  width: 687%;
}
.wd-688 {
  width: 688%;
}
.wd-689 {
  width: 689%;
}
.wd-690 {
  width: 690%;
}
.wd-691 {
  width: 691%;
}
.wd-692 {
  width: 692%;
}
.wd-693 {
  width: 693%;
}
.wd-694 {
  width: 694%;
}
.wd-695 {
  width: 695%;
}
.wd-696 {
  width: 696%;
}
.wd-697 {
  width: 697%;
}
.wd-698 {
  width: 698%;
}
.wd-699 {
  width: 699%;
}
.wd-700 {
  width: 700%;
}
.wd-701 {
  width: 701%;
}
.wd-702 {
  width: 702%;
}
.wd-703 {
  width: 703%;
}
.wd-704 {
  width: 704%;
}
.wd-705 {
  width: 705%;
}
.wd-706 {
  width: 706%;
}
.wd-707 {
  width: 707%;
}
.wd-708 {
  width: 708%;
}
.wd-709 {
  width: 709%;
}
.wd-710 {
  width: 710%;
}
.wd-711 {
  width: 711%;
}
.wd-712 {
  width: 712%;
}
.wd-713 {
  width: 713%;
}
.wd-714 {
  width: 714%;
}
.wd-715 {
  width: 715%;
}
.wd-716 {
  width: 716%;
}
.wd-717 {
  width: 717%;
}
.wd-718 {
  width: 718%;
}
.wd-719 {
  width: 719%;
}
.wd-720 {
  width: 720%;
}
.wd-721 {
  width: 721%;
}
.wd-722 {
  width: 722%;
}
.wd-723 {
  width: 723%;
}
.wd-724 {
  width: 724%;
}
.wd-725 {
  width: 725%;
}
.wd-726 {
  width: 726%;
}
.wd-727 {
  width: 727%;
}
.wd-728 {
  width: 728%;
}
.wd-729 {
  width: 729%;
}
.wd-730 {
  width: 730%;
}
.wd-731 {
  width: 731%;
}
.wd-732 {
  width: 732%;
}
.wd-733 {
  width: 733%;
}
.wd-734 {
  width: 734%;
}
.wd-735 {
  width: 735%;
}
.wd-736 {
  width: 736%;
}
.wd-737 {
  width: 737%;
}
.wd-738 {
  width: 738%;
}
.wd-739 {
  width: 739%;
}
.wd-740 {
  width: 740%;
}
.wd-741 {
  width: 741%;
}
.wd-742 {
  width: 742%;
}
.wd-743 {
  width: 743%;
}
.wd-744 {
  width: 744%;
}
.wd-745 {
  width: 745%;
}
.wd-746 {
  width: 746%;
}
.wd-747 {
  width: 747%;
}
.wd-748 {
  width: 748%;
}
.wd-749 {
  width: 749%;
}
.wd-750 {
  width: 750%;
}
.wd-751 {
  width: 751%;
}
.wd-752 {
  width: 752%;
}
.wd-753 {
  width: 753%;
}
.wd-754 {
  width: 754%;
}
.wd-755 {
  width: 755%;
}
.wd-756 {
  width: 756%;
}
.wd-757 {
  width: 757%;
}
.wd-758 {
  width: 758%;
}
.wd-759 {
  width: 759%;
}
.wd-760 {
  width: 760%;
}
.wd-761 {
  width: 761%;
}
.wd-762 {
  width: 762%;
}
.wd-763 {
  width: 763%;
}
.wd-764 {
  width: 764%;
}
.wd-765 {
  width: 765%;
}
.wd-766 {
  width: 766%;
}
.wd-767 {
  width: 767%;
}
.wd-768 {
  width: 768%;
}
.wd-769 {
  width: 769%;
}
.wd-770 {
  width: 770%;
}
.wd-771 {
  width: 771%;
}
.wd-772 {
  width: 772%;
}
.wd-773 {
  width: 773%;
}
.wd-774 {
  width: 774%;
}
.wd-775 {
  width: 775%;
}
.wd-776 {
  width: 776%;
}
.wd-777 {
  width: 777%;
}
.wd-778 {
  width: 778%;
}
.wd-779 {
  width: 779%;
}
.wd-780 {
  width: 780%;
}
.wd-781 {
  width: 781%;
}
.wd-782 {
  width: 782%;
}
.wd-783 {
  width: 783%;
}
.wd-784 {
  width: 784%;
}
.wd-785 {
  width: 785%;
}
.wd-786 {
  width: 786%;
}
.wd-787 {
  width: 787%;
}
.wd-788 {
  width: 788%;
}
.wd-789 {
  width: 789%;
}
.wd-790 {
  width: 790%;
}
.wd-791 {
  width: 791%;
}
.wd-792 {
  width: 792%;
}
.wd-793 {
  width: 793%;
}
.wd-794 {
  width: 794%;
}
.wd-795 {
  width: 795%;
}
.wd-796 {
  width: 796%;
}
.wd-797 {
  width: 797%;
}
.wd-798 {
  width: 798%;
}
.wd-799 {
  width: 799%;
}
.wd-800 {
  width: 800%;
}
.wd-801 {
  width: 801%;
}
.wd-802 {
  width: 802%;
}
.wd-803 {
  width: 803%;
}
.wd-804 {
  width: 804%;
}
.wd-805 {
  width: 805%;
}
.wd-806 {
  width: 806%;
}
.wd-807 {
  width: 807%;
}
.wd-808 {
  width: 808%;
}
.wd-809 {
  width: 809%;
}
.wd-810 {
  width: 810%;
}
.wd-811 {
  width: 811%;
}
.wd-812 {
  width: 812%;
}
.wd-813 {
  width: 813%;
}
.wd-814 {
  width: 814%;
}
.wd-815 {
  width: 815%;
}
.wd-816 {
  width: 816%;
}
.wd-817 {
  width: 817%;
}
.wd-818 {
  width: 818%;
}
.wd-819 {
  width: 819%;
}
.wd-820 {
  width: 820%;
}
.wd-821 {
  width: 821%;
}
.wd-822 {
  width: 822%;
}
.wd-823 {
  width: 823%;
}
.wd-824 {
  width: 824%;
}
.wd-825 {
  width: 825%;
}
.wd-826 {
  width: 826%;
}
.wd-827 {
  width: 827%;
}
.wd-828 {
  width: 828%;
}
.wd-829 {
  width: 829%;
}
.wd-830 {
  width: 830%;
}
.wd-831 {
  width: 831%;
}
.wd-832 {
  width: 832%;
}
.wd-833 {
  width: 833%;
}
.wd-834 {
  width: 834%;
}
.wd-835 {
  width: 835%;
}
.wd-836 {
  width: 836%;
}
.wd-837 {
  width: 837%;
}
.wd-838 {
  width: 838%;
}
.wd-839 {
  width: 839%;
}
.wd-840 {
  width: 840%;
}
.wd-841 {
  width: 841%;
}
.wd-842 {
  width: 842%;
}
.wd-843 {
  width: 843%;
}
.wd-844 {
  width: 844%;
}
.wd-845 {
  width: 845%;
}
.wd-846 {
  width: 846%;
}
.wd-847 {
  width: 847%;
}
.wd-848 {
  width: 848%;
}
.wd-849 {
  width: 849%;
}
.wd-850 {
  width: 850%;
}
.wd-851 {
  width: 851%;
}
.wd-852 {
  width: 852%;
}
.wd-853 {
  width: 853%;
}
.wd-854 {
  width: 854%;
}
.wd-855 {
  width: 855%;
}
.wd-856 {
  width: 856%;
}
.wd-857 {
  width: 857%;
}
.wd-858 {
  width: 858%;
}
.wd-859 {
  width: 859%;
}
.wd-860 {
  width: 860%;
}
.wd-861 {
  width: 861%;
}
.wd-862 {
  width: 862%;
}
.wd-863 {
  width: 863%;
}
.wd-864 {
  width: 864%;
}
.wd-865 {
  width: 865%;
}
.wd-866 {
  width: 866%;
}
.wd-867 {
  width: 867%;
}
.wd-868 {
  width: 868%;
}
.wd-869 {
  width: 869%;
}
.wd-870 {
  width: 870%;
}
.wd-871 {
  width: 871%;
}
.wd-872 {
  width: 872%;
}
.wd-873 {
  width: 873%;
}
.wd-874 {
  width: 874%;
}
.wd-875 {
  width: 875%;
}
.wd-876 {
  width: 876%;
}
.wd-877 {
  width: 877%;
}
.wd-878 {
  width: 878%;
}
.wd-879 {
  width: 879%;
}
.wd-880 {
  width: 880%;
}
.wd-881 {
  width: 881%;
}
.wd-882 {
  width: 882%;
}
.wd-883 {
  width: 883%;
}
.wd-884 {
  width: 884%;
}
.wd-885 {
  width: 885%;
}
.wd-886 {
  width: 886%;
}
.wd-887 {
  width: 887%;
}
.wd-888 {
  width: 888%;
}
.wd-889 {
  width: 889%;
}
.wd-890 {
  width: 890%;
}
.wd-891 {
  width: 891%;
}
.wd-892 {
  width: 892%;
}
.wd-893 {
  width: 893%;
}
.wd-894 {
  width: 894%;
}
.wd-895 {
  width: 895%;
}
.wd-896 {
  width: 896%;
}
.wd-897 {
  width: 897%;
}
.wd-898 {
  width: 898%;
}
.wd-899 {
  width: 899%;
}
.wd-900 {
  width: 900%;
}
.wd-901 {
  width: 901%;
}
.wd-902 {
  width: 902%;
}
.wd-903 {
  width: 903%;
}
.wd-904 {
  width: 904%;
}
.wd-905 {
  width: 905%;
}
.wd-906 {
  width: 906%;
}
.wd-907 {
  width: 907%;
}
.wd-908 {
  width: 908%;
}
.wd-909 {
  width: 909%;
}
.wd-910 {
  width: 910%;
}
.wd-911 {
  width: 911%;
}
.wd-912 {
  width: 912%;
}
.wd-913 {
  width: 913%;
}
.wd-914 {
  width: 914%;
}
.wd-915 {
  width: 915%;
}
.wd-916 {
  width: 916%;
}
.wd-917 {
  width: 917%;
}
.wd-918 {
  width: 918%;
}
.wd-919 {
  width: 919%;
}
.wd-920 {
  width: 920%;
}
.wd-921 {
  width: 921%;
}
.wd-922 {
  width: 922%;
}
.wd-923 {
  width: 923%;
}
.wd-924 {
  width: 924%;
}
.wd-925 {
  width: 925%;
}
.wd-926 {
  width: 926%;
}
.wd-927 {
  width: 927%;
}
.wd-928 {
  width: 928%;
}
.wd-929 {
  width: 929%;
}
.wd-930 {
  width: 930%;
}
.wd-931 {
  width: 931%;
}
.wd-932 {
  width: 932%;
}
.wd-933 {
  width: 933%;
}
.wd-934 {
  width: 934%;
}
.wd-935 {
  width: 935%;
}
.wd-936 {
  width: 936%;
}
.wd-937 {
  width: 937%;
}
.wd-938 {
  width: 938%;
}
.wd-939 {
  width: 939%;
}
.wd-940 {
  width: 940%;
}
.wd-941 {
  width: 941%;
}
.wd-942 {
  width: 942%;
}
.wd-943 {
  width: 943%;
}
.wd-944 {
  width: 944%;
}
.wd-945 {
  width: 945%;
}
.wd-946 {
  width: 946%;
}
.wd-947 {
  width: 947%;
}
.wd-948 {
  width: 948%;
}
.wd-949 {
  width: 949%;
}
.wd-950 {
  width: 950%;
}
.wd-951 {
  width: 951%;
}
.wd-952 {
  width: 952%;
}
.wd-953 {
  width: 953%;
}
.wd-954 {
  width: 954%;
}
.wd-955 {
  width: 955%;
}
.wd-956 {
  width: 956%;
}
.wd-957 {
  width: 957%;
}
.wd-958 {
  width: 958%;
}
.wd-959 {
  width: 959%;
}
.wd-960 {
  width: 960%;
}
.wd-961 {
  width: 961%;
}
.wd-962 {
  width: 962%;
}
.wd-963 {
  width: 963%;
}
.wd-964 {
  width: 964%;
}
.wd-965 {
  width: 965%;
}
.wd-966 {
  width: 966%;
}
.wd-967 {
  width: 967%;
}
.wd-968 {
  width: 968%;
}
.wd-969 {
  width: 969%;
}
.wd-970 {
  width: 970%;
}
.wd-971 {
  width: 971%;
}
.wd-972 {
  width: 972%;
}
.wd-973 {
  width: 973%;
}
.wd-974 {
  width: 974%;
}
.wd-975 {
  width: 975%;
}
.wd-976 {
  width: 976%;
}
.wd-977 {
  width: 977%;
}
.wd-978 {
  width: 978%;
}
.wd-979 {
  width: 979%;
}
.wd-980 {
  width: 980%;
}
.wd-981 {
  width: 981%;
}
.wd-982 {
  width: 982%;
}
.wd-983 {
  width: 983%;
}
.wd-984 {
  width: 984%;
}
.wd-985 {
  width: 985%;
}
.wd-986 {
  width: 986%;
}
.wd-987 {
  width: 987%;
}
.wd-988 {
  width: 988%;
}
.wd-989 {
  width: 989%;
}
.wd-990 {
  width: 990%;
}
.wd-991 {
  width: 991%;
}
.wd-992 {
  width: 992%;
}
.wd-993 {
  width: 993%;
}
.wd-994 {
  width: 994%;
}
.wd-995 {
  width: 995%;
}
.wd-996 {
  width: 996%;
}
.wd-997 {
  width: 997%;
}
.wd-998 {
  width: 998%;
}
.wd-999 {
  width: 999%;
}
.wd-1000 {
  width: 1000%;
}
@media (min-width: 0) {
  .wd-xxs-5 {
    width: 5% !important;
  }
  .wd-xxs-10 {
    width: 10% !important;
  }
  .wd-xxs-11 {
    width: 11% !important;
  }
  .wd-xxs-12 {
    width: 12% !important;
  }
  .wd-xxs-13 {
    width: 13% !important;
  }
  .wd-xxs-14 {
    width: 14% !important;
  }
  .wd-xxs-15 {
    width: 15% !important;
  }
  .wd-xxs-16 {
    width: 16% !important;
  }
  .wd-xxs-17 {
    width: 17% !important;
  }
  .wd-xxs-18 {
    width: 18% !important;
  }
  .wd-xxs-19 {
    width: 19% !important;
  }
  .wd-xxs-20 {
    width: 20% !important;
  }
  .wd-xxs-21 {
    width: 21% !important;
  }
  .wd-xxs-22 {
    width: 22% !important;
  }
  .wd-xxs-23 {
    width: 23% !important;
  }
  .wd-xxs-24 {
    width: 24% !important;
  }
  .wd-xxs-25 {
    width: 25% !important;
  }
  .wd-xxs-26 {
    width: 26% !important;
  }
  .wd-xxs-27 {
    width: 27% !important;
  }
  .wd-xxs-28 {
    width: 28% !important;
  }
  .wd-xxs-29 {
    width: 29% !important;
  }
  .wd-xxs-30 {
    width: 30% !important;
  }
  .wd-xxs-31 {
    width: 31% !important;
  }
  .wd-xxs-32 {
    width: 32% !important;
  }
  .wd-xxs-33 {
    width: 33% !important;
  }
  .wd-xxs-34 {
    width: 34% !important;
  }
  .wd-xxs-35 {
    width: 35% !important;
  }
  .wd-xxs-36 {
    width: 36% !important;
  }
  .wd-xxs-37 {
    width: 37% !important;
  }
  .wd-xxs-38 {
    width: 38% !important;
  }
  .wd-xxs-39 {
    width: 39% !important;
  }
  .wd-xxs-40 {
    width: 40% !important;
  }
  .wd-xxs-41 {
    width: 41% !important;
  }
  .wd-xxs-42 {
    width: 42% !important;
  }
  .wd-xxs-43 {
    width: 43% !important;
  }
  .wd-xxs-44 {
    width: 44% !important;
  }
  .wd-xxs-45 {
    width: 45% !important;
  }
  .wd-xxs-46 {
    width: 46% !important;
  }
  .wd-xxs-47 {
    width: 47% !important;
  }
  .wd-xxs-48 {
    width: 48% !important;
  }
  .wd-xxs-49 {
    width: 49% !important;
  }
  .wd-xxs-50 {
    width: 50% !important;
  }
  .wd-xxs-51 {
    width: 51% !important;
  }
  .wd-xxs-52 {
    width: 52% !important;
  }
  .wd-xxs-53 {
    width: 53% !important;
  }
  .wd-xxs-54 {
    width: 54% !important;
  }
  .wd-xxs-55 {
    width: 55% !important;
  }
  .wd-xxs-56 {
    width: 56% !important;
  }
  .wd-xxs-57 {
    width: 57% !important;
  }
  .wd-xxs-58 {
    width: 58% !important;
  }
  .wd-xxs-59 {
    width: 59% !important;
  }
  .wd-xxs-60 {
    width: 60% !important;
  }
  .wd-xxs-61 {
    width: 61% !important;
  }
  .wd-xxs-62 {
    width: 62% !important;
  }
  .wd-xxs-63 {
    width: 63% !important;
  }
  .wd-xxs-64 {
    width: 64% !important;
  }
  .wd-xxs-65 {
    width: 65% !important;
  }
  .wd-xxs-66 {
    width: 66% !important;
  }
  .wd-xxs-67 {
    width: 67% !important;
  }
  .wd-xxs-68 {
    width: 68% !important;
  }
  .wd-xxs-69 {
    width: 69% !important;
  }
  .wd-xxs-70 {
    width: 70% !important;
  }
  .wd-xxs-71 {
    width: 71% !important;
  }
  .wd-xxs-72 {
    width: 72% !important;
  }
  .wd-xxs-73 {
    width: 73% !important;
  }
  .wd-xxs-74 {
    width: 74% !important;
  }
  .wd-xxs-75 {
    width: 75% !important;
  }
  .wd-xxs-76 {
    width: 76% !important;
  }
  .wd-xxs-77 {
    width: 77% !important;
  }
  .wd-xxs-78 {
    width: 78% !important;
  }
  .wd-xxs-79 {
    width: 79% !important;
  }
  .wd-xxs-80 {
    width: 80% !important;
  }
  .wd-xxs-81 {
    width: 81% !important;
  }
  .wd-xxs-82 {
    width: 82% !important;
  }
  .wd-xxs-83 {
    width: 83% !important;
  }
  .wd-xxs-84 {
    width: 84% !important;
  }
  .wd-xxs-85 {
    width: 85% !important;
  }
  .wd-xxs-86 {
    width: 86% !important;
  }
  .wd-xxs-87 {
    width: 87% !important;
  }
  .wd-xxs-88 {
    width: 88% !important;
  }
  .wd-xxs-89 {
    width: 89% !important;
  }
  .wd-xxs-90 {
    width: 90% !important;
  }
  .wd-xxs-91 {
    width: 91% !important;
  }
  .wd-xxs-92 {
    width: 92% !important;
  }
  .wd-xxs-93 {
    width: 93% !important;
  }
  .wd-xxs-94 {
    width: 94% !important;
  }
  .wd-xxs-95 {
    width: 95% !important;
  }
  .wd-xxs-96 {
    width: 96% !important;
  }
  .wd-xxs-97 {
    width: 97% !important;
  }
  .wd-xxs-98 {
    width: 98% !important;
  }
  .wd-xxs-99 {
    width: 99% !important;
  }
  .wd-xxs-100 {
    width: 100% !important;
  }
  .wd-xxs-101 {
    width: 101% !important;
  }
  .wd-xxs-102 {
    width: 102% !important;
  }
  .wd-xxs-103 {
    width: 103% !important;
  }
  .wd-xxs-104 {
    width: 104% !important;
  }
  .wd-xxs-105 {
    width: 105% !important;
  }
  .wd-xxs-106 {
    width: 106% !important;
  }
  .wd-xxs-107 {
    width: 107% !important;
  }
  .wd-xxs-108 {
    width: 108% !important;
  }
  .wd-xxs-109 {
    width: 109% !important;
  }
  .wd-xxs-110 {
    width: 110% !important;
  }
  .wd-xxs-111 {
    width: 111% !important;
  }
  .wd-xxs-112 {
    width: 112% !important;
  }
  .wd-xxs-113 {
    width: 113% !important;
  }
  .wd-xxs-114 {
    width: 114% !important;
  }
  .wd-xxs-115 {
    width: 115% !important;
  }
  .wd-xxs-116 {
    width: 116% !important;
  }
  .wd-xxs-117 {
    width: 117% !important;
  }
  .wd-xxs-118 {
    width: 118% !important;
  }
  .wd-xxs-119 {
    width: 119% !important;
  }
  .wd-xxs-120 {
    width: 120% !important;
  }
  .wd-xxs-121 {
    width: 121% !important;
  }
  .wd-xxs-122 {
    width: 122% !important;
  }
  .wd-xxs-123 {
    width: 123% !important;
  }
  .wd-xxs-124 {
    width: 124% !important;
  }
  .wd-xxs-125 {
    width: 125% !important;
  }
  .wd-xxs-126 {
    width: 126% !important;
  }
  .wd-xxs-127 {
    width: 127% !important;
  }
  .wd-xxs-128 {
    width: 128% !important;
  }
  .wd-xxs-129 {
    width: 129% !important;
  }
  .wd-xxs-130 {
    width: 130% !important;
  }
  .wd-xxs-131 {
    width: 131% !important;
  }
  .wd-xxs-132 {
    width: 132% !important;
  }
  .wd-xxs-133 {
    width: 133% !important;
  }
  .wd-xxs-134 {
    width: 134% !important;
  }
  .wd-xxs-135 {
    width: 135% !important;
  }
  .wd-xxs-136 {
    width: 136% !important;
  }
  .wd-xxs-137 {
    width: 137% !important;
  }
  .wd-xxs-138 {
    width: 138% !important;
  }
  .wd-xxs-139 {
    width: 139% !important;
  }
  .wd-xxs-140 {
    width: 140% !important;
  }
  .wd-xxs-141 {
    width: 141% !important;
  }
  .wd-xxs-142 {
    width: 142% !important;
  }
  .wd-xxs-143 {
    width: 143% !important;
  }
  .wd-xxs-144 {
    width: 144% !important;
  }
  .wd-xxs-145 {
    width: 145% !important;
  }
  .wd-xxs-146 {
    width: 146% !important;
  }
  .wd-xxs-147 {
    width: 147% !important;
  }
  .wd-xxs-148 {
    width: 148% !important;
  }
  .wd-xxs-149 {
    width: 149% !important;
  }
  .wd-xxs-150 {
    width: 150% !important;
  }
  .wd-xxs-151 {
    width: 151% !important;
  }
  .wd-xxs-152 {
    width: 152% !important;
  }
  .wd-xxs-153 {
    width: 153% !important;
  }
  .wd-xxs-154 {
    width: 154% !important;
  }
  .wd-xxs-155 {
    width: 155% !important;
  }
  .wd-xxs-156 {
    width: 156% !important;
  }
  .wd-xxs-157 {
    width: 157% !important;
  }
  .wd-xxs-158 {
    width: 158% !important;
  }
  .wd-xxs-159 {
    width: 159% !important;
  }
  .wd-xxs-160 {
    width: 160% !important;
  }
  .wd-xxs-161 {
    width: 161% !important;
  }
  .wd-xxs-162 {
    width: 162% !important;
  }
  .wd-xxs-163 {
    width: 163% !important;
  }
  .wd-xxs-164 {
    width: 164% !important;
  }
  .wd-xxs-165 {
    width: 165% !important;
  }
  .wd-xxs-166 {
    width: 166% !important;
  }
  .wd-xxs-167 {
    width: 167% !important;
  }
  .wd-xxs-168 {
    width: 168% !important;
  }
  .wd-xxs-169 {
    width: 169% !important;
  }
  .wd-xxs-170 {
    width: 170% !important;
  }
  .wd-xxs-171 {
    width: 171% !important;
  }
  .wd-xxs-172 {
    width: 172% !important;
  }
  .wd-xxs-173 {
    width: 173% !important;
  }
  .wd-xxs-174 {
    width: 174% !important;
  }
  .wd-xxs-175 {
    width: 175% !important;
  }
  .wd-xxs-176 {
    width: 176% !important;
  }
  .wd-xxs-177 {
    width: 177% !important;
  }
  .wd-xxs-178 {
    width: 178% !important;
  }
  .wd-xxs-179 {
    width: 179% !important;
  }
  .wd-xxs-180 {
    width: 180% !important;
  }
  .wd-xxs-181 {
    width: 181% !important;
  }
  .wd-xxs-182 {
    width: 182% !important;
  }
  .wd-xxs-183 {
    width: 183% !important;
  }
  .wd-xxs-184 {
    width: 184% !important;
  }
  .wd-xxs-185 {
    width: 185% !important;
  }
  .wd-xxs-186 {
    width: 186% !important;
  }
  .wd-xxs-187 {
    width: 187% !important;
  }
  .wd-xxs-188 {
    width: 188% !important;
  }
  .wd-xxs-189 {
    width: 189% !important;
  }
  .wd-xxs-190 {
    width: 190% !important;
  }
  .wd-xxs-191 {
    width: 191% !important;
  }
  .wd-xxs-192 {
    width: 192% !important;
  }
  .wd-xxs-193 {
    width: 193% !important;
  }
  .wd-xxs-194 {
    width: 194% !important;
  }
  .wd-xxs-195 {
    width: 195% !important;
  }
  .wd-xxs-196 {
    width: 196% !important;
  }
  .wd-xxs-197 {
    width: 197% !important;
  }
  .wd-xxs-198 {
    width: 198% !important;
  }
  .wd-xxs-199 {
    width: 199% !important;
  }
  .wd-xxs-200 {
    width: 200% !important;
  }
  .wd-xxs-201 {
    width: 201% !important;
  }
  .wd-xxs-202 {
    width: 202% !important;
  }
  .wd-xxs-203 {
    width: 203% !important;
  }
  .wd-xxs-204 {
    width: 204% !important;
  }
  .wd-xxs-205 {
    width: 205% !important;
  }
  .wd-xxs-206 {
    width: 206% !important;
  }
  .wd-xxs-207 {
    width: 207% !important;
  }
  .wd-xxs-208 {
    width: 208% !important;
  }
  .wd-xxs-209 {
    width: 209% !important;
  }
  .wd-xxs-210 {
    width: 210% !important;
  }
  .wd-xxs-211 {
    width: 211% !important;
  }
  .wd-xxs-212 {
    width: 212% !important;
  }
  .wd-xxs-213 {
    width: 213% !important;
  }
  .wd-xxs-214 {
    width: 214% !important;
  }
  .wd-xxs-215 {
    width: 215% !important;
  }
  .wd-xxs-216 {
    width: 216% !important;
  }
  .wd-xxs-217 {
    width: 217% !important;
  }
  .wd-xxs-218 {
    width: 218% !important;
  }
  .wd-xxs-219 {
    width: 219% !important;
  }
  .wd-xxs-220 {
    width: 220% !important;
  }
  .wd-xxs-221 {
    width: 221% !important;
  }
  .wd-xxs-222 {
    width: 222% !important;
  }
  .wd-xxs-223 {
    width: 223% !important;
  }
  .wd-xxs-224 {
    width: 224% !important;
  }
  .wd-xxs-225 {
    width: 225% !important;
  }
  .wd-xxs-226 {
    width: 226% !important;
  }
  .wd-xxs-227 {
    width: 227% !important;
  }
  .wd-xxs-228 {
    width: 228% !important;
  }
  .wd-xxs-229 {
    width: 229% !important;
  }
  .wd-xxs-230 {
    width: 230% !important;
  }
  .wd-xxs-231 {
    width: 231% !important;
  }
  .wd-xxs-232 {
    width: 232% !important;
  }
  .wd-xxs-233 {
    width: 233% !important;
  }
  .wd-xxs-234 {
    width: 234% !important;
  }
  .wd-xxs-235 {
    width: 235% !important;
  }
  .wd-xxs-236 {
    width: 236% !important;
  }
  .wd-xxs-237 {
    width: 237% !important;
  }
  .wd-xxs-238 {
    width: 238% !important;
  }
  .wd-xxs-239 {
    width: 239% !important;
  }
  .wd-xxs-240 {
    width: 240% !important;
  }
  .wd-xxs-241 {
    width: 241% !important;
  }
  .wd-xxs-242 {
    width: 242% !important;
  }
  .wd-xxs-243 {
    width: 243% !important;
  }
  .wd-xxs-244 {
    width: 244% !important;
  }
  .wd-xxs-245 {
    width: 245% !important;
  }
  .wd-xxs-246 {
    width: 246% !important;
  }
  .wd-xxs-247 {
    width: 247% !important;
  }
  .wd-xxs-248 {
    width: 248% !important;
  }
  .wd-xxs-249 {
    width: 249% !important;
  }
  .wd-xxs-250 {
    width: 250% !important;
  }
  .wd-xxs-251 {
    width: 251% !important;
  }
  .wd-xxs-252 {
    width: 252% !important;
  }
  .wd-xxs-253 {
    width: 253% !important;
  }
  .wd-xxs-254 {
    width: 254% !important;
  }
  .wd-xxs-255 {
    width: 255% !important;
  }
  .wd-xxs-256 {
    width: 256% !important;
  }
  .wd-xxs-257 {
    width: 257% !important;
  }
  .wd-xxs-258 {
    width: 258% !important;
  }
  .wd-xxs-259 {
    width: 259% !important;
  }
  .wd-xxs-260 {
    width: 260% !important;
  }
  .wd-xxs-261 {
    width: 261% !important;
  }
  .wd-xxs-262 {
    width: 262% !important;
  }
  .wd-xxs-263 {
    width: 263% !important;
  }
  .wd-xxs-264 {
    width: 264% !important;
  }
  .wd-xxs-265 {
    width: 265% !important;
  }
  .wd-xxs-266 {
    width: 266% !important;
  }
  .wd-xxs-267 {
    width: 267% !important;
  }
  .wd-xxs-268 {
    width: 268% !important;
  }
  .wd-xxs-269 {
    width: 269% !important;
  }
  .wd-xxs-270 {
    width: 270% !important;
  }
  .wd-xxs-271 {
    width: 271% !important;
  }
  .wd-xxs-272 {
    width: 272% !important;
  }
  .wd-xxs-273 {
    width: 273% !important;
  }
  .wd-xxs-274 {
    width: 274% !important;
  }
  .wd-xxs-275 {
    width: 275% !important;
  }
  .wd-xxs-276 {
    width: 276% !important;
  }
  .wd-xxs-277 {
    width: 277% !important;
  }
  .wd-xxs-278 {
    width: 278% !important;
  }
  .wd-xxs-279 {
    width: 279% !important;
  }
  .wd-xxs-280 {
    width: 280% !important;
  }
  .wd-xxs-281 {
    width: 281% !important;
  }
  .wd-xxs-282 {
    width: 282% !important;
  }
  .wd-xxs-283 {
    width: 283% !important;
  }
  .wd-xxs-284 {
    width: 284% !important;
  }
  .wd-xxs-285 {
    width: 285% !important;
  }
  .wd-xxs-286 {
    width: 286% !important;
  }
  .wd-xxs-287 {
    width: 287% !important;
  }
  .wd-xxs-288 {
    width: 288% !important;
  }
  .wd-xxs-289 {
    width: 289% !important;
  }
  .wd-xxs-290 {
    width: 290% !important;
  }
  .wd-xxs-291 {
    width: 291% !important;
  }
  .wd-xxs-292 {
    width: 292% !important;
  }
  .wd-xxs-293 {
    width: 293% !important;
  }
  .wd-xxs-294 {
    width: 294% !important;
  }
  .wd-xxs-295 {
    width: 295% !important;
  }
  .wd-xxs-296 {
    width: 296% !important;
  }
  .wd-xxs-297 {
    width: 297% !important;
  }
  .wd-xxs-298 {
    width: 298% !important;
  }
  .wd-xxs-299 {
    width: 299% !important;
  }
  .wd-xxs-300 {
    width: 300% !important;
  }
  .wd-xxs-301 {
    width: 301% !important;
  }
  .wd-xxs-302 {
    width: 302% !important;
  }
  .wd-xxs-303 {
    width: 303% !important;
  }
  .wd-xxs-304 {
    width: 304% !important;
  }
  .wd-xxs-305 {
    width: 305% !important;
  }
  .wd-xxs-306 {
    width: 306% !important;
  }
  .wd-xxs-307 {
    width: 307% !important;
  }
  .wd-xxs-308 {
    width: 308% !important;
  }
  .wd-xxs-309 {
    width: 309% !important;
  }
  .wd-xxs-310 {
    width: 310% !important;
  }
  .wd-xxs-311 {
    width: 311% !important;
  }
  .wd-xxs-312 {
    width: 312% !important;
  }
  .wd-xxs-313 {
    width: 313% !important;
  }
  .wd-xxs-314 {
    width: 314% !important;
  }
  .wd-xxs-315 {
    width: 315% !important;
  }
  .wd-xxs-316 {
    width: 316% !important;
  }
  .wd-xxs-317 {
    width: 317% !important;
  }
  .wd-xxs-318 {
    width: 318% !important;
  }
  .wd-xxs-319 {
    width: 319% !important;
  }
  .wd-xxs-320 {
    width: 320% !important;
  }
  .wd-xxs-321 {
    width: 321% !important;
  }
  .wd-xxs-322 {
    width: 322% !important;
  }
  .wd-xxs-323 {
    width: 323% !important;
  }
  .wd-xxs-324 {
    width: 324% !important;
  }
  .wd-xxs-325 {
    width: 325% !important;
  }
  .wd-xxs-326 {
    width: 326% !important;
  }
  .wd-xxs-327 {
    width: 327% !important;
  }
  .wd-xxs-328 {
    width: 328% !important;
  }
  .wd-xxs-329 {
    width: 329% !important;
  }
  .wd-xxs-330 {
    width: 330% !important;
  }
  .wd-xxs-331 {
    width: 331% !important;
  }
  .wd-xxs-332 {
    width: 332% !important;
  }
  .wd-xxs-333 {
    width: 333% !important;
  }
  .wd-xxs-334 {
    width: 334% !important;
  }
  .wd-xxs-335 {
    width: 335% !important;
  }
  .wd-xxs-336 {
    width: 336% !important;
  }
  .wd-xxs-337 {
    width: 337% !important;
  }
  .wd-xxs-338 {
    width: 338% !important;
  }
  .wd-xxs-339 {
    width: 339% !important;
  }
  .wd-xxs-340 {
    width: 340% !important;
  }
  .wd-xxs-341 {
    width: 341% !important;
  }
  .wd-xxs-342 {
    width: 342% !important;
  }
  .wd-xxs-343 {
    width: 343% !important;
  }
  .wd-xxs-344 {
    width: 344% !important;
  }
  .wd-xxs-345 {
    width: 345% !important;
  }
  .wd-xxs-346 {
    width: 346% !important;
  }
  .wd-xxs-347 {
    width: 347% !important;
  }
  .wd-xxs-348 {
    width: 348% !important;
  }
  .wd-xxs-349 {
    width: 349% !important;
  }
  .wd-xxs-350 {
    width: 350% !important;
  }
  .wd-xxs-351 {
    width: 351% !important;
  }
  .wd-xxs-352 {
    width: 352% !important;
  }
  .wd-xxs-353 {
    width: 353% !important;
  }
  .wd-xxs-354 {
    width: 354% !important;
  }
  .wd-xxs-355 {
    width: 355% !important;
  }
  .wd-xxs-356 {
    width: 356% !important;
  }
  .wd-xxs-357 {
    width: 357% !important;
  }
  .wd-xxs-358 {
    width: 358% !important;
  }
  .wd-xxs-359 {
    width: 359% !important;
  }
  .wd-xxs-360 {
    width: 360% !important;
  }
  .wd-xxs-361 {
    width: 361% !important;
  }
  .wd-xxs-362 {
    width: 362% !important;
  }
  .wd-xxs-363 {
    width: 363% !important;
  }
  .wd-xxs-364 {
    width: 364% !important;
  }
  .wd-xxs-365 {
    width: 365% !important;
  }
  .wd-xxs-366 {
    width: 366% !important;
  }
  .wd-xxs-367 {
    width: 367% !important;
  }
  .wd-xxs-368 {
    width: 368% !important;
  }
  .wd-xxs-369 {
    width: 369% !important;
  }
  .wd-xxs-370 {
    width: 370% !important;
  }
  .wd-xxs-371 {
    width: 371% !important;
  }
  .wd-xxs-372 {
    width: 372% !important;
  }
  .wd-xxs-373 {
    width: 373% !important;
  }
  .wd-xxs-374 {
    width: 374% !important;
  }
  .wd-xxs-375 {
    width: 375% !important;
  }
  .wd-xxs-376 {
    width: 376% !important;
  }
  .wd-xxs-377 {
    width: 377% !important;
  }
  .wd-xxs-378 {
    width: 378% !important;
  }
  .wd-xxs-379 {
    width: 379% !important;
  }
  .wd-xxs-380 {
    width: 380% !important;
  }
  .wd-xxs-381 {
    width: 381% !important;
  }
  .wd-xxs-382 {
    width: 382% !important;
  }
  .wd-xxs-383 {
    width: 383% !important;
  }
  .wd-xxs-384 {
    width: 384% !important;
  }
  .wd-xxs-385 {
    width: 385% !important;
  }
  .wd-xxs-386 {
    width: 386% !important;
  }
  .wd-xxs-387 {
    width: 387% !important;
  }
  .wd-xxs-388 {
    width: 388% !important;
  }
  .wd-xxs-389 {
    width: 389% !important;
  }
  .wd-xxs-390 {
    width: 390% !important;
  }
  .wd-xxs-391 {
    width: 391% !important;
  }
  .wd-xxs-392 {
    width: 392% !important;
  }
  .wd-xxs-393 {
    width: 393% !important;
  }
  .wd-xxs-394 {
    width: 394% !important;
  }
  .wd-xxs-395 {
    width: 395% !important;
  }
  .wd-xxs-396 {
    width: 396% !important;
  }
  .wd-xxs-397 {
    width: 397% !important;
  }
  .wd-xxs-398 {
    width: 398% !important;
  }
  .wd-xxs-399 {
    width: 399% !important;
  }
  .wd-xxs-400 {
    width: 400% !important;
  }
  .wd-xxs-401 {
    width: 401% !important;
  }
  .wd-xxs-402 {
    width: 402% !important;
  }
  .wd-xxs-403 {
    width: 403% !important;
  }
  .wd-xxs-404 {
    width: 404% !important;
  }
  .wd-xxs-405 {
    width: 405% !important;
  }
  .wd-xxs-406 {
    width: 406% !important;
  }
  .wd-xxs-407 {
    width: 407% !important;
  }
  .wd-xxs-408 {
    width: 408% !important;
  }
  .wd-xxs-409 {
    width: 409% !important;
  }
  .wd-xxs-410 {
    width: 410% !important;
  }
  .wd-xxs-411 {
    width: 411% !important;
  }
  .wd-xxs-412 {
    width: 412% !important;
  }
  .wd-xxs-413 {
    width: 413% !important;
  }
  .wd-xxs-414 {
    width: 414% !important;
  }
  .wd-xxs-415 {
    width: 415% !important;
  }
  .wd-xxs-416 {
    width: 416% !important;
  }
  .wd-xxs-417 {
    width: 417% !important;
  }
  .wd-xxs-418 {
    width: 418% !important;
  }
  .wd-xxs-419 {
    width: 419% !important;
  }
  .wd-xxs-420 {
    width: 420% !important;
  }
  .wd-xxs-421 {
    width: 421% !important;
  }
  .wd-xxs-422 {
    width: 422% !important;
  }
  .wd-xxs-423 {
    width: 423% !important;
  }
  .wd-xxs-424 {
    width: 424% !important;
  }
  .wd-xxs-425 {
    width: 425% !important;
  }
  .wd-xxs-426 {
    width: 426% !important;
  }
  .wd-xxs-427 {
    width: 427% !important;
  }
  .wd-xxs-428 {
    width: 428% !important;
  }
  .wd-xxs-429 {
    width: 429% !important;
  }
  .wd-xxs-430 {
    width: 430% !important;
  }
  .wd-xxs-431 {
    width: 431% !important;
  }
  .wd-xxs-432 {
    width: 432% !important;
  }
  .wd-xxs-433 {
    width: 433% !important;
  }
  .wd-xxs-434 {
    width: 434% !important;
  }
  .wd-xxs-435 {
    width: 435% !important;
  }
  .wd-xxs-436 {
    width: 436% !important;
  }
  .wd-xxs-437 {
    width: 437% !important;
  }
  .wd-xxs-438 {
    width: 438% !important;
  }
  .wd-xxs-439 {
    width: 439% !important;
  }
  .wd-xxs-440 {
    width: 440% !important;
  }
  .wd-xxs-441 {
    width: 441% !important;
  }
  .wd-xxs-442 {
    width: 442% !important;
  }
  .wd-xxs-443 {
    width: 443% !important;
  }
  .wd-xxs-444 {
    width: 444% !important;
  }
  .wd-xxs-445 {
    width: 445% !important;
  }
  .wd-xxs-446 {
    width: 446% !important;
  }
  .wd-xxs-447 {
    width: 447% !important;
  }
  .wd-xxs-448 {
    width: 448% !important;
  }
  .wd-xxs-449 {
    width: 449% !important;
  }
  .wd-xxs-450 {
    width: 450% !important;
  }
  .wd-xxs-451 {
    width: 451% !important;
  }
  .wd-xxs-452 {
    width: 452% !important;
  }
  .wd-xxs-453 {
    width: 453% !important;
  }
  .wd-xxs-454 {
    width: 454% !important;
  }
  .wd-xxs-455 {
    width: 455% !important;
  }
  .wd-xxs-456 {
    width: 456% !important;
  }
  .wd-xxs-457 {
    width: 457% !important;
  }
  .wd-xxs-458 {
    width: 458% !important;
  }
  .wd-xxs-459 {
    width: 459% !important;
  }
  .wd-xxs-460 {
    width: 460% !important;
  }
  .wd-xxs-461 {
    width: 461% !important;
  }
  .wd-xxs-462 {
    width: 462% !important;
  }
  .wd-xxs-463 {
    width: 463% !important;
  }
  .wd-xxs-464 {
    width: 464% !important;
  }
  .wd-xxs-465 {
    width: 465% !important;
  }
  .wd-xxs-466 {
    width: 466% !important;
  }
  .wd-xxs-467 {
    width: 467% !important;
  }
  .wd-xxs-468 {
    width: 468% !important;
  }
  .wd-xxs-469 {
    width: 469% !important;
  }
  .wd-xxs-470 {
    width: 470% !important;
  }
  .wd-xxs-471 {
    width: 471% !important;
  }
  .wd-xxs-472 {
    width: 472% !important;
  }
  .wd-xxs-473 {
    width: 473% !important;
  }
  .wd-xxs-474 {
    width: 474% !important;
  }
  .wd-xxs-475 {
    width: 475% !important;
  }
  .wd-xxs-476 {
    width: 476% !important;
  }
  .wd-xxs-477 {
    width: 477% !important;
  }
  .wd-xxs-478 {
    width: 478% !important;
  }
  .wd-xxs-479 {
    width: 479% !important;
  }
  .wd-xxs-480 {
    width: 480% !important;
  }
  .wd-xxs-481 {
    width: 481% !important;
  }
  .wd-xxs-482 {
    width: 482% !important;
  }
  .wd-xxs-483 {
    width: 483% !important;
  }
  .wd-xxs-484 {
    width: 484% !important;
  }
  .wd-xxs-485 {
    width: 485% !important;
  }
  .wd-xxs-486 {
    width: 486% !important;
  }
  .wd-xxs-487 {
    width: 487% !important;
  }
  .wd-xxs-488 {
    width: 488% !important;
  }
  .wd-xxs-489 {
    width: 489% !important;
  }
  .wd-xxs-490 {
    width: 490% !important;
  }
  .wd-xxs-491 {
    width: 491% !important;
  }
  .wd-xxs-492 {
    width: 492% !important;
  }
  .wd-xxs-493 {
    width: 493% !important;
  }
  .wd-xxs-494 {
    width: 494% !important;
  }
  .wd-xxs-495 {
    width: 495% !important;
  }
  .wd-xxs-496 {
    width: 496% !important;
  }
  .wd-xxs-497 {
    width: 497% !important;
  }
  .wd-xxs-498 {
    width: 498% !important;
  }
  .wd-xxs-499 {
    width: 499% !important;
  }
  .wd-xxs-500 {
    width: 500% !important;
  }
  .wd-xxs-501 {
    width: 501% !important;
  }
  .wd-xxs-502 {
    width: 502% !important;
  }
  .wd-xxs-503 {
    width: 503% !important;
  }
  .wd-xxs-504 {
    width: 504% !important;
  }
  .wd-xxs-505 {
    width: 505% !important;
  }
  .wd-xxs-506 {
    width: 506% !important;
  }
  .wd-xxs-507 {
    width: 507% !important;
  }
  .wd-xxs-508 {
    width: 508% !important;
  }
  .wd-xxs-509 {
    width: 509% !important;
  }
  .wd-xxs-510 {
    width: 510% !important;
  }
  .wd-xxs-511 {
    width: 511% !important;
  }
  .wd-xxs-512 {
    width: 512% !important;
  }
  .wd-xxs-513 {
    width: 513% !important;
  }
  .wd-xxs-514 {
    width: 514% !important;
  }
  .wd-xxs-515 {
    width: 515% !important;
  }
  .wd-xxs-516 {
    width: 516% !important;
  }
  .wd-xxs-517 {
    width: 517% !important;
  }
  .wd-xxs-518 {
    width: 518% !important;
  }
  .wd-xxs-519 {
    width: 519% !important;
  }
  .wd-xxs-520 {
    width: 520% !important;
  }
  .wd-xxs-521 {
    width: 521% !important;
  }
  .wd-xxs-522 {
    width: 522% !important;
  }
  .wd-xxs-523 {
    width: 523% !important;
  }
  .wd-xxs-524 {
    width: 524% !important;
  }
  .wd-xxs-525 {
    width: 525% !important;
  }
  .wd-xxs-526 {
    width: 526% !important;
  }
  .wd-xxs-527 {
    width: 527% !important;
  }
  .wd-xxs-528 {
    width: 528% !important;
  }
  .wd-xxs-529 {
    width: 529% !important;
  }
  .wd-xxs-530 {
    width: 530% !important;
  }
  .wd-xxs-531 {
    width: 531% !important;
  }
  .wd-xxs-532 {
    width: 532% !important;
  }
  .wd-xxs-533 {
    width: 533% !important;
  }
  .wd-xxs-534 {
    width: 534% !important;
  }
  .wd-xxs-535 {
    width: 535% !important;
  }
  .wd-xxs-536 {
    width: 536% !important;
  }
  .wd-xxs-537 {
    width: 537% !important;
  }
  .wd-xxs-538 {
    width: 538% !important;
  }
  .wd-xxs-539 {
    width: 539% !important;
  }
  .wd-xxs-540 {
    width: 540% !important;
  }
  .wd-xxs-541 {
    width: 541% !important;
  }
  .wd-xxs-542 {
    width: 542% !important;
  }
  .wd-xxs-543 {
    width: 543% !important;
  }
  .wd-xxs-544 {
    width: 544% !important;
  }
  .wd-xxs-545 {
    width: 545% !important;
  }
  .wd-xxs-546 {
    width: 546% !important;
  }
  .wd-xxs-547 {
    width: 547% !important;
  }
  .wd-xxs-548 {
    width: 548% !important;
  }
  .wd-xxs-549 {
    width: 549% !important;
  }
  .wd-xxs-550 {
    width: 550% !important;
  }
  .wd-xxs-551 {
    width: 551% !important;
  }
  .wd-xxs-552 {
    width: 552% !important;
  }
  .wd-xxs-553 {
    width: 553% !important;
  }
  .wd-xxs-554 {
    width: 554% !important;
  }
  .wd-xxs-555 {
    width: 555% !important;
  }
  .wd-xxs-556 {
    width: 556% !important;
  }
  .wd-xxs-557 {
    width: 557% !important;
  }
  .wd-xxs-558 {
    width: 558% !important;
  }
  .wd-xxs-559 {
    width: 559% !important;
  }
  .wd-xxs-560 {
    width: 560% !important;
  }
  .wd-xxs-561 {
    width: 561% !important;
  }
  .wd-xxs-562 {
    width: 562% !important;
  }
  .wd-xxs-563 {
    width: 563% !important;
  }
  .wd-xxs-564 {
    width: 564% !important;
  }
  .wd-xxs-565 {
    width: 565% !important;
  }
  .wd-xxs-566 {
    width: 566% !important;
  }
  .wd-xxs-567 {
    width: 567% !important;
  }
  .wd-xxs-568 {
    width: 568% !important;
  }
  .wd-xxs-569 {
    width: 569% !important;
  }
  .wd-xxs-570 {
    width: 570% !important;
  }
  .wd-xxs-571 {
    width: 571% !important;
  }
  .wd-xxs-572 {
    width: 572% !important;
  }
  .wd-xxs-573 {
    width: 573% !important;
  }
  .wd-xxs-574 {
    width: 574% !important;
  }
  .wd-xxs-575 {
    width: 575% !important;
  }
  .wd-xxs-576 {
    width: 576% !important;
  }
  .wd-xxs-577 {
    width: 577% !important;
  }
  .wd-xxs-578 {
    width: 578% !important;
  }
  .wd-xxs-579 {
    width: 579% !important;
  }
  .wd-xxs-580 {
    width: 580% !important;
  }
  .wd-xxs-581 {
    width: 581% !important;
  }
  .wd-xxs-582 {
    width: 582% !important;
  }
  .wd-xxs-583 {
    width: 583% !important;
  }
  .wd-xxs-584 {
    width: 584% !important;
  }
  .wd-xxs-585 {
    width: 585% !important;
  }
  .wd-xxs-586 {
    width: 586% !important;
  }
  .wd-xxs-587 {
    width: 587% !important;
  }
  .wd-xxs-588 {
    width: 588% !important;
  }
  .wd-xxs-589 {
    width: 589% !important;
  }
  .wd-xxs-590 {
    width: 590% !important;
  }
  .wd-xxs-591 {
    width: 591% !important;
  }
  .wd-xxs-592 {
    width: 592% !important;
  }
  .wd-xxs-593 {
    width: 593% !important;
  }
  .wd-xxs-594 {
    width: 594% !important;
  }
  .wd-xxs-595 {
    width: 595% !important;
  }
  .wd-xxs-596 {
    width: 596% !important;
  }
  .wd-xxs-597 {
    width: 597% !important;
  }
  .wd-xxs-598 {
    width: 598% !important;
  }
  .wd-xxs-599 {
    width: 599% !important;
  }
  .wd-xxs-600 {
    width: 600% !important;
  }
  .wd-xxs-601 {
    width: 601% !important;
  }
  .wd-xxs-602 {
    width: 602% !important;
  }
  .wd-xxs-603 {
    width: 603% !important;
  }
  .wd-xxs-604 {
    width: 604% !important;
  }
  .wd-xxs-605 {
    width: 605% !important;
  }
  .wd-xxs-606 {
    width: 606% !important;
  }
  .wd-xxs-607 {
    width: 607% !important;
  }
  .wd-xxs-608 {
    width: 608% !important;
  }
  .wd-xxs-609 {
    width: 609% !important;
  }
  .wd-xxs-610 {
    width: 610% !important;
  }
  .wd-xxs-611 {
    width: 611% !important;
  }
  .wd-xxs-612 {
    width: 612% !important;
  }
  .wd-xxs-613 {
    width: 613% !important;
  }
  .wd-xxs-614 {
    width: 614% !important;
  }
  .wd-xxs-615 {
    width: 615% !important;
  }
  .wd-xxs-616 {
    width: 616% !important;
  }
  .wd-xxs-617 {
    width: 617% !important;
  }
  .wd-xxs-618 {
    width: 618% !important;
  }
  .wd-xxs-619 {
    width: 619% !important;
  }
  .wd-xxs-620 {
    width: 620% !important;
  }
  .wd-xxs-621 {
    width: 621% !important;
  }
  .wd-xxs-622 {
    width: 622% !important;
  }
  .wd-xxs-623 {
    width: 623% !important;
  }
  .wd-xxs-624 {
    width: 624% !important;
  }
  .wd-xxs-625 {
    width: 625% !important;
  }
  .wd-xxs-626 {
    width: 626% !important;
  }
  .wd-xxs-627 {
    width: 627% !important;
  }
  .wd-xxs-628 {
    width: 628% !important;
  }
  .wd-xxs-629 {
    width: 629% !important;
  }
  .wd-xxs-630 {
    width: 630% !important;
  }
  .wd-xxs-631 {
    width: 631% !important;
  }
  .wd-xxs-632 {
    width: 632% !important;
  }
  .wd-xxs-633 {
    width: 633% !important;
  }
  .wd-xxs-634 {
    width: 634% !important;
  }
  .wd-xxs-635 {
    width: 635% !important;
  }
  .wd-xxs-636 {
    width: 636% !important;
  }
  .wd-xxs-637 {
    width: 637% !important;
  }
  .wd-xxs-638 {
    width: 638% !important;
  }
  .wd-xxs-639 {
    width: 639% !important;
  }
  .wd-xxs-640 {
    width: 640% !important;
  }
  .wd-xxs-641 {
    width: 641% !important;
  }
  .wd-xxs-642 {
    width: 642% !important;
  }
  .wd-xxs-643 {
    width: 643% !important;
  }
  .wd-xxs-644 {
    width: 644% !important;
  }
  .wd-xxs-645 {
    width: 645% !important;
  }
  .wd-xxs-646 {
    width: 646% !important;
  }
  .wd-xxs-647 {
    width: 647% !important;
  }
  .wd-xxs-648 {
    width: 648% !important;
  }
  .wd-xxs-649 {
    width: 649% !important;
  }
  .wd-xxs-650 {
    width: 650% !important;
  }
  .wd-xxs-651 {
    width: 651% !important;
  }
  .wd-xxs-652 {
    width: 652% !important;
  }
  .wd-xxs-653 {
    width: 653% !important;
  }
  .wd-xxs-654 {
    width: 654% !important;
  }
  .wd-xxs-655 {
    width: 655% !important;
  }
  .wd-xxs-656 {
    width: 656% !important;
  }
  .wd-xxs-657 {
    width: 657% !important;
  }
  .wd-xxs-658 {
    width: 658% !important;
  }
  .wd-xxs-659 {
    width: 659% !important;
  }
  .wd-xxs-660 {
    width: 660% !important;
  }
  .wd-xxs-661 {
    width: 661% !important;
  }
  .wd-xxs-662 {
    width: 662% !important;
  }
  .wd-xxs-663 {
    width: 663% !important;
  }
  .wd-xxs-664 {
    width: 664% !important;
  }
  .wd-xxs-665 {
    width: 665% !important;
  }
  .wd-xxs-666 {
    width: 666% !important;
  }
  .wd-xxs-667 {
    width: 667% !important;
  }
  .wd-xxs-668 {
    width: 668% !important;
  }
  .wd-xxs-669 {
    width: 669% !important;
  }
  .wd-xxs-670 {
    width: 670% !important;
  }
  .wd-xxs-671 {
    width: 671% !important;
  }
  .wd-xxs-672 {
    width: 672% !important;
  }
  .wd-xxs-673 {
    width: 673% !important;
  }
  .wd-xxs-674 {
    width: 674% !important;
  }
  .wd-xxs-675 {
    width: 675% !important;
  }
  .wd-xxs-676 {
    width: 676% !important;
  }
  .wd-xxs-677 {
    width: 677% !important;
  }
  .wd-xxs-678 {
    width: 678% !important;
  }
  .wd-xxs-679 {
    width: 679% !important;
  }
  .wd-xxs-680 {
    width: 680% !important;
  }
  .wd-xxs-681 {
    width: 681% !important;
  }
  .wd-xxs-682 {
    width: 682% !important;
  }
  .wd-xxs-683 {
    width: 683% !important;
  }
  .wd-xxs-684 {
    width: 684% !important;
  }
  .wd-xxs-685 {
    width: 685% !important;
  }
  .wd-xxs-686 {
    width: 686% !important;
  }
  .wd-xxs-687 {
    width: 687% !important;
  }
  .wd-xxs-688 {
    width: 688% !important;
  }
  .wd-xxs-689 {
    width: 689% !important;
  }
  .wd-xxs-690 {
    width: 690% !important;
  }
  .wd-xxs-691 {
    width: 691% !important;
  }
  .wd-xxs-692 {
    width: 692% !important;
  }
  .wd-xxs-693 {
    width: 693% !important;
  }
  .wd-xxs-694 {
    width: 694% !important;
  }
  .wd-xxs-695 {
    width: 695% !important;
  }
  .wd-xxs-696 {
    width: 696% !important;
  }
  .wd-xxs-697 {
    width: 697% !important;
  }
  .wd-xxs-698 {
    width: 698% !important;
  }
  .wd-xxs-699 {
    width: 699% !important;
  }
  .wd-xxs-700 {
    width: 700% !important;
  }
  .wd-xxs-701 {
    width: 701% !important;
  }
  .wd-xxs-702 {
    width: 702% !important;
  }
  .wd-xxs-703 {
    width: 703% !important;
  }
  .wd-xxs-704 {
    width: 704% !important;
  }
  .wd-xxs-705 {
    width: 705% !important;
  }
  .wd-xxs-706 {
    width: 706% !important;
  }
  .wd-xxs-707 {
    width: 707% !important;
  }
  .wd-xxs-708 {
    width: 708% !important;
  }
  .wd-xxs-709 {
    width: 709% !important;
  }
  .wd-xxs-710 {
    width: 710% !important;
  }
  .wd-xxs-711 {
    width: 711% !important;
  }
  .wd-xxs-712 {
    width: 712% !important;
  }
  .wd-xxs-713 {
    width: 713% !important;
  }
  .wd-xxs-714 {
    width: 714% !important;
  }
  .wd-xxs-715 {
    width: 715% !important;
  }
  .wd-xxs-716 {
    width: 716% !important;
  }
  .wd-xxs-717 {
    width: 717% !important;
  }
  .wd-xxs-718 {
    width: 718% !important;
  }
  .wd-xxs-719 {
    width: 719% !important;
  }
  .wd-xxs-720 {
    width: 720% !important;
  }
  .wd-xxs-721 {
    width: 721% !important;
  }
  .wd-xxs-722 {
    width: 722% !important;
  }
  .wd-xxs-723 {
    width: 723% !important;
  }
  .wd-xxs-724 {
    width: 724% !important;
  }
  .wd-xxs-725 {
    width: 725% !important;
  }
  .wd-xxs-726 {
    width: 726% !important;
  }
  .wd-xxs-727 {
    width: 727% !important;
  }
  .wd-xxs-728 {
    width: 728% !important;
  }
  .wd-xxs-729 {
    width: 729% !important;
  }
  .wd-xxs-730 {
    width: 730% !important;
  }
  .wd-xxs-731 {
    width: 731% !important;
  }
  .wd-xxs-732 {
    width: 732% !important;
  }
  .wd-xxs-733 {
    width: 733% !important;
  }
  .wd-xxs-734 {
    width: 734% !important;
  }
  .wd-xxs-735 {
    width: 735% !important;
  }
  .wd-xxs-736 {
    width: 736% !important;
  }
  .wd-xxs-737 {
    width: 737% !important;
  }
  .wd-xxs-738 {
    width: 738% !important;
  }
  .wd-xxs-739 {
    width: 739% !important;
  }
  .wd-xxs-740 {
    width: 740% !important;
  }
  .wd-xxs-741 {
    width: 741% !important;
  }
  .wd-xxs-742 {
    width: 742% !important;
  }
  .wd-xxs-743 {
    width: 743% !important;
  }
  .wd-xxs-744 {
    width: 744% !important;
  }
  .wd-xxs-745 {
    width: 745% !important;
  }
  .wd-xxs-746 {
    width: 746% !important;
  }
  .wd-xxs-747 {
    width: 747% !important;
  }
  .wd-xxs-748 {
    width: 748% !important;
  }
  .wd-xxs-749 {
    width: 749% !important;
  }
  .wd-xxs-750 {
    width: 750% !important;
  }
  .wd-xxs-751 {
    width: 751% !important;
  }
  .wd-xxs-752 {
    width: 752% !important;
  }
  .wd-xxs-753 {
    width: 753% !important;
  }
  .wd-xxs-754 {
    width: 754% !important;
  }
  .wd-xxs-755 {
    width: 755% !important;
  }
  .wd-xxs-756 {
    width: 756% !important;
  }
  .wd-xxs-757 {
    width: 757% !important;
  }
  .wd-xxs-758 {
    width: 758% !important;
  }
  .wd-xxs-759 {
    width: 759% !important;
  }
  .wd-xxs-760 {
    width: 760% !important;
  }
  .wd-xxs-761 {
    width: 761% !important;
  }
  .wd-xxs-762 {
    width: 762% !important;
  }
  .wd-xxs-763 {
    width: 763% !important;
  }
  .wd-xxs-764 {
    width: 764% !important;
  }
  .wd-xxs-765 {
    width: 765% !important;
  }
  .wd-xxs-766 {
    width: 766% !important;
  }
  .wd-xxs-767 {
    width: 767% !important;
  }
  .wd-xxs-768 {
    width: 768% !important;
  }
  .wd-xxs-769 {
    width: 769% !important;
  }
  .wd-xxs-770 {
    width: 770% !important;
  }
  .wd-xxs-771 {
    width: 771% !important;
  }
  .wd-xxs-772 {
    width: 772% !important;
  }
  .wd-xxs-773 {
    width: 773% !important;
  }
  .wd-xxs-774 {
    width: 774% !important;
  }
  .wd-xxs-775 {
    width: 775% !important;
  }
  .wd-xxs-776 {
    width: 776% !important;
  }
  .wd-xxs-777 {
    width: 777% !important;
  }
  .wd-xxs-778 {
    width: 778% !important;
  }
  .wd-xxs-779 {
    width: 779% !important;
  }
  .wd-xxs-780 {
    width: 780% !important;
  }
  .wd-xxs-781 {
    width: 781% !important;
  }
  .wd-xxs-782 {
    width: 782% !important;
  }
  .wd-xxs-783 {
    width: 783% !important;
  }
  .wd-xxs-784 {
    width: 784% !important;
  }
  .wd-xxs-785 {
    width: 785% !important;
  }
  .wd-xxs-786 {
    width: 786% !important;
  }
  .wd-xxs-787 {
    width: 787% !important;
  }
  .wd-xxs-788 {
    width: 788% !important;
  }
  .wd-xxs-789 {
    width: 789% !important;
  }
  .wd-xxs-790 {
    width: 790% !important;
  }
  .wd-xxs-791 {
    width: 791% !important;
  }
  .wd-xxs-792 {
    width: 792% !important;
  }
  .wd-xxs-793 {
    width: 793% !important;
  }
  .wd-xxs-794 {
    width: 794% !important;
  }
  .wd-xxs-795 {
    width: 795% !important;
  }
  .wd-xxs-796 {
    width: 796% !important;
  }
  .wd-xxs-797 {
    width: 797% !important;
  }
  .wd-xxs-798 {
    width: 798% !important;
  }
  .wd-xxs-799 {
    width: 799% !important;
  }
  .wd-xxs-800 {
    width: 800% !important;
  }
  .wd-xxs-801 {
    width: 801% !important;
  }
  .wd-xxs-802 {
    width: 802% !important;
  }
  .wd-xxs-803 {
    width: 803% !important;
  }
  .wd-xxs-804 {
    width: 804% !important;
  }
  .wd-xxs-805 {
    width: 805% !important;
  }
  .wd-xxs-806 {
    width: 806% !important;
  }
  .wd-xxs-807 {
    width: 807% !important;
  }
  .wd-xxs-808 {
    width: 808% !important;
  }
  .wd-xxs-809 {
    width: 809% !important;
  }
  .wd-xxs-810 {
    width: 810% !important;
  }
  .wd-xxs-811 {
    width: 811% !important;
  }
  .wd-xxs-812 {
    width: 812% !important;
  }
  .wd-xxs-813 {
    width: 813% !important;
  }
  .wd-xxs-814 {
    width: 814% !important;
  }
  .wd-xxs-815 {
    width: 815% !important;
  }
  .wd-xxs-816 {
    width: 816% !important;
  }
  .wd-xxs-817 {
    width: 817% !important;
  }
  .wd-xxs-818 {
    width: 818% !important;
  }
  .wd-xxs-819 {
    width: 819% !important;
  }
  .wd-xxs-820 {
    width: 820% !important;
  }
  .wd-xxs-821 {
    width: 821% !important;
  }
  .wd-xxs-822 {
    width: 822% !important;
  }
  .wd-xxs-823 {
    width: 823% !important;
  }
  .wd-xxs-824 {
    width: 824% !important;
  }
  .wd-xxs-825 {
    width: 825% !important;
  }
  .wd-xxs-826 {
    width: 826% !important;
  }
  .wd-xxs-827 {
    width: 827% !important;
  }
  .wd-xxs-828 {
    width: 828% !important;
  }
  .wd-xxs-829 {
    width: 829% !important;
  }
  .wd-xxs-830 {
    width: 830% !important;
  }
  .wd-xxs-831 {
    width: 831% !important;
  }
  .wd-xxs-832 {
    width: 832% !important;
  }
  .wd-xxs-833 {
    width: 833% !important;
  }
  .wd-xxs-834 {
    width: 834% !important;
  }
  .wd-xxs-835 {
    width: 835% !important;
  }
  .wd-xxs-836 {
    width: 836% !important;
  }
  .wd-xxs-837 {
    width: 837% !important;
  }
  .wd-xxs-838 {
    width: 838% !important;
  }
  .wd-xxs-839 {
    width: 839% !important;
  }
  .wd-xxs-840 {
    width: 840% !important;
  }
  .wd-xxs-841 {
    width: 841% !important;
  }
  .wd-xxs-842 {
    width: 842% !important;
  }
  .wd-xxs-843 {
    width: 843% !important;
  }
  .wd-xxs-844 {
    width: 844% !important;
  }
  .wd-xxs-845 {
    width: 845% !important;
  }
  .wd-xxs-846 {
    width: 846% !important;
  }
  .wd-xxs-847 {
    width: 847% !important;
  }
  .wd-xxs-848 {
    width: 848% !important;
  }
  .wd-xxs-849 {
    width: 849% !important;
  }
  .wd-xxs-850 {
    width: 850% !important;
  }
  .wd-xxs-851 {
    width: 851% !important;
  }
  .wd-xxs-852 {
    width: 852% !important;
  }
  .wd-xxs-853 {
    width: 853% !important;
  }
  .wd-xxs-854 {
    width: 854% !important;
  }
  .wd-xxs-855 {
    width: 855% !important;
  }
  .wd-xxs-856 {
    width: 856% !important;
  }
  .wd-xxs-857 {
    width: 857% !important;
  }
  .wd-xxs-858 {
    width: 858% !important;
  }
  .wd-xxs-859 {
    width: 859% !important;
  }
  .wd-xxs-860 {
    width: 860% !important;
  }
  .wd-xxs-861 {
    width: 861% !important;
  }
  .wd-xxs-862 {
    width: 862% !important;
  }
  .wd-xxs-863 {
    width: 863% !important;
  }
  .wd-xxs-864 {
    width: 864% !important;
  }
  .wd-xxs-865 {
    width: 865% !important;
  }
  .wd-xxs-866 {
    width: 866% !important;
  }
  .wd-xxs-867 {
    width: 867% !important;
  }
  .wd-xxs-868 {
    width: 868% !important;
  }
  .wd-xxs-869 {
    width: 869% !important;
  }
  .wd-xxs-870 {
    width: 870% !important;
  }
  .wd-xxs-871 {
    width: 871% !important;
  }
  .wd-xxs-872 {
    width: 872% !important;
  }
  .wd-xxs-873 {
    width: 873% !important;
  }
  .wd-xxs-874 {
    width: 874% !important;
  }
  .wd-xxs-875 {
    width: 875% !important;
  }
  .wd-xxs-876 {
    width: 876% !important;
  }
  .wd-xxs-877 {
    width: 877% !important;
  }
  .wd-xxs-878 {
    width: 878% !important;
  }
  .wd-xxs-879 {
    width: 879% !important;
  }
  .wd-xxs-880 {
    width: 880% !important;
  }
  .wd-xxs-881 {
    width: 881% !important;
  }
  .wd-xxs-882 {
    width: 882% !important;
  }
  .wd-xxs-883 {
    width: 883% !important;
  }
  .wd-xxs-884 {
    width: 884% !important;
  }
  .wd-xxs-885 {
    width: 885% !important;
  }
  .wd-xxs-886 {
    width: 886% !important;
  }
  .wd-xxs-887 {
    width: 887% !important;
  }
  .wd-xxs-888 {
    width: 888% !important;
  }
  .wd-xxs-889 {
    width: 889% !important;
  }
  .wd-xxs-890 {
    width: 890% !important;
  }
  .wd-xxs-891 {
    width: 891% !important;
  }
  .wd-xxs-892 {
    width: 892% !important;
  }
  .wd-xxs-893 {
    width: 893% !important;
  }
  .wd-xxs-894 {
    width: 894% !important;
  }
  .wd-xxs-895 {
    width: 895% !important;
  }
  .wd-xxs-896 {
    width: 896% !important;
  }
  .wd-xxs-897 {
    width: 897% !important;
  }
  .wd-xxs-898 {
    width: 898% !important;
  }
  .wd-xxs-899 {
    width: 899% !important;
  }
  .wd-xxs-900 {
    width: 900% !important;
  }
  .wd-xxs-901 {
    width: 901% !important;
  }
  .wd-xxs-902 {
    width: 902% !important;
  }
  .wd-xxs-903 {
    width: 903% !important;
  }
  .wd-xxs-904 {
    width: 904% !important;
  }
  .wd-xxs-905 {
    width: 905% !important;
  }
  .wd-xxs-906 {
    width: 906% !important;
  }
  .wd-xxs-907 {
    width: 907% !important;
  }
  .wd-xxs-908 {
    width: 908% !important;
  }
  .wd-xxs-909 {
    width: 909% !important;
  }
  .wd-xxs-910 {
    width: 910% !important;
  }
  .wd-xxs-911 {
    width: 911% !important;
  }
  .wd-xxs-912 {
    width: 912% !important;
  }
  .wd-xxs-913 {
    width: 913% !important;
  }
  .wd-xxs-914 {
    width: 914% !important;
  }
  .wd-xxs-915 {
    width: 915% !important;
  }
  .wd-xxs-916 {
    width: 916% !important;
  }
  .wd-xxs-917 {
    width: 917% !important;
  }
  .wd-xxs-918 {
    width: 918% !important;
  }
  .wd-xxs-919 {
    width: 919% !important;
  }
  .wd-xxs-920 {
    width: 920% !important;
  }
  .wd-xxs-921 {
    width: 921% !important;
  }
  .wd-xxs-922 {
    width: 922% !important;
  }
  .wd-xxs-923 {
    width: 923% !important;
  }
  .wd-xxs-924 {
    width: 924% !important;
  }
  .wd-xxs-925 {
    width: 925% !important;
  }
  .wd-xxs-926 {
    width: 926% !important;
  }
  .wd-xxs-927 {
    width: 927% !important;
  }
  .wd-xxs-928 {
    width: 928% !important;
  }
  .wd-xxs-929 {
    width: 929% !important;
  }
  .wd-xxs-930 {
    width: 930% !important;
  }
  .wd-xxs-931 {
    width: 931% !important;
  }
  .wd-xxs-932 {
    width: 932% !important;
  }
  .wd-xxs-933 {
    width: 933% !important;
  }
  .wd-xxs-934 {
    width: 934% !important;
  }
  .wd-xxs-935 {
    width: 935% !important;
  }
  .wd-xxs-936 {
    width: 936% !important;
  }
  .wd-xxs-937 {
    width: 937% !important;
  }
  .wd-xxs-938 {
    width: 938% !important;
  }
  .wd-xxs-939 {
    width: 939% !important;
  }
  .wd-xxs-940 {
    width: 940% !important;
  }
  .wd-xxs-941 {
    width: 941% !important;
  }
  .wd-xxs-942 {
    width: 942% !important;
  }
  .wd-xxs-943 {
    width: 943% !important;
  }
  .wd-xxs-944 {
    width: 944% !important;
  }
  .wd-xxs-945 {
    width: 945% !important;
  }
  .wd-xxs-946 {
    width: 946% !important;
  }
  .wd-xxs-947 {
    width: 947% !important;
  }
  .wd-xxs-948 {
    width: 948% !important;
  }
  .wd-xxs-949 {
    width: 949% !important;
  }
  .wd-xxs-950 {
    width: 950% !important;
  }
  .wd-xxs-951 {
    width: 951% !important;
  }
  .wd-xxs-952 {
    width: 952% !important;
  }
  .wd-xxs-953 {
    width: 953% !important;
  }
  .wd-xxs-954 {
    width: 954% !important;
  }
  .wd-xxs-955 {
    width: 955% !important;
  }
  .wd-xxs-956 {
    width: 956% !important;
  }
  .wd-xxs-957 {
    width: 957% !important;
  }
  .wd-xxs-958 {
    width: 958% !important;
  }
  .wd-xxs-959 {
    width: 959% !important;
  }
  .wd-xxs-960 {
    width: 960% !important;
  }
  .wd-xxs-961 {
    width: 961% !important;
  }
  .wd-xxs-962 {
    width: 962% !important;
  }
  .wd-xxs-963 {
    width: 963% !important;
  }
  .wd-xxs-964 {
    width: 964% !important;
  }
  .wd-xxs-965 {
    width: 965% !important;
  }
  .wd-xxs-966 {
    width: 966% !important;
  }
  .wd-xxs-967 {
    width: 967% !important;
  }
  .wd-xxs-968 {
    width: 968% !important;
  }
  .wd-xxs-969 {
    width: 969% !important;
  }
  .wd-xxs-970 {
    width: 970% !important;
  }
  .wd-xxs-971 {
    width: 971% !important;
  }
  .wd-xxs-972 {
    width: 972% !important;
  }
  .wd-xxs-973 {
    width: 973% !important;
  }
  .wd-xxs-974 {
    width: 974% !important;
  }
  .wd-xxs-975 {
    width: 975% !important;
  }
  .wd-xxs-976 {
    width: 976% !important;
  }
  .wd-xxs-977 {
    width: 977% !important;
  }
  .wd-xxs-978 {
    width: 978% !important;
  }
  .wd-xxs-979 {
    width: 979% !important;
  }
  .wd-xxs-980 {
    width: 980% !important;
  }
  .wd-xxs-981 {
    width: 981% !important;
  }
  .wd-xxs-982 {
    width: 982% !important;
  }
  .wd-xxs-983 {
    width: 983% !important;
  }
  .wd-xxs-984 {
    width: 984% !important;
  }
  .wd-xxs-985 {
    width: 985% !important;
  }
  .wd-xxs-986 {
    width: 986% !important;
  }
  .wd-xxs-987 {
    width: 987% !important;
  }
  .wd-xxs-988 {
    width: 988% !important;
  }
  .wd-xxs-989 {
    width: 989% !important;
  }
  .wd-xxs-990 {
    width: 990% !important;
  }
  .wd-xxs-991 {
    width: 991% !important;
  }
  .wd-xxs-992 {
    width: 992% !important;
  }
  .wd-xxs-993 {
    width: 993% !important;
  }
  .wd-xxs-994 {
    width: 994% !important;
  }
  .wd-xxs-995 {
    width: 995% !important;
  }
  .wd-xxs-996 {
    width: 996% !important;
  }
  .wd-xxs-997 {
    width: 997% !important;
  }
  .wd-xxs-998 {
    width: 998% !important;
  }
  .wd-xxs-999 {
    width: 999% !important;
  }
  .wd-xxs-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 301px) {
  .wd-mini-5 {
    width: 5% !important;
  }
  .wd-mini-10 {
    width: 10% !important;
  }
  .wd-mini-11 {
    width: 11% !important;
  }
  .wd-mini-12 {
    width: 12% !important;
  }
  .wd-mini-13 {
    width: 13% !important;
  }
  .wd-mini-14 {
    width: 14% !important;
  }
  .wd-mini-15 {
    width: 15% !important;
  }
  .wd-mini-16 {
    width: 16% !important;
  }
  .wd-mini-17 {
    width: 17% !important;
  }
  .wd-mini-18 {
    width: 18% !important;
  }
  .wd-mini-19 {
    width: 19% !important;
  }
  .wd-mini-20 {
    width: 20% !important;
  }
  .wd-mini-21 {
    width: 21% !important;
  }
  .wd-mini-22 {
    width: 22% !important;
  }
  .wd-mini-23 {
    width: 23% !important;
  }
  .wd-mini-24 {
    width: 24% !important;
  }
  .wd-mini-25 {
    width: 25% !important;
  }
  .wd-mini-26 {
    width: 26% !important;
  }
  .wd-mini-27 {
    width: 27% !important;
  }
  .wd-mini-28 {
    width: 28% !important;
  }
  .wd-mini-29 {
    width: 29% !important;
  }
  .wd-mini-30 {
    width: 30% !important;
  }
  .wd-mini-31 {
    width: 31% !important;
  }
  .wd-mini-32 {
    width: 32% !important;
  }
  .wd-mini-33 {
    width: 33% !important;
  }
  .wd-mini-34 {
    width: 34% !important;
  }
  .wd-mini-35 {
    width: 35% !important;
  }
  .wd-mini-36 {
    width: 36% !important;
  }
  .wd-mini-37 {
    width: 37% !important;
  }
  .wd-mini-38 {
    width: 38% !important;
  }
  .wd-mini-39 {
    width: 39% !important;
  }
  .wd-mini-40 {
    width: 40% !important;
  }
  .wd-mini-41 {
    width: 41% !important;
  }
  .wd-mini-42 {
    width: 42% !important;
  }
  .wd-mini-43 {
    width: 43% !important;
  }
  .wd-mini-44 {
    width: 44% !important;
  }
  .wd-mini-45 {
    width: 45% !important;
  }
  .wd-mini-46 {
    width: 46% !important;
  }
  .wd-mini-47 {
    width: 47% !important;
  }
  .wd-mini-48 {
    width: 48% !important;
  }
  .wd-mini-49 {
    width: 49% !important;
  }
  .wd-mini-50 {
    width: 50% !important;
  }
  .wd-mini-51 {
    width: 51% !important;
  }
  .wd-mini-52 {
    width: 52% !important;
  }
  .wd-mini-53 {
    width: 53% !important;
  }
  .wd-mini-54 {
    width: 54% !important;
  }
  .wd-mini-55 {
    width: 55% !important;
  }
  .wd-mini-56 {
    width: 56% !important;
  }
  .wd-mini-57 {
    width: 57% !important;
  }
  .wd-mini-58 {
    width: 58% !important;
  }
  .wd-mini-59 {
    width: 59% !important;
  }
  .wd-mini-60 {
    width: 60% !important;
  }
  .wd-mini-61 {
    width: 61% !important;
  }
  .wd-mini-62 {
    width: 62% !important;
  }
  .wd-mini-63 {
    width: 63% !important;
  }
  .wd-mini-64 {
    width: 64% !important;
  }
  .wd-mini-65 {
    width: 65% !important;
  }
  .wd-mini-66 {
    width: 66% !important;
  }
  .wd-mini-67 {
    width: 67% !important;
  }
  .wd-mini-68 {
    width: 68% !important;
  }
  .wd-mini-69 {
    width: 69% !important;
  }
  .wd-mini-70 {
    width: 70% !important;
  }
  .wd-mini-71 {
    width: 71% !important;
  }
  .wd-mini-72 {
    width: 72% !important;
  }
  .wd-mini-73 {
    width: 73% !important;
  }
  .wd-mini-74 {
    width: 74% !important;
  }
  .wd-mini-75 {
    width: 75% !important;
  }
  .wd-mini-76 {
    width: 76% !important;
  }
  .wd-mini-77 {
    width: 77% !important;
  }
  .wd-mini-78 {
    width: 78% !important;
  }
  .wd-mini-79 {
    width: 79% !important;
  }
  .wd-mini-80 {
    width: 80% !important;
  }
  .wd-mini-81 {
    width: 81% !important;
  }
  .wd-mini-82 {
    width: 82% !important;
  }
  .wd-mini-83 {
    width: 83% !important;
  }
  .wd-mini-84 {
    width: 84% !important;
  }
  .wd-mini-85 {
    width: 85% !important;
  }
  .wd-mini-86 {
    width: 86% !important;
  }
  .wd-mini-87 {
    width: 87% !important;
  }
  .wd-mini-88 {
    width: 88% !important;
  }
  .wd-mini-89 {
    width: 89% !important;
  }
  .wd-mini-90 {
    width: 90% !important;
  }
  .wd-mini-91 {
    width: 91% !important;
  }
  .wd-mini-92 {
    width: 92% !important;
  }
  .wd-mini-93 {
    width: 93% !important;
  }
  .wd-mini-94 {
    width: 94% !important;
  }
  .wd-mini-95 {
    width: 95% !important;
  }
  .wd-mini-96 {
    width: 96% !important;
  }
  .wd-mini-97 {
    width: 97% !important;
  }
  .wd-mini-98 {
    width: 98% !important;
  }
  .wd-mini-99 {
    width: 99% !important;
  }
  .wd-mini-100 {
    width: 100% !important;
  }
  .wd-mini-101 {
    width: 101% !important;
  }
  .wd-mini-102 {
    width: 102% !important;
  }
  .wd-mini-103 {
    width: 103% !important;
  }
  .wd-mini-104 {
    width: 104% !important;
  }
  .wd-mini-105 {
    width: 105% !important;
  }
  .wd-mini-106 {
    width: 106% !important;
  }
  .wd-mini-107 {
    width: 107% !important;
  }
  .wd-mini-108 {
    width: 108% !important;
  }
  .wd-mini-109 {
    width: 109% !important;
  }
  .wd-mini-110 {
    width: 110% !important;
  }
  .wd-mini-111 {
    width: 111% !important;
  }
  .wd-mini-112 {
    width: 112% !important;
  }
  .wd-mini-113 {
    width: 113% !important;
  }
  .wd-mini-114 {
    width: 114% !important;
  }
  .wd-mini-115 {
    width: 115% !important;
  }
  .wd-mini-116 {
    width: 116% !important;
  }
  .wd-mini-117 {
    width: 117% !important;
  }
  .wd-mini-118 {
    width: 118% !important;
  }
  .wd-mini-119 {
    width: 119% !important;
  }
  .wd-mini-120 {
    width: 120% !important;
  }
  .wd-mini-121 {
    width: 121% !important;
  }
  .wd-mini-122 {
    width: 122% !important;
  }
  .wd-mini-123 {
    width: 123% !important;
  }
  .wd-mini-124 {
    width: 124% !important;
  }
  .wd-mini-125 {
    width: 125% !important;
  }
  .wd-mini-126 {
    width: 126% !important;
  }
  .wd-mini-127 {
    width: 127% !important;
  }
  .wd-mini-128 {
    width: 128% !important;
  }
  .wd-mini-129 {
    width: 129% !important;
  }
  .wd-mini-130 {
    width: 130% !important;
  }
  .wd-mini-131 {
    width: 131% !important;
  }
  .wd-mini-132 {
    width: 132% !important;
  }
  .wd-mini-133 {
    width: 133% !important;
  }
  .wd-mini-134 {
    width: 134% !important;
  }
  .wd-mini-135 {
    width: 135% !important;
  }
  .wd-mini-136 {
    width: 136% !important;
  }
  .wd-mini-137 {
    width: 137% !important;
  }
  .wd-mini-138 {
    width: 138% !important;
  }
  .wd-mini-139 {
    width: 139% !important;
  }
  .wd-mini-140 {
    width: 140% !important;
  }
  .wd-mini-141 {
    width: 141% !important;
  }
  .wd-mini-142 {
    width: 142% !important;
  }
  .wd-mini-143 {
    width: 143% !important;
  }
  .wd-mini-144 {
    width: 144% !important;
  }
  .wd-mini-145 {
    width: 145% !important;
  }
  .wd-mini-146 {
    width: 146% !important;
  }
  .wd-mini-147 {
    width: 147% !important;
  }
  .wd-mini-148 {
    width: 148% !important;
  }
  .wd-mini-149 {
    width: 149% !important;
  }
  .wd-mini-150 {
    width: 150% !important;
  }
  .wd-mini-151 {
    width: 151% !important;
  }
  .wd-mini-152 {
    width: 152% !important;
  }
  .wd-mini-153 {
    width: 153% !important;
  }
  .wd-mini-154 {
    width: 154% !important;
  }
  .wd-mini-155 {
    width: 155% !important;
  }
  .wd-mini-156 {
    width: 156% !important;
  }
  .wd-mini-157 {
    width: 157% !important;
  }
  .wd-mini-158 {
    width: 158% !important;
  }
  .wd-mini-159 {
    width: 159% !important;
  }
  .wd-mini-160 {
    width: 160% !important;
  }
  .wd-mini-161 {
    width: 161% !important;
  }
  .wd-mini-162 {
    width: 162% !important;
  }
  .wd-mini-163 {
    width: 163% !important;
  }
  .wd-mini-164 {
    width: 164% !important;
  }
  .wd-mini-165 {
    width: 165% !important;
  }
  .wd-mini-166 {
    width: 166% !important;
  }
  .wd-mini-167 {
    width: 167% !important;
  }
  .wd-mini-168 {
    width: 168% !important;
  }
  .wd-mini-169 {
    width: 169% !important;
  }
  .wd-mini-170 {
    width: 170% !important;
  }
  .wd-mini-171 {
    width: 171% !important;
  }
  .wd-mini-172 {
    width: 172% !important;
  }
  .wd-mini-173 {
    width: 173% !important;
  }
  .wd-mini-174 {
    width: 174% !important;
  }
  .wd-mini-175 {
    width: 175% !important;
  }
  .wd-mini-176 {
    width: 176% !important;
  }
  .wd-mini-177 {
    width: 177% !important;
  }
  .wd-mini-178 {
    width: 178% !important;
  }
  .wd-mini-179 {
    width: 179% !important;
  }
  .wd-mini-180 {
    width: 180% !important;
  }
  .wd-mini-181 {
    width: 181% !important;
  }
  .wd-mini-182 {
    width: 182% !important;
  }
  .wd-mini-183 {
    width: 183% !important;
  }
  .wd-mini-184 {
    width: 184% !important;
  }
  .wd-mini-185 {
    width: 185% !important;
  }
  .wd-mini-186 {
    width: 186% !important;
  }
  .wd-mini-187 {
    width: 187% !important;
  }
  .wd-mini-188 {
    width: 188% !important;
  }
  .wd-mini-189 {
    width: 189% !important;
  }
  .wd-mini-190 {
    width: 190% !important;
  }
  .wd-mini-191 {
    width: 191% !important;
  }
  .wd-mini-192 {
    width: 192% !important;
  }
  .wd-mini-193 {
    width: 193% !important;
  }
  .wd-mini-194 {
    width: 194% !important;
  }
  .wd-mini-195 {
    width: 195% !important;
  }
  .wd-mini-196 {
    width: 196% !important;
  }
  .wd-mini-197 {
    width: 197% !important;
  }
  .wd-mini-198 {
    width: 198% !important;
  }
  .wd-mini-199 {
    width: 199% !important;
  }
  .wd-mini-200 {
    width: 200% !important;
  }
  .wd-mini-201 {
    width: 201% !important;
  }
  .wd-mini-202 {
    width: 202% !important;
  }
  .wd-mini-203 {
    width: 203% !important;
  }
  .wd-mini-204 {
    width: 204% !important;
  }
  .wd-mini-205 {
    width: 205% !important;
  }
  .wd-mini-206 {
    width: 206% !important;
  }
  .wd-mini-207 {
    width: 207% !important;
  }
  .wd-mini-208 {
    width: 208% !important;
  }
  .wd-mini-209 {
    width: 209% !important;
  }
  .wd-mini-210 {
    width: 210% !important;
  }
  .wd-mini-211 {
    width: 211% !important;
  }
  .wd-mini-212 {
    width: 212% !important;
  }
  .wd-mini-213 {
    width: 213% !important;
  }
  .wd-mini-214 {
    width: 214% !important;
  }
  .wd-mini-215 {
    width: 215% !important;
  }
  .wd-mini-216 {
    width: 216% !important;
  }
  .wd-mini-217 {
    width: 217% !important;
  }
  .wd-mini-218 {
    width: 218% !important;
  }
  .wd-mini-219 {
    width: 219% !important;
  }
  .wd-mini-220 {
    width: 220% !important;
  }
  .wd-mini-221 {
    width: 221% !important;
  }
  .wd-mini-222 {
    width: 222% !important;
  }
  .wd-mini-223 {
    width: 223% !important;
  }
  .wd-mini-224 {
    width: 224% !important;
  }
  .wd-mini-225 {
    width: 225% !important;
  }
  .wd-mini-226 {
    width: 226% !important;
  }
  .wd-mini-227 {
    width: 227% !important;
  }
  .wd-mini-228 {
    width: 228% !important;
  }
  .wd-mini-229 {
    width: 229% !important;
  }
  .wd-mini-230 {
    width: 230% !important;
  }
  .wd-mini-231 {
    width: 231% !important;
  }
  .wd-mini-232 {
    width: 232% !important;
  }
  .wd-mini-233 {
    width: 233% !important;
  }
  .wd-mini-234 {
    width: 234% !important;
  }
  .wd-mini-235 {
    width: 235% !important;
  }
  .wd-mini-236 {
    width: 236% !important;
  }
  .wd-mini-237 {
    width: 237% !important;
  }
  .wd-mini-238 {
    width: 238% !important;
  }
  .wd-mini-239 {
    width: 239% !important;
  }
  .wd-mini-240 {
    width: 240% !important;
  }
  .wd-mini-241 {
    width: 241% !important;
  }
  .wd-mini-242 {
    width: 242% !important;
  }
  .wd-mini-243 {
    width: 243% !important;
  }
  .wd-mini-244 {
    width: 244% !important;
  }
  .wd-mini-245 {
    width: 245% !important;
  }
  .wd-mini-246 {
    width: 246% !important;
  }
  .wd-mini-247 {
    width: 247% !important;
  }
  .wd-mini-248 {
    width: 248% !important;
  }
  .wd-mini-249 {
    width: 249% !important;
  }
  .wd-mini-250 {
    width: 250% !important;
  }
  .wd-mini-251 {
    width: 251% !important;
  }
  .wd-mini-252 {
    width: 252% !important;
  }
  .wd-mini-253 {
    width: 253% !important;
  }
  .wd-mini-254 {
    width: 254% !important;
  }
  .wd-mini-255 {
    width: 255% !important;
  }
  .wd-mini-256 {
    width: 256% !important;
  }
  .wd-mini-257 {
    width: 257% !important;
  }
  .wd-mini-258 {
    width: 258% !important;
  }
  .wd-mini-259 {
    width: 259% !important;
  }
  .wd-mini-260 {
    width: 260% !important;
  }
  .wd-mini-261 {
    width: 261% !important;
  }
  .wd-mini-262 {
    width: 262% !important;
  }
  .wd-mini-263 {
    width: 263% !important;
  }
  .wd-mini-264 {
    width: 264% !important;
  }
  .wd-mini-265 {
    width: 265% !important;
  }
  .wd-mini-266 {
    width: 266% !important;
  }
  .wd-mini-267 {
    width: 267% !important;
  }
  .wd-mini-268 {
    width: 268% !important;
  }
  .wd-mini-269 {
    width: 269% !important;
  }
  .wd-mini-270 {
    width: 270% !important;
  }
  .wd-mini-271 {
    width: 271% !important;
  }
  .wd-mini-272 {
    width: 272% !important;
  }
  .wd-mini-273 {
    width: 273% !important;
  }
  .wd-mini-274 {
    width: 274% !important;
  }
  .wd-mini-275 {
    width: 275% !important;
  }
  .wd-mini-276 {
    width: 276% !important;
  }
  .wd-mini-277 {
    width: 277% !important;
  }
  .wd-mini-278 {
    width: 278% !important;
  }
  .wd-mini-279 {
    width: 279% !important;
  }
  .wd-mini-280 {
    width: 280% !important;
  }
  .wd-mini-281 {
    width: 281% !important;
  }
  .wd-mini-282 {
    width: 282% !important;
  }
  .wd-mini-283 {
    width: 283% !important;
  }
  .wd-mini-284 {
    width: 284% !important;
  }
  .wd-mini-285 {
    width: 285% !important;
  }
  .wd-mini-286 {
    width: 286% !important;
  }
  .wd-mini-287 {
    width: 287% !important;
  }
  .wd-mini-288 {
    width: 288% !important;
  }
  .wd-mini-289 {
    width: 289% !important;
  }
  .wd-mini-290 {
    width: 290% !important;
  }
  .wd-mini-291 {
    width: 291% !important;
  }
  .wd-mini-292 {
    width: 292% !important;
  }
  .wd-mini-293 {
    width: 293% !important;
  }
  .wd-mini-294 {
    width: 294% !important;
  }
  .wd-mini-295 {
    width: 295% !important;
  }
  .wd-mini-296 {
    width: 296% !important;
  }
  .wd-mini-297 {
    width: 297% !important;
  }
  .wd-mini-298 {
    width: 298% !important;
  }
  .wd-mini-299 {
    width: 299% !important;
  }
  .wd-mini-300 {
    width: 300% !important;
  }
  .wd-mini-301 {
    width: 301% !important;
  }
  .wd-mini-302 {
    width: 302% !important;
  }
  .wd-mini-303 {
    width: 303% !important;
  }
  .wd-mini-304 {
    width: 304% !important;
  }
  .wd-mini-305 {
    width: 305% !important;
  }
  .wd-mini-306 {
    width: 306% !important;
  }
  .wd-mini-307 {
    width: 307% !important;
  }
  .wd-mini-308 {
    width: 308% !important;
  }
  .wd-mini-309 {
    width: 309% !important;
  }
  .wd-mini-310 {
    width: 310% !important;
  }
  .wd-mini-311 {
    width: 311% !important;
  }
  .wd-mini-312 {
    width: 312% !important;
  }
  .wd-mini-313 {
    width: 313% !important;
  }
  .wd-mini-314 {
    width: 314% !important;
  }
  .wd-mini-315 {
    width: 315% !important;
  }
  .wd-mini-316 {
    width: 316% !important;
  }
  .wd-mini-317 {
    width: 317% !important;
  }
  .wd-mini-318 {
    width: 318% !important;
  }
  .wd-mini-319 {
    width: 319% !important;
  }
  .wd-mini-320 {
    width: 320% !important;
  }
  .wd-mini-321 {
    width: 321% !important;
  }
  .wd-mini-322 {
    width: 322% !important;
  }
  .wd-mini-323 {
    width: 323% !important;
  }
  .wd-mini-324 {
    width: 324% !important;
  }
  .wd-mini-325 {
    width: 325% !important;
  }
  .wd-mini-326 {
    width: 326% !important;
  }
  .wd-mini-327 {
    width: 327% !important;
  }
  .wd-mini-328 {
    width: 328% !important;
  }
  .wd-mini-329 {
    width: 329% !important;
  }
  .wd-mini-330 {
    width: 330% !important;
  }
  .wd-mini-331 {
    width: 331% !important;
  }
  .wd-mini-332 {
    width: 332% !important;
  }
  .wd-mini-333 {
    width: 333% !important;
  }
  .wd-mini-334 {
    width: 334% !important;
  }
  .wd-mini-335 {
    width: 335% !important;
  }
  .wd-mini-336 {
    width: 336% !important;
  }
  .wd-mini-337 {
    width: 337% !important;
  }
  .wd-mini-338 {
    width: 338% !important;
  }
  .wd-mini-339 {
    width: 339% !important;
  }
  .wd-mini-340 {
    width: 340% !important;
  }
  .wd-mini-341 {
    width: 341% !important;
  }
  .wd-mini-342 {
    width: 342% !important;
  }
  .wd-mini-343 {
    width: 343% !important;
  }
  .wd-mini-344 {
    width: 344% !important;
  }
  .wd-mini-345 {
    width: 345% !important;
  }
  .wd-mini-346 {
    width: 346% !important;
  }
  .wd-mini-347 {
    width: 347% !important;
  }
  .wd-mini-348 {
    width: 348% !important;
  }
  .wd-mini-349 {
    width: 349% !important;
  }
  .wd-mini-350 {
    width: 350% !important;
  }
  .wd-mini-351 {
    width: 351% !important;
  }
  .wd-mini-352 {
    width: 352% !important;
  }
  .wd-mini-353 {
    width: 353% !important;
  }
  .wd-mini-354 {
    width: 354% !important;
  }
  .wd-mini-355 {
    width: 355% !important;
  }
  .wd-mini-356 {
    width: 356% !important;
  }
  .wd-mini-357 {
    width: 357% !important;
  }
  .wd-mini-358 {
    width: 358% !important;
  }
  .wd-mini-359 {
    width: 359% !important;
  }
  .wd-mini-360 {
    width: 360% !important;
  }
  .wd-mini-361 {
    width: 361% !important;
  }
  .wd-mini-362 {
    width: 362% !important;
  }
  .wd-mini-363 {
    width: 363% !important;
  }
  .wd-mini-364 {
    width: 364% !important;
  }
  .wd-mini-365 {
    width: 365% !important;
  }
  .wd-mini-366 {
    width: 366% !important;
  }
  .wd-mini-367 {
    width: 367% !important;
  }
  .wd-mini-368 {
    width: 368% !important;
  }
  .wd-mini-369 {
    width: 369% !important;
  }
  .wd-mini-370 {
    width: 370% !important;
  }
  .wd-mini-371 {
    width: 371% !important;
  }
  .wd-mini-372 {
    width: 372% !important;
  }
  .wd-mini-373 {
    width: 373% !important;
  }
  .wd-mini-374 {
    width: 374% !important;
  }
  .wd-mini-375 {
    width: 375% !important;
  }
  .wd-mini-376 {
    width: 376% !important;
  }
  .wd-mini-377 {
    width: 377% !important;
  }
  .wd-mini-378 {
    width: 378% !important;
  }
  .wd-mini-379 {
    width: 379% !important;
  }
  .wd-mini-380 {
    width: 380% !important;
  }
  .wd-mini-381 {
    width: 381% !important;
  }
  .wd-mini-382 {
    width: 382% !important;
  }
  .wd-mini-383 {
    width: 383% !important;
  }
  .wd-mini-384 {
    width: 384% !important;
  }
  .wd-mini-385 {
    width: 385% !important;
  }
  .wd-mini-386 {
    width: 386% !important;
  }
  .wd-mini-387 {
    width: 387% !important;
  }
  .wd-mini-388 {
    width: 388% !important;
  }
  .wd-mini-389 {
    width: 389% !important;
  }
  .wd-mini-390 {
    width: 390% !important;
  }
  .wd-mini-391 {
    width: 391% !important;
  }
  .wd-mini-392 {
    width: 392% !important;
  }
  .wd-mini-393 {
    width: 393% !important;
  }
  .wd-mini-394 {
    width: 394% !important;
  }
  .wd-mini-395 {
    width: 395% !important;
  }
  .wd-mini-396 {
    width: 396% !important;
  }
  .wd-mini-397 {
    width: 397% !important;
  }
  .wd-mini-398 {
    width: 398% !important;
  }
  .wd-mini-399 {
    width: 399% !important;
  }
  .wd-mini-400 {
    width: 400% !important;
  }
  .wd-mini-401 {
    width: 401% !important;
  }
  .wd-mini-402 {
    width: 402% !important;
  }
  .wd-mini-403 {
    width: 403% !important;
  }
  .wd-mini-404 {
    width: 404% !important;
  }
  .wd-mini-405 {
    width: 405% !important;
  }
  .wd-mini-406 {
    width: 406% !important;
  }
  .wd-mini-407 {
    width: 407% !important;
  }
  .wd-mini-408 {
    width: 408% !important;
  }
  .wd-mini-409 {
    width: 409% !important;
  }
  .wd-mini-410 {
    width: 410% !important;
  }
  .wd-mini-411 {
    width: 411% !important;
  }
  .wd-mini-412 {
    width: 412% !important;
  }
  .wd-mini-413 {
    width: 413% !important;
  }
  .wd-mini-414 {
    width: 414% !important;
  }
  .wd-mini-415 {
    width: 415% !important;
  }
  .wd-mini-416 {
    width: 416% !important;
  }
  .wd-mini-417 {
    width: 417% !important;
  }
  .wd-mini-418 {
    width: 418% !important;
  }
  .wd-mini-419 {
    width: 419% !important;
  }
  .wd-mini-420 {
    width: 420% !important;
  }
  .wd-mini-421 {
    width: 421% !important;
  }
  .wd-mini-422 {
    width: 422% !important;
  }
  .wd-mini-423 {
    width: 423% !important;
  }
  .wd-mini-424 {
    width: 424% !important;
  }
  .wd-mini-425 {
    width: 425% !important;
  }
  .wd-mini-426 {
    width: 426% !important;
  }
  .wd-mini-427 {
    width: 427% !important;
  }
  .wd-mini-428 {
    width: 428% !important;
  }
  .wd-mini-429 {
    width: 429% !important;
  }
  .wd-mini-430 {
    width: 430% !important;
  }
  .wd-mini-431 {
    width: 431% !important;
  }
  .wd-mini-432 {
    width: 432% !important;
  }
  .wd-mini-433 {
    width: 433% !important;
  }
  .wd-mini-434 {
    width: 434% !important;
  }
  .wd-mini-435 {
    width: 435% !important;
  }
  .wd-mini-436 {
    width: 436% !important;
  }
  .wd-mini-437 {
    width: 437% !important;
  }
  .wd-mini-438 {
    width: 438% !important;
  }
  .wd-mini-439 {
    width: 439% !important;
  }
  .wd-mini-440 {
    width: 440% !important;
  }
  .wd-mini-441 {
    width: 441% !important;
  }
  .wd-mini-442 {
    width: 442% !important;
  }
  .wd-mini-443 {
    width: 443% !important;
  }
  .wd-mini-444 {
    width: 444% !important;
  }
  .wd-mini-445 {
    width: 445% !important;
  }
  .wd-mini-446 {
    width: 446% !important;
  }
  .wd-mini-447 {
    width: 447% !important;
  }
  .wd-mini-448 {
    width: 448% !important;
  }
  .wd-mini-449 {
    width: 449% !important;
  }
  .wd-mini-450 {
    width: 450% !important;
  }
  .wd-mini-451 {
    width: 451% !important;
  }
  .wd-mini-452 {
    width: 452% !important;
  }
  .wd-mini-453 {
    width: 453% !important;
  }
  .wd-mini-454 {
    width: 454% !important;
  }
  .wd-mini-455 {
    width: 455% !important;
  }
  .wd-mini-456 {
    width: 456% !important;
  }
  .wd-mini-457 {
    width: 457% !important;
  }
  .wd-mini-458 {
    width: 458% !important;
  }
  .wd-mini-459 {
    width: 459% !important;
  }
  .wd-mini-460 {
    width: 460% !important;
  }
  .wd-mini-461 {
    width: 461% !important;
  }
  .wd-mini-462 {
    width: 462% !important;
  }
  .wd-mini-463 {
    width: 463% !important;
  }
  .wd-mini-464 {
    width: 464% !important;
  }
  .wd-mini-465 {
    width: 465% !important;
  }
  .wd-mini-466 {
    width: 466% !important;
  }
  .wd-mini-467 {
    width: 467% !important;
  }
  .wd-mini-468 {
    width: 468% !important;
  }
  .wd-mini-469 {
    width: 469% !important;
  }
  .wd-mini-470 {
    width: 470% !important;
  }
  .wd-mini-471 {
    width: 471% !important;
  }
  .wd-mini-472 {
    width: 472% !important;
  }
  .wd-mini-473 {
    width: 473% !important;
  }
  .wd-mini-474 {
    width: 474% !important;
  }
  .wd-mini-475 {
    width: 475% !important;
  }
  .wd-mini-476 {
    width: 476% !important;
  }
  .wd-mini-477 {
    width: 477% !important;
  }
  .wd-mini-478 {
    width: 478% !important;
  }
  .wd-mini-479 {
    width: 479% !important;
  }
  .wd-mini-480 {
    width: 480% !important;
  }
  .wd-mini-481 {
    width: 481% !important;
  }
  .wd-mini-482 {
    width: 482% !important;
  }
  .wd-mini-483 {
    width: 483% !important;
  }
  .wd-mini-484 {
    width: 484% !important;
  }
  .wd-mini-485 {
    width: 485% !important;
  }
  .wd-mini-486 {
    width: 486% !important;
  }
  .wd-mini-487 {
    width: 487% !important;
  }
  .wd-mini-488 {
    width: 488% !important;
  }
  .wd-mini-489 {
    width: 489% !important;
  }
  .wd-mini-490 {
    width: 490% !important;
  }
  .wd-mini-491 {
    width: 491% !important;
  }
  .wd-mini-492 {
    width: 492% !important;
  }
  .wd-mini-493 {
    width: 493% !important;
  }
  .wd-mini-494 {
    width: 494% !important;
  }
  .wd-mini-495 {
    width: 495% !important;
  }
  .wd-mini-496 {
    width: 496% !important;
  }
  .wd-mini-497 {
    width: 497% !important;
  }
  .wd-mini-498 {
    width: 498% !important;
  }
  .wd-mini-499 {
    width: 499% !important;
  }
  .wd-mini-500 {
    width: 500% !important;
  }
  .wd-mini-501 {
    width: 501% !important;
  }
  .wd-mini-502 {
    width: 502% !important;
  }
  .wd-mini-503 {
    width: 503% !important;
  }
  .wd-mini-504 {
    width: 504% !important;
  }
  .wd-mini-505 {
    width: 505% !important;
  }
  .wd-mini-506 {
    width: 506% !important;
  }
  .wd-mini-507 {
    width: 507% !important;
  }
  .wd-mini-508 {
    width: 508% !important;
  }
  .wd-mini-509 {
    width: 509% !important;
  }
  .wd-mini-510 {
    width: 510% !important;
  }
  .wd-mini-511 {
    width: 511% !important;
  }
  .wd-mini-512 {
    width: 512% !important;
  }
  .wd-mini-513 {
    width: 513% !important;
  }
  .wd-mini-514 {
    width: 514% !important;
  }
  .wd-mini-515 {
    width: 515% !important;
  }
  .wd-mini-516 {
    width: 516% !important;
  }
  .wd-mini-517 {
    width: 517% !important;
  }
  .wd-mini-518 {
    width: 518% !important;
  }
  .wd-mini-519 {
    width: 519% !important;
  }
  .wd-mini-520 {
    width: 520% !important;
  }
  .wd-mini-521 {
    width: 521% !important;
  }
  .wd-mini-522 {
    width: 522% !important;
  }
  .wd-mini-523 {
    width: 523% !important;
  }
  .wd-mini-524 {
    width: 524% !important;
  }
  .wd-mini-525 {
    width: 525% !important;
  }
  .wd-mini-526 {
    width: 526% !important;
  }
  .wd-mini-527 {
    width: 527% !important;
  }
  .wd-mini-528 {
    width: 528% !important;
  }
  .wd-mini-529 {
    width: 529% !important;
  }
  .wd-mini-530 {
    width: 530% !important;
  }
  .wd-mini-531 {
    width: 531% !important;
  }
  .wd-mini-532 {
    width: 532% !important;
  }
  .wd-mini-533 {
    width: 533% !important;
  }
  .wd-mini-534 {
    width: 534% !important;
  }
  .wd-mini-535 {
    width: 535% !important;
  }
  .wd-mini-536 {
    width: 536% !important;
  }
  .wd-mini-537 {
    width: 537% !important;
  }
  .wd-mini-538 {
    width: 538% !important;
  }
  .wd-mini-539 {
    width: 539% !important;
  }
  .wd-mini-540 {
    width: 540% !important;
  }
  .wd-mini-541 {
    width: 541% !important;
  }
  .wd-mini-542 {
    width: 542% !important;
  }
  .wd-mini-543 {
    width: 543% !important;
  }
  .wd-mini-544 {
    width: 544% !important;
  }
  .wd-mini-545 {
    width: 545% !important;
  }
  .wd-mini-546 {
    width: 546% !important;
  }
  .wd-mini-547 {
    width: 547% !important;
  }
  .wd-mini-548 {
    width: 548% !important;
  }
  .wd-mini-549 {
    width: 549% !important;
  }
  .wd-mini-550 {
    width: 550% !important;
  }
  .wd-mini-551 {
    width: 551% !important;
  }
  .wd-mini-552 {
    width: 552% !important;
  }
  .wd-mini-553 {
    width: 553% !important;
  }
  .wd-mini-554 {
    width: 554% !important;
  }
  .wd-mini-555 {
    width: 555% !important;
  }
  .wd-mini-556 {
    width: 556% !important;
  }
  .wd-mini-557 {
    width: 557% !important;
  }
  .wd-mini-558 {
    width: 558% !important;
  }
  .wd-mini-559 {
    width: 559% !important;
  }
  .wd-mini-560 {
    width: 560% !important;
  }
  .wd-mini-561 {
    width: 561% !important;
  }
  .wd-mini-562 {
    width: 562% !important;
  }
  .wd-mini-563 {
    width: 563% !important;
  }
  .wd-mini-564 {
    width: 564% !important;
  }
  .wd-mini-565 {
    width: 565% !important;
  }
  .wd-mini-566 {
    width: 566% !important;
  }
  .wd-mini-567 {
    width: 567% !important;
  }
  .wd-mini-568 {
    width: 568% !important;
  }
  .wd-mini-569 {
    width: 569% !important;
  }
  .wd-mini-570 {
    width: 570% !important;
  }
  .wd-mini-571 {
    width: 571% !important;
  }
  .wd-mini-572 {
    width: 572% !important;
  }
  .wd-mini-573 {
    width: 573% !important;
  }
  .wd-mini-574 {
    width: 574% !important;
  }
  .wd-mini-575 {
    width: 575% !important;
  }
  .wd-mini-576 {
    width: 576% !important;
  }
  .wd-mini-577 {
    width: 577% !important;
  }
  .wd-mini-578 {
    width: 578% !important;
  }
  .wd-mini-579 {
    width: 579% !important;
  }
  .wd-mini-580 {
    width: 580% !important;
  }
  .wd-mini-581 {
    width: 581% !important;
  }
  .wd-mini-582 {
    width: 582% !important;
  }
  .wd-mini-583 {
    width: 583% !important;
  }
  .wd-mini-584 {
    width: 584% !important;
  }
  .wd-mini-585 {
    width: 585% !important;
  }
  .wd-mini-586 {
    width: 586% !important;
  }
  .wd-mini-587 {
    width: 587% !important;
  }
  .wd-mini-588 {
    width: 588% !important;
  }
  .wd-mini-589 {
    width: 589% !important;
  }
  .wd-mini-590 {
    width: 590% !important;
  }
  .wd-mini-591 {
    width: 591% !important;
  }
  .wd-mini-592 {
    width: 592% !important;
  }
  .wd-mini-593 {
    width: 593% !important;
  }
  .wd-mini-594 {
    width: 594% !important;
  }
  .wd-mini-595 {
    width: 595% !important;
  }
  .wd-mini-596 {
    width: 596% !important;
  }
  .wd-mini-597 {
    width: 597% !important;
  }
  .wd-mini-598 {
    width: 598% !important;
  }
  .wd-mini-599 {
    width: 599% !important;
  }
  .wd-mini-600 {
    width: 600% !important;
  }
  .wd-mini-601 {
    width: 601% !important;
  }
  .wd-mini-602 {
    width: 602% !important;
  }
  .wd-mini-603 {
    width: 603% !important;
  }
  .wd-mini-604 {
    width: 604% !important;
  }
  .wd-mini-605 {
    width: 605% !important;
  }
  .wd-mini-606 {
    width: 606% !important;
  }
  .wd-mini-607 {
    width: 607% !important;
  }
  .wd-mini-608 {
    width: 608% !important;
  }
  .wd-mini-609 {
    width: 609% !important;
  }
  .wd-mini-610 {
    width: 610% !important;
  }
  .wd-mini-611 {
    width: 611% !important;
  }
  .wd-mini-612 {
    width: 612% !important;
  }
  .wd-mini-613 {
    width: 613% !important;
  }
  .wd-mini-614 {
    width: 614% !important;
  }
  .wd-mini-615 {
    width: 615% !important;
  }
  .wd-mini-616 {
    width: 616% !important;
  }
  .wd-mini-617 {
    width: 617% !important;
  }
  .wd-mini-618 {
    width: 618% !important;
  }
  .wd-mini-619 {
    width: 619% !important;
  }
  .wd-mini-620 {
    width: 620% !important;
  }
  .wd-mini-621 {
    width: 621% !important;
  }
  .wd-mini-622 {
    width: 622% !important;
  }
  .wd-mini-623 {
    width: 623% !important;
  }
  .wd-mini-624 {
    width: 624% !important;
  }
  .wd-mini-625 {
    width: 625% !important;
  }
  .wd-mini-626 {
    width: 626% !important;
  }
  .wd-mini-627 {
    width: 627% !important;
  }
  .wd-mini-628 {
    width: 628% !important;
  }
  .wd-mini-629 {
    width: 629% !important;
  }
  .wd-mini-630 {
    width: 630% !important;
  }
  .wd-mini-631 {
    width: 631% !important;
  }
  .wd-mini-632 {
    width: 632% !important;
  }
  .wd-mini-633 {
    width: 633% !important;
  }
  .wd-mini-634 {
    width: 634% !important;
  }
  .wd-mini-635 {
    width: 635% !important;
  }
  .wd-mini-636 {
    width: 636% !important;
  }
  .wd-mini-637 {
    width: 637% !important;
  }
  .wd-mini-638 {
    width: 638% !important;
  }
  .wd-mini-639 {
    width: 639% !important;
  }
  .wd-mini-640 {
    width: 640% !important;
  }
  .wd-mini-641 {
    width: 641% !important;
  }
  .wd-mini-642 {
    width: 642% !important;
  }
  .wd-mini-643 {
    width: 643% !important;
  }
  .wd-mini-644 {
    width: 644% !important;
  }
  .wd-mini-645 {
    width: 645% !important;
  }
  .wd-mini-646 {
    width: 646% !important;
  }
  .wd-mini-647 {
    width: 647% !important;
  }
  .wd-mini-648 {
    width: 648% !important;
  }
  .wd-mini-649 {
    width: 649% !important;
  }
  .wd-mini-650 {
    width: 650% !important;
  }
  .wd-mini-651 {
    width: 651% !important;
  }
  .wd-mini-652 {
    width: 652% !important;
  }
  .wd-mini-653 {
    width: 653% !important;
  }
  .wd-mini-654 {
    width: 654% !important;
  }
  .wd-mini-655 {
    width: 655% !important;
  }
  .wd-mini-656 {
    width: 656% !important;
  }
  .wd-mini-657 {
    width: 657% !important;
  }
  .wd-mini-658 {
    width: 658% !important;
  }
  .wd-mini-659 {
    width: 659% !important;
  }
  .wd-mini-660 {
    width: 660% !important;
  }
  .wd-mini-661 {
    width: 661% !important;
  }
  .wd-mini-662 {
    width: 662% !important;
  }
  .wd-mini-663 {
    width: 663% !important;
  }
  .wd-mini-664 {
    width: 664% !important;
  }
  .wd-mini-665 {
    width: 665% !important;
  }
  .wd-mini-666 {
    width: 666% !important;
  }
  .wd-mini-667 {
    width: 667% !important;
  }
  .wd-mini-668 {
    width: 668% !important;
  }
  .wd-mini-669 {
    width: 669% !important;
  }
  .wd-mini-670 {
    width: 670% !important;
  }
  .wd-mini-671 {
    width: 671% !important;
  }
  .wd-mini-672 {
    width: 672% !important;
  }
  .wd-mini-673 {
    width: 673% !important;
  }
  .wd-mini-674 {
    width: 674% !important;
  }
  .wd-mini-675 {
    width: 675% !important;
  }
  .wd-mini-676 {
    width: 676% !important;
  }
  .wd-mini-677 {
    width: 677% !important;
  }
  .wd-mini-678 {
    width: 678% !important;
  }
  .wd-mini-679 {
    width: 679% !important;
  }
  .wd-mini-680 {
    width: 680% !important;
  }
  .wd-mini-681 {
    width: 681% !important;
  }
  .wd-mini-682 {
    width: 682% !important;
  }
  .wd-mini-683 {
    width: 683% !important;
  }
  .wd-mini-684 {
    width: 684% !important;
  }
  .wd-mini-685 {
    width: 685% !important;
  }
  .wd-mini-686 {
    width: 686% !important;
  }
  .wd-mini-687 {
    width: 687% !important;
  }
  .wd-mini-688 {
    width: 688% !important;
  }
  .wd-mini-689 {
    width: 689% !important;
  }
  .wd-mini-690 {
    width: 690% !important;
  }
  .wd-mini-691 {
    width: 691% !important;
  }
  .wd-mini-692 {
    width: 692% !important;
  }
  .wd-mini-693 {
    width: 693% !important;
  }
  .wd-mini-694 {
    width: 694% !important;
  }
  .wd-mini-695 {
    width: 695% !important;
  }
  .wd-mini-696 {
    width: 696% !important;
  }
  .wd-mini-697 {
    width: 697% !important;
  }
  .wd-mini-698 {
    width: 698% !important;
  }
  .wd-mini-699 {
    width: 699% !important;
  }
  .wd-mini-700 {
    width: 700% !important;
  }
  .wd-mini-701 {
    width: 701% !important;
  }
  .wd-mini-702 {
    width: 702% !important;
  }
  .wd-mini-703 {
    width: 703% !important;
  }
  .wd-mini-704 {
    width: 704% !important;
  }
  .wd-mini-705 {
    width: 705% !important;
  }
  .wd-mini-706 {
    width: 706% !important;
  }
  .wd-mini-707 {
    width: 707% !important;
  }
  .wd-mini-708 {
    width: 708% !important;
  }
  .wd-mini-709 {
    width: 709% !important;
  }
  .wd-mini-710 {
    width: 710% !important;
  }
  .wd-mini-711 {
    width: 711% !important;
  }
  .wd-mini-712 {
    width: 712% !important;
  }
  .wd-mini-713 {
    width: 713% !important;
  }
  .wd-mini-714 {
    width: 714% !important;
  }
  .wd-mini-715 {
    width: 715% !important;
  }
  .wd-mini-716 {
    width: 716% !important;
  }
  .wd-mini-717 {
    width: 717% !important;
  }
  .wd-mini-718 {
    width: 718% !important;
  }
  .wd-mini-719 {
    width: 719% !important;
  }
  .wd-mini-720 {
    width: 720% !important;
  }
  .wd-mini-721 {
    width: 721% !important;
  }
  .wd-mini-722 {
    width: 722% !important;
  }
  .wd-mini-723 {
    width: 723% !important;
  }
  .wd-mini-724 {
    width: 724% !important;
  }
  .wd-mini-725 {
    width: 725% !important;
  }
  .wd-mini-726 {
    width: 726% !important;
  }
  .wd-mini-727 {
    width: 727% !important;
  }
  .wd-mini-728 {
    width: 728% !important;
  }
  .wd-mini-729 {
    width: 729% !important;
  }
  .wd-mini-730 {
    width: 730% !important;
  }
  .wd-mini-731 {
    width: 731% !important;
  }
  .wd-mini-732 {
    width: 732% !important;
  }
  .wd-mini-733 {
    width: 733% !important;
  }
  .wd-mini-734 {
    width: 734% !important;
  }
  .wd-mini-735 {
    width: 735% !important;
  }
  .wd-mini-736 {
    width: 736% !important;
  }
  .wd-mini-737 {
    width: 737% !important;
  }
  .wd-mini-738 {
    width: 738% !important;
  }
  .wd-mini-739 {
    width: 739% !important;
  }
  .wd-mini-740 {
    width: 740% !important;
  }
  .wd-mini-741 {
    width: 741% !important;
  }
  .wd-mini-742 {
    width: 742% !important;
  }
  .wd-mini-743 {
    width: 743% !important;
  }
  .wd-mini-744 {
    width: 744% !important;
  }
  .wd-mini-745 {
    width: 745% !important;
  }
  .wd-mini-746 {
    width: 746% !important;
  }
  .wd-mini-747 {
    width: 747% !important;
  }
  .wd-mini-748 {
    width: 748% !important;
  }
  .wd-mini-749 {
    width: 749% !important;
  }
  .wd-mini-750 {
    width: 750% !important;
  }
  .wd-mini-751 {
    width: 751% !important;
  }
  .wd-mini-752 {
    width: 752% !important;
  }
  .wd-mini-753 {
    width: 753% !important;
  }
  .wd-mini-754 {
    width: 754% !important;
  }
  .wd-mini-755 {
    width: 755% !important;
  }
  .wd-mini-756 {
    width: 756% !important;
  }
  .wd-mini-757 {
    width: 757% !important;
  }
  .wd-mini-758 {
    width: 758% !important;
  }
  .wd-mini-759 {
    width: 759% !important;
  }
  .wd-mini-760 {
    width: 760% !important;
  }
  .wd-mini-761 {
    width: 761% !important;
  }
  .wd-mini-762 {
    width: 762% !important;
  }
  .wd-mini-763 {
    width: 763% !important;
  }
  .wd-mini-764 {
    width: 764% !important;
  }
  .wd-mini-765 {
    width: 765% !important;
  }
  .wd-mini-766 {
    width: 766% !important;
  }
  .wd-mini-767 {
    width: 767% !important;
  }
  .wd-mini-768 {
    width: 768% !important;
  }
  .wd-mini-769 {
    width: 769% !important;
  }
  .wd-mini-770 {
    width: 770% !important;
  }
  .wd-mini-771 {
    width: 771% !important;
  }
  .wd-mini-772 {
    width: 772% !important;
  }
  .wd-mini-773 {
    width: 773% !important;
  }
  .wd-mini-774 {
    width: 774% !important;
  }
  .wd-mini-775 {
    width: 775% !important;
  }
  .wd-mini-776 {
    width: 776% !important;
  }
  .wd-mini-777 {
    width: 777% !important;
  }
  .wd-mini-778 {
    width: 778% !important;
  }
  .wd-mini-779 {
    width: 779% !important;
  }
  .wd-mini-780 {
    width: 780% !important;
  }
  .wd-mini-781 {
    width: 781% !important;
  }
  .wd-mini-782 {
    width: 782% !important;
  }
  .wd-mini-783 {
    width: 783% !important;
  }
  .wd-mini-784 {
    width: 784% !important;
  }
  .wd-mini-785 {
    width: 785% !important;
  }
  .wd-mini-786 {
    width: 786% !important;
  }
  .wd-mini-787 {
    width: 787% !important;
  }
  .wd-mini-788 {
    width: 788% !important;
  }
  .wd-mini-789 {
    width: 789% !important;
  }
  .wd-mini-790 {
    width: 790% !important;
  }
  .wd-mini-791 {
    width: 791% !important;
  }
  .wd-mini-792 {
    width: 792% !important;
  }
  .wd-mini-793 {
    width: 793% !important;
  }
  .wd-mini-794 {
    width: 794% !important;
  }
  .wd-mini-795 {
    width: 795% !important;
  }
  .wd-mini-796 {
    width: 796% !important;
  }
  .wd-mini-797 {
    width: 797% !important;
  }
  .wd-mini-798 {
    width: 798% !important;
  }
  .wd-mini-799 {
    width: 799% !important;
  }
  .wd-mini-800 {
    width: 800% !important;
  }
  .wd-mini-801 {
    width: 801% !important;
  }
  .wd-mini-802 {
    width: 802% !important;
  }
  .wd-mini-803 {
    width: 803% !important;
  }
  .wd-mini-804 {
    width: 804% !important;
  }
  .wd-mini-805 {
    width: 805% !important;
  }
  .wd-mini-806 {
    width: 806% !important;
  }
  .wd-mini-807 {
    width: 807% !important;
  }
  .wd-mini-808 {
    width: 808% !important;
  }
  .wd-mini-809 {
    width: 809% !important;
  }
  .wd-mini-810 {
    width: 810% !important;
  }
  .wd-mini-811 {
    width: 811% !important;
  }
  .wd-mini-812 {
    width: 812% !important;
  }
  .wd-mini-813 {
    width: 813% !important;
  }
  .wd-mini-814 {
    width: 814% !important;
  }
  .wd-mini-815 {
    width: 815% !important;
  }
  .wd-mini-816 {
    width: 816% !important;
  }
  .wd-mini-817 {
    width: 817% !important;
  }
  .wd-mini-818 {
    width: 818% !important;
  }
  .wd-mini-819 {
    width: 819% !important;
  }
  .wd-mini-820 {
    width: 820% !important;
  }
  .wd-mini-821 {
    width: 821% !important;
  }
  .wd-mini-822 {
    width: 822% !important;
  }
  .wd-mini-823 {
    width: 823% !important;
  }
  .wd-mini-824 {
    width: 824% !important;
  }
  .wd-mini-825 {
    width: 825% !important;
  }
  .wd-mini-826 {
    width: 826% !important;
  }
  .wd-mini-827 {
    width: 827% !important;
  }
  .wd-mini-828 {
    width: 828% !important;
  }
  .wd-mini-829 {
    width: 829% !important;
  }
  .wd-mini-830 {
    width: 830% !important;
  }
  .wd-mini-831 {
    width: 831% !important;
  }
  .wd-mini-832 {
    width: 832% !important;
  }
  .wd-mini-833 {
    width: 833% !important;
  }
  .wd-mini-834 {
    width: 834% !important;
  }
  .wd-mini-835 {
    width: 835% !important;
  }
  .wd-mini-836 {
    width: 836% !important;
  }
  .wd-mini-837 {
    width: 837% !important;
  }
  .wd-mini-838 {
    width: 838% !important;
  }
  .wd-mini-839 {
    width: 839% !important;
  }
  .wd-mini-840 {
    width: 840% !important;
  }
  .wd-mini-841 {
    width: 841% !important;
  }
  .wd-mini-842 {
    width: 842% !important;
  }
  .wd-mini-843 {
    width: 843% !important;
  }
  .wd-mini-844 {
    width: 844% !important;
  }
  .wd-mini-845 {
    width: 845% !important;
  }
  .wd-mini-846 {
    width: 846% !important;
  }
  .wd-mini-847 {
    width: 847% !important;
  }
  .wd-mini-848 {
    width: 848% !important;
  }
  .wd-mini-849 {
    width: 849% !important;
  }
  .wd-mini-850 {
    width: 850% !important;
  }
  .wd-mini-851 {
    width: 851% !important;
  }
  .wd-mini-852 {
    width: 852% !important;
  }
  .wd-mini-853 {
    width: 853% !important;
  }
  .wd-mini-854 {
    width: 854% !important;
  }
  .wd-mini-855 {
    width: 855% !important;
  }
  .wd-mini-856 {
    width: 856% !important;
  }
  .wd-mini-857 {
    width: 857% !important;
  }
  .wd-mini-858 {
    width: 858% !important;
  }
  .wd-mini-859 {
    width: 859% !important;
  }
  .wd-mini-860 {
    width: 860% !important;
  }
  .wd-mini-861 {
    width: 861% !important;
  }
  .wd-mini-862 {
    width: 862% !important;
  }
  .wd-mini-863 {
    width: 863% !important;
  }
  .wd-mini-864 {
    width: 864% !important;
  }
  .wd-mini-865 {
    width: 865% !important;
  }
  .wd-mini-866 {
    width: 866% !important;
  }
  .wd-mini-867 {
    width: 867% !important;
  }
  .wd-mini-868 {
    width: 868% !important;
  }
  .wd-mini-869 {
    width: 869% !important;
  }
  .wd-mini-870 {
    width: 870% !important;
  }
  .wd-mini-871 {
    width: 871% !important;
  }
  .wd-mini-872 {
    width: 872% !important;
  }
  .wd-mini-873 {
    width: 873% !important;
  }
  .wd-mini-874 {
    width: 874% !important;
  }
  .wd-mini-875 {
    width: 875% !important;
  }
  .wd-mini-876 {
    width: 876% !important;
  }
  .wd-mini-877 {
    width: 877% !important;
  }
  .wd-mini-878 {
    width: 878% !important;
  }
  .wd-mini-879 {
    width: 879% !important;
  }
  .wd-mini-880 {
    width: 880% !important;
  }
  .wd-mini-881 {
    width: 881% !important;
  }
  .wd-mini-882 {
    width: 882% !important;
  }
  .wd-mini-883 {
    width: 883% !important;
  }
  .wd-mini-884 {
    width: 884% !important;
  }
  .wd-mini-885 {
    width: 885% !important;
  }
  .wd-mini-886 {
    width: 886% !important;
  }
  .wd-mini-887 {
    width: 887% !important;
  }
  .wd-mini-888 {
    width: 888% !important;
  }
  .wd-mini-889 {
    width: 889% !important;
  }
  .wd-mini-890 {
    width: 890% !important;
  }
  .wd-mini-891 {
    width: 891% !important;
  }
  .wd-mini-892 {
    width: 892% !important;
  }
  .wd-mini-893 {
    width: 893% !important;
  }
  .wd-mini-894 {
    width: 894% !important;
  }
  .wd-mini-895 {
    width: 895% !important;
  }
  .wd-mini-896 {
    width: 896% !important;
  }
  .wd-mini-897 {
    width: 897% !important;
  }
  .wd-mini-898 {
    width: 898% !important;
  }
  .wd-mini-899 {
    width: 899% !important;
  }
  .wd-mini-900 {
    width: 900% !important;
  }
  .wd-mini-901 {
    width: 901% !important;
  }
  .wd-mini-902 {
    width: 902% !important;
  }
  .wd-mini-903 {
    width: 903% !important;
  }
  .wd-mini-904 {
    width: 904% !important;
  }
  .wd-mini-905 {
    width: 905% !important;
  }
  .wd-mini-906 {
    width: 906% !important;
  }
  .wd-mini-907 {
    width: 907% !important;
  }
  .wd-mini-908 {
    width: 908% !important;
  }
  .wd-mini-909 {
    width: 909% !important;
  }
  .wd-mini-910 {
    width: 910% !important;
  }
  .wd-mini-911 {
    width: 911% !important;
  }
  .wd-mini-912 {
    width: 912% !important;
  }
  .wd-mini-913 {
    width: 913% !important;
  }
  .wd-mini-914 {
    width: 914% !important;
  }
  .wd-mini-915 {
    width: 915% !important;
  }
  .wd-mini-916 {
    width: 916% !important;
  }
  .wd-mini-917 {
    width: 917% !important;
  }
  .wd-mini-918 {
    width: 918% !important;
  }
  .wd-mini-919 {
    width: 919% !important;
  }
  .wd-mini-920 {
    width: 920% !important;
  }
  .wd-mini-921 {
    width: 921% !important;
  }
  .wd-mini-922 {
    width: 922% !important;
  }
  .wd-mini-923 {
    width: 923% !important;
  }
  .wd-mini-924 {
    width: 924% !important;
  }
  .wd-mini-925 {
    width: 925% !important;
  }
  .wd-mini-926 {
    width: 926% !important;
  }
  .wd-mini-927 {
    width: 927% !important;
  }
  .wd-mini-928 {
    width: 928% !important;
  }
  .wd-mini-929 {
    width: 929% !important;
  }
  .wd-mini-930 {
    width: 930% !important;
  }
  .wd-mini-931 {
    width: 931% !important;
  }
  .wd-mini-932 {
    width: 932% !important;
  }
  .wd-mini-933 {
    width: 933% !important;
  }
  .wd-mini-934 {
    width: 934% !important;
  }
  .wd-mini-935 {
    width: 935% !important;
  }
  .wd-mini-936 {
    width: 936% !important;
  }
  .wd-mini-937 {
    width: 937% !important;
  }
  .wd-mini-938 {
    width: 938% !important;
  }
  .wd-mini-939 {
    width: 939% !important;
  }
  .wd-mini-940 {
    width: 940% !important;
  }
  .wd-mini-941 {
    width: 941% !important;
  }
  .wd-mini-942 {
    width: 942% !important;
  }
  .wd-mini-943 {
    width: 943% !important;
  }
  .wd-mini-944 {
    width: 944% !important;
  }
  .wd-mini-945 {
    width: 945% !important;
  }
  .wd-mini-946 {
    width: 946% !important;
  }
  .wd-mini-947 {
    width: 947% !important;
  }
  .wd-mini-948 {
    width: 948% !important;
  }
  .wd-mini-949 {
    width: 949% !important;
  }
  .wd-mini-950 {
    width: 950% !important;
  }
  .wd-mini-951 {
    width: 951% !important;
  }
  .wd-mini-952 {
    width: 952% !important;
  }
  .wd-mini-953 {
    width: 953% !important;
  }
  .wd-mini-954 {
    width: 954% !important;
  }
  .wd-mini-955 {
    width: 955% !important;
  }
  .wd-mini-956 {
    width: 956% !important;
  }
  .wd-mini-957 {
    width: 957% !important;
  }
  .wd-mini-958 {
    width: 958% !important;
  }
  .wd-mini-959 {
    width: 959% !important;
  }
  .wd-mini-960 {
    width: 960% !important;
  }
  .wd-mini-961 {
    width: 961% !important;
  }
  .wd-mini-962 {
    width: 962% !important;
  }
  .wd-mini-963 {
    width: 963% !important;
  }
  .wd-mini-964 {
    width: 964% !important;
  }
  .wd-mini-965 {
    width: 965% !important;
  }
  .wd-mini-966 {
    width: 966% !important;
  }
  .wd-mini-967 {
    width: 967% !important;
  }
  .wd-mini-968 {
    width: 968% !important;
  }
  .wd-mini-969 {
    width: 969% !important;
  }
  .wd-mini-970 {
    width: 970% !important;
  }
  .wd-mini-971 {
    width: 971% !important;
  }
  .wd-mini-972 {
    width: 972% !important;
  }
  .wd-mini-973 {
    width: 973% !important;
  }
  .wd-mini-974 {
    width: 974% !important;
  }
  .wd-mini-975 {
    width: 975% !important;
  }
  .wd-mini-976 {
    width: 976% !important;
  }
  .wd-mini-977 {
    width: 977% !important;
  }
  .wd-mini-978 {
    width: 978% !important;
  }
  .wd-mini-979 {
    width: 979% !important;
  }
  .wd-mini-980 {
    width: 980% !important;
  }
  .wd-mini-981 {
    width: 981% !important;
  }
  .wd-mini-982 {
    width: 982% !important;
  }
  .wd-mini-983 {
    width: 983% !important;
  }
  .wd-mini-984 {
    width: 984% !important;
  }
  .wd-mini-985 {
    width: 985% !important;
  }
  .wd-mini-986 {
    width: 986% !important;
  }
  .wd-mini-987 {
    width: 987% !important;
  }
  .wd-mini-988 {
    width: 988% !important;
  }
  .wd-mini-989 {
    width: 989% !important;
  }
  .wd-mini-990 {
    width: 990% !important;
  }
  .wd-mini-991 {
    width: 991% !important;
  }
  .wd-mini-992 {
    width: 992% !important;
  }
  .wd-mini-993 {
    width: 993% !important;
  }
  .wd-mini-994 {
    width: 994% !important;
  }
  .wd-mini-995 {
    width: 995% !important;
  }
  .wd-mini-996 {
    width: 996% !important;
  }
  .wd-mini-997 {
    width: 997% !important;
  }
  .wd-mini-998 {
    width: 998% !important;
  }
  .wd-mini-999 {
    width: 999% !important;
  }
  .wd-mini-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 361px) {
  .wd-min-5 {
    width: 5% !important;
  }
  .wd-min-10 {
    width: 10% !important;
  }
  .wd-min-11 {
    width: 11% !important;
  }
  .wd-min-12 {
    width: 12% !important;
  }
  .wd-min-13 {
    width: 13% !important;
  }
  .wd-min-14 {
    width: 14% !important;
  }
  .wd-min-15 {
    width: 15% !important;
  }
  .wd-min-16 {
    width: 16% !important;
  }
  .wd-min-17 {
    width: 17% !important;
  }
  .wd-min-18 {
    width: 18% !important;
  }
  .wd-min-19 {
    width: 19% !important;
  }
  .wd-min-20 {
    width: 20% !important;
  }
  .wd-min-21 {
    width: 21% !important;
  }
  .wd-min-22 {
    width: 22% !important;
  }
  .wd-min-23 {
    width: 23% !important;
  }
  .wd-min-24 {
    width: 24% !important;
  }
  .wd-min-25 {
    width: 25% !important;
  }
  .wd-min-26 {
    width: 26% !important;
  }
  .wd-min-27 {
    width: 27% !important;
  }
  .wd-min-28 {
    width: 28% !important;
  }
  .wd-min-29 {
    width: 29% !important;
  }
  .wd-min-30 {
    width: 30% !important;
  }
  .wd-min-31 {
    width: 31% !important;
  }
  .wd-min-32 {
    width: 32% !important;
  }
  .wd-min-33 {
    width: 33% !important;
  }
  .wd-min-34 {
    width: 34% !important;
  }
  .wd-min-35 {
    width: 35% !important;
  }
  .wd-min-36 {
    width: 36% !important;
  }
  .wd-min-37 {
    width: 37% !important;
  }
  .wd-min-38 {
    width: 38% !important;
  }
  .wd-min-39 {
    width: 39% !important;
  }
  .wd-min-40 {
    width: 40% !important;
  }
  .wd-min-41 {
    width: 41% !important;
  }
  .wd-min-42 {
    width: 42% !important;
  }
  .wd-min-43 {
    width: 43% !important;
  }
  .wd-min-44 {
    width: 44% !important;
  }
  .wd-min-45 {
    width: 45% !important;
  }
  .wd-min-46 {
    width: 46% !important;
  }
  .wd-min-47 {
    width: 47% !important;
  }
  .wd-min-48 {
    width: 48% !important;
  }
  .wd-min-49 {
    width: 49% !important;
  }
  .wd-min-50 {
    width: 50% !important;
  }
  .wd-min-51 {
    width: 51% !important;
  }
  .wd-min-52 {
    width: 52% !important;
  }
  .wd-min-53 {
    width: 53% !important;
  }
  .wd-min-54 {
    width: 54% !important;
  }
  .wd-min-55 {
    width: 55% !important;
  }
  .wd-min-56 {
    width: 56% !important;
  }
  .wd-min-57 {
    width: 57% !important;
  }
  .wd-min-58 {
    width: 58% !important;
  }
  .wd-min-59 {
    width: 59% !important;
  }
  .wd-min-60 {
    width: 60% !important;
  }
  .wd-min-61 {
    width: 61% !important;
  }
  .wd-min-62 {
    width: 62% !important;
  }
  .wd-min-63 {
    width: 63% !important;
  }
  .wd-min-64 {
    width: 64% !important;
  }
  .wd-min-65 {
    width: 65% !important;
  }
  .wd-min-66 {
    width: 66% !important;
  }
  .wd-min-67 {
    width: 67% !important;
  }
  .wd-min-68 {
    width: 68% !important;
  }
  .wd-min-69 {
    width: 69% !important;
  }
  .wd-min-70 {
    width: 70% !important;
  }
  .wd-min-71 {
    width: 71% !important;
  }
  .wd-min-72 {
    width: 72% !important;
  }
  .wd-min-73 {
    width: 73% !important;
  }
  .wd-min-74 {
    width: 74% !important;
  }
  .wd-min-75 {
    width: 75% !important;
  }
  .wd-min-76 {
    width: 76% !important;
  }
  .wd-min-77 {
    width: 77% !important;
  }
  .wd-min-78 {
    width: 78% !important;
  }
  .wd-min-79 {
    width: 79% !important;
  }
  .wd-min-80 {
    width: 80% !important;
  }
  .wd-min-81 {
    width: 81% !important;
  }
  .wd-min-82 {
    width: 82% !important;
  }
  .wd-min-83 {
    width: 83% !important;
  }
  .wd-min-84 {
    width: 84% !important;
  }
  .wd-min-85 {
    width: 85% !important;
  }
  .wd-min-86 {
    width: 86% !important;
  }
  .wd-min-87 {
    width: 87% !important;
  }
  .wd-min-88 {
    width: 88% !important;
  }
  .wd-min-89 {
    width: 89% !important;
  }
  .wd-min-90 {
    width: 90% !important;
  }
  .wd-min-91 {
    width: 91% !important;
  }
  .wd-min-92 {
    width: 92% !important;
  }
  .wd-min-93 {
    width: 93% !important;
  }
  .wd-min-94 {
    width: 94% !important;
  }
  .wd-min-95 {
    width: 95% !important;
  }
  .wd-min-96 {
    width: 96% !important;
  }
  .wd-min-97 {
    width: 97% !important;
  }
  .wd-min-98 {
    width: 98% !important;
  }
  .wd-min-99 {
    width: 99% !important;
  }
  .wd-min-100 {
    width: 100% !important;
  }
  .wd-min-101 {
    width: 101% !important;
  }
  .wd-min-102 {
    width: 102% !important;
  }
  .wd-min-103 {
    width: 103% !important;
  }
  .wd-min-104 {
    width: 104% !important;
  }
  .wd-min-105 {
    width: 105% !important;
  }
  .wd-min-106 {
    width: 106% !important;
  }
  .wd-min-107 {
    width: 107% !important;
  }
  .wd-min-108 {
    width: 108% !important;
  }
  .wd-min-109 {
    width: 109% !important;
  }
  .wd-min-110 {
    width: 110% !important;
  }
  .wd-min-111 {
    width: 111% !important;
  }
  .wd-min-112 {
    width: 112% !important;
  }
  .wd-min-113 {
    width: 113% !important;
  }
  .wd-min-114 {
    width: 114% !important;
  }
  .wd-min-115 {
    width: 115% !important;
  }
  .wd-min-116 {
    width: 116% !important;
  }
  .wd-min-117 {
    width: 117% !important;
  }
  .wd-min-118 {
    width: 118% !important;
  }
  .wd-min-119 {
    width: 119% !important;
  }
  .wd-min-120 {
    width: 120% !important;
  }
  .wd-min-121 {
    width: 121% !important;
  }
  .wd-min-122 {
    width: 122% !important;
  }
  .wd-min-123 {
    width: 123% !important;
  }
  .wd-min-124 {
    width: 124% !important;
  }
  .wd-min-125 {
    width: 125% !important;
  }
  .wd-min-126 {
    width: 126% !important;
  }
  .wd-min-127 {
    width: 127% !important;
  }
  .wd-min-128 {
    width: 128% !important;
  }
  .wd-min-129 {
    width: 129% !important;
  }
  .wd-min-130 {
    width: 130% !important;
  }
  .wd-min-131 {
    width: 131% !important;
  }
  .wd-min-132 {
    width: 132% !important;
  }
  .wd-min-133 {
    width: 133% !important;
  }
  .wd-min-134 {
    width: 134% !important;
  }
  .wd-min-135 {
    width: 135% !important;
  }
  .wd-min-136 {
    width: 136% !important;
  }
  .wd-min-137 {
    width: 137% !important;
  }
  .wd-min-138 {
    width: 138% !important;
  }
  .wd-min-139 {
    width: 139% !important;
  }
  .wd-min-140 {
    width: 140% !important;
  }
  .wd-min-141 {
    width: 141% !important;
  }
  .wd-min-142 {
    width: 142% !important;
  }
  .wd-min-143 {
    width: 143% !important;
  }
  .wd-min-144 {
    width: 144% !important;
  }
  .wd-min-145 {
    width: 145% !important;
  }
  .wd-min-146 {
    width: 146% !important;
  }
  .wd-min-147 {
    width: 147% !important;
  }
  .wd-min-148 {
    width: 148% !important;
  }
  .wd-min-149 {
    width: 149% !important;
  }
  .wd-min-150 {
    width: 150% !important;
  }
  .wd-min-151 {
    width: 151% !important;
  }
  .wd-min-152 {
    width: 152% !important;
  }
  .wd-min-153 {
    width: 153% !important;
  }
  .wd-min-154 {
    width: 154% !important;
  }
  .wd-min-155 {
    width: 155% !important;
  }
  .wd-min-156 {
    width: 156% !important;
  }
  .wd-min-157 {
    width: 157% !important;
  }
  .wd-min-158 {
    width: 158% !important;
  }
  .wd-min-159 {
    width: 159% !important;
  }
  .wd-min-160 {
    width: 160% !important;
  }
  .wd-min-161 {
    width: 161% !important;
  }
  .wd-min-162 {
    width: 162% !important;
  }
  .wd-min-163 {
    width: 163% !important;
  }
  .wd-min-164 {
    width: 164% !important;
  }
  .wd-min-165 {
    width: 165% !important;
  }
  .wd-min-166 {
    width: 166% !important;
  }
  .wd-min-167 {
    width: 167% !important;
  }
  .wd-min-168 {
    width: 168% !important;
  }
  .wd-min-169 {
    width: 169% !important;
  }
  .wd-min-170 {
    width: 170% !important;
  }
  .wd-min-171 {
    width: 171% !important;
  }
  .wd-min-172 {
    width: 172% !important;
  }
  .wd-min-173 {
    width: 173% !important;
  }
  .wd-min-174 {
    width: 174% !important;
  }
  .wd-min-175 {
    width: 175% !important;
  }
  .wd-min-176 {
    width: 176% !important;
  }
  .wd-min-177 {
    width: 177% !important;
  }
  .wd-min-178 {
    width: 178% !important;
  }
  .wd-min-179 {
    width: 179% !important;
  }
  .wd-min-180 {
    width: 180% !important;
  }
  .wd-min-181 {
    width: 181% !important;
  }
  .wd-min-182 {
    width: 182% !important;
  }
  .wd-min-183 {
    width: 183% !important;
  }
  .wd-min-184 {
    width: 184% !important;
  }
  .wd-min-185 {
    width: 185% !important;
  }
  .wd-min-186 {
    width: 186% !important;
  }
  .wd-min-187 {
    width: 187% !important;
  }
  .wd-min-188 {
    width: 188% !important;
  }
  .wd-min-189 {
    width: 189% !important;
  }
  .wd-min-190 {
    width: 190% !important;
  }
  .wd-min-191 {
    width: 191% !important;
  }
  .wd-min-192 {
    width: 192% !important;
  }
  .wd-min-193 {
    width: 193% !important;
  }
  .wd-min-194 {
    width: 194% !important;
  }
  .wd-min-195 {
    width: 195% !important;
  }
  .wd-min-196 {
    width: 196% !important;
  }
  .wd-min-197 {
    width: 197% !important;
  }
  .wd-min-198 {
    width: 198% !important;
  }
  .wd-min-199 {
    width: 199% !important;
  }
  .wd-min-200 {
    width: 200% !important;
  }
  .wd-min-201 {
    width: 201% !important;
  }
  .wd-min-202 {
    width: 202% !important;
  }
  .wd-min-203 {
    width: 203% !important;
  }
  .wd-min-204 {
    width: 204% !important;
  }
  .wd-min-205 {
    width: 205% !important;
  }
  .wd-min-206 {
    width: 206% !important;
  }
  .wd-min-207 {
    width: 207% !important;
  }
  .wd-min-208 {
    width: 208% !important;
  }
  .wd-min-209 {
    width: 209% !important;
  }
  .wd-min-210 {
    width: 210% !important;
  }
  .wd-min-211 {
    width: 211% !important;
  }
  .wd-min-212 {
    width: 212% !important;
  }
  .wd-min-213 {
    width: 213% !important;
  }
  .wd-min-214 {
    width: 214% !important;
  }
  .wd-min-215 {
    width: 215% !important;
  }
  .wd-min-216 {
    width: 216% !important;
  }
  .wd-min-217 {
    width: 217% !important;
  }
  .wd-min-218 {
    width: 218% !important;
  }
  .wd-min-219 {
    width: 219% !important;
  }
  .wd-min-220 {
    width: 220% !important;
  }
  .wd-min-221 {
    width: 221% !important;
  }
  .wd-min-222 {
    width: 222% !important;
  }
  .wd-min-223 {
    width: 223% !important;
  }
  .wd-min-224 {
    width: 224% !important;
  }
  .wd-min-225 {
    width: 225% !important;
  }
  .wd-min-226 {
    width: 226% !important;
  }
  .wd-min-227 {
    width: 227% !important;
  }
  .wd-min-228 {
    width: 228% !important;
  }
  .wd-min-229 {
    width: 229% !important;
  }
  .wd-min-230 {
    width: 230% !important;
  }
  .wd-min-231 {
    width: 231% !important;
  }
  .wd-min-232 {
    width: 232% !important;
  }
  .wd-min-233 {
    width: 233% !important;
  }
  .wd-min-234 {
    width: 234% !important;
  }
  .wd-min-235 {
    width: 235% !important;
  }
  .wd-min-236 {
    width: 236% !important;
  }
  .wd-min-237 {
    width: 237% !important;
  }
  .wd-min-238 {
    width: 238% !important;
  }
  .wd-min-239 {
    width: 239% !important;
  }
  .wd-min-240 {
    width: 240% !important;
  }
  .wd-min-241 {
    width: 241% !important;
  }
  .wd-min-242 {
    width: 242% !important;
  }
  .wd-min-243 {
    width: 243% !important;
  }
  .wd-min-244 {
    width: 244% !important;
  }
  .wd-min-245 {
    width: 245% !important;
  }
  .wd-min-246 {
    width: 246% !important;
  }
  .wd-min-247 {
    width: 247% !important;
  }
  .wd-min-248 {
    width: 248% !important;
  }
  .wd-min-249 {
    width: 249% !important;
  }
  .wd-min-250 {
    width: 250% !important;
  }
  .wd-min-251 {
    width: 251% !important;
  }
  .wd-min-252 {
    width: 252% !important;
  }
  .wd-min-253 {
    width: 253% !important;
  }
  .wd-min-254 {
    width: 254% !important;
  }
  .wd-min-255 {
    width: 255% !important;
  }
  .wd-min-256 {
    width: 256% !important;
  }
  .wd-min-257 {
    width: 257% !important;
  }
  .wd-min-258 {
    width: 258% !important;
  }
  .wd-min-259 {
    width: 259% !important;
  }
  .wd-min-260 {
    width: 260% !important;
  }
  .wd-min-261 {
    width: 261% !important;
  }
  .wd-min-262 {
    width: 262% !important;
  }
  .wd-min-263 {
    width: 263% !important;
  }
  .wd-min-264 {
    width: 264% !important;
  }
  .wd-min-265 {
    width: 265% !important;
  }
  .wd-min-266 {
    width: 266% !important;
  }
  .wd-min-267 {
    width: 267% !important;
  }
  .wd-min-268 {
    width: 268% !important;
  }
  .wd-min-269 {
    width: 269% !important;
  }
  .wd-min-270 {
    width: 270% !important;
  }
  .wd-min-271 {
    width: 271% !important;
  }
  .wd-min-272 {
    width: 272% !important;
  }
  .wd-min-273 {
    width: 273% !important;
  }
  .wd-min-274 {
    width: 274% !important;
  }
  .wd-min-275 {
    width: 275% !important;
  }
  .wd-min-276 {
    width: 276% !important;
  }
  .wd-min-277 {
    width: 277% !important;
  }
  .wd-min-278 {
    width: 278% !important;
  }
  .wd-min-279 {
    width: 279% !important;
  }
  .wd-min-280 {
    width: 280% !important;
  }
  .wd-min-281 {
    width: 281% !important;
  }
  .wd-min-282 {
    width: 282% !important;
  }
  .wd-min-283 {
    width: 283% !important;
  }
  .wd-min-284 {
    width: 284% !important;
  }
  .wd-min-285 {
    width: 285% !important;
  }
  .wd-min-286 {
    width: 286% !important;
  }
  .wd-min-287 {
    width: 287% !important;
  }
  .wd-min-288 {
    width: 288% !important;
  }
  .wd-min-289 {
    width: 289% !important;
  }
  .wd-min-290 {
    width: 290% !important;
  }
  .wd-min-291 {
    width: 291% !important;
  }
  .wd-min-292 {
    width: 292% !important;
  }
  .wd-min-293 {
    width: 293% !important;
  }
  .wd-min-294 {
    width: 294% !important;
  }
  .wd-min-295 {
    width: 295% !important;
  }
  .wd-min-296 {
    width: 296% !important;
  }
  .wd-min-297 {
    width: 297% !important;
  }
  .wd-min-298 {
    width: 298% !important;
  }
  .wd-min-299 {
    width: 299% !important;
  }
  .wd-min-300 {
    width: 300% !important;
  }
  .wd-min-301 {
    width: 301% !important;
  }
  .wd-min-302 {
    width: 302% !important;
  }
  .wd-min-303 {
    width: 303% !important;
  }
  .wd-min-304 {
    width: 304% !important;
  }
  .wd-min-305 {
    width: 305% !important;
  }
  .wd-min-306 {
    width: 306% !important;
  }
  .wd-min-307 {
    width: 307% !important;
  }
  .wd-min-308 {
    width: 308% !important;
  }
  .wd-min-309 {
    width: 309% !important;
  }
  .wd-min-310 {
    width: 310% !important;
  }
  .wd-min-311 {
    width: 311% !important;
  }
  .wd-min-312 {
    width: 312% !important;
  }
  .wd-min-313 {
    width: 313% !important;
  }
  .wd-min-314 {
    width: 314% !important;
  }
  .wd-min-315 {
    width: 315% !important;
  }
  .wd-min-316 {
    width: 316% !important;
  }
  .wd-min-317 {
    width: 317% !important;
  }
  .wd-min-318 {
    width: 318% !important;
  }
  .wd-min-319 {
    width: 319% !important;
  }
  .wd-min-320 {
    width: 320% !important;
  }
  .wd-min-321 {
    width: 321% !important;
  }
  .wd-min-322 {
    width: 322% !important;
  }
  .wd-min-323 {
    width: 323% !important;
  }
  .wd-min-324 {
    width: 324% !important;
  }
  .wd-min-325 {
    width: 325% !important;
  }
  .wd-min-326 {
    width: 326% !important;
  }
  .wd-min-327 {
    width: 327% !important;
  }
  .wd-min-328 {
    width: 328% !important;
  }
  .wd-min-329 {
    width: 329% !important;
  }
  .wd-min-330 {
    width: 330% !important;
  }
  .wd-min-331 {
    width: 331% !important;
  }
  .wd-min-332 {
    width: 332% !important;
  }
  .wd-min-333 {
    width: 333% !important;
  }
  .wd-min-334 {
    width: 334% !important;
  }
  .wd-min-335 {
    width: 335% !important;
  }
  .wd-min-336 {
    width: 336% !important;
  }
  .wd-min-337 {
    width: 337% !important;
  }
  .wd-min-338 {
    width: 338% !important;
  }
  .wd-min-339 {
    width: 339% !important;
  }
  .wd-min-340 {
    width: 340% !important;
  }
  .wd-min-341 {
    width: 341% !important;
  }
  .wd-min-342 {
    width: 342% !important;
  }
  .wd-min-343 {
    width: 343% !important;
  }
  .wd-min-344 {
    width: 344% !important;
  }
  .wd-min-345 {
    width: 345% !important;
  }
  .wd-min-346 {
    width: 346% !important;
  }
  .wd-min-347 {
    width: 347% !important;
  }
  .wd-min-348 {
    width: 348% !important;
  }
  .wd-min-349 {
    width: 349% !important;
  }
  .wd-min-350 {
    width: 350% !important;
  }
  .wd-min-351 {
    width: 351% !important;
  }
  .wd-min-352 {
    width: 352% !important;
  }
  .wd-min-353 {
    width: 353% !important;
  }
  .wd-min-354 {
    width: 354% !important;
  }
  .wd-min-355 {
    width: 355% !important;
  }
  .wd-min-356 {
    width: 356% !important;
  }
  .wd-min-357 {
    width: 357% !important;
  }
  .wd-min-358 {
    width: 358% !important;
  }
  .wd-min-359 {
    width: 359% !important;
  }
  .wd-min-360 {
    width: 360% !important;
  }
  .wd-min-361 {
    width: 361% !important;
  }
  .wd-min-362 {
    width: 362% !important;
  }
  .wd-min-363 {
    width: 363% !important;
  }
  .wd-min-364 {
    width: 364% !important;
  }
  .wd-min-365 {
    width: 365% !important;
  }
  .wd-min-366 {
    width: 366% !important;
  }
  .wd-min-367 {
    width: 367% !important;
  }
  .wd-min-368 {
    width: 368% !important;
  }
  .wd-min-369 {
    width: 369% !important;
  }
  .wd-min-370 {
    width: 370% !important;
  }
  .wd-min-371 {
    width: 371% !important;
  }
  .wd-min-372 {
    width: 372% !important;
  }
  .wd-min-373 {
    width: 373% !important;
  }
  .wd-min-374 {
    width: 374% !important;
  }
  .wd-min-375 {
    width: 375% !important;
  }
  .wd-min-376 {
    width: 376% !important;
  }
  .wd-min-377 {
    width: 377% !important;
  }
  .wd-min-378 {
    width: 378% !important;
  }
  .wd-min-379 {
    width: 379% !important;
  }
  .wd-min-380 {
    width: 380% !important;
  }
  .wd-min-381 {
    width: 381% !important;
  }
  .wd-min-382 {
    width: 382% !important;
  }
  .wd-min-383 {
    width: 383% !important;
  }
  .wd-min-384 {
    width: 384% !important;
  }
  .wd-min-385 {
    width: 385% !important;
  }
  .wd-min-386 {
    width: 386% !important;
  }
  .wd-min-387 {
    width: 387% !important;
  }
  .wd-min-388 {
    width: 388% !important;
  }
  .wd-min-389 {
    width: 389% !important;
  }
  .wd-min-390 {
    width: 390% !important;
  }
  .wd-min-391 {
    width: 391% !important;
  }
  .wd-min-392 {
    width: 392% !important;
  }
  .wd-min-393 {
    width: 393% !important;
  }
  .wd-min-394 {
    width: 394% !important;
  }
  .wd-min-395 {
    width: 395% !important;
  }
  .wd-min-396 {
    width: 396% !important;
  }
  .wd-min-397 {
    width: 397% !important;
  }
  .wd-min-398 {
    width: 398% !important;
  }
  .wd-min-399 {
    width: 399% !important;
  }
  .wd-min-400 {
    width: 400% !important;
  }
  .wd-min-401 {
    width: 401% !important;
  }
  .wd-min-402 {
    width: 402% !important;
  }
  .wd-min-403 {
    width: 403% !important;
  }
  .wd-min-404 {
    width: 404% !important;
  }
  .wd-min-405 {
    width: 405% !important;
  }
  .wd-min-406 {
    width: 406% !important;
  }
  .wd-min-407 {
    width: 407% !important;
  }
  .wd-min-408 {
    width: 408% !important;
  }
  .wd-min-409 {
    width: 409% !important;
  }
  .wd-min-410 {
    width: 410% !important;
  }
  .wd-min-411 {
    width: 411% !important;
  }
  .wd-min-412 {
    width: 412% !important;
  }
  .wd-min-413 {
    width: 413% !important;
  }
  .wd-min-414 {
    width: 414% !important;
  }
  .wd-min-415 {
    width: 415% !important;
  }
  .wd-min-416 {
    width: 416% !important;
  }
  .wd-min-417 {
    width: 417% !important;
  }
  .wd-min-418 {
    width: 418% !important;
  }
  .wd-min-419 {
    width: 419% !important;
  }
  .wd-min-420 {
    width: 420% !important;
  }
  .wd-min-421 {
    width: 421% !important;
  }
  .wd-min-422 {
    width: 422% !important;
  }
  .wd-min-423 {
    width: 423% !important;
  }
  .wd-min-424 {
    width: 424% !important;
  }
  .wd-min-425 {
    width: 425% !important;
  }
  .wd-min-426 {
    width: 426% !important;
  }
  .wd-min-427 {
    width: 427% !important;
  }
  .wd-min-428 {
    width: 428% !important;
  }
  .wd-min-429 {
    width: 429% !important;
  }
  .wd-min-430 {
    width: 430% !important;
  }
  .wd-min-431 {
    width: 431% !important;
  }
  .wd-min-432 {
    width: 432% !important;
  }
  .wd-min-433 {
    width: 433% !important;
  }
  .wd-min-434 {
    width: 434% !important;
  }
  .wd-min-435 {
    width: 435% !important;
  }
  .wd-min-436 {
    width: 436% !important;
  }
  .wd-min-437 {
    width: 437% !important;
  }
  .wd-min-438 {
    width: 438% !important;
  }
  .wd-min-439 {
    width: 439% !important;
  }
  .wd-min-440 {
    width: 440% !important;
  }
  .wd-min-441 {
    width: 441% !important;
  }
  .wd-min-442 {
    width: 442% !important;
  }
  .wd-min-443 {
    width: 443% !important;
  }
  .wd-min-444 {
    width: 444% !important;
  }
  .wd-min-445 {
    width: 445% !important;
  }
  .wd-min-446 {
    width: 446% !important;
  }
  .wd-min-447 {
    width: 447% !important;
  }
  .wd-min-448 {
    width: 448% !important;
  }
  .wd-min-449 {
    width: 449% !important;
  }
  .wd-min-450 {
    width: 450% !important;
  }
  .wd-min-451 {
    width: 451% !important;
  }
  .wd-min-452 {
    width: 452% !important;
  }
  .wd-min-453 {
    width: 453% !important;
  }
  .wd-min-454 {
    width: 454% !important;
  }
  .wd-min-455 {
    width: 455% !important;
  }
  .wd-min-456 {
    width: 456% !important;
  }
  .wd-min-457 {
    width: 457% !important;
  }
  .wd-min-458 {
    width: 458% !important;
  }
  .wd-min-459 {
    width: 459% !important;
  }
  .wd-min-460 {
    width: 460% !important;
  }
  .wd-min-461 {
    width: 461% !important;
  }
  .wd-min-462 {
    width: 462% !important;
  }
  .wd-min-463 {
    width: 463% !important;
  }
  .wd-min-464 {
    width: 464% !important;
  }
  .wd-min-465 {
    width: 465% !important;
  }
  .wd-min-466 {
    width: 466% !important;
  }
  .wd-min-467 {
    width: 467% !important;
  }
  .wd-min-468 {
    width: 468% !important;
  }
  .wd-min-469 {
    width: 469% !important;
  }
  .wd-min-470 {
    width: 470% !important;
  }
  .wd-min-471 {
    width: 471% !important;
  }
  .wd-min-472 {
    width: 472% !important;
  }
  .wd-min-473 {
    width: 473% !important;
  }
  .wd-min-474 {
    width: 474% !important;
  }
  .wd-min-475 {
    width: 475% !important;
  }
  .wd-min-476 {
    width: 476% !important;
  }
  .wd-min-477 {
    width: 477% !important;
  }
  .wd-min-478 {
    width: 478% !important;
  }
  .wd-min-479 {
    width: 479% !important;
  }
  .wd-min-480 {
    width: 480% !important;
  }
  .wd-min-481 {
    width: 481% !important;
  }
  .wd-min-482 {
    width: 482% !important;
  }
  .wd-min-483 {
    width: 483% !important;
  }
  .wd-min-484 {
    width: 484% !important;
  }
  .wd-min-485 {
    width: 485% !important;
  }
  .wd-min-486 {
    width: 486% !important;
  }
  .wd-min-487 {
    width: 487% !important;
  }
  .wd-min-488 {
    width: 488% !important;
  }
  .wd-min-489 {
    width: 489% !important;
  }
  .wd-min-490 {
    width: 490% !important;
  }
  .wd-min-491 {
    width: 491% !important;
  }
  .wd-min-492 {
    width: 492% !important;
  }
  .wd-min-493 {
    width: 493% !important;
  }
  .wd-min-494 {
    width: 494% !important;
  }
  .wd-min-495 {
    width: 495% !important;
  }
  .wd-min-496 {
    width: 496% !important;
  }
  .wd-min-497 {
    width: 497% !important;
  }
  .wd-min-498 {
    width: 498% !important;
  }
  .wd-min-499 {
    width: 499% !important;
  }
  .wd-min-500 {
    width: 500% !important;
  }
  .wd-min-501 {
    width: 501% !important;
  }
  .wd-min-502 {
    width: 502% !important;
  }
  .wd-min-503 {
    width: 503% !important;
  }
  .wd-min-504 {
    width: 504% !important;
  }
  .wd-min-505 {
    width: 505% !important;
  }
  .wd-min-506 {
    width: 506% !important;
  }
  .wd-min-507 {
    width: 507% !important;
  }
  .wd-min-508 {
    width: 508% !important;
  }
  .wd-min-509 {
    width: 509% !important;
  }
  .wd-min-510 {
    width: 510% !important;
  }
  .wd-min-511 {
    width: 511% !important;
  }
  .wd-min-512 {
    width: 512% !important;
  }
  .wd-min-513 {
    width: 513% !important;
  }
  .wd-min-514 {
    width: 514% !important;
  }
  .wd-min-515 {
    width: 515% !important;
  }
  .wd-min-516 {
    width: 516% !important;
  }
  .wd-min-517 {
    width: 517% !important;
  }
  .wd-min-518 {
    width: 518% !important;
  }
  .wd-min-519 {
    width: 519% !important;
  }
  .wd-min-520 {
    width: 520% !important;
  }
  .wd-min-521 {
    width: 521% !important;
  }
  .wd-min-522 {
    width: 522% !important;
  }
  .wd-min-523 {
    width: 523% !important;
  }
  .wd-min-524 {
    width: 524% !important;
  }
  .wd-min-525 {
    width: 525% !important;
  }
  .wd-min-526 {
    width: 526% !important;
  }
  .wd-min-527 {
    width: 527% !important;
  }
  .wd-min-528 {
    width: 528% !important;
  }
  .wd-min-529 {
    width: 529% !important;
  }
  .wd-min-530 {
    width: 530% !important;
  }
  .wd-min-531 {
    width: 531% !important;
  }
  .wd-min-532 {
    width: 532% !important;
  }
  .wd-min-533 {
    width: 533% !important;
  }
  .wd-min-534 {
    width: 534% !important;
  }
  .wd-min-535 {
    width: 535% !important;
  }
  .wd-min-536 {
    width: 536% !important;
  }
  .wd-min-537 {
    width: 537% !important;
  }
  .wd-min-538 {
    width: 538% !important;
  }
  .wd-min-539 {
    width: 539% !important;
  }
  .wd-min-540 {
    width: 540% !important;
  }
  .wd-min-541 {
    width: 541% !important;
  }
  .wd-min-542 {
    width: 542% !important;
  }
  .wd-min-543 {
    width: 543% !important;
  }
  .wd-min-544 {
    width: 544% !important;
  }
  .wd-min-545 {
    width: 545% !important;
  }
  .wd-min-546 {
    width: 546% !important;
  }
  .wd-min-547 {
    width: 547% !important;
  }
  .wd-min-548 {
    width: 548% !important;
  }
  .wd-min-549 {
    width: 549% !important;
  }
  .wd-min-550 {
    width: 550% !important;
  }
  .wd-min-551 {
    width: 551% !important;
  }
  .wd-min-552 {
    width: 552% !important;
  }
  .wd-min-553 {
    width: 553% !important;
  }
  .wd-min-554 {
    width: 554% !important;
  }
  .wd-min-555 {
    width: 555% !important;
  }
  .wd-min-556 {
    width: 556% !important;
  }
  .wd-min-557 {
    width: 557% !important;
  }
  .wd-min-558 {
    width: 558% !important;
  }
  .wd-min-559 {
    width: 559% !important;
  }
  .wd-min-560 {
    width: 560% !important;
  }
  .wd-min-561 {
    width: 561% !important;
  }
  .wd-min-562 {
    width: 562% !important;
  }
  .wd-min-563 {
    width: 563% !important;
  }
  .wd-min-564 {
    width: 564% !important;
  }
  .wd-min-565 {
    width: 565% !important;
  }
  .wd-min-566 {
    width: 566% !important;
  }
  .wd-min-567 {
    width: 567% !important;
  }
  .wd-min-568 {
    width: 568% !important;
  }
  .wd-min-569 {
    width: 569% !important;
  }
  .wd-min-570 {
    width: 570% !important;
  }
  .wd-min-571 {
    width: 571% !important;
  }
  .wd-min-572 {
    width: 572% !important;
  }
  .wd-min-573 {
    width: 573% !important;
  }
  .wd-min-574 {
    width: 574% !important;
  }
  .wd-min-575 {
    width: 575% !important;
  }
  .wd-min-576 {
    width: 576% !important;
  }
  .wd-min-577 {
    width: 577% !important;
  }
  .wd-min-578 {
    width: 578% !important;
  }
  .wd-min-579 {
    width: 579% !important;
  }
  .wd-min-580 {
    width: 580% !important;
  }
  .wd-min-581 {
    width: 581% !important;
  }
  .wd-min-582 {
    width: 582% !important;
  }
  .wd-min-583 {
    width: 583% !important;
  }
  .wd-min-584 {
    width: 584% !important;
  }
  .wd-min-585 {
    width: 585% !important;
  }
  .wd-min-586 {
    width: 586% !important;
  }
  .wd-min-587 {
    width: 587% !important;
  }
  .wd-min-588 {
    width: 588% !important;
  }
  .wd-min-589 {
    width: 589% !important;
  }
  .wd-min-590 {
    width: 590% !important;
  }
  .wd-min-591 {
    width: 591% !important;
  }
  .wd-min-592 {
    width: 592% !important;
  }
  .wd-min-593 {
    width: 593% !important;
  }
  .wd-min-594 {
    width: 594% !important;
  }
  .wd-min-595 {
    width: 595% !important;
  }
  .wd-min-596 {
    width: 596% !important;
  }
  .wd-min-597 {
    width: 597% !important;
  }
  .wd-min-598 {
    width: 598% !important;
  }
  .wd-min-599 {
    width: 599% !important;
  }
  .wd-min-600 {
    width: 600% !important;
  }
  .wd-min-601 {
    width: 601% !important;
  }
  .wd-min-602 {
    width: 602% !important;
  }
  .wd-min-603 {
    width: 603% !important;
  }
  .wd-min-604 {
    width: 604% !important;
  }
  .wd-min-605 {
    width: 605% !important;
  }
  .wd-min-606 {
    width: 606% !important;
  }
  .wd-min-607 {
    width: 607% !important;
  }
  .wd-min-608 {
    width: 608% !important;
  }
  .wd-min-609 {
    width: 609% !important;
  }
  .wd-min-610 {
    width: 610% !important;
  }
  .wd-min-611 {
    width: 611% !important;
  }
  .wd-min-612 {
    width: 612% !important;
  }
  .wd-min-613 {
    width: 613% !important;
  }
  .wd-min-614 {
    width: 614% !important;
  }
  .wd-min-615 {
    width: 615% !important;
  }
  .wd-min-616 {
    width: 616% !important;
  }
  .wd-min-617 {
    width: 617% !important;
  }
  .wd-min-618 {
    width: 618% !important;
  }
  .wd-min-619 {
    width: 619% !important;
  }
  .wd-min-620 {
    width: 620% !important;
  }
  .wd-min-621 {
    width: 621% !important;
  }
  .wd-min-622 {
    width: 622% !important;
  }
  .wd-min-623 {
    width: 623% !important;
  }
  .wd-min-624 {
    width: 624% !important;
  }
  .wd-min-625 {
    width: 625% !important;
  }
  .wd-min-626 {
    width: 626% !important;
  }
  .wd-min-627 {
    width: 627% !important;
  }
  .wd-min-628 {
    width: 628% !important;
  }
  .wd-min-629 {
    width: 629% !important;
  }
  .wd-min-630 {
    width: 630% !important;
  }
  .wd-min-631 {
    width: 631% !important;
  }
  .wd-min-632 {
    width: 632% !important;
  }
  .wd-min-633 {
    width: 633% !important;
  }
  .wd-min-634 {
    width: 634% !important;
  }
  .wd-min-635 {
    width: 635% !important;
  }
  .wd-min-636 {
    width: 636% !important;
  }
  .wd-min-637 {
    width: 637% !important;
  }
  .wd-min-638 {
    width: 638% !important;
  }
  .wd-min-639 {
    width: 639% !important;
  }
  .wd-min-640 {
    width: 640% !important;
  }
  .wd-min-641 {
    width: 641% !important;
  }
  .wd-min-642 {
    width: 642% !important;
  }
  .wd-min-643 {
    width: 643% !important;
  }
  .wd-min-644 {
    width: 644% !important;
  }
  .wd-min-645 {
    width: 645% !important;
  }
  .wd-min-646 {
    width: 646% !important;
  }
  .wd-min-647 {
    width: 647% !important;
  }
  .wd-min-648 {
    width: 648% !important;
  }
  .wd-min-649 {
    width: 649% !important;
  }
  .wd-min-650 {
    width: 650% !important;
  }
  .wd-min-651 {
    width: 651% !important;
  }
  .wd-min-652 {
    width: 652% !important;
  }
  .wd-min-653 {
    width: 653% !important;
  }
  .wd-min-654 {
    width: 654% !important;
  }
  .wd-min-655 {
    width: 655% !important;
  }
  .wd-min-656 {
    width: 656% !important;
  }
  .wd-min-657 {
    width: 657% !important;
  }
  .wd-min-658 {
    width: 658% !important;
  }
  .wd-min-659 {
    width: 659% !important;
  }
  .wd-min-660 {
    width: 660% !important;
  }
  .wd-min-661 {
    width: 661% !important;
  }
  .wd-min-662 {
    width: 662% !important;
  }
  .wd-min-663 {
    width: 663% !important;
  }
  .wd-min-664 {
    width: 664% !important;
  }
  .wd-min-665 {
    width: 665% !important;
  }
  .wd-min-666 {
    width: 666% !important;
  }
  .wd-min-667 {
    width: 667% !important;
  }
  .wd-min-668 {
    width: 668% !important;
  }
  .wd-min-669 {
    width: 669% !important;
  }
  .wd-min-670 {
    width: 670% !important;
  }
  .wd-min-671 {
    width: 671% !important;
  }
  .wd-min-672 {
    width: 672% !important;
  }
  .wd-min-673 {
    width: 673% !important;
  }
  .wd-min-674 {
    width: 674% !important;
  }
  .wd-min-675 {
    width: 675% !important;
  }
  .wd-min-676 {
    width: 676% !important;
  }
  .wd-min-677 {
    width: 677% !important;
  }
  .wd-min-678 {
    width: 678% !important;
  }
  .wd-min-679 {
    width: 679% !important;
  }
  .wd-min-680 {
    width: 680% !important;
  }
  .wd-min-681 {
    width: 681% !important;
  }
  .wd-min-682 {
    width: 682% !important;
  }
  .wd-min-683 {
    width: 683% !important;
  }
  .wd-min-684 {
    width: 684% !important;
  }
  .wd-min-685 {
    width: 685% !important;
  }
  .wd-min-686 {
    width: 686% !important;
  }
  .wd-min-687 {
    width: 687% !important;
  }
  .wd-min-688 {
    width: 688% !important;
  }
  .wd-min-689 {
    width: 689% !important;
  }
  .wd-min-690 {
    width: 690% !important;
  }
  .wd-min-691 {
    width: 691% !important;
  }
  .wd-min-692 {
    width: 692% !important;
  }
  .wd-min-693 {
    width: 693% !important;
  }
  .wd-min-694 {
    width: 694% !important;
  }
  .wd-min-695 {
    width: 695% !important;
  }
  .wd-min-696 {
    width: 696% !important;
  }
  .wd-min-697 {
    width: 697% !important;
  }
  .wd-min-698 {
    width: 698% !important;
  }
  .wd-min-699 {
    width: 699% !important;
  }
  .wd-min-700 {
    width: 700% !important;
  }
  .wd-min-701 {
    width: 701% !important;
  }
  .wd-min-702 {
    width: 702% !important;
  }
  .wd-min-703 {
    width: 703% !important;
  }
  .wd-min-704 {
    width: 704% !important;
  }
  .wd-min-705 {
    width: 705% !important;
  }
  .wd-min-706 {
    width: 706% !important;
  }
  .wd-min-707 {
    width: 707% !important;
  }
  .wd-min-708 {
    width: 708% !important;
  }
  .wd-min-709 {
    width: 709% !important;
  }
  .wd-min-710 {
    width: 710% !important;
  }
  .wd-min-711 {
    width: 711% !important;
  }
  .wd-min-712 {
    width: 712% !important;
  }
  .wd-min-713 {
    width: 713% !important;
  }
  .wd-min-714 {
    width: 714% !important;
  }
  .wd-min-715 {
    width: 715% !important;
  }
  .wd-min-716 {
    width: 716% !important;
  }
  .wd-min-717 {
    width: 717% !important;
  }
  .wd-min-718 {
    width: 718% !important;
  }
  .wd-min-719 {
    width: 719% !important;
  }
  .wd-min-720 {
    width: 720% !important;
  }
  .wd-min-721 {
    width: 721% !important;
  }
  .wd-min-722 {
    width: 722% !important;
  }
  .wd-min-723 {
    width: 723% !important;
  }
  .wd-min-724 {
    width: 724% !important;
  }
  .wd-min-725 {
    width: 725% !important;
  }
  .wd-min-726 {
    width: 726% !important;
  }
  .wd-min-727 {
    width: 727% !important;
  }
  .wd-min-728 {
    width: 728% !important;
  }
  .wd-min-729 {
    width: 729% !important;
  }
  .wd-min-730 {
    width: 730% !important;
  }
  .wd-min-731 {
    width: 731% !important;
  }
  .wd-min-732 {
    width: 732% !important;
  }
  .wd-min-733 {
    width: 733% !important;
  }
  .wd-min-734 {
    width: 734% !important;
  }
  .wd-min-735 {
    width: 735% !important;
  }
  .wd-min-736 {
    width: 736% !important;
  }
  .wd-min-737 {
    width: 737% !important;
  }
  .wd-min-738 {
    width: 738% !important;
  }
  .wd-min-739 {
    width: 739% !important;
  }
  .wd-min-740 {
    width: 740% !important;
  }
  .wd-min-741 {
    width: 741% !important;
  }
  .wd-min-742 {
    width: 742% !important;
  }
  .wd-min-743 {
    width: 743% !important;
  }
  .wd-min-744 {
    width: 744% !important;
  }
  .wd-min-745 {
    width: 745% !important;
  }
  .wd-min-746 {
    width: 746% !important;
  }
  .wd-min-747 {
    width: 747% !important;
  }
  .wd-min-748 {
    width: 748% !important;
  }
  .wd-min-749 {
    width: 749% !important;
  }
  .wd-min-750 {
    width: 750% !important;
  }
  .wd-min-751 {
    width: 751% !important;
  }
  .wd-min-752 {
    width: 752% !important;
  }
  .wd-min-753 {
    width: 753% !important;
  }
  .wd-min-754 {
    width: 754% !important;
  }
  .wd-min-755 {
    width: 755% !important;
  }
  .wd-min-756 {
    width: 756% !important;
  }
  .wd-min-757 {
    width: 757% !important;
  }
  .wd-min-758 {
    width: 758% !important;
  }
  .wd-min-759 {
    width: 759% !important;
  }
  .wd-min-760 {
    width: 760% !important;
  }
  .wd-min-761 {
    width: 761% !important;
  }
  .wd-min-762 {
    width: 762% !important;
  }
  .wd-min-763 {
    width: 763% !important;
  }
  .wd-min-764 {
    width: 764% !important;
  }
  .wd-min-765 {
    width: 765% !important;
  }
  .wd-min-766 {
    width: 766% !important;
  }
  .wd-min-767 {
    width: 767% !important;
  }
  .wd-min-768 {
    width: 768% !important;
  }
  .wd-min-769 {
    width: 769% !important;
  }
  .wd-min-770 {
    width: 770% !important;
  }
  .wd-min-771 {
    width: 771% !important;
  }
  .wd-min-772 {
    width: 772% !important;
  }
  .wd-min-773 {
    width: 773% !important;
  }
  .wd-min-774 {
    width: 774% !important;
  }
  .wd-min-775 {
    width: 775% !important;
  }
  .wd-min-776 {
    width: 776% !important;
  }
  .wd-min-777 {
    width: 777% !important;
  }
  .wd-min-778 {
    width: 778% !important;
  }
  .wd-min-779 {
    width: 779% !important;
  }
  .wd-min-780 {
    width: 780% !important;
  }
  .wd-min-781 {
    width: 781% !important;
  }
  .wd-min-782 {
    width: 782% !important;
  }
  .wd-min-783 {
    width: 783% !important;
  }
  .wd-min-784 {
    width: 784% !important;
  }
  .wd-min-785 {
    width: 785% !important;
  }
  .wd-min-786 {
    width: 786% !important;
  }
  .wd-min-787 {
    width: 787% !important;
  }
  .wd-min-788 {
    width: 788% !important;
  }
  .wd-min-789 {
    width: 789% !important;
  }
  .wd-min-790 {
    width: 790% !important;
  }
  .wd-min-791 {
    width: 791% !important;
  }
  .wd-min-792 {
    width: 792% !important;
  }
  .wd-min-793 {
    width: 793% !important;
  }
  .wd-min-794 {
    width: 794% !important;
  }
  .wd-min-795 {
    width: 795% !important;
  }
  .wd-min-796 {
    width: 796% !important;
  }
  .wd-min-797 {
    width: 797% !important;
  }
  .wd-min-798 {
    width: 798% !important;
  }
  .wd-min-799 {
    width: 799% !important;
  }
  .wd-min-800 {
    width: 800% !important;
  }
  .wd-min-801 {
    width: 801% !important;
  }
  .wd-min-802 {
    width: 802% !important;
  }
  .wd-min-803 {
    width: 803% !important;
  }
  .wd-min-804 {
    width: 804% !important;
  }
  .wd-min-805 {
    width: 805% !important;
  }
  .wd-min-806 {
    width: 806% !important;
  }
  .wd-min-807 {
    width: 807% !important;
  }
  .wd-min-808 {
    width: 808% !important;
  }
  .wd-min-809 {
    width: 809% !important;
  }
  .wd-min-810 {
    width: 810% !important;
  }
  .wd-min-811 {
    width: 811% !important;
  }
  .wd-min-812 {
    width: 812% !important;
  }
  .wd-min-813 {
    width: 813% !important;
  }
  .wd-min-814 {
    width: 814% !important;
  }
  .wd-min-815 {
    width: 815% !important;
  }
  .wd-min-816 {
    width: 816% !important;
  }
  .wd-min-817 {
    width: 817% !important;
  }
  .wd-min-818 {
    width: 818% !important;
  }
  .wd-min-819 {
    width: 819% !important;
  }
  .wd-min-820 {
    width: 820% !important;
  }
  .wd-min-821 {
    width: 821% !important;
  }
  .wd-min-822 {
    width: 822% !important;
  }
  .wd-min-823 {
    width: 823% !important;
  }
  .wd-min-824 {
    width: 824% !important;
  }
  .wd-min-825 {
    width: 825% !important;
  }
  .wd-min-826 {
    width: 826% !important;
  }
  .wd-min-827 {
    width: 827% !important;
  }
  .wd-min-828 {
    width: 828% !important;
  }
  .wd-min-829 {
    width: 829% !important;
  }
  .wd-min-830 {
    width: 830% !important;
  }
  .wd-min-831 {
    width: 831% !important;
  }
  .wd-min-832 {
    width: 832% !important;
  }
  .wd-min-833 {
    width: 833% !important;
  }
  .wd-min-834 {
    width: 834% !important;
  }
  .wd-min-835 {
    width: 835% !important;
  }
  .wd-min-836 {
    width: 836% !important;
  }
  .wd-min-837 {
    width: 837% !important;
  }
  .wd-min-838 {
    width: 838% !important;
  }
  .wd-min-839 {
    width: 839% !important;
  }
  .wd-min-840 {
    width: 840% !important;
  }
  .wd-min-841 {
    width: 841% !important;
  }
  .wd-min-842 {
    width: 842% !important;
  }
  .wd-min-843 {
    width: 843% !important;
  }
  .wd-min-844 {
    width: 844% !important;
  }
  .wd-min-845 {
    width: 845% !important;
  }
  .wd-min-846 {
    width: 846% !important;
  }
  .wd-min-847 {
    width: 847% !important;
  }
  .wd-min-848 {
    width: 848% !important;
  }
  .wd-min-849 {
    width: 849% !important;
  }
  .wd-min-850 {
    width: 850% !important;
  }
  .wd-min-851 {
    width: 851% !important;
  }
  .wd-min-852 {
    width: 852% !important;
  }
  .wd-min-853 {
    width: 853% !important;
  }
  .wd-min-854 {
    width: 854% !important;
  }
  .wd-min-855 {
    width: 855% !important;
  }
  .wd-min-856 {
    width: 856% !important;
  }
  .wd-min-857 {
    width: 857% !important;
  }
  .wd-min-858 {
    width: 858% !important;
  }
  .wd-min-859 {
    width: 859% !important;
  }
  .wd-min-860 {
    width: 860% !important;
  }
  .wd-min-861 {
    width: 861% !important;
  }
  .wd-min-862 {
    width: 862% !important;
  }
  .wd-min-863 {
    width: 863% !important;
  }
  .wd-min-864 {
    width: 864% !important;
  }
  .wd-min-865 {
    width: 865% !important;
  }
  .wd-min-866 {
    width: 866% !important;
  }
  .wd-min-867 {
    width: 867% !important;
  }
  .wd-min-868 {
    width: 868% !important;
  }
  .wd-min-869 {
    width: 869% !important;
  }
  .wd-min-870 {
    width: 870% !important;
  }
  .wd-min-871 {
    width: 871% !important;
  }
  .wd-min-872 {
    width: 872% !important;
  }
  .wd-min-873 {
    width: 873% !important;
  }
  .wd-min-874 {
    width: 874% !important;
  }
  .wd-min-875 {
    width: 875% !important;
  }
  .wd-min-876 {
    width: 876% !important;
  }
  .wd-min-877 {
    width: 877% !important;
  }
  .wd-min-878 {
    width: 878% !important;
  }
  .wd-min-879 {
    width: 879% !important;
  }
  .wd-min-880 {
    width: 880% !important;
  }
  .wd-min-881 {
    width: 881% !important;
  }
  .wd-min-882 {
    width: 882% !important;
  }
  .wd-min-883 {
    width: 883% !important;
  }
  .wd-min-884 {
    width: 884% !important;
  }
  .wd-min-885 {
    width: 885% !important;
  }
  .wd-min-886 {
    width: 886% !important;
  }
  .wd-min-887 {
    width: 887% !important;
  }
  .wd-min-888 {
    width: 888% !important;
  }
  .wd-min-889 {
    width: 889% !important;
  }
  .wd-min-890 {
    width: 890% !important;
  }
  .wd-min-891 {
    width: 891% !important;
  }
  .wd-min-892 {
    width: 892% !important;
  }
  .wd-min-893 {
    width: 893% !important;
  }
  .wd-min-894 {
    width: 894% !important;
  }
  .wd-min-895 {
    width: 895% !important;
  }
  .wd-min-896 {
    width: 896% !important;
  }
  .wd-min-897 {
    width: 897% !important;
  }
  .wd-min-898 {
    width: 898% !important;
  }
  .wd-min-899 {
    width: 899% !important;
  }
  .wd-min-900 {
    width: 900% !important;
  }
  .wd-min-901 {
    width: 901% !important;
  }
  .wd-min-902 {
    width: 902% !important;
  }
  .wd-min-903 {
    width: 903% !important;
  }
  .wd-min-904 {
    width: 904% !important;
  }
  .wd-min-905 {
    width: 905% !important;
  }
  .wd-min-906 {
    width: 906% !important;
  }
  .wd-min-907 {
    width: 907% !important;
  }
  .wd-min-908 {
    width: 908% !important;
  }
  .wd-min-909 {
    width: 909% !important;
  }
  .wd-min-910 {
    width: 910% !important;
  }
  .wd-min-911 {
    width: 911% !important;
  }
  .wd-min-912 {
    width: 912% !important;
  }
  .wd-min-913 {
    width: 913% !important;
  }
  .wd-min-914 {
    width: 914% !important;
  }
  .wd-min-915 {
    width: 915% !important;
  }
  .wd-min-916 {
    width: 916% !important;
  }
  .wd-min-917 {
    width: 917% !important;
  }
  .wd-min-918 {
    width: 918% !important;
  }
  .wd-min-919 {
    width: 919% !important;
  }
  .wd-min-920 {
    width: 920% !important;
  }
  .wd-min-921 {
    width: 921% !important;
  }
  .wd-min-922 {
    width: 922% !important;
  }
  .wd-min-923 {
    width: 923% !important;
  }
  .wd-min-924 {
    width: 924% !important;
  }
  .wd-min-925 {
    width: 925% !important;
  }
  .wd-min-926 {
    width: 926% !important;
  }
  .wd-min-927 {
    width: 927% !important;
  }
  .wd-min-928 {
    width: 928% !important;
  }
  .wd-min-929 {
    width: 929% !important;
  }
  .wd-min-930 {
    width: 930% !important;
  }
  .wd-min-931 {
    width: 931% !important;
  }
  .wd-min-932 {
    width: 932% !important;
  }
  .wd-min-933 {
    width: 933% !important;
  }
  .wd-min-934 {
    width: 934% !important;
  }
  .wd-min-935 {
    width: 935% !important;
  }
  .wd-min-936 {
    width: 936% !important;
  }
  .wd-min-937 {
    width: 937% !important;
  }
  .wd-min-938 {
    width: 938% !important;
  }
  .wd-min-939 {
    width: 939% !important;
  }
  .wd-min-940 {
    width: 940% !important;
  }
  .wd-min-941 {
    width: 941% !important;
  }
  .wd-min-942 {
    width: 942% !important;
  }
  .wd-min-943 {
    width: 943% !important;
  }
  .wd-min-944 {
    width: 944% !important;
  }
  .wd-min-945 {
    width: 945% !important;
  }
  .wd-min-946 {
    width: 946% !important;
  }
  .wd-min-947 {
    width: 947% !important;
  }
  .wd-min-948 {
    width: 948% !important;
  }
  .wd-min-949 {
    width: 949% !important;
  }
  .wd-min-950 {
    width: 950% !important;
  }
  .wd-min-951 {
    width: 951% !important;
  }
  .wd-min-952 {
    width: 952% !important;
  }
  .wd-min-953 {
    width: 953% !important;
  }
  .wd-min-954 {
    width: 954% !important;
  }
  .wd-min-955 {
    width: 955% !important;
  }
  .wd-min-956 {
    width: 956% !important;
  }
  .wd-min-957 {
    width: 957% !important;
  }
  .wd-min-958 {
    width: 958% !important;
  }
  .wd-min-959 {
    width: 959% !important;
  }
  .wd-min-960 {
    width: 960% !important;
  }
  .wd-min-961 {
    width: 961% !important;
  }
  .wd-min-962 {
    width: 962% !important;
  }
  .wd-min-963 {
    width: 963% !important;
  }
  .wd-min-964 {
    width: 964% !important;
  }
  .wd-min-965 {
    width: 965% !important;
  }
  .wd-min-966 {
    width: 966% !important;
  }
  .wd-min-967 {
    width: 967% !important;
  }
  .wd-min-968 {
    width: 968% !important;
  }
  .wd-min-969 {
    width: 969% !important;
  }
  .wd-min-970 {
    width: 970% !important;
  }
  .wd-min-971 {
    width: 971% !important;
  }
  .wd-min-972 {
    width: 972% !important;
  }
  .wd-min-973 {
    width: 973% !important;
  }
  .wd-min-974 {
    width: 974% !important;
  }
  .wd-min-975 {
    width: 975% !important;
  }
  .wd-min-976 {
    width: 976% !important;
  }
  .wd-min-977 {
    width: 977% !important;
  }
  .wd-min-978 {
    width: 978% !important;
  }
  .wd-min-979 {
    width: 979% !important;
  }
  .wd-min-980 {
    width: 980% !important;
  }
  .wd-min-981 {
    width: 981% !important;
  }
  .wd-min-982 {
    width: 982% !important;
  }
  .wd-min-983 {
    width: 983% !important;
  }
  .wd-min-984 {
    width: 984% !important;
  }
  .wd-min-985 {
    width: 985% !important;
  }
  .wd-min-986 {
    width: 986% !important;
  }
  .wd-min-987 {
    width: 987% !important;
  }
  .wd-min-988 {
    width: 988% !important;
  }
  .wd-min-989 {
    width: 989% !important;
  }
  .wd-min-990 {
    width: 990% !important;
  }
  .wd-min-991 {
    width: 991% !important;
  }
  .wd-min-992 {
    width: 992% !important;
  }
  .wd-min-993 {
    width: 993% !important;
  }
  .wd-min-994 {
    width: 994% !important;
  }
  .wd-min-995 {
    width: 995% !important;
  }
  .wd-min-996 {
    width: 996% !important;
  }
  .wd-min-997 {
    width: 997% !important;
  }
  .wd-min-998 {
    width: 998% !important;
  }
  .wd-min-999 {
    width: 999% !important;
  }
  .wd-min-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 411px) {
  .wd-xs-5 {
    width: 5% !important;
  }
  .wd-xs-10 {
    width: 10% !important;
  }
  .wd-xs-11 {
    width: 11% !important;
  }
  .wd-xs-12 {
    width: 12% !important;
  }
  .wd-xs-13 {
    width: 13% !important;
  }
  .wd-xs-14 {
    width: 14% !important;
  }
  .wd-xs-15 {
    width: 15% !important;
  }
  .wd-xs-16 {
    width: 16% !important;
  }
  .wd-xs-17 {
    width: 17% !important;
  }
  .wd-xs-18 {
    width: 18% !important;
  }
  .wd-xs-19 {
    width: 19% !important;
  }
  .wd-xs-20 {
    width: 20% !important;
  }
  .wd-xs-21 {
    width: 21% !important;
  }
  .wd-xs-22 {
    width: 22% !important;
  }
  .wd-xs-23 {
    width: 23% !important;
  }
  .wd-xs-24 {
    width: 24% !important;
  }
  .wd-xs-25 {
    width: 25% !important;
  }
  .wd-xs-26 {
    width: 26% !important;
  }
  .wd-xs-27 {
    width: 27% !important;
  }
  .wd-xs-28 {
    width: 28% !important;
  }
  .wd-xs-29 {
    width: 29% !important;
  }
  .wd-xs-30 {
    width: 30% !important;
  }
  .wd-xs-31 {
    width: 31% !important;
  }
  .wd-xs-32 {
    width: 32% !important;
  }
  .wd-xs-33 {
    width: 33% !important;
  }
  .wd-xs-34 {
    width: 34% !important;
  }
  .wd-xs-35 {
    width: 35% !important;
  }
  .wd-xs-36 {
    width: 36% !important;
  }
  .wd-xs-37 {
    width: 37% !important;
  }
  .wd-xs-38 {
    width: 38% !important;
  }
  .wd-xs-39 {
    width: 39% !important;
  }
  .wd-xs-40 {
    width: 40% !important;
  }
  .wd-xs-41 {
    width: 41% !important;
  }
  .wd-xs-42 {
    width: 42% !important;
  }
  .wd-xs-43 {
    width: 43% !important;
  }
  .wd-xs-44 {
    width: 44% !important;
  }
  .wd-xs-45 {
    width: 45% !important;
  }
  .wd-xs-46 {
    width: 46% !important;
  }
  .wd-xs-47 {
    width: 47% !important;
  }
  .wd-xs-48 {
    width: 48% !important;
  }
  .wd-xs-49 {
    width: 49% !important;
  }
  .wd-xs-50 {
    width: 50% !important;
  }
  .wd-xs-51 {
    width: 51% !important;
  }
  .wd-xs-52 {
    width: 52% !important;
  }
  .wd-xs-53 {
    width: 53% !important;
  }
  .wd-xs-54 {
    width: 54% !important;
  }
  .wd-xs-55 {
    width: 55% !important;
  }
  .wd-xs-56 {
    width: 56% !important;
  }
  .wd-xs-57 {
    width: 57% !important;
  }
  .wd-xs-58 {
    width: 58% !important;
  }
  .wd-xs-59 {
    width: 59% !important;
  }
  .wd-xs-60 {
    width: 60% !important;
  }
  .wd-xs-61 {
    width: 61% !important;
  }
  .wd-xs-62 {
    width: 62% !important;
  }
  .wd-xs-63 {
    width: 63% !important;
  }
  .wd-xs-64 {
    width: 64% !important;
  }
  .wd-xs-65 {
    width: 65% !important;
  }
  .wd-xs-66 {
    width: 66% !important;
  }
  .wd-xs-67 {
    width: 67% !important;
  }
  .wd-xs-68 {
    width: 68% !important;
  }
  .wd-xs-69 {
    width: 69% !important;
  }
  .wd-xs-70 {
    width: 70% !important;
  }
  .wd-xs-71 {
    width: 71% !important;
  }
  .wd-xs-72 {
    width: 72% !important;
  }
  .wd-xs-73 {
    width: 73% !important;
  }
  .wd-xs-74 {
    width: 74% !important;
  }
  .wd-xs-75 {
    width: 75% !important;
  }
  .wd-xs-76 {
    width: 76% !important;
  }
  .wd-xs-77 {
    width: 77% !important;
  }
  .wd-xs-78 {
    width: 78% !important;
  }
  .wd-xs-79 {
    width: 79% !important;
  }
  .wd-xs-80 {
    width: 80% !important;
  }
  .wd-xs-81 {
    width: 81% !important;
  }
  .wd-xs-82 {
    width: 82% !important;
  }
  .wd-xs-83 {
    width: 83% !important;
  }
  .wd-xs-84 {
    width: 84% !important;
  }
  .wd-xs-85 {
    width: 85% !important;
  }
  .wd-xs-86 {
    width: 86% !important;
  }
  .wd-xs-87 {
    width: 87% !important;
  }
  .wd-xs-88 {
    width: 88% !important;
  }
  .wd-xs-89 {
    width: 89% !important;
  }
  .wd-xs-90 {
    width: 90% !important;
  }
  .wd-xs-91 {
    width: 91% !important;
  }
  .wd-xs-92 {
    width: 92% !important;
  }
  .wd-xs-93 {
    width: 93% !important;
  }
  .wd-xs-94 {
    width: 94% !important;
  }
  .wd-xs-95 {
    width: 95% !important;
  }
  .wd-xs-96 {
    width: 96% !important;
  }
  .wd-xs-97 {
    width: 97% !important;
  }
  .wd-xs-98 {
    width: 98% !important;
  }
  .wd-xs-99 {
    width: 99% !important;
  }
  .wd-xs-100 {
    width: 100% !important;
  }
  .wd-xs-101 {
    width: 101% !important;
  }
  .wd-xs-102 {
    width: 102% !important;
  }
  .wd-xs-103 {
    width: 103% !important;
  }
  .wd-xs-104 {
    width: 104% !important;
  }
  .wd-xs-105 {
    width: 105% !important;
  }
  .wd-xs-106 {
    width: 106% !important;
  }
  .wd-xs-107 {
    width: 107% !important;
  }
  .wd-xs-108 {
    width: 108% !important;
  }
  .wd-xs-109 {
    width: 109% !important;
  }
  .wd-xs-110 {
    width: 110% !important;
  }
  .wd-xs-111 {
    width: 111% !important;
  }
  .wd-xs-112 {
    width: 112% !important;
  }
  .wd-xs-113 {
    width: 113% !important;
  }
  .wd-xs-114 {
    width: 114% !important;
  }
  .wd-xs-115 {
    width: 115% !important;
  }
  .wd-xs-116 {
    width: 116% !important;
  }
  .wd-xs-117 {
    width: 117% !important;
  }
  .wd-xs-118 {
    width: 118% !important;
  }
  .wd-xs-119 {
    width: 119% !important;
  }
  .wd-xs-120 {
    width: 120% !important;
  }
  .wd-xs-121 {
    width: 121% !important;
  }
  .wd-xs-122 {
    width: 122% !important;
  }
  .wd-xs-123 {
    width: 123% !important;
  }
  .wd-xs-124 {
    width: 124% !important;
  }
  .wd-xs-125 {
    width: 125% !important;
  }
  .wd-xs-126 {
    width: 126% !important;
  }
  .wd-xs-127 {
    width: 127% !important;
  }
  .wd-xs-128 {
    width: 128% !important;
  }
  .wd-xs-129 {
    width: 129% !important;
  }
  .wd-xs-130 {
    width: 130% !important;
  }
  .wd-xs-131 {
    width: 131% !important;
  }
  .wd-xs-132 {
    width: 132% !important;
  }
  .wd-xs-133 {
    width: 133% !important;
  }
  .wd-xs-134 {
    width: 134% !important;
  }
  .wd-xs-135 {
    width: 135% !important;
  }
  .wd-xs-136 {
    width: 136% !important;
  }
  .wd-xs-137 {
    width: 137% !important;
  }
  .wd-xs-138 {
    width: 138% !important;
  }
  .wd-xs-139 {
    width: 139% !important;
  }
  .wd-xs-140 {
    width: 140% !important;
  }
  .wd-xs-141 {
    width: 141% !important;
  }
  .wd-xs-142 {
    width: 142% !important;
  }
  .wd-xs-143 {
    width: 143% !important;
  }
  .wd-xs-144 {
    width: 144% !important;
  }
  .wd-xs-145 {
    width: 145% !important;
  }
  .wd-xs-146 {
    width: 146% !important;
  }
  .wd-xs-147 {
    width: 147% !important;
  }
  .wd-xs-148 {
    width: 148% !important;
  }
  .wd-xs-149 {
    width: 149% !important;
  }
  .wd-xs-150 {
    width: 150% !important;
  }
  .wd-xs-151 {
    width: 151% !important;
  }
  .wd-xs-152 {
    width: 152% !important;
  }
  .wd-xs-153 {
    width: 153% !important;
  }
  .wd-xs-154 {
    width: 154% !important;
  }
  .wd-xs-155 {
    width: 155% !important;
  }
  .wd-xs-156 {
    width: 156% !important;
  }
  .wd-xs-157 {
    width: 157% !important;
  }
  .wd-xs-158 {
    width: 158% !important;
  }
  .wd-xs-159 {
    width: 159% !important;
  }
  .wd-xs-160 {
    width: 160% !important;
  }
  .wd-xs-161 {
    width: 161% !important;
  }
  .wd-xs-162 {
    width: 162% !important;
  }
  .wd-xs-163 {
    width: 163% !important;
  }
  .wd-xs-164 {
    width: 164% !important;
  }
  .wd-xs-165 {
    width: 165% !important;
  }
  .wd-xs-166 {
    width: 166% !important;
  }
  .wd-xs-167 {
    width: 167% !important;
  }
  .wd-xs-168 {
    width: 168% !important;
  }
  .wd-xs-169 {
    width: 169% !important;
  }
  .wd-xs-170 {
    width: 170% !important;
  }
  .wd-xs-171 {
    width: 171% !important;
  }
  .wd-xs-172 {
    width: 172% !important;
  }
  .wd-xs-173 {
    width: 173% !important;
  }
  .wd-xs-174 {
    width: 174% !important;
  }
  .wd-xs-175 {
    width: 175% !important;
  }
  .wd-xs-176 {
    width: 176% !important;
  }
  .wd-xs-177 {
    width: 177% !important;
  }
  .wd-xs-178 {
    width: 178% !important;
  }
  .wd-xs-179 {
    width: 179% !important;
  }
  .wd-xs-180 {
    width: 180% !important;
  }
  .wd-xs-181 {
    width: 181% !important;
  }
  .wd-xs-182 {
    width: 182% !important;
  }
  .wd-xs-183 {
    width: 183% !important;
  }
  .wd-xs-184 {
    width: 184% !important;
  }
  .wd-xs-185 {
    width: 185% !important;
  }
  .wd-xs-186 {
    width: 186% !important;
  }
  .wd-xs-187 {
    width: 187% !important;
  }
  .wd-xs-188 {
    width: 188% !important;
  }
  .wd-xs-189 {
    width: 189% !important;
  }
  .wd-xs-190 {
    width: 190% !important;
  }
  .wd-xs-191 {
    width: 191% !important;
  }
  .wd-xs-192 {
    width: 192% !important;
  }
  .wd-xs-193 {
    width: 193% !important;
  }
  .wd-xs-194 {
    width: 194% !important;
  }
  .wd-xs-195 {
    width: 195% !important;
  }
  .wd-xs-196 {
    width: 196% !important;
  }
  .wd-xs-197 {
    width: 197% !important;
  }
  .wd-xs-198 {
    width: 198% !important;
  }
  .wd-xs-199 {
    width: 199% !important;
  }
  .wd-xs-200 {
    width: 200% !important;
  }
  .wd-xs-201 {
    width: 201% !important;
  }
  .wd-xs-202 {
    width: 202% !important;
  }
  .wd-xs-203 {
    width: 203% !important;
  }
  .wd-xs-204 {
    width: 204% !important;
  }
  .wd-xs-205 {
    width: 205% !important;
  }
  .wd-xs-206 {
    width: 206% !important;
  }
  .wd-xs-207 {
    width: 207% !important;
  }
  .wd-xs-208 {
    width: 208% !important;
  }
  .wd-xs-209 {
    width: 209% !important;
  }
  .wd-xs-210 {
    width: 210% !important;
  }
  .wd-xs-211 {
    width: 211% !important;
  }
  .wd-xs-212 {
    width: 212% !important;
  }
  .wd-xs-213 {
    width: 213% !important;
  }
  .wd-xs-214 {
    width: 214% !important;
  }
  .wd-xs-215 {
    width: 215% !important;
  }
  .wd-xs-216 {
    width: 216% !important;
  }
  .wd-xs-217 {
    width: 217% !important;
  }
  .wd-xs-218 {
    width: 218% !important;
  }
  .wd-xs-219 {
    width: 219% !important;
  }
  .wd-xs-220 {
    width: 220% !important;
  }
  .wd-xs-221 {
    width: 221% !important;
  }
  .wd-xs-222 {
    width: 222% !important;
  }
  .wd-xs-223 {
    width: 223% !important;
  }
  .wd-xs-224 {
    width: 224% !important;
  }
  .wd-xs-225 {
    width: 225% !important;
  }
  .wd-xs-226 {
    width: 226% !important;
  }
  .wd-xs-227 {
    width: 227% !important;
  }
  .wd-xs-228 {
    width: 228% !important;
  }
  .wd-xs-229 {
    width: 229% !important;
  }
  .wd-xs-230 {
    width: 230% !important;
  }
  .wd-xs-231 {
    width: 231% !important;
  }
  .wd-xs-232 {
    width: 232% !important;
  }
  .wd-xs-233 {
    width: 233% !important;
  }
  .wd-xs-234 {
    width: 234% !important;
  }
  .wd-xs-235 {
    width: 235% !important;
  }
  .wd-xs-236 {
    width: 236% !important;
  }
  .wd-xs-237 {
    width: 237% !important;
  }
  .wd-xs-238 {
    width: 238% !important;
  }
  .wd-xs-239 {
    width: 239% !important;
  }
  .wd-xs-240 {
    width: 240% !important;
  }
  .wd-xs-241 {
    width: 241% !important;
  }
  .wd-xs-242 {
    width: 242% !important;
  }
  .wd-xs-243 {
    width: 243% !important;
  }
  .wd-xs-244 {
    width: 244% !important;
  }
  .wd-xs-245 {
    width: 245% !important;
  }
  .wd-xs-246 {
    width: 246% !important;
  }
  .wd-xs-247 {
    width: 247% !important;
  }
  .wd-xs-248 {
    width: 248% !important;
  }
  .wd-xs-249 {
    width: 249% !important;
  }
  .wd-xs-250 {
    width: 250% !important;
  }
  .wd-xs-251 {
    width: 251% !important;
  }
  .wd-xs-252 {
    width: 252% !important;
  }
  .wd-xs-253 {
    width: 253% !important;
  }
  .wd-xs-254 {
    width: 254% !important;
  }
  .wd-xs-255 {
    width: 255% !important;
  }
  .wd-xs-256 {
    width: 256% !important;
  }
  .wd-xs-257 {
    width: 257% !important;
  }
  .wd-xs-258 {
    width: 258% !important;
  }
  .wd-xs-259 {
    width: 259% !important;
  }
  .wd-xs-260 {
    width: 260% !important;
  }
  .wd-xs-261 {
    width: 261% !important;
  }
  .wd-xs-262 {
    width: 262% !important;
  }
  .wd-xs-263 {
    width: 263% !important;
  }
  .wd-xs-264 {
    width: 264% !important;
  }
  .wd-xs-265 {
    width: 265% !important;
  }
  .wd-xs-266 {
    width: 266% !important;
  }
  .wd-xs-267 {
    width: 267% !important;
  }
  .wd-xs-268 {
    width: 268% !important;
  }
  .wd-xs-269 {
    width: 269% !important;
  }
  .wd-xs-270 {
    width: 270% !important;
  }
  .wd-xs-271 {
    width: 271% !important;
  }
  .wd-xs-272 {
    width: 272% !important;
  }
  .wd-xs-273 {
    width: 273% !important;
  }
  .wd-xs-274 {
    width: 274% !important;
  }
  .wd-xs-275 {
    width: 275% !important;
  }
  .wd-xs-276 {
    width: 276% !important;
  }
  .wd-xs-277 {
    width: 277% !important;
  }
  .wd-xs-278 {
    width: 278% !important;
  }
  .wd-xs-279 {
    width: 279% !important;
  }
  .wd-xs-280 {
    width: 280% !important;
  }
  .wd-xs-281 {
    width: 281% !important;
  }
  .wd-xs-282 {
    width: 282% !important;
  }
  .wd-xs-283 {
    width: 283% !important;
  }
  .wd-xs-284 {
    width: 284% !important;
  }
  .wd-xs-285 {
    width: 285% !important;
  }
  .wd-xs-286 {
    width: 286% !important;
  }
  .wd-xs-287 {
    width: 287% !important;
  }
  .wd-xs-288 {
    width: 288% !important;
  }
  .wd-xs-289 {
    width: 289% !important;
  }
  .wd-xs-290 {
    width: 290% !important;
  }
  .wd-xs-291 {
    width: 291% !important;
  }
  .wd-xs-292 {
    width: 292% !important;
  }
  .wd-xs-293 {
    width: 293% !important;
  }
  .wd-xs-294 {
    width: 294% !important;
  }
  .wd-xs-295 {
    width: 295% !important;
  }
  .wd-xs-296 {
    width: 296% !important;
  }
  .wd-xs-297 {
    width: 297% !important;
  }
  .wd-xs-298 {
    width: 298% !important;
  }
  .wd-xs-299 {
    width: 299% !important;
  }
  .wd-xs-300 {
    width: 300% !important;
  }
  .wd-xs-301 {
    width: 301% !important;
  }
  .wd-xs-302 {
    width: 302% !important;
  }
  .wd-xs-303 {
    width: 303% !important;
  }
  .wd-xs-304 {
    width: 304% !important;
  }
  .wd-xs-305 {
    width: 305% !important;
  }
  .wd-xs-306 {
    width: 306% !important;
  }
  .wd-xs-307 {
    width: 307% !important;
  }
  .wd-xs-308 {
    width: 308% !important;
  }
  .wd-xs-309 {
    width: 309% !important;
  }
  .wd-xs-310 {
    width: 310% !important;
  }
  .wd-xs-311 {
    width: 311% !important;
  }
  .wd-xs-312 {
    width: 312% !important;
  }
  .wd-xs-313 {
    width: 313% !important;
  }
  .wd-xs-314 {
    width: 314% !important;
  }
  .wd-xs-315 {
    width: 315% !important;
  }
  .wd-xs-316 {
    width: 316% !important;
  }
  .wd-xs-317 {
    width: 317% !important;
  }
  .wd-xs-318 {
    width: 318% !important;
  }
  .wd-xs-319 {
    width: 319% !important;
  }
  .wd-xs-320 {
    width: 320% !important;
  }
  .wd-xs-321 {
    width: 321% !important;
  }
  .wd-xs-322 {
    width: 322% !important;
  }
  .wd-xs-323 {
    width: 323% !important;
  }
  .wd-xs-324 {
    width: 324% !important;
  }
  .wd-xs-325 {
    width: 325% !important;
  }
  .wd-xs-326 {
    width: 326% !important;
  }
  .wd-xs-327 {
    width: 327% !important;
  }
  .wd-xs-328 {
    width: 328% !important;
  }
  .wd-xs-329 {
    width: 329% !important;
  }
  .wd-xs-330 {
    width: 330% !important;
  }
  .wd-xs-331 {
    width: 331% !important;
  }
  .wd-xs-332 {
    width: 332% !important;
  }
  .wd-xs-333 {
    width: 333% !important;
  }
  .wd-xs-334 {
    width: 334% !important;
  }
  .wd-xs-335 {
    width: 335% !important;
  }
  .wd-xs-336 {
    width: 336% !important;
  }
  .wd-xs-337 {
    width: 337% !important;
  }
  .wd-xs-338 {
    width: 338% !important;
  }
  .wd-xs-339 {
    width: 339% !important;
  }
  .wd-xs-340 {
    width: 340% !important;
  }
  .wd-xs-341 {
    width: 341% !important;
  }
  .wd-xs-342 {
    width: 342% !important;
  }
  .wd-xs-343 {
    width: 343% !important;
  }
  .wd-xs-344 {
    width: 344% !important;
  }
  .wd-xs-345 {
    width: 345% !important;
  }
  .wd-xs-346 {
    width: 346% !important;
  }
  .wd-xs-347 {
    width: 347% !important;
  }
  .wd-xs-348 {
    width: 348% !important;
  }
  .wd-xs-349 {
    width: 349% !important;
  }
  .wd-xs-350 {
    width: 350% !important;
  }
  .wd-xs-351 {
    width: 351% !important;
  }
  .wd-xs-352 {
    width: 352% !important;
  }
  .wd-xs-353 {
    width: 353% !important;
  }
  .wd-xs-354 {
    width: 354% !important;
  }
  .wd-xs-355 {
    width: 355% !important;
  }
  .wd-xs-356 {
    width: 356% !important;
  }
  .wd-xs-357 {
    width: 357% !important;
  }
  .wd-xs-358 {
    width: 358% !important;
  }
  .wd-xs-359 {
    width: 359% !important;
  }
  .wd-xs-360 {
    width: 360% !important;
  }
  .wd-xs-361 {
    width: 361% !important;
  }
  .wd-xs-362 {
    width: 362% !important;
  }
  .wd-xs-363 {
    width: 363% !important;
  }
  .wd-xs-364 {
    width: 364% !important;
  }
  .wd-xs-365 {
    width: 365% !important;
  }
  .wd-xs-366 {
    width: 366% !important;
  }
  .wd-xs-367 {
    width: 367% !important;
  }
  .wd-xs-368 {
    width: 368% !important;
  }
  .wd-xs-369 {
    width: 369% !important;
  }
  .wd-xs-370 {
    width: 370% !important;
  }
  .wd-xs-371 {
    width: 371% !important;
  }
  .wd-xs-372 {
    width: 372% !important;
  }
  .wd-xs-373 {
    width: 373% !important;
  }
  .wd-xs-374 {
    width: 374% !important;
  }
  .wd-xs-375 {
    width: 375% !important;
  }
  .wd-xs-376 {
    width: 376% !important;
  }
  .wd-xs-377 {
    width: 377% !important;
  }
  .wd-xs-378 {
    width: 378% !important;
  }
  .wd-xs-379 {
    width: 379% !important;
  }
  .wd-xs-380 {
    width: 380% !important;
  }
  .wd-xs-381 {
    width: 381% !important;
  }
  .wd-xs-382 {
    width: 382% !important;
  }
  .wd-xs-383 {
    width: 383% !important;
  }
  .wd-xs-384 {
    width: 384% !important;
  }
  .wd-xs-385 {
    width: 385% !important;
  }
  .wd-xs-386 {
    width: 386% !important;
  }
  .wd-xs-387 {
    width: 387% !important;
  }
  .wd-xs-388 {
    width: 388% !important;
  }
  .wd-xs-389 {
    width: 389% !important;
  }
  .wd-xs-390 {
    width: 390% !important;
  }
  .wd-xs-391 {
    width: 391% !important;
  }
  .wd-xs-392 {
    width: 392% !important;
  }
  .wd-xs-393 {
    width: 393% !important;
  }
  .wd-xs-394 {
    width: 394% !important;
  }
  .wd-xs-395 {
    width: 395% !important;
  }
  .wd-xs-396 {
    width: 396% !important;
  }
  .wd-xs-397 {
    width: 397% !important;
  }
  .wd-xs-398 {
    width: 398% !important;
  }
  .wd-xs-399 {
    width: 399% !important;
  }
  .wd-xs-400 {
    width: 400% !important;
  }
  .wd-xs-401 {
    width: 401% !important;
  }
  .wd-xs-402 {
    width: 402% !important;
  }
  .wd-xs-403 {
    width: 403% !important;
  }
  .wd-xs-404 {
    width: 404% !important;
  }
  .wd-xs-405 {
    width: 405% !important;
  }
  .wd-xs-406 {
    width: 406% !important;
  }
  .wd-xs-407 {
    width: 407% !important;
  }
  .wd-xs-408 {
    width: 408% !important;
  }
  .wd-xs-409 {
    width: 409% !important;
  }
  .wd-xs-410 {
    width: 410% !important;
  }
  .wd-xs-411 {
    width: 411% !important;
  }
  .wd-xs-412 {
    width: 412% !important;
  }
  .wd-xs-413 {
    width: 413% !important;
  }
  .wd-xs-414 {
    width: 414% !important;
  }
  .wd-xs-415 {
    width: 415% !important;
  }
  .wd-xs-416 {
    width: 416% !important;
  }
  .wd-xs-417 {
    width: 417% !important;
  }
  .wd-xs-418 {
    width: 418% !important;
  }
  .wd-xs-419 {
    width: 419% !important;
  }
  .wd-xs-420 {
    width: 420% !important;
  }
  .wd-xs-421 {
    width: 421% !important;
  }
  .wd-xs-422 {
    width: 422% !important;
  }
  .wd-xs-423 {
    width: 423% !important;
  }
  .wd-xs-424 {
    width: 424% !important;
  }
  .wd-xs-425 {
    width: 425% !important;
  }
  .wd-xs-426 {
    width: 426% !important;
  }
  .wd-xs-427 {
    width: 427% !important;
  }
  .wd-xs-428 {
    width: 428% !important;
  }
  .wd-xs-429 {
    width: 429% !important;
  }
  .wd-xs-430 {
    width: 430% !important;
  }
  .wd-xs-431 {
    width: 431% !important;
  }
  .wd-xs-432 {
    width: 432% !important;
  }
  .wd-xs-433 {
    width: 433% !important;
  }
  .wd-xs-434 {
    width: 434% !important;
  }
  .wd-xs-435 {
    width: 435% !important;
  }
  .wd-xs-436 {
    width: 436% !important;
  }
  .wd-xs-437 {
    width: 437% !important;
  }
  .wd-xs-438 {
    width: 438% !important;
  }
  .wd-xs-439 {
    width: 439% !important;
  }
  .wd-xs-440 {
    width: 440% !important;
  }
  .wd-xs-441 {
    width: 441% !important;
  }
  .wd-xs-442 {
    width: 442% !important;
  }
  .wd-xs-443 {
    width: 443% !important;
  }
  .wd-xs-444 {
    width: 444% !important;
  }
  .wd-xs-445 {
    width: 445% !important;
  }
  .wd-xs-446 {
    width: 446% !important;
  }
  .wd-xs-447 {
    width: 447% !important;
  }
  .wd-xs-448 {
    width: 448% !important;
  }
  .wd-xs-449 {
    width: 449% !important;
  }
  .wd-xs-450 {
    width: 450% !important;
  }
  .wd-xs-451 {
    width: 451% !important;
  }
  .wd-xs-452 {
    width: 452% !important;
  }
  .wd-xs-453 {
    width: 453% !important;
  }
  .wd-xs-454 {
    width: 454% !important;
  }
  .wd-xs-455 {
    width: 455% !important;
  }
  .wd-xs-456 {
    width: 456% !important;
  }
  .wd-xs-457 {
    width: 457% !important;
  }
  .wd-xs-458 {
    width: 458% !important;
  }
  .wd-xs-459 {
    width: 459% !important;
  }
  .wd-xs-460 {
    width: 460% !important;
  }
  .wd-xs-461 {
    width: 461% !important;
  }
  .wd-xs-462 {
    width: 462% !important;
  }
  .wd-xs-463 {
    width: 463% !important;
  }
  .wd-xs-464 {
    width: 464% !important;
  }
  .wd-xs-465 {
    width: 465% !important;
  }
  .wd-xs-466 {
    width: 466% !important;
  }
  .wd-xs-467 {
    width: 467% !important;
  }
  .wd-xs-468 {
    width: 468% !important;
  }
  .wd-xs-469 {
    width: 469% !important;
  }
  .wd-xs-470 {
    width: 470% !important;
  }
  .wd-xs-471 {
    width: 471% !important;
  }
  .wd-xs-472 {
    width: 472% !important;
  }
  .wd-xs-473 {
    width: 473% !important;
  }
  .wd-xs-474 {
    width: 474% !important;
  }
  .wd-xs-475 {
    width: 475% !important;
  }
  .wd-xs-476 {
    width: 476% !important;
  }
  .wd-xs-477 {
    width: 477% !important;
  }
  .wd-xs-478 {
    width: 478% !important;
  }
  .wd-xs-479 {
    width: 479% !important;
  }
  .wd-xs-480 {
    width: 480% !important;
  }
  .wd-xs-481 {
    width: 481% !important;
  }
  .wd-xs-482 {
    width: 482% !important;
  }
  .wd-xs-483 {
    width: 483% !important;
  }
  .wd-xs-484 {
    width: 484% !important;
  }
  .wd-xs-485 {
    width: 485% !important;
  }
  .wd-xs-486 {
    width: 486% !important;
  }
  .wd-xs-487 {
    width: 487% !important;
  }
  .wd-xs-488 {
    width: 488% !important;
  }
  .wd-xs-489 {
    width: 489% !important;
  }
  .wd-xs-490 {
    width: 490% !important;
  }
  .wd-xs-491 {
    width: 491% !important;
  }
  .wd-xs-492 {
    width: 492% !important;
  }
  .wd-xs-493 {
    width: 493% !important;
  }
  .wd-xs-494 {
    width: 494% !important;
  }
  .wd-xs-495 {
    width: 495% !important;
  }
  .wd-xs-496 {
    width: 496% !important;
  }
  .wd-xs-497 {
    width: 497% !important;
  }
  .wd-xs-498 {
    width: 498% !important;
  }
  .wd-xs-499 {
    width: 499% !important;
  }
  .wd-xs-500 {
    width: 500% !important;
  }
  .wd-xs-501 {
    width: 501% !important;
  }
  .wd-xs-502 {
    width: 502% !important;
  }
  .wd-xs-503 {
    width: 503% !important;
  }
  .wd-xs-504 {
    width: 504% !important;
  }
  .wd-xs-505 {
    width: 505% !important;
  }
  .wd-xs-506 {
    width: 506% !important;
  }
  .wd-xs-507 {
    width: 507% !important;
  }
  .wd-xs-508 {
    width: 508% !important;
  }
  .wd-xs-509 {
    width: 509% !important;
  }
  .wd-xs-510 {
    width: 510% !important;
  }
  .wd-xs-511 {
    width: 511% !important;
  }
  .wd-xs-512 {
    width: 512% !important;
  }
  .wd-xs-513 {
    width: 513% !important;
  }
  .wd-xs-514 {
    width: 514% !important;
  }
  .wd-xs-515 {
    width: 515% !important;
  }
  .wd-xs-516 {
    width: 516% !important;
  }
  .wd-xs-517 {
    width: 517% !important;
  }
  .wd-xs-518 {
    width: 518% !important;
  }
  .wd-xs-519 {
    width: 519% !important;
  }
  .wd-xs-520 {
    width: 520% !important;
  }
  .wd-xs-521 {
    width: 521% !important;
  }
  .wd-xs-522 {
    width: 522% !important;
  }
  .wd-xs-523 {
    width: 523% !important;
  }
  .wd-xs-524 {
    width: 524% !important;
  }
  .wd-xs-525 {
    width: 525% !important;
  }
  .wd-xs-526 {
    width: 526% !important;
  }
  .wd-xs-527 {
    width: 527% !important;
  }
  .wd-xs-528 {
    width: 528% !important;
  }
  .wd-xs-529 {
    width: 529% !important;
  }
  .wd-xs-530 {
    width: 530% !important;
  }
  .wd-xs-531 {
    width: 531% !important;
  }
  .wd-xs-532 {
    width: 532% !important;
  }
  .wd-xs-533 {
    width: 533% !important;
  }
  .wd-xs-534 {
    width: 534% !important;
  }
  .wd-xs-535 {
    width: 535% !important;
  }
  .wd-xs-536 {
    width: 536% !important;
  }
  .wd-xs-537 {
    width: 537% !important;
  }
  .wd-xs-538 {
    width: 538% !important;
  }
  .wd-xs-539 {
    width: 539% !important;
  }
  .wd-xs-540 {
    width: 540% !important;
  }
  .wd-xs-541 {
    width: 541% !important;
  }
  .wd-xs-542 {
    width: 542% !important;
  }
  .wd-xs-543 {
    width: 543% !important;
  }
  .wd-xs-544 {
    width: 544% !important;
  }
  .wd-xs-545 {
    width: 545% !important;
  }
  .wd-xs-546 {
    width: 546% !important;
  }
  .wd-xs-547 {
    width: 547% !important;
  }
  .wd-xs-548 {
    width: 548% !important;
  }
  .wd-xs-549 {
    width: 549% !important;
  }
  .wd-xs-550 {
    width: 550% !important;
  }
  .wd-xs-551 {
    width: 551% !important;
  }
  .wd-xs-552 {
    width: 552% !important;
  }
  .wd-xs-553 {
    width: 553% !important;
  }
  .wd-xs-554 {
    width: 554% !important;
  }
  .wd-xs-555 {
    width: 555% !important;
  }
  .wd-xs-556 {
    width: 556% !important;
  }
  .wd-xs-557 {
    width: 557% !important;
  }
  .wd-xs-558 {
    width: 558% !important;
  }
  .wd-xs-559 {
    width: 559% !important;
  }
  .wd-xs-560 {
    width: 560% !important;
  }
  .wd-xs-561 {
    width: 561% !important;
  }
  .wd-xs-562 {
    width: 562% !important;
  }
  .wd-xs-563 {
    width: 563% !important;
  }
  .wd-xs-564 {
    width: 564% !important;
  }
  .wd-xs-565 {
    width: 565% !important;
  }
  .wd-xs-566 {
    width: 566% !important;
  }
  .wd-xs-567 {
    width: 567% !important;
  }
  .wd-xs-568 {
    width: 568% !important;
  }
  .wd-xs-569 {
    width: 569% !important;
  }
  .wd-xs-570 {
    width: 570% !important;
  }
  .wd-xs-571 {
    width: 571% !important;
  }
  .wd-xs-572 {
    width: 572% !important;
  }
  .wd-xs-573 {
    width: 573% !important;
  }
  .wd-xs-574 {
    width: 574% !important;
  }
  .wd-xs-575 {
    width: 575% !important;
  }
  .wd-xs-576 {
    width: 576% !important;
  }
  .wd-xs-577 {
    width: 577% !important;
  }
  .wd-xs-578 {
    width: 578% !important;
  }
  .wd-xs-579 {
    width: 579% !important;
  }
  .wd-xs-580 {
    width: 580% !important;
  }
  .wd-xs-581 {
    width: 581% !important;
  }
  .wd-xs-582 {
    width: 582% !important;
  }
  .wd-xs-583 {
    width: 583% !important;
  }
  .wd-xs-584 {
    width: 584% !important;
  }
  .wd-xs-585 {
    width: 585% !important;
  }
  .wd-xs-586 {
    width: 586% !important;
  }
  .wd-xs-587 {
    width: 587% !important;
  }
  .wd-xs-588 {
    width: 588% !important;
  }
  .wd-xs-589 {
    width: 589% !important;
  }
  .wd-xs-590 {
    width: 590% !important;
  }
  .wd-xs-591 {
    width: 591% !important;
  }
  .wd-xs-592 {
    width: 592% !important;
  }
  .wd-xs-593 {
    width: 593% !important;
  }
  .wd-xs-594 {
    width: 594% !important;
  }
  .wd-xs-595 {
    width: 595% !important;
  }
  .wd-xs-596 {
    width: 596% !important;
  }
  .wd-xs-597 {
    width: 597% !important;
  }
  .wd-xs-598 {
    width: 598% !important;
  }
  .wd-xs-599 {
    width: 599% !important;
  }
  .wd-xs-600 {
    width: 600% !important;
  }
  .wd-xs-601 {
    width: 601% !important;
  }
  .wd-xs-602 {
    width: 602% !important;
  }
  .wd-xs-603 {
    width: 603% !important;
  }
  .wd-xs-604 {
    width: 604% !important;
  }
  .wd-xs-605 {
    width: 605% !important;
  }
  .wd-xs-606 {
    width: 606% !important;
  }
  .wd-xs-607 {
    width: 607% !important;
  }
  .wd-xs-608 {
    width: 608% !important;
  }
  .wd-xs-609 {
    width: 609% !important;
  }
  .wd-xs-610 {
    width: 610% !important;
  }
  .wd-xs-611 {
    width: 611% !important;
  }
  .wd-xs-612 {
    width: 612% !important;
  }
  .wd-xs-613 {
    width: 613% !important;
  }
  .wd-xs-614 {
    width: 614% !important;
  }
  .wd-xs-615 {
    width: 615% !important;
  }
  .wd-xs-616 {
    width: 616% !important;
  }
  .wd-xs-617 {
    width: 617% !important;
  }
  .wd-xs-618 {
    width: 618% !important;
  }
  .wd-xs-619 {
    width: 619% !important;
  }
  .wd-xs-620 {
    width: 620% !important;
  }
  .wd-xs-621 {
    width: 621% !important;
  }
  .wd-xs-622 {
    width: 622% !important;
  }
  .wd-xs-623 {
    width: 623% !important;
  }
  .wd-xs-624 {
    width: 624% !important;
  }
  .wd-xs-625 {
    width: 625% !important;
  }
  .wd-xs-626 {
    width: 626% !important;
  }
  .wd-xs-627 {
    width: 627% !important;
  }
  .wd-xs-628 {
    width: 628% !important;
  }
  .wd-xs-629 {
    width: 629% !important;
  }
  .wd-xs-630 {
    width: 630% !important;
  }
  .wd-xs-631 {
    width: 631% !important;
  }
  .wd-xs-632 {
    width: 632% !important;
  }
  .wd-xs-633 {
    width: 633% !important;
  }
  .wd-xs-634 {
    width: 634% !important;
  }
  .wd-xs-635 {
    width: 635% !important;
  }
  .wd-xs-636 {
    width: 636% !important;
  }
  .wd-xs-637 {
    width: 637% !important;
  }
  .wd-xs-638 {
    width: 638% !important;
  }
  .wd-xs-639 {
    width: 639% !important;
  }
  .wd-xs-640 {
    width: 640% !important;
  }
  .wd-xs-641 {
    width: 641% !important;
  }
  .wd-xs-642 {
    width: 642% !important;
  }
  .wd-xs-643 {
    width: 643% !important;
  }
  .wd-xs-644 {
    width: 644% !important;
  }
  .wd-xs-645 {
    width: 645% !important;
  }
  .wd-xs-646 {
    width: 646% !important;
  }
  .wd-xs-647 {
    width: 647% !important;
  }
  .wd-xs-648 {
    width: 648% !important;
  }
  .wd-xs-649 {
    width: 649% !important;
  }
  .wd-xs-650 {
    width: 650% !important;
  }
  .wd-xs-651 {
    width: 651% !important;
  }
  .wd-xs-652 {
    width: 652% !important;
  }
  .wd-xs-653 {
    width: 653% !important;
  }
  .wd-xs-654 {
    width: 654% !important;
  }
  .wd-xs-655 {
    width: 655% !important;
  }
  .wd-xs-656 {
    width: 656% !important;
  }
  .wd-xs-657 {
    width: 657% !important;
  }
  .wd-xs-658 {
    width: 658% !important;
  }
  .wd-xs-659 {
    width: 659% !important;
  }
  .wd-xs-660 {
    width: 660% !important;
  }
  .wd-xs-661 {
    width: 661% !important;
  }
  .wd-xs-662 {
    width: 662% !important;
  }
  .wd-xs-663 {
    width: 663% !important;
  }
  .wd-xs-664 {
    width: 664% !important;
  }
  .wd-xs-665 {
    width: 665% !important;
  }
  .wd-xs-666 {
    width: 666% !important;
  }
  .wd-xs-667 {
    width: 667% !important;
  }
  .wd-xs-668 {
    width: 668% !important;
  }
  .wd-xs-669 {
    width: 669% !important;
  }
  .wd-xs-670 {
    width: 670% !important;
  }
  .wd-xs-671 {
    width: 671% !important;
  }
  .wd-xs-672 {
    width: 672% !important;
  }
  .wd-xs-673 {
    width: 673% !important;
  }
  .wd-xs-674 {
    width: 674% !important;
  }
  .wd-xs-675 {
    width: 675% !important;
  }
  .wd-xs-676 {
    width: 676% !important;
  }
  .wd-xs-677 {
    width: 677% !important;
  }
  .wd-xs-678 {
    width: 678% !important;
  }
  .wd-xs-679 {
    width: 679% !important;
  }
  .wd-xs-680 {
    width: 680% !important;
  }
  .wd-xs-681 {
    width: 681% !important;
  }
  .wd-xs-682 {
    width: 682% !important;
  }
  .wd-xs-683 {
    width: 683% !important;
  }
  .wd-xs-684 {
    width: 684% !important;
  }
  .wd-xs-685 {
    width: 685% !important;
  }
  .wd-xs-686 {
    width: 686% !important;
  }
  .wd-xs-687 {
    width: 687% !important;
  }
  .wd-xs-688 {
    width: 688% !important;
  }
  .wd-xs-689 {
    width: 689% !important;
  }
  .wd-xs-690 {
    width: 690% !important;
  }
  .wd-xs-691 {
    width: 691% !important;
  }
  .wd-xs-692 {
    width: 692% !important;
  }
  .wd-xs-693 {
    width: 693% !important;
  }
  .wd-xs-694 {
    width: 694% !important;
  }
  .wd-xs-695 {
    width: 695% !important;
  }
  .wd-xs-696 {
    width: 696% !important;
  }
  .wd-xs-697 {
    width: 697% !important;
  }
  .wd-xs-698 {
    width: 698% !important;
  }
  .wd-xs-699 {
    width: 699% !important;
  }
  .wd-xs-700 {
    width: 700% !important;
  }
  .wd-xs-701 {
    width: 701% !important;
  }
  .wd-xs-702 {
    width: 702% !important;
  }
  .wd-xs-703 {
    width: 703% !important;
  }
  .wd-xs-704 {
    width: 704% !important;
  }
  .wd-xs-705 {
    width: 705% !important;
  }
  .wd-xs-706 {
    width: 706% !important;
  }
  .wd-xs-707 {
    width: 707% !important;
  }
  .wd-xs-708 {
    width: 708% !important;
  }
  .wd-xs-709 {
    width: 709% !important;
  }
  .wd-xs-710 {
    width: 710% !important;
  }
  .wd-xs-711 {
    width: 711% !important;
  }
  .wd-xs-712 {
    width: 712% !important;
  }
  .wd-xs-713 {
    width: 713% !important;
  }
  .wd-xs-714 {
    width: 714% !important;
  }
  .wd-xs-715 {
    width: 715% !important;
  }
  .wd-xs-716 {
    width: 716% !important;
  }
  .wd-xs-717 {
    width: 717% !important;
  }
  .wd-xs-718 {
    width: 718% !important;
  }
  .wd-xs-719 {
    width: 719% !important;
  }
  .wd-xs-720 {
    width: 720% !important;
  }
  .wd-xs-721 {
    width: 721% !important;
  }
  .wd-xs-722 {
    width: 722% !important;
  }
  .wd-xs-723 {
    width: 723% !important;
  }
  .wd-xs-724 {
    width: 724% !important;
  }
  .wd-xs-725 {
    width: 725% !important;
  }
  .wd-xs-726 {
    width: 726% !important;
  }
  .wd-xs-727 {
    width: 727% !important;
  }
  .wd-xs-728 {
    width: 728% !important;
  }
  .wd-xs-729 {
    width: 729% !important;
  }
  .wd-xs-730 {
    width: 730% !important;
  }
  .wd-xs-731 {
    width: 731% !important;
  }
  .wd-xs-732 {
    width: 732% !important;
  }
  .wd-xs-733 {
    width: 733% !important;
  }
  .wd-xs-734 {
    width: 734% !important;
  }
  .wd-xs-735 {
    width: 735% !important;
  }
  .wd-xs-736 {
    width: 736% !important;
  }
  .wd-xs-737 {
    width: 737% !important;
  }
  .wd-xs-738 {
    width: 738% !important;
  }
  .wd-xs-739 {
    width: 739% !important;
  }
  .wd-xs-740 {
    width: 740% !important;
  }
  .wd-xs-741 {
    width: 741% !important;
  }
  .wd-xs-742 {
    width: 742% !important;
  }
  .wd-xs-743 {
    width: 743% !important;
  }
  .wd-xs-744 {
    width: 744% !important;
  }
  .wd-xs-745 {
    width: 745% !important;
  }
  .wd-xs-746 {
    width: 746% !important;
  }
  .wd-xs-747 {
    width: 747% !important;
  }
  .wd-xs-748 {
    width: 748% !important;
  }
  .wd-xs-749 {
    width: 749% !important;
  }
  .wd-xs-750 {
    width: 750% !important;
  }
  .wd-xs-751 {
    width: 751% !important;
  }
  .wd-xs-752 {
    width: 752% !important;
  }
  .wd-xs-753 {
    width: 753% !important;
  }
  .wd-xs-754 {
    width: 754% !important;
  }
  .wd-xs-755 {
    width: 755% !important;
  }
  .wd-xs-756 {
    width: 756% !important;
  }
  .wd-xs-757 {
    width: 757% !important;
  }
  .wd-xs-758 {
    width: 758% !important;
  }
  .wd-xs-759 {
    width: 759% !important;
  }
  .wd-xs-760 {
    width: 760% !important;
  }
  .wd-xs-761 {
    width: 761% !important;
  }
  .wd-xs-762 {
    width: 762% !important;
  }
  .wd-xs-763 {
    width: 763% !important;
  }
  .wd-xs-764 {
    width: 764% !important;
  }
  .wd-xs-765 {
    width: 765% !important;
  }
  .wd-xs-766 {
    width: 766% !important;
  }
  .wd-xs-767 {
    width: 767% !important;
  }
  .wd-xs-768 {
    width: 768% !important;
  }
  .wd-xs-769 {
    width: 769% !important;
  }
  .wd-xs-770 {
    width: 770% !important;
  }
  .wd-xs-771 {
    width: 771% !important;
  }
  .wd-xs-772 {
    width: 772% !important;
  }
  .wd-xs-773 {
    width: 773% !important;
  }
  .wd-xs-774 {
    width: 774% !important;
  }
  .wd-xs-775 {
    width: 775% !important;
  }
  .wd-xs-776 {
    width: 776% !important;
  }
  .wd-xs-777 {
    width: 777% !important;
  }
  .wd-xs-778 {
    width: 778% !important;
  }
  .wd-xs-779 {
    width: 779% !important;
  }
  .wd-xs-780 {
    width: 780% !important;
  }
  .wd-xs-781 {
    width: 781% !important;
  }
  .wd-xs-782 {
    width: 782% !important;
  }
  .wd-xs-783 {
    width: 783% !important;
  }
  .wd-xs-784 {
    width: 784% !important;
  }
  .wd-xs-785 {
    width: 785% !important;
  }
  .wd-xs-786 {
    width: 786% !important;
  }
  .wd-xs-787 {
    width: 787% !important;
  }
  .wd-xs-788 {
    width: 788% !important;
  }
  .wd-xs-789 {
    width: 789% !important;
  }
  .wd-xs-790 {
    width: 790% !important;
  }
  .wd-xs-791 {
    width: 791% !important;
  }
  .wd-xs-792 {
    width: 792% !important;
  }
  .wd-xs-793 {
    width: 793% !important;
  }
  .wd-xs-794 {
    width: 794% !important;
  }
  .wd-xs-795 {
    width: 795% !important;
  }
  .wd-xs-796 {
    width: 796% !important;
  }
  .wd-xs-797 {
    width: 797% !important;
  }
  .wd-xs-798 {
    width: 798% !important;
  }
  .wd-xs-799 {
    width: 799% !important;
  }
  .wd-xs-800 {
    width: 800% !important;
  }
  .wd-xs-801 {
    width: 801% !important;
  }
  .wd-xs-802 {
    width: 802% !important;
  }
  .wd-xs-803 {
    width: 803% !important;
  }
  .wd-xs-804 {
    width: 804% !important;
  }
  .wd-xs-805 {
    width: 805% !important;
  }
  .wd-xs-806 {
    width: 806% !important;
  }
  .wd-xs-807 {
    width: 807% !important;
  }
  .wd-xs-808 {
    width: 808% !important;
  }
  .wd-xs-809 {
    width: 809% !important;
  }
  .wd-xs-810 {
    width: 810% !important;
  }
  .wd-xs-811 {
    width: 811% !important;
  }
  .wd-xs-812 {
    width: 812% !important;
  }
  .wd-xs-813 {
    width: 813% !important;
  }
  .wd-xs-814 {
    width: 814% !important;
  }
  .wd-xs-815 {
    width: 815% !important;
  }
  .wd-xs-816 {
    width: 816% !important;
  }
  .wd-xs-817 {
    width: 817% !important;
  }
  .wd-xs-818 {
    width: 818% !important;
  }
  .wd-xs-819 {
    width: 819% !important;
  }
  .wd-xs-820 {
    width: 820% !important;
  }
  .wd-xs-821 {
    width: 821% !important;
  }
  .wd-xs-822 {
    width: 822% !important;
  }
  .wd-xs-823 {
    width: 823% !important;
  }
  .wd-xs-824 {
    width: 824% !important;
  }
  .wd-xs-825 {
    width: 825% !important;
  }
  .wd-xs-826 {
    width: 826% !important;
  }
  .wd-xs-827 {
    width: 827% !important;
  }
  .wd-xs-828 {
    width: 828% !important;
  }
  .wd-xs-829 {
    width: 829% !important;
  }
  .wd-xs-830 {
    width: 830% !important;
  }
  .wd-xs-831 {
    width: 831% !important;
  }
  .wd-xs-832 {
    width: 832% !important;
  }
  .wd-xs-833 {
    width: 833% !important;
  }
  .wd-xs-834 {
    width: 834% !important;
  }
  .wd-xs-835 {
    width: 835% !important;
  }
  .wd-xs-836 {
    width: 836% !important;
  }
  .wd-xs-837 {
    width: 837% !important;
  }
  .wd-xs-838 {
    width: 838% !important;
  }
  .wd-xs-839 {
    width: 839% !important;
  }
  .wd-xs-840 {
    width: 840% !important;
  }
  .wd-xs-841 {
    width: 841% !important;
  }
  .wd-xs-842 {
    width: 842% !important;
  }
  .wd-xs-843 {
    width: 843% !important;
  }
  .wd-xs-844 {
    width: 844% !important;
  }
  .wd-xs-845 {
    width: 845% !important;
  }
  .wd-xs-846 {
    width: 846% !important;
  }
  .wd-xs-847 {
    width: 847% !important;
  }
  .wd-xs-848 {
    width: 848% !important;
  }
  .wd-xs-849 {
    width: 849% !important;
  }
  .wd-xs-850 {
    width: 850% !important;
  }
  .wd-xs-851 {
    width: 851% !important;
  }
  .wd-xs-852 {
    width: 852% !important;
  }
  .wd-xs-853 {
    width: 853% !important;
  }
  .wd-xs-854 {
    width: 854% !important;
  }
  .wd-xs-855 {
    width: 855% !important;
  }
  .wd-xs-856 {
    width: 856% !important;
  }
  .wd-xs-857 {
    width: 857% !important;
  }
  .wd-xs-858 {
    width: 858% !important;
  }
  .wd-xs-859 {
    width: 859% !important;
  }
  .wd-xs-860 {
    width: 860% !important;
  }
  .wd-xs-861 {
    width: 861% !important;
  }
  .wd-xs-862 {
    width: 862% !important;
  }
  .wd-xs-863 {
    width: 863% !important;
  }
  .wd-xs-864 {
    width: 864% !important;
  }
  .wd-xs-865 {
    width: 865% !important;
  }
  .wd-xs-866 {
    width: 866% !important;
  }
  .wd-xs-867 {
    width: 867% !important;
  }
  .wd-xs-868 {
    width: 868% !important;
  }
  .wd-xs-869 {
    width: 869% !important;
  }
  .wd-xs-870 {
    width: 870% !important;
  }
  .wd-xs-871 {
    width: 871% !important;
  }
  .wd-xs-872 {
    width: 872% !important;
  }
  .wd-xs-873 {
    width: 873% !important;
  }
  .wd-xs-874 {
    width: 874% !important;
  }
  .wd-xs-875 {
    width: 875% !important;
  }
  .wd-xs-876 {
    width: 876% !important;
  }
  .wd-xs-877 {
    width: 877% !important;
  }
  .wd-xs-878 {
    width: 878% !important;
  }
  .wd-xs-879 {
    width: 879% !important;
  }
  .wd-xs-880 {
    width: 880% !important;
  }
  .wd-xs-881 {
    width: 881% !important;
  }
  .wd-xs-882 {
    width: 882% !important;
  }
  .wd-xs-883 {
    width: 883% !important;
  }
  .wd-xs-884 {
    width: 884% !important;
  }
  .wd-xs-885 {
    width: 885% !important;
  }
  .wd-xs-886 {
    width: 886% !important;
  }
  .wd-xs-887 {
    width: 887% !important;
  }
  .wd-xs-888 {
    width: 888% !important;
  }
  .wd-xs-889 {
    width: 889% !important;
  }
  .wd-xs-890 {
    width: 890% !important;
  }
  .wd-xs-891 {
    width: 891% !important;
  }
  .wd-xs-892 {
    width: 892% !important;
  }
  .wd-xs-893 {
    width: 893% !important;
  }
  .wd-xs-894 {
    width: 894% !important;
  }
  .wd-xs-895 {
    width: 895% !important;
  }
  .wd-xs-896 {
    width: 896% !important;
  }
  .wd-xs-897 {
    width: 897% !important;
  }
  .wd-xs-898 {
    width: 898% !important;
  }
  .wd-xs-899 {
    width: 899% !important;
  }
  .wd-xs-900 {
    width: 900% !important;
  }
  .wd-xs-901 {
    width: 901% !important;
  }
  .wd-xs-902 {
    width: 902% !important;
  }
  .wd-xs-903 {
    width: 903% !important;
  }
  .wd-xs-904 {
    width: 904% !important;
  }
  .wd-xs-905 {
    width: 905% !important;
  }
  .wd-xs-906 {
    width: 906% !important;
  }
  .wd-xs-907 {
    width: 907% !important;
  }
  .wd-xs-908 {
    width: 908% !important;
  }
  .wd-xs-909 {
    width: 909% !important;
  }
  .wd-xs-910 {
    width: 910% !important;
  }
  .wd-xs-911 {
    width: 911% !important;
  }
  .wd-xs-912 {
    width: 912% !important;
  }
  .wd-xs-913 {
    width: 913% !important;
  }
  .wd-xs-914 {
    width: 914% !important;
  }
  .wd-xs-915 {
    width: 915% !important;
  }
  .wd-xs-916 {
    width: 916% !important;
  }
  .wd-xs-917 {
    width: 917% !important;
  }
  .wd-xs-918 {
    width: 918% !important;
  }
  .wd-xs-919 {
    width: 919% !important;
  }
  .wd-xs-920 {
    width: 920% !important;
  }
  .wd-xs-921 {
    width: 921% !important;
  }
  .wd-xs-922 {
    width: 922% !important;
  }
  .wd-xs-923 {
    width: 923% !important;
  }
  .wd-xs-924 {
    width: 924% !important;
  }
  .wd-xs-925 {
    width: 925% !important;
  }
  .wd-xs-926 {
    width: 926% !important;
  }
  .wd-xs-927 {
    width: 927% !important;
  }
  .wd-xs-928 {
    width: 928% !important;
  }
  .wd-xs-929 {
    width: 929% !important;
  }
  .wd-xs-930 {
    width: 930% !important;
  }
  .wd-xs-931 {
    width: 931% !important;
  }
  .wd-xs-932 {
    width: 932% !important;
  }
  .wd-xs-933 {
    width: 933% !important;
  }
  .wd-xs-934 {
    width: 934% !important;
  }
  .wd-xs-935 {
    width: 935% !important;
  }
  .wd-xs-936 {
    width: 936% !important;
  }
  .wd-xs-937 {
    width: 937% !important;
  }
  .wd-xs-938 {
    width: 938% !important;
  }
  .wd-xs-939 {
    width: 939% !important;
  }
  .wd-xs-940 {
    width: 940% !important;
  }
  .wd-xs-941 {
    width: 941% !important;
  }
  .wd-xs-942 {
    width: 942% !important;
  }
  .wd-xs-943 {
    width: 943% !important;
  }
  .wd-xs-944 {
    width: 944% !important;
  }
  .wd-xs-945 {
    width: 945% !important;
  }
  .wd-xs-946 {
    width: 946% !important;
  }
  .wd-xs-947 {
    width: 947% !important;
  }
  .wd-xs-948 {
    width: 948% !important;
  }
  .wd-xs-949 {
    width: 949% !important;
  }
  .wd-xs-950 {
    width: 950% !important;
  }
  .wd-xs-951 {
    width: 951% !important;
  }
  .wd-xs-952 {
    width: 952% !important;
  }
  .wd-xs-953 {
    width: 953% !important;
  }
  .wd-xs-954 {
    width: 954% !important;
  }
  .wd-xs-955 {
    width: 955% !important;
  }
  .wd-xs-956 {
    width: 956% !important;
  }
  .wd-xs-957 {
    width: 957% !important;
  }
  .wd-xs-958 {
    width: 958% !important;
  }
  .wd-xs-959 {
    width: 959% !important;
  }
  .wd-xs-960 {
    width: 960% !important;
  }
  .wd-xs-961 {
    width: 961% !important;
  }
  .wd-xs-962 {
    width: 962% !important;
  }
  .wd-xs-963 {
    width: 963% !important;
  }
  .wd-xs-964 {
    width: 964% !important;
  }
  .wd-xs-965 {
    width: 965% !important;
  }
  .wd-xs-966 {
    width: 966% !important;
  }
  .wd-xs-967 {
    width: 967% !important;
  }
  .wd-xs-968 {
    width: 968% !important;
  }
  .wd-xs-969 {
    width: 969% !important;
  }
  .wd-xs-970 {
    width: 970% !important;
  }
  .wd-xs-971 {
    width: 971% !important;
  }
  .wd-xs-972 {
    width: 972% !important;
  }
  .wd-xs-973 {
    width: 973% !important;
  }
  .wd-xs-974 {
    width: 974% !important;
  }
  .wd-xs-975 {
    width: 975% !important;
  }
  .wd-xs-976 {
    width: 976% !important;
  }
  .wd-xs-977 {
    width: 977% !important;
  }
  .wd-xs-978 {
    width: 978% !important;
  }
  .wd-xs-979 {
    width: 979% !important;
  }
  .wd-xs-980 {
    width: 980% !important;
  }
  .wd-xs-981 {
    width: 981% !important;
  }
  .wd-xs-982 {
    width: 982% !important;
  }
  .wd-xs-983 {
    width: 983% !important;
  }
  .wd-xs-984 {
    width: 984% !important;
  }
  .wd-xs-985 {
    width: 985% !important;
  }
  .wd-xs-986 {
    width: 986% !important;
  }
  .wd-xs-987 {
    width: 987% !important;
  }
  .wd-xs-988 {
    width: 988% !important;
  }
  .wd-xs-989 {
    width: 989% !important;
  }
  .wd-xs-990 {
    width: 990% !important;
  }
  .wd-xs-991 {
    width: 991% !important;
  }
  .wd-xs-992 {
    width: 992% !important;
  }
  .wd-xs-993 {
    width: 993% !important;
  }
  .wd-xs-994 {
    width: 994% !important;
  }
  .wd-xs-995 {
    width: 995% !important;
  }
  .wd-xs-996 {
    width: 996% !important;
  }
  .wd-xs-997 {
    width: 997% !important;
  }
  .wd-xs-998 {
    width: 998% !important;
  }
  .wd-xs-999 {
    width: 999% !important;
  }
  .wd-xs-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 577px) {
  .wd-sm-5 {
    width: 5% !important;
  }
  .wd-sm-10 {
    width: 10% !important;
  }
  .wd-sm-11 {
    width: 11% !important;
  }
  .wd-sm-12 {
    width: 12% !important;
  }
  .wd-sm-13 {
    width: 13% !important;
  }
  .wd-sm-14 {
    width: 14% !important;
  }
  .wd-sm-15 {
    width: 15% !important;
  }
  .wd-sm-16 {
    width: 16% !important;
  }
  .wd-sm-17 {
    width: 17% !important;
  }
  .wd-sm-18 {
    width: 18% !important;
  }
  .wd-sm-19 {
    width: 19% !important;
  }
  .wd-sm-20 {
    width: 20% !important;
  }
  .wd-sm-21 {
    width: 21% !important;
  }
  .wd-sm-22 {
    width: 22% !important;
  }
  .wd-sm-23 {
    width: 23% !important;
  }
  .wd-sm-24 {
    width: 24% !important;
  }
  .wd-sm-25 {
    width: 25% !important;
  }
  .wd-sm-26 {
    width: 26% !important;
  }
  .wd-sm-27 {
    width: 27% !important;
  }
  .wd-sm-28 {
    width: 28% !important;
  }
  .wd-sm-29 {
    width: 29% !important;
  }
  .wd-sm-30 {
    width: 30% !important;
  }
  .wd-sm-31 {
    width: 31% !important;
  }
  .wd-sm-32 {
    width: 32% !important;
  }
  .wd-sm-33 {
    width: 33% !important;
  }
  .wd-sm-34 {
    width: 34% !important;
  }
  .wd-sm-35 {
    width: 35% !important;
  }
  .wd-sm-36 {
    width: 36% !important;
  }
  .wd-sm-37 {
    width: 37% !important;
  }
  .wd-sm-38 {
    width: 38% !important;
  }
  .wd-sm-39 {
    width: 39% !important;
  }
  .wd-sm-40 {
    width: 40% !important;
  }
  .wd-sm-41 {
    width: 41% !important;
  }
  .wd-sm-42 {
    width: 42% !important;
  }
  .wd-sm-43 {
    width: 43% !important;
  }
  .wd-sm-44 {
    width: 44% !important;
  }
  .wd-sm-45 {
    width: 45% !important;
  }
  .wd-sm-46 {
    width: 46% !important;
  }
  .wd-sm-47 {
    width: 47% !important;
  }
  .wd-sm-48 {
    width: 48% !important;
  }
  .wd-sm-49 {
    width: 49% !important;
  }
  .wd-sm-50 {
    width: 50% !important;
  }
  .wd-sm-51 {
    width: 51% !important;
  }
  .wd-sm-52 {
    width: 52% !important;
  }
  .wd-sm-53 {
    width: 53% !important;
  }
  .wd-sm-54 {
    width: 54% !important;
  }
  .wd-sm-55 {
    width: 55% !important;
  }
  .wd-sm-56 {
    width: 56% !important;
  }
  .wd-sm-57 {
    width: 57% !important;
  }
  .wd-sm-58 {
    width: 58% !important;
  }
  .wd-sm-59 {
    width: 59% !important;
  }
  .wd-sm-60 {
    width: 60% !important;
  }
  .wd-sm-61 {
    width: 61% !important;
  }
  .wd-sm-62 {
    width: 62% !important;
  }
  .wd-sm-63 {
    width: 63% !important;
  }
  .wd-sm-64 {
    width: 64% !important;
  }
  .wd-sm-65 {
    width: 65% !important;
  }
  .wd-sm-66 {
    width: 66% !important;
  }
  .wd-sm-67 {
    width: 67% !important;
  }
  .wd-sm-68 {
    width: 68% !important;
  }
  .wd-sm-69 {
    width: 69% !important;
  }
  .wd-sm-70 {
    width: 70% !important;
  }
  .wd-sm-71 {
    width: 71% !important;
  }
  .wd-sm-72 {
    width: 72% !important;
  }
  .wd-sm-73 {
    width: 73% !important;
  }
  .wd-sm-74 {
    width: 74% !important;
  }
  .wd-sm-75 {
    width: 75% !important;
  }
  .wd-sm-76 {
    width: 76% !important;
  }
  .wd-sm-77 {
    width: 77% !important;
  }
  .wd-sm-78 {
    width: 78% !important;
  }
  .wd-sm-79 {
    width: 79% !important;
  }
  .wd-sm-80 {
    width: 80% !important;
  }
  .wd-sm-81 {
    width: 81% !important;
  }
  .wd-sm-82 {
    width: 82% !important;
  }
  .wd-sm-83 {
    width: 83% !important;
  }
  .wd-sm-84 {
    width: 84% !important;
  }
  .wd-sm-85 {
    width: 85% !important;
  }
  .wd-sm-86 {
    width: 86% !important;
  }
  .wd-sm-87 {
    width: 87% !important;
  }
  .wd-sm-88 {
    width: 88% !important;
  }
  .wd-sm-89 {
    width: 89% !important;
  }
  .wd-sm-90 {
    width: 90% !important;
  }
  .wd-sm-91 {
    width: 91% !important;
  }
  .wd-sm-92 {
    width: 92% !important;
  }
  .wd-sm-93 {
    width: 93% !important;
  }
  .wd-sm-94 {
    width: 94% !important;
  }
  .wd-sm-95 {
    width: 95% !important;
  }
  .wd-sm-96 {
    width: 96% !important;
  }
  .wd-sm-97 {
    width: 97% !important;
  }
  .wd-sm-98 {
    width: 98% !important;
  }
  .wd-sm-99 {
    width: 99% !important;
  }
  .wd-sm-100 {
    width: 100% !important;
  }
  .wd-sm-101 {
    width: 101% !important;
  }
  .wd-sm-102 {
    width: 102% !important;
  }
  .wd-sm-103 {
    width: 103% !important;
  }
  .wd-sm-104 {
    width: 104% !important;
  }
  .wd-sm-105 {
    width: 105% !important;
  }
  .wd-sm-106 {
    width: 106% !important;
  }
  .wd-sm-107 {
    width: 107% !important;
  }
  .wd-sm-108 {
    width: 108% !important;
  }
  .wd-sm-109 {
    width: 109% !important;
  }
  .wd-sm-110 {
    width: 110% !important;
  }
  .wd-sm-111 {
    width: 111% !important;
  }
  .wd-sm-112 {
    width: 112% !important;
  }
  .wd-sm-113 {
    width: 113% !important;
  }
  .wd-sm-114 {
    width: 114% !important;
  }
  .wd-sm-115 {
    width: 115% !important;
  }
  .wd-sm-116 {
    width: 116% !important;
  }
  .wd-sm-117 {
    width: 117% !important;
  }
  .wd-sm-118 {
    width: 118% !important;
  }
  .wd-sm-119 {
    width: 119% !important;
  }
  .wd-sm-120 {
    width: 120% !important;
  }
  .wd-sm-121 {
    width: 121% !important;
  }
  .wd-sm-122 {
    width: 122% !important;
  }
  .wd-sm-123 {
    width: 123% !important;
  }
  .wd-sm-124 {
    width: 124% !important;
  }
  .wd-sm-125 {
    width: 125% !important;
  }
  .wd-sm-126 {
    width: 126% !important;
  }
  .wd-sm-127 {
    width: 127% !important;
  }
  .wd-sm-128 {
    width: 128% !important;
  }
  .wd-sm-129 {
    width: 129% !important;
  }
  .wd-sm-130 {
    width: 130% !important;
  }
  .wd-sm-131 {
    width: 131% !important;
  }
  .wd-sm-132 {
    width: 132% !important;
  }
  .wd-sm-133 {
    width: 133% !important;
  }
  .wd-sm-134 {
    width: 134% !important;
  }
  .wd-sm-135 {
    width: 135% !important;
  }
  .wd-sm-136 {
    width: 136% !important;
  }
  .wd-sm-137 {
    width: 137% !important;
  }
  .wd-sm-138 {
    width: 138% !important;
  }
  .wd-sm-139 {
    width: 139% !important;
  }
  .wd-sm-140 {
    width: 140% !important;
  }
  .wd-sm-141 {
    width: 141% !important;
  }
  .wd-sm-142 {
    width: 142% !important;
  }
  .wd-sm-143 {
    width: 143% !important;
  }
  .wd-sm-144 {
    width: 144% !important;
  }
  .wd-sm-145 {
    width: 145% !important;
  }
  .wd-sm-146 {
    width: 146% !important;
  }
  .wd-sm-147 {
    width: 147% !important;
  }
  .wd-sm-148 {
    width: 148% !important;
  }
  .wd-sm-149 {
    width: 149% !important;
  }
  .wd-sm-150 {
    width: 150% !important;
  }
  .wd-sm-151 {
    width: 151% !important;
  }
  .wd-sm-152 {
    width: 152% !important;
  }
  .wd-sm-153 {
    width: 153% !important;
  }
  .wd-sm-154 {
    width: 154% !important;
  }
  .wd-sm-155 {
    width: 155% !important;
  }
  .wd-sm-156 {
    width: 156% !important;
  }
  .wd-sm-157 {
    width: 157% !important;
  }
  .wd-sm-158 {
    width: 158% !important;
  }
  .wd-sm-159 {
    width: 159% !important;
  }
  .wd-sm-160 {
    width: 160% !important;
  }
  .wd-sm-161 {
    width: 161% !important;
  }
  .wd-sm-162 {
    width: 162% !important;
  }
  .wd-sm-163 {
    width: 163% !important;
  }
  .wd-sm-164 {
    width: 164% !important;
  }
  .wd-sm-165 {
    width: 165% !important;
  }
  .wd-sm-166 {
    width: 166% !important;
  }
  .wd-sm-167 {
    width: 167% !important;
  }
  .wd-sm-168 {
    width: 168% !important;
  }
  .wd-sm-169 {
    width: 169% !important;
  }
  .wd-sm-170 {
    width: 170% !important;
  }
  .wd-sm-171 {
    width: 171% !important;
  }
  .wd-sm-172 {
    width: 172% !important;
  }
  .wd-sm-173 {
    width: 173% !important;
  }
  .wd-sm-174 {
    width: 174% !important;
  }
  .wd-sm-175 {
    width: 175% !important;
  }
  .wd-sm-176 {
    width: 176% !important;
  }
  .wd-sm-177 {
    width: 177% !important;
  }
  .wd-sm-178 {
    width: 178% !important;
  }
  .wd-sm-179 {
    width: 179% !important;
  }
  .wd-sm-180 {
    width: 180% !important;
  }
  .wd-sm-181 {
    width: 181% !important;
  }
  .wd-sm-182 {
    width: 182% !important;
  }
  .wd-sm-183 {
    width: 183% !important;
  }
  .wd-sm-184 {
    width: 184% !important;
  }
  .wd-sm-185 {
    width: 185% !important;
  }
  .wd-sm-186 {
    width: 186% !important;
  }
  .wd-sm-187 {
    width: 187% !important;
  }
  .wd-sm-188 {
    width: 188% !important;
  }
  .wd-sm-189 {
    width: 189% !important;
  }
  .wd-sm-190 {
    width: 190% !important;
  }
  .wd-sm-191 {
    width: 191% !important;
  }
  .wd-sm-192 {
    width: 192% !important;
  }
  .wd-sm-193 {
    width: 193% !important;
  }
  .wd-sm-194 {
    width: 194% !important;
  }
  .wd-sm-195 {
    width: 195% !important;
  }
  .wd-sm-196 {
    width: 196% !important;
  }
  .wd-sm-197 {
    width: 197% !important;
  }
  .wd-sm-198 {
    width: 198% !important;
  }
  .wd-sm-199 {
    width: 199% !important;
  }
  .wd-sm-200 {
    width: 200% !important;
  }
  .wd-sm-201 {
    width: 201% !important;
  }
  .wd-sm-202 {
    width: 202% !important;
  }
  .wd-sm-203 {
    width: 203% !important;
  }
  .wd-sm-204 {
    width: 204% !important;
  }
  .wd-sm-205 {
    width: 205% !important;
  }
  .wd-sm-206 {
    width: 206% !important;
  }
  .wd-sm-207 {
    width: 207% !important;
  }
  .wd-sm-208 {
    width: 208% !important;
  }
  .wd-sm-209 {
    width: 209% !important;
  }
  .wd-sm-210 {
    width: 210% !important;
  }
  .wd-sm-211 {
    width: 211% !important;
  }
  .wd-sm-212 {
    width: 212% !important;
  }
  .wd-sm-213 {
    width: 213% !important;
  }
  .wd-sm-214 {
    width: 214% !important;
  }
  .wd-sm-215 {
    width: 215% !important;
  }
  .wd-sm-216 {
    width: 216% !important;
  }
  .wd-sm-217 {
    width: 217% !important;
  }
  .wd-sm-218 {
    width: 218% !important;
  }
  .wd-sm-219 {
    width: 219% !important;
  }
  .wd-sm-220 {
    width: 220% !important;
  }
  .wd-sm-221 {
    width: 221% !important;
  }
  .wd-sm-222 {
    width: 222% !important;
  }
  .wd-sm-223 {
    width: 223% !important;
  }
  .wd-sm-224 {
    width: 224% !important;
  }
  .wd-sm-225 {
    width: 225% !important;
  }
  .wd-sm-226 {
    width: 226% !important;
  }
  .wd-sm-227 {
    width: 227% !important;
  }
  .wd-sm-228 {
    width: 228% !important;
  }
  .wd-sm-229 {
    width: 229% !important;
  }
  .wd-sm-230 {
    width: 230% !important;
  }
  .wd-sm-231 {
    width: 231% !important;
  }
  .wd-sm-232 {
    width: 232% !important;
  }
  .wd-sm-233 {
    width: 233% !important;
  }
  .wd-sm-234 {
    width: 234% !important;
  }
  .wd-sm-235 {
    width: 235% !important;
  }
  .wd-sm-236 {
    width: 236% !important;
  }
  .wd-sm-237 {
    width: 237% !important;
  }
  .wd-sm-238 {
    width: 238% !important;
  }
  .wd-sm-239 {
    width: 239% !important;
  }
  .wd-sm-240 {
    width: 240% !important;
  }
  .wd-sm-241 {
    width: 241% !important;
  }
  .wd-sm-242 {
    width: 242% !important;
  }
  .wd-sm-243 {
    width: 243% !important;
  }
  .wd-sm-244 {
    width: 244% !important;
  }
  .wd-sm-245 {
    width: 245% !important;
  }
  .wd-sm-246 {
    width: 246% !important;
  }
  .wd-sm-247 {
    width: 247% !important;
  }
  .wd-sm-248 {
    width: 248% !important;
  }
  .wd-sm-249 {
    width: 249% !important;
  }
  .wd-sm-250 {
    width: 250% !important;
  }
  .wd-sm-251 {
    width: 251% !important;
  }
  .wd-sm-252 {
    width: 252% !important;
  }
  .wd-sm-253 {
    width: 253% !important;
  }
  .wd-sm-254 {
    width: 254% !important;
  }
  .wd-sm-255 {
    width: 255% !important;
  }
  .wd-sm-256 {
    width: 256% !important;
  }
  .wd-sm-257 {
    width: 257% !important;
  }
  .wd-sm-258 {
    width: 258% !important;
  }
  .wd-sm-259 {
    width: 259% !important;
  }
  .wd-sm-260 {
    width: 260% !important;
  }
  .wd-sm-261 {
    width: 261% !important;
  }
  .wd-sm-262 {
    width: 262% !important;
  }
  .wd-sm-263 {
    width: 263% !important;
  }
  .wd-sm-264 {
    width: 264% !important;
  }
  .wd-sm-265 {
    width: 265% !important;
  }
  .wd-sm-266 {
    width: 266% !important;
  }
  .wd-sm-267 {
    width: 267% !important;
  }
  .wd-sm-268 {
    width: 268% !important;
  }
  .wd-sm-269 {
    width: 269% !important;
  }
  .wd-sm-270 {
    width: 270% !important;
  }
  .wd-sm-271 {
    width: 271% !important;
  }
  .wd-sm-272 {
    width: 272% !important;
  }
  .wd-sm-273 {
    width: 273% !important;
  }
  .wd-sm-274 {
    width: 274% !important;
  }
  .wd-sm-275 {
    width: 275% !important;
  }
  .wd-sm-276 {
    width: 276% !important;
  }
  .wd-sm-277 {
    width: 277% !important;
  }
  .wd-sm-278 {
    width: 278% !important;
  }
  .wd-sm-279 {
    width: 279% !important;
  }
  .wd-sm-280 {
    width: 280% !important;
  }
  .wd-sm-281 {
    width: 281% !important;
  }
  .wd-sm-282 {
    width: 282% !important;
  }
  .wd-sm-283 {
    width: 283% !important;
  }
  .wd-sm-284 {
    width: 284% !important;
  }
  .wd-sm-285 {
    width: 285% !important;
  }
  .wd-sm-286 {
    width: 286% !important;
  }
  .wd-sm-287 {
    width: 287% !important;
  }
  .wd-sm-288 {
    width: 288% !important;
  }
  .wd-sm-289 {
    width: 289% !important;
  }
  .wd-sm-290 {
    width: 290% !important;
  }
  .wd-sm-291 {
    width: 291% !important;
  }
  .wd-sm-292 {
    width: 292% !important;
  }
  .wd-sm-293 {
    width: 293% !important;
  }
  .wd-sm-294 {
    width: 294% !important;
  }
  .wd-sm-295 {
    width: 295% !important;
  }
  .wd-sm-296 {
    width: 296% !important;
  }
  .wd-sm-297 {
    width: 297% !important;
  }
  .wd-sm-298 {
    width: 298% !important;
  }
  .wd-sm-299 {
    width: 299% !important;
  }
  .wd-sm-300 {
    width: 300% !important;
  }
  .wd-sm-301 {
    width: 301% !important;
  }
  .wd-sm-302 {
    width: 302% !important;
  }
  .wd-sm-303 {
    width: 303% !important;
  }
  .wd-sm-304 {
    width: 304% !important;
  }
  .wd-sm-305 {
    width: 305% !important;
  }
  .wd-sm-306 {
    width: 306% !important;
  }
  .wd-sm-307 {
    width: 307% !important;
  }
  .wd-sm-308 {
    width: 308% !important;
  }
  .wd-sm-309 {
    width: 309% !important;
  }
  .wd-sm-310 {
    width: 310% !important;
  }
  .wd-sm-311 {
    width: 311% !important;
  }
  .wd-sm-312 {
    width: 312% !important;
  }
  .wd-sm-313 {
    width: 313% !important;
  }
  .wd-sm-314 {
    width: 314% !important;
  }
  .wd-sm-315 {
    width: 315% !important;
  }
  .wd-sm-316 {
    width: 316% !important;
  }
  .wd-sm-317 {
    width: 317% !important;
  }
  .wd-sm-318 {
    width: 318% !important;
  }
  .wd-sm-319 {
    width: 319% !important;
  }
  .wd-sm-320 {
    width: 320% !important;
  }
  .wd-sm-321 {
    width: 321% !important;
  }
  .wd-sm-322 {
    width: 322% !important;
  }
  .wd-sm-323 {
    width: 323% !important;
  }
  .wd-sm-324 {
    width: 324% !important;
  }
  .wd-sm-325 {
    width: 325% !important;
  }
  .wd-sm-326 {
    width: 326% !important;
  }
  .wd-sm-327 {
    width: 327% !important;
  }
  .wd-sm-328 {
    width: 328% !important;
  }
  .wd-sm-329 {
    width: 329% !important;
  }
  .wd-sm-330 {
    width: 330% !important;
  }
  .wd-sm-331 {
    width: 331% !important;
  }
  .wd-sm-332 {
    width: 332% !important;
  }
  .wd-sm-333 {
    width: 333% !important;
  }
  .wd-sm-334 {
    width: 334% !important;
  }
  .wd-sm-335 {
    width: 335% !important;
  }
  .wd-sm-336 {
    width: 336% !important;
  }
  .wd-sm-337 {
    width: 337% !important;
  }
  .wd-sm-338 {
    width: 338% !important;
  }
  .wd-sm-339 {
    width: 339% !important;
  }
  .wd-sm-340 {
    width: 340% !important;
  }
  .wd-sm-341 {
    width: 341% !important;
  }
  .wd-sm-342 {
    width: 342% !important;
  }
  .wd-sm-343 {
    width: 343% !important;
  }
  .wd-sm-344 {
    width: 344% !important;
  }
  .wd-sm-345 {
    width: 345% !important;
  }
  .wd-sm-346 {
    width: 346% !important;
  }
  .wd-sm-347 {
    width: 347% !important;
  }
  .wd-sm-348 {
    width: 348% !important;
  }
  .wd-sm-349 {
    width: 349% !important;
  }
  .wd-sm-350 {
    width: 350% !important;
  }
  .wd-sm-351 {
    width: 351% !important;
  }
  .wd-sm-352 {
    width: 352% !important;
  }
  .wd-sm-353 {
    width: 353% !important;
  }
  .wd-sm-354 {
    width: 354% !important;
  }
  .wd-sm-355 {
    width: 355% !important;
  }
  .wd-sm-356 {
    width: 356% !important;
  }
  .wd-sm-357 {
    width: 357% !important;
  }
  .wd-sm-358 {
    width: 358% !important;
  }
  .wd-sm-359 {
    width: 359% !important;
  }
  .wd-sm-360 {
    width: 360% !important;
  }
  .wd-sm-361 {
    width: 361% !important;
  }
  .wd-sm-362 {
    width: 362% !important;
  }
  .wd-sm-363 {
    width: 363% !important;
  }
  .wd-sm-364 {
    width: 364% !important;
  }
  .wd-sm-365 {
    width: 365% !important;
  }
  .wd-sm-366 {
    width: 366% !important;
  }
  .wd-sm-367 {
    width: 367% !important;
  }
  .wd-sm-368 {
    width: 368% !important;
  }
  .wd-sm-369 {
    width: 369% !important;
  }
  .wd-sm-370 {
    width: 370% !important;
  }
  .wd-sm-371 {
    width: 371% !important;
  }
  .wd-sm-372 {
    width: 372% !important;
  }
  .wd-sm-373 {
    width: 373% !important;
  }
  .wd-sm-374 {
    width: 374% !important;
  }
  .wd-sm-375 {
    width: 375% !important;
  }
  .wd-sm-376 {
    width: 376% !important;
  }
  .wd-sm-377 {
    width: 377% !important;
  }
  .wd-sm-378 {
    width: 378% !important;
  }
  .wd-sm-379 {
    width: 379% !important;
  }
  .wd-sm-380 {
    width: 380% !important;
  }
  .wd-sm-381 {
    width: 381% !important;
  }
  .wd-sm-382 {
    width: 382% !important;
  }
  .wd-sm-383 {
    width: 383% !important;
  }
  .wd-sm-384 {
    width: 384% !important;
  }
  .wd-sm-385 {
    width: 385% !important;
  }
  .wd-sm-386 {
    width: 386% !important;
  }
  .wd-sm-387 {
    width: 387% !important;
  }
  .wd-sm-388 {
    width: 388% !important;
  }
  .wd-sm-389 {
    width: 389% !important;
  }
  .wd-sm-390 {
    width: 390% !important;
  }
  .wd-sm-391 {
    width: 391% !important;
  }
  .wd-sm-392 {
    width: 392% !important;
  }
  .wd-sm-393 {
    width: 393% !important;
  }
  .wd-sm-394 {
    width: 394% !important;
  }
  .wd-sm-395 {
    width: 395% !important;
  }
  .wd-sm-396 {
    width: 396% !important;
  }
  .wd-sm-397 {
    width: 397% !important;
  }
  .wd-sm-398 {
    width: 398% !important;
  }
  .wd-sm-399 {
    width: 399% !important;
  }
  .wd-sm-400 {
    width: 400% !important;
  }
  .wd-sm-401 {
    width: 401% !important;
  }
  .wd-sm-402 {
    width: 402% !important;
  }
  .wd-sm-403 {
    width: 403% !important;
  }
  .wd-sm-404 {
    width: 404% !important;
  }
  .wd-sm-405 {
    width: 405% !important;
  }
  .wd-sm-406 {
    width: 406% !important;
  }
  .wd-sm-407 {
    width: 407% !important;
  }
  .wd-sm-408 {
    width: 408% !important;
  }
  .wd-sm-409 {
    width: 409% !important;
  }
  .wd-sm-410 {
    width: 410% !important;
  }
  .wd-sm-411 {
    width: 411% !important;
  }
  .wd-sm-412 {
    width: 412% !important;
  }
  .wd-sm-413 {
    width: 413% !important;
  }
  .wd-sm-414 {
    width: 414% !important;
  }
  .wd-sm-415 {
    width: 415% !important;
  }
  .wd-sm-416 {
    width: 416% !important;
  }
  .wd-sm-417 {
    width: 417% !important;
  }
  .wd-sm-418 {
    width: 418% !important;
  }
  .wd-sm-419 {
    width: 419% !important;
  }
  .wd-sm-420 {
    width: 420% !important;
  }
  .wd-sm-421 {
    width: 421% !important;
  }
  .wd-sm-422 {
    width: 422% !important;
  }
  .wd-sm-423 {
    width: 423% !important;
  }
  .wd-sm-424 {
    width: 424% !important;
  }
  .wd-sm-425 {
    width: 425% !important;
  }
  .wd-sm-426 {
    width: 426% !important;
  }
  .wd-sm-427 {
    width: 427% !important;
  }
  .wd-sm-428 {
    width: 428% !important;
  }
  .wd-sm-429 {
    width: 429% !important;
  }
  .wd-sm-430 {
    width: 430% !important;
  }
  .wd-sm-431 {
    width: 431% !important;
  }
  .wd-sm-432 {
    width: 432% !important;
  }
  .wd-sm-433 {
    width: 433% !important;
  }
  .wd-sm-434 {
    width: 434% !important;
  }
  .wd-sm-435 {
    width: 435% !important;
  }
  .wd-sm-436 {
    width: 436% !important;
  }
  .wd-sm-437 {
    width: 437% !important;
  }
  .wd-sm-438 {
    width: 438% !important;
  }
  .wd-sm-439 {
    width: 439% !important;
  }
  .wd-sm-440 {
    width: 440% !important;
  }
  .wd-sm-441 {
    width: 441% !important;
  }
  .wd-sm-442 {
    width: 442% !important;
  }
  .wd-sm-443 {
    width: 443% !important;
  }
  .wd-sm-444 {
    width: 444% !important;
  }
  .wd-sm-445 {
    width: 445% !important;
  }
  .wd-sm-446 {
    width: 446% !important;
  }
  .wd-sm-447 {
    width: 447% !important;
  }
  .wd-sm-448 {
    width: 448% !important;
  }
  .wd-sm-449 {
    width: 449% !important;
  }
  .wd-sm-450 {
    width: 450% !important;
  }
  .wd-sm-451 {
    width: 451% !important;
  }
  .wd-sm-452 {
    width: 452% !important;
  }
  .wd-sm-453 {
    width: 453% !important;
  }
  .wd-sm-454 {
    width: 454% !important;
  }
  .wd-sm-455 {
    width: 455% !important;
  }
  .wd-sm-456 {
    width: 456% !important;
  }
  .wd-sm-457 {
    width: 457% !important;
  }
  .wd-sm-458 {
    width: 458% !important;
  }
  .wd-sm-459 {
    width: 459% !important;
  }
  .wd-sm-460 {
    width: 460% !important;
  }
  .wd-sm-461 {
    width: 461% !important;
  }
  .wd-sm-462 {
    width: 462% !important;
  }
  .wd-sm-463 {
    width: 463% !important;
  }
  .wd-sm-464 {
    width: 464% !important;
  }
  .wd-sm-465 {
    width: 465% !important;
  }
  .wd-sm-466 {
    width: 466% !important;
  }
  .wd-sm-467 {
    width: 467% !important;
  }
  .wd-sm-468 {
    width: 468% !important;
  }
  .wd-sm-469 {
    width: 469% !important;
  }
  .wd-sm-470 {
    width: 470% !important;
  }
  .wd-sm-471 {
    width: 471% !important;
  }
  .wd-sm-472 {
    width: 472% !important;
  }
  .wd-sm-473 {
    width: 473% !important;
  }
  .wd-sm-474 {
    width: 474% !important;
  }
  .wd-sm-475 {
    width: 475% !important;
  }
  .wd-sm-476 {
    width: 476% !important;
  }
  .wd-sm-477 {
    width: 477% !important;
  }
  .wd-sm-478 {
    width: 478% !important;
  }
  .wd-sm-479 {
    width: 479% !important;
  }
  .wd-sm-480 {
    width: 480% !important;
  }
  .wd-sm-481 {
    width: 481% !important;
  }
  .wd-sm-482 {
    width: 482% !important;
  }
  .wd-sm-483 {
    width: 483% !important;
  }
  .wd-sm-484 {
    width: 484% !important;
  }
  .wd-sm-485 {
    width: 485% !important;
  }
  .wd-sm-486 {
    width: 486% !important;
  }
  .wd-sm-487 {
    width: 487% !important;
  }
  .wd-sm-488 {
    width: 488% !important;
  }
  .wd-sm-489 {
    width: 489% !important;
  }
  .wd-sm-490 {
    width: 490% !important;
  }
  .wd-sm-491 {
    width: 491% !important;
  }
  .wd-sm-492 {
    width: 492% !important;
  }
  .wd-sm-493 {
    width: 493% !important;
  }
  .wd-sm-494 {
    width: 494% !important;
  }
  .wd-sm-495 {
    width: 495% !important;
  }
  .wd-sm-496 {
    width: 496% !important;
  }
  .wd-sm-497 {
    width: 497% !important;
  }
  .wd-sm-498 {
    width: 498% !important;
  }
  .wd-sm-499 {
    width: 499% !important;
  }
  .wd-sm-500 {
    width: 500% !important;
  }
  .wd-sm-501 {
    width: 501% !important;
  }
  .wd-sm-502 {
    width: 502% !important;
  }
  .wd-sm-503 {
    width: 503% !important;
  }
  .wd-sm-504 {
    width: 504% !important;
  }
  .wd-sm-505 {
    width: 505% !important;
  }
  .wd-sm-506 {
    width: 506% !important;
  }
  .wd-sm-507 {
    width: 507% !important;
  }
  .wd-sm-508 {
    width: 508% !important;
  }
  .wd-sm-509 {
    width: 509% !important;
  }
  .wd-sm-510 {
    width: 510% !important;
  }
  .wd-sm-511 {
    width: 511% !important;
  }
  .wd-sm-512 {
    width: 512% !important;
  }
  .wd-sm-513 {
    width: 513% !important;
  }
  .wd-sm-514 {
    width: 514% !important;
  }
  .wd-sm-515 {
    width: 515% !important;
  }
  .wd-sm-516 {
    width: 516% !important;
  }
  .wd-sm-517 {
    width: 517% !important;
  }
  .wd-sm-518 {
    width: 518% !important;
  }
  .wd-sm-519 {
    width: 519% !important;
  }
  .wd-sm-520 {
    width: 520% !important;
  }
  .wd-sm-521 {
    width: 521% !important;
  }
  .wd-sm-522 {
    width: 522% !important;
  }
  .wd-sm-523 {
    width: 523% !important;
  }
  .wd-sm-524 {
    width: 524% !important;
  }
  .wd-sm-525 {
    width: 525% !important;
  }
  .wd-sm-526 {
    width: 526% !important;
  }
  .wd-sm-527 {
    width: 527% !important;
  }
  .wd-sm-528 {
    width: 528% !important;
  }
  .wd-sm-529 {
    width: 529% !important;
  }
  .wd-sm-530 {
    width: 530% !important;
  }
  .wd-sm-531 {
    width: 531% !important;
  }
  .wd-sm-532 {
    width: 532% !important;
  }
  .wd-sm-533 {
    width: 533% !important;
  }
  .wd-sm-534 {
    width: 534% !important;
  }
  .wd-sm-535 {
    width: 535% !important;
  }
  .wd-sm-536 {
    width: 536% !important;
  }
  .wd-sm-537 {
    width: 537% !important;
  }
  .wd-sm-538 {
    width: 538% !important;
  }
  .wd-sm-539 {
    width: 539% !important;
  }
  .wd-sm-540 {
    width: 540% !important;
  }
  .wd-sm-541 {
    width: 541% !important;
  }
  .wd-sm-542 {
    width: 542% !important;
  }
  .wd-sm-543 {
    width: 543% !important;
  }
  .wd-sm-544 {
    width: 544% !important;
  }
  .wd-sm-545 {
    width: 545% !important;
  }
  .wd-sm-546 {
    width: 546% !important;
  }
  .wd-sm-547 {
    width: 547% !important;
  }
  .wd-sm-548 {
    width: 548% !important;
  }
  .wd-sm-549 {
    width: 549% !important;
  }
  .wd-sm-550 {
    width: 550% !important;
  }
  .wd-sm-551 {
    width: 551% !important;
  }
  .wd-sm-552 {
    width: 552% !important;
  }
  .wd-sm-553 {
    width: 553% !important;
  }
  .wd-sm-554 {
    width: 554% !important;
  }
  .wd-sm-555 {
    width: 555% !important;
  }
  .wd-sm-556 {
    width: 556% !important;
  }
  .wd-sm-557 {
    width: 557% !important;
  }
  .wd-sm-558 {
    width: 558% !important;
  }
  .wd-sm-559 {
    width: 559% !important;
  }
  .wd-sm-560 {
    width: 560% !important;
  }
  .wd-sm-561 {
    width: 561% !important;
  }
  .wd-sm-562 {
    width: 562% !important;
  }
  .wd-sm-563 {
    width: 563% !important;
  }
  .wd-sm-564 {
    width: 564% !important;
  }
  .wd-sm-565 {
    width: 565% !important;
  }
  .wd-sm-566 {
    width: 566% !important;
  }
  .wd-sm-567 {
    width: 567% !important;
  }
  .wd-sm-568 {
    width: 568% !important;
  }
  .wd-sm-569 {
    width: 569% !important;
  }
  .wd-sm-570 {
    width: 570% !important;
  }
  .wd-sm-571 {
    width: 571% !important;
  }
  .wd-sm-572 {
    width: 572% !important;
  }
  .wd-sm-573 {
    width: 573% !important;
  }
  .wd-sm-574 {
    width: 574% !important;
  }
  .wd-sm-575 {
    width: 575% !important;
  }
  .wd-sm-576 {
    width: 576% !important;
  }
  .wd-sm-577 {
    width: 577% !important;
  }
  .wd-sm-578 {
    width: 578% !important;
  }
  .wd-sm-579 {
    width: 579% !important;
  }
  .wd-sm-580 {
    width: 580% !important;
  }
  .wd-sm-581 {
    width: 581% !important;
  }
  .wd-sm-582 {
    width: 582% !important;
  }
  .wd-sm-583 {
    width: 583% !important;
  }
  .wd-sm-584 {
    width: 584% !important;
  }
  .wd-sm-585 {
    width: 585% !important;
  }
  .wd-sm-586 {
    width: 586% !important;
  }
  .wd-sm-587 {
    width: 587% !important;
  }
  .wd-sm-588 {
    width: 588% !important;
  }
  .wd-sm-589 {
    width: 589% !important;
  }
  .wd-sm-590 {
    width: 590% !important;
  }
  .wd-sm-591 {
    width: 591% !important;
  }
  .wd-sm-592 {
    width: 592% !important;
  }
  .wd-sm-593 {
    width: 593% !important;
  }
  .wd-sm-594 {
    width: 594% !important;
  }
  .wd-sm-595 {
    width: 595% !important;
  }
  .wd-sm-596 {
    width: 596% !important;
  }
  .wd-sm-597 {
    width: 597% !important;
  }
  .wd-sm-598 {
    width: 598% !important;
  }
  .wd-sm-599 {
    width: 599% !important;
  }
  .wd-sm-600 {
    width: 600% !important;
  }
  .wd-sm-601 {
    width: 601% !important;
  }
  .wd-sm-602 {
    width: 602% !important;
  }
  .wd-sm-603 {
    width: 603% !important;
  }
  .wd-sm-604 {
    width: 604% !important;
  }
  .wd-sm-605 {
    width: 605% !important;
  }
  .wd-sm-606 {
    width: 606% !important;
  }
  .wd-sm-607 {
    width: 607% !important;
  }
  .wd-sm-608 {
    width: 608% !important;
  }
  .wd-sm-609 {
    width: 609% !important;
  }
  .wd-sm-610 {
    width: 610% !important;
  }
  .wd-sm-611 {
    width: 611% !important;
  }
  .wd-sm-612 {
    width: 612% !important;
  }
  .wd-sm-613 {
    width: 613% !important;
  }
  .wd-sm-614 {
    width: 614% !important;
  }
  .wd-sm-615 {
    width: 615% !important;
  }
  .wd-sm-616 {
    width: 616% !important;
  }
  .wd-sm-617 {
    width: 617% !important;
  }
  .wd-sm-618 {
    width: 618% !important;
  }
  .wd-sm-619 {
    width: 619% !important;
  }
  .wd-sm-620 {
    width: 620% !important;
  }
  .wd-sm-621 {
    width: 621% !important;
  }
  .wd-sm-622 {
    width: 622% !important;
  }
  .wd-sm-623 {
    width: 623% !important;
  }
  .wd-sm-624 {
    width: 624% !important;
  }
  .wd-sm-625 {
    width: 625% !important;
  }
  .wd-sm-626 {
    width: 626% !important;
  }
  .wd-sm-627 {
    width: 627% !important;
  }
  .wd-sm-628 {
    width: 628% !important;
  }
  .wd-sm-629 {
    width: 629% !important;
  }
  .wd-sm-630 {
    width: 630% !important;
  }
  .wd-sm-631 {
    width: 631% !important;
  }
  .wd-sm-632 {
    width: 632% !important;
  }
  .wd-sm-633 {
    width: 633% !important;
  }
  .wd-sm-634 {
    width: 634% !important;
  }
  .wd-sm-635 {
    width: 635% !important;
  }
  .wd-sm-636 {
    width: 636% !important;
  }
  .wd-sm-637 {
    width: 637% !important;
  }
  .wd-sm-638 {
    width: 638% !important;
  }
  .wd-sm-639 {
    width: 639% !important;
  }
  .wd-sm-640 {
    width: 640% !important;
  }
  .wd-sm-641 {
    width: 641% !important;
  }
  .wd-sm-642 {
    width: 642% !important;
  }
  .wd-sm-643 {
    width: 643% !important;
  }
  .wd-sm-644 {
    width: 644% !important;
  }
  .wd-sm-645 {
    width: 645% !important;
  }
  .wd-sm-646 {
    width: 646% !important;
  }
  .wd-sm-647 {
    width: 647% !important;
  }
  .wd-sm-648 {
    width: 648% !important;
  }
  .wd-sm-649 {
    width: 649% !important;
  }
  .wd-sm-650 {
    width: 650% !important;
  }
  .wd-sm-651 {
    width: 651% !important;
  }
  .wd-sm-652 {
    width: 652% !important;
  }
  .wd-sm-653 {
    width: 653% !important;
  }
  .wd-sm-654 {
    width: 654% !important;
  }
  .wd-sm-655 {
    width: 655% !important;
  }
  .wd-sm-656 {
    width: 656% !important;
  }
  .wd-sm-657 {
    width: 657% !important;
  }
  .wd-sm-658 {
    width: 658% !important;
  }
  .wd-sm-659 {
    width: 659% !important;
  }
  .wd-sm-660 {
    width: 660% !important;
  }
  .wd-sm-661 {
    width: 661% !important;
  }
  .wd-sm-662 {
    width: 662% !important;
  }
  .wd-sm-663 {
    width: 663% !important;
  }
  .wd-sm-664 {
    width: 664% !important;
  }
  .wd-sm-665 {
    width: 665% !important;
  }
  .wd-sm-666 {
    width: 666% !important;
  }
  .wd-sm-667 {
    width: 667% !important;
  }
  .wd-sm-668 {
    width: 668% !important;
  }
  .wd-sm-669 {
    width: 669% !important;
  }
  .wd-sm-670 {
    width: 670% !important;
  }
  .wd-sm-671 {
    width: 671% !important;
  }
  .wd-sm-672 {
    width: 672% !important;
  }
  .wd-sm-673 {
    width: 673% !important;
  }
  .wd-sm-674 {
    width: 674% !important;
  }
  .wd-sm-675 {
    width: 675% !important;
  }
  .wd-sm-676 {
    width: 676% !important;
  }
  .wd-sm-677 {
    width: 677% !important;
  }
  .wd-sm-678 {
    width: 678% !important;
  }
  .wd-sm-679 {
    width: 679% !important;
  }
  .wd-sm-680 {
    width: 680% !important;
  }
  .wd-sm-681 {
    width: 681% !important;
  }
  .wd-sm-682 {
    width: 682% !important;
  }
  .wd-sm-683 {
    width: 683% !important;
  }
  .wd-sm-684 {
    width: 684% !important;
  }
  .wd-sm-685 {
    width: 685% !important;
  }
  .wd-sm-686 {
    width: 686% !important;
  }
  .wd-sm-687 {
    width: 687% !important;
  }
  .wd-sm-688 {
    width: 688% !important;
  }
  .wd-sm-689 {
    width: 689% !important;
  }
  .wd-sm-690 {
    width: 690% !important;
  }
  .wd-sm-691 {
    width: 691% !important;
  }
  .wd-sm-692 {
    width: 692% !important;
  }
  .wd-sm-693 {
    width: 693% !important;
  }
  .wd-sm-694 {
    width: 694% !important;
  }
  .wd-sm-695 {
    width: 695% !important;
  }
  .wd-sm-696 {
    width: 696% !important;
  }
  .wd-sm-697 {
    width: 697% !important;
  }
  .wd-sm-698 {
    width: 698% !important;
  }
  .wd-sm-699 {
    width: 699% !important;
  }
  .wd-sm-700 {
    width: 700% !important;
  }
  .wd-sm-701 {
    width: 701% !important;
  }
  .wd-sm-702 {
    width: 702% !important;
  }
  .wd-sm-703 {
    width: 703% !important;
  }
  .wd-sm-704 {
    width: 704% !important;
  }
  .wd-sm-705 {
    width: 705% !important;
  }
  .wd-sm-706 {
    width: 706% !important;
  }
  .wd-sm-707 {
    width: 707% !important;
  }
  .wd-sm-708 {
    width: 708% !important;
  }
  .wd-sm-709 {
    width: 709% !important;
  }
  .wd-sm-710 {
    width: 710% !important;
  }
  .wd-sm-711 {
    width: 711% !important;
  }
  .wd-sm-712 {
    width: 712% !important;
  }
  .wd-sm-713 {
    width: 713% !important;
  }
  .wd-sm-714 {
    width: 714% !important;
  }
  .wd-sm-715 {
    width: 715% !important;
  }
  .wd-sm-716 {
    width: 716% !important;
  }
  .wd-sm-717 {
    width: 717% !important;
  }
  .wd-sm-718 {
    width: 718% !important;
  }
  .wd-sm-719 {
    width: 719% !important;
  }
  .wd-sm-720 {
    width: 720% !important;
  }
  .wd-sm-721 {
    width: 721% !important;
  }
  .wd-sm-722 {
    width: 722% !important;
  }
  .wd-sm-723 {
    width: 723% !important;
  }
  .wd-sm-724 {
    width: 724% !important;
  }
  .wd-sm-725 {
    width: 725% !important;
  }
  .wd-sm-726 {
    width: 726% !important;
  }
  .wd-sm-727 {
    width: 727% !important;
  }
  .wd-sm-728 {
    width: 728% !important;
  }
  .wd-sm-729 {
    width: 729% !important;
  }
  .wd-sm-730 {
    width: 730% !important;
  }
  .wd-sm-731 {
    width: 731% !important;
  }
  .wd-sm-732 {
    width: 732% !important;
  }
  .wd-sm-733 {
    width: 733% !important;
  }
  .wd-sm-734 {
    width: 734% !important;
  }
  .wd-sm-735 {
    width: 735% !important;
  }
  .wd-sm-736 {
    width: 736% !important;
  }
  .wd-sm-737 {
    width: 737% !important;
  }
  .wd-sm-738 {
    width: 738% !important;
  }
  .wd-sm-739 {
    width: 739% !important;
  }
  .wd-sm-740 {
    width: 740% !important;
  }
  .wd-sm-741 {
    width: 741% !important;
  }
  .wd-sm-742 {
    width: 742% !important;
  }
  .wd-sm-743 {
    width: 743% !important;
  }
  .wd-sm-744 {
    width: 744% !important;
  }
  .wd-sm-745 {
    width: 745% !important;
  }
  .wd-sm-746 {
    width: 746% !important;
  }
  .wd-sm-747 {
    width: 747% !important;
  }
  .wd-sm-748 {
    width: 748% !important;
  }
  .wd-sm-749 {
    width: 749% !important;
  }
  .wd-sm-750 {
    width: 750% !important;
  }
  .wd-sm-751 {
    width: 751% !important;
  }
  .wd-sm-752 {
    width: 752% !important;
  }
  .wd-sm-753 {
    width: 753% !important;
  }
  .wd-sm-754 {
    width: 754% !important;
  }
  .wd-sm-755 {
    width: 755% !important;
  }
  .wd-sm-756 {
    width: 756% !important;
  }
  .wd-sm-757 {
    width: 757% !important;
  }
  .wd-sm-758 {
    width: 758% !important;
  }
  .wd-sm-759 {
    width: 759% !important;
  }
  .wd-sm-760 {
    width: 760% !important;
  }
  .wd-sm-761 {
    width: 761% !important;
  }
  .wd-sm-762 {
    width: 762% !important;
  }
  .wd-sm-763 {
    width: 763% !important;
  }
  .wd-sm-764 {
    width: 764% !important;
  }
  .wd-sm-765 {
    width: 765% !important;
  }
  .wd-sm-766 {
    width: 766% !important;
  }
  .wd-sm-767 {
    width: 767% !important;
  }
  .wd-sm-768 {
    width: 768% !important;
  }
  .wd-sm-769 {
    width: 769% !important;
  }
  .wd-sm-770 {
    width: 770% !important;
  }
  .wd-sm-771 {
    width: 771% !important;
  }
  .wd-sm-772 {
    width: 772% !important;
  }
  .wd-sm-773 {
    width: 773% !important;
  }
  .wd-sm-774 {
    width: 774% !important;
  }
  .wd-sm-775 {
    width: 775% !important;
  }
  .wd-sm-776 {
    width: 776% !important;
  }
  .wd-sm-777 {
    width: 777% !important;
  }
  .wd-sm-778 {
    width: 778% !important;
  }
  .wd-sm-779 {
    width: 779% !important;
  }
  .wd-sm-780 {
    width: 780% !important;
  }
  .wd-sm-781 {
    width: 781% !important;
  }
  .wd-sm-782 {
    width: 782% !important;
  }
  .wd-sm-783 {
    width: 783% !important;
  }
  .wd-sm-784 {
    width: 784% !important;
  }
  .wd-sm-785 {
    width: 785% !important;
  }
  .wd-sm-786 {
    width: 786% !important;
  }
  .wd-sm-787 {
    width: 787% !important;
  }
  .wd-sm-788 {
    width: 788% !important;
  }
  .wd-sm-789 {
    width: 789% !important;
  }
  .wd-sm-790 {
    width: 790% !important;
  }
  .wd-sm-791 {
    width: 791% !important;
  }
  .wd-sm-792 {
    width: 792% !important;
  }
  .wd-sm-793 {
    width: 793% !important;
  }
  .wd-sm-794 {
    width: 794% !important;
  }
  .wd-sm-795 {
    width: 795% !important;
  }
  .wd-sm-796 {
    width: 796% !important;
  }
  .wd-sm-797 {
    width: 797% !important;
  }
  .wd-sm-798 {
    width: 798% !important;
  }
  .wd-sm-799 {
    width: 799% !important;
  }
  .wd-sm-800 {
    width: 800% !important;
  }
  .wd-sm-801 {
    width: 801% !important;
  }
  .wd-sm-802 {
    width: 802% !important;
  }
  .wd-sm-803 {
    width: 803% !important;
  }
  .wd-sm-804 {
    width: 804% !important;
  }
  .wd-sm-805 {
    width: 805% !important;
  }
  .wd-sm-806 {
    width: 806% !important;
  }
  .wd-sm-807 {
    width: 807% !important;
  }
  .wd-sm-808 {
    width: 808% !important;
  }
  .wd-sm-809 {
    width: 809% !important;
  }
  .wd-sm-810 {
    width: 810% !important;
  }
  .wd-sm-811 {
    width: 811% !important;
  }
  .wd-sm-812 {
    width: 812% !important;
  }
  .wd-sm-813 {
    width: 813% !important;
  }
  .wd-sm-814 {
    width: 814% !important;
  }
  .wd-sm-815 {
    width: 815% !important;
  }
  .wd-sm-816 {
    width: 816% !important;
  }
  .wd-sm-817 {
    width: 817% !important;
  }
  .wd-sm-818 {
    width: 818% !important;
  }
  .wd-sm-819 {
    width: 819% !important;
  }
  .wd-sm-820 {
    width: 820% !important;
  }
  .wd-sm-821 {
    width: 821% !important;
  }
  .wd-sm-822 {
    width: 822% !important;
  }
  .wd-sm-823 {
    width: 823% !important;
  }
  .wd-sm-824 {
    width: 824% !important;
  }
  .wd-sm-825 {
    width: 825% !important;
  }
  .wd-sm-826 {
    width: 826% !important;
  }
  .wd-sm-827 {
    width: 827% !important;
  }
  .wd-sm-828 {
    width: 828% !important;
  }
  .wd-sm-829 {
    width: 829% !important;
  }
  .wd-sm-830 {
    width: 830% !important;
  }
  .wd-sm-831 {
    width: 831% !important;
  }
  .wd-sm-832 {
    width: 832% !important;
  }
  .wd-sm-833 {
    width: 833% !important;
  }
  .wd-sm-834 {
    width: 834% !important;
  }
  .wd-sm-835 {
    width: 835% !important;
  }
  .wd-sm-836 {
    width: 836% !important;
  }
  .wd-sm-837 {
    width: 837% !important;
  }
  .wd-sm-838 {
    width: 838% !important;
  }
  .wd-sm-839 {
    width: 839% !important;
  }
  .wd-sm-840 {
    width: 840% !important;
  }
  .wd-sm-841 {
    width: 841% !important;
  }
  .wd-sm-842 {
    width: 842% !important;
  }
  .wd-sm-843 {
    width: 843% !important;
  }
  .wd-sm-844 {
    width: 844% !important;
  }
  .wd-sm-845 {
    width: 845% !important;
  }
  .wd-sm-846 {
    width: 846% !important;
  }
  .wd-sm-847 {
    width: 847% !important;
  }
  .wd-sm-848 {
    width: 848% !important;
  }
  .wd-sm-849 {
    width: 849% !important;
  }
  .wd-sm-850 {
    width: 850% !important;
  }
  .wd-sm-851 {
    width: 851% !important;
  }
  .wd-sm-852 {
    width: 852% !important;
  }
  .wd-sm-853 {
    width: 853% !important;
  }
  .wd-sm-854 {
    width: 854% !important;
  }
  .wd-sm-855 {
    width: 855% !important;
  }
  .wd-sm-856 {
    width: 856% !important;
  }
  .wd-sm-857 {
    width: 857% !important;
  }
  .wd-sm-858 {
    width: 858% !important;
  }
  .wd-sm-859 {
    width: 859% !important;
  }
  .wd-sm-860 {
    width: 860% !important;
  }
  .wd-sm-861 {
    width: 861% !important;
  }
  .wd-sm-862 {
    width: 862% !important;
  }
  .wd-sm-863 {
    width: 863% !important;
  }
  .wd-sm-864 {
    width: 864% !important;
  }
  .wd-sm-865 {
    width: 865% !important;
  }
  .wd-sm-866 {
    width: 866% !important;
  }
  .wd-sm-867 {
    width: 867% !important;
  }
  .wd-sm-868 {
    width: 868% !important;
  }
  .wd-sm-869 {
    width: 869% !important;
  }
  .wd-sm-870 {
    width: 870% !important;
  }
  .wd-sm-871 {
    width: 871% !important;
  }
  .wd-sm-872 {
    width: 872% !important;
  }
  .wd-sm-873 {
    width: 873% !important;
  }
  .wd-sm-874 {
    width: 874% !important;
  }
  .wd-sm-875 {
    width: 875% !important;
  }
  .wd-sm-876 {
    width: 876% !important;
  }
  .wd-sm-877 {
    width: 877% !important;
  }
  .wd-sm-878 {
    width: 878% !important;
  }
  .wd-sm-879 {
    width: 879% !important;
  }
  .wd-sm-880 {
    width: 880% !important;
  }
  .wd-sm-881 {
    width: 881% !important;
  }
  .wd-sm-882 {
    width: 882% !important;
  }
  .wd-sm-883 {
    width: 883% !important;
  }
  .wd-sm-884 {
    width: 884% !important;
  }
  .wd-sm-885 {
    width: 885% !important;
  }
  .wd-sm-886 {
    width: 886% !important;
  }
  .wd-sm-887 {
    width: 887% !important;
  }
  .wd-sm-888 {
    width: 888% !important;
  }
  .wd-sm-889 {
    width: 889% !important;
  }
  .wd-sm-890 {
    width: 890% !important;
  }
  .wd-sm-891 {
    width: 891% !important;
  }
  .wd-sm-892 {
    width: 892% !important;
  }
  .wd-sm-893 {
    width: 893% !important;
  }
  .wd-sm-894 {
    width: 894% !important;
  }
  .wd-sm-895 {
    width: 895% !important;
  }
  .wd-sm-896 {
    width: 896% !important;
  }
  .wd-sm-897 {
    width: 897% !important;
  }
  .wd-sm-898 {
    width: 898% !important;
  }
  .wd-sm-899 {
    width: 899% !important;
  }
  .wd-sm-900 {
    width: 900% !important;
  }
  .wd-sm-901 {
    width: 901% !important;
  }
  .wd-sm-902 {
    width: 902% !important;
  }
  .wd-sm-903 {
    width: 903% !important;
  }
  .wd-sm-904 {
    width: 904% !important;
  }
  .wd-sm-905 {
    width: 905% !important;
  }
  .wd-sm-906 {
    width: 906% !important;
  }
  .wd-sm-907 {
    width: 907% !important;
  }
  .wd-sm-908 {
    width: 908% !important;
  }
  .wd-sm-909 {
    width: 909% !important;
  }
  .wd-sm-910 {
    width: 910% !important;
  }
  .wd-sm-911 {
    width: 911% !important;
  }
  .wd-sm-912 {
    width: 912% !important;
  }
  .wd-sm-913 {
    width: 913% !important;
  }
  .wd-sm-914 {
    width: 914% !important;
  }
  .wd-sm-915 {
    width: 915% !important;
  }
  .wd-sm-916 {
    width: 916% !important;
  }
  .wd-sm-917 {
    width: 917% !important;
  }
  .wd-sm-918 {
    width: 918% !important;
  }
  .wd-sm-919 {
    width: 919% !important;
  }
  .wd-sm-920 {
    width: 920% !important;
  }
  .wd-sm-921 {
    width: 921% !important;
  }
  .wd-sm-922 {
    width: 922% !important;
  }
  .wd-sm-923 {
    width: 923% !important;
  }
  .wd-sm-924 {
    width: 924% !important;
  }
  .wd-sm-925 {
    width: 925% !important;
  }
  .wd-sm-926 {
    width: 926% !important;
  }
  .wd-sm-927 {
    width: 927% !important;
  }
  .wd-sm-928 {
    width: 928% !important;
  }
  .wd-sm-929 {
    width: 929% !important;
  }
  .wd-sm-930 {
    width: 930% !important;
  }
  .wd-sm-931 {
    width: 931% !important;
  }
  .wd-sm-932 {
    width: 932% !important;
  }
  .wd-sm-933 {
    width: 933% !important;
  }
  .wd-sm-934 {
    width: 934% !important;
  }
  .wd-sm-935 {
    width: 935% !important;
  }
  .wd-sm-936 {
    width: 936% !important;
  }
  .wd-sm-937 {
    width: 937% !important;
  }
  .wd-sm-938 {
    width: 938% !important;
  }
  .wd-sm-939 {
    width: 939% !important;
  }
  .wd-sm-940 {
    width: 940% !important;
  }
  .wd-sm-941 {
    width: 941% !important;
  }
  .wd-sm-942 {
    width: 942% !important;
  }
  .wd-sm-943 {
    width: 943% !important;
  }
  .wd-sm-944 {
    width: 944% !important;
  }
  .wd-sm-945 {
    width: 945% !important;
  }
  .wd-sm-946 {
    width: 946% !important;
  }
  .wd-sm-947 {
    width: 947% !important;
  }
  .wd-sm-948 {
    width: 948% !important;
  }
  .wd-sm-949 {
    width: 949% !important;
  }
  .wd-sm-950 {
    width: 950% !important;
  }
  .wd-sm-951 {
    width: 951% !important;
  }
  .wd-sm-952 {
    width: 952% !important;
  }
  .wd-sm-953 {
    width: 953% !important;
  }
  .wd-sm-954 {
    width: 954% !important;
  }
  .wd-sm-955 {
    width: 955% !important;
  }
  .wd-sm-956 {
    width: 956% !important;
  }
  .wd-sm-957 {
    width: 957% !important;
  }
  .wd-sm-958 {
    width: 958% !important;
  }
  .wd-sm-959 {
    width: 959% !important;
  }
  .wd-sm-960 {
    width: 960% !important;
  }
  .wd-sm-961 {
    width: 961% !important;
  }
  .wd-sm-962 {
    width: 962% !important;
  }
  .wd-sm-963 {
    width: 963% !important;
  }
  .wd-sm-964 {
    width: 964% !important;
  }
  .wd-sm-965 {
    width: 965% !important;
  }
  .wd-sm-966 {
    width: 966% !important;
  }
  .wd-sm-967 {
    width: 967% !important;
  }
  .wd-sm-968 {
    width: 968% !important;
  }
  .wd-sm-969 {
    width: 969% !important;
  }
  .wd-sm-970 {
    width: 970% !important;
  }
  .wd-sm-971 {
    width: 971% !important;
  }
  .wd-sm-972 {
    width: 972% !important;
  }
  .wd-sm-973 {
    width: 973% !important;
  }
  .wd-sm-974 {
    width: 974% !important;
  }
  .wd-sm-975 {
    width: 975% !important;
  }
  .wd-sm-976 {
    width: 976% !important;
  }
  .wd-sm-977 {
    width: 977% !important;
  }
  .wd-sm-978 {
    width: 978% !important;
  }
  .wd-sm-979 {
    width: 979% !important;
  }
  .wd-sm-980 {
    width: 980% !important;
  }
  .wd-sm-981 {
    width: 981% !important;
  }
  .wd-sm-982 {
    width: 982% !important;
  }
  .wd-sm-983 {
    width: 983% !important;
  }
  .wd-sm-984 {
    width: 984% !important;
  }
  .wd-sm-985 {
    width: 985% !important;
  }
  .wd-sm-986 {
    width: 986% !important;
  }
  .wd-sm-987 {
    width: 987% !important;
  }
  .wd-sm-988 {
    width: 988% !important;
  }
  .wd-sm-989 {
    width: 989% !important;
  }
  .wd-sm-990 {
    width: 990% !important;
  }
  .wd-sm-991 {
    width: 991% !important;
  }
  .wd-sm-992 {
    width: 992% !important;
  }
  .wd-sm-993 {
    width: 993% !important;
  }
  .wd-sm-994 {
    width: 994% !important;
  }
  .wd-sm-995 {
    width: 995% !important;
  }
  .wd-sm-996 {
    width: 996% !important;
  }
  .wd-sm-997 {
    width: 997% !important;
  }
  .wd-sm-998 {
    width: 998% !important;
  }
  .wd-sm-999 {
    width: 999% !important;
  }
  .wd-sm-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 769px) {
  .wd-md-5 {
    width: 5% !important;
  }
  .wd-md-10 {
    width: 10% !important;
  }
  .wd-md-11 {
    width: 11% !important;
  }
  .wd-md-12 {
    width: 12% !important;
  }
  .wd-md-13 {
    width: 13% !important;
  }
  .wd-md-14 {
    width: 14% !important;
  }
  .wd-md-15 {
    width: 15% !important;
  }
  .wd-md-16 {
    width: 16% !important;
  }
  .wd-md-17 {
    width: 17% !important;
  }
  .wd-md-18 {
    width: 18% !important;
  }
  .wd-md-19 {
    width: 19% !important;
  }
  .wd-md-20 {
    width: 20% !important;
  }
  .wd-md-21 {
    width: 21% !important;
  }
  .wd-md-22 {
    width: 22% !important;
  }
  .wd-md-23 {
    width: 23% !important;
  }
  .wd-md-24 {
    width: 24% !important;
  }
  .wd-md-25 {
    width: 25% !important;
  }
  .wd-md-26 {
    width: 26% !important;
  }
  .wd-md-27 {
    width: 27% !important;
  }
  .wd-md-28 {
    width: 28% !important;
  }
  .wd-md-29 {
    width: 29% !important;
  }
  .wd-md-30 {
    width: 30% !important;
  }
  .wd-md-31 {
    width: 31% !important;
  }
  .wd-md-32 {
    width: 32% !important;
  }
  .wd-md-33 {
    width: 33% !important;
  }
  .wd-md-34 {
    width: 34% !important;
  }
  .wd-md-35 {
    width: 35% !important;
  }
  .wd-md-36 {
    width: 36% !important;
  }
  .wd-md-37 {
    width: 37% !important;
  }
  .wd-md-38 {
    width: 38% !important;
  }
  .wd-md-39 {
    width: 39% !important;
  }
  .wd-md-40 {
    width: 40% !important;
  }
  .wd-md-41 {
    width: 41% !important;
  }
  .wd-md-42 {
    width: 42% !important;
  }
  .wd-md-43 {
    width: 43% !important;
  }
  .wd-md-44 {
    width: 44% !important;
  }
  .wd-md-45 {
    width: 45% !important;
  }
  .wd-md-46 {
    width: 46% !important;
  }
  .wd-md-47 {
    width: 47% !important;
  }
  .wd-md-48 {
    width: 48% !important;
  }
  .wd-md-49 {
    width: 49% !important;
  }
  .wd-md-50 {
    width: 50% !important;
  }
  .wd-md-51 {
    width: 51% !important;
  }
  .wd-md-52 {
    width: 52% !important;
  }
  .wd-md-53 {
    width: 53% !important;
  }
  .wd-md-54 {
    width: 54% !important;
  }
  .wd-md-55 {
    width: 55% !important;
  }
  .wd-md-56 {
    width: 56% !important;
  }
  .wd-md-57 {
    width: 57% !important;
  }
  .wd-md-58 {
    width: 58% !important;
  }
  .wd-md-59 {
    width: 59% !important;
  }
  .wd-md-60 {
    width: 60% !important;
  }
  .wd-md-61 {
    width: 61% !important;
  }
  .wd-md-62 {
    width: 62% !important;
  }
  .wd-md-63 {
    width: 63% !important;
  }
  .wd-md-64 {
    width: 64% !important;
  }
  .wd-md-65 {
    width: 65% !important;
  }
  .wd-md-66 {
    width: 66% !important;
  }
  .wd-md-67 {
    width: 67% !important;
  }
  .wd-md-68 {
    width: 68% !important;
  }
  .wd-md-69 {
    width: 69% !important;
  }
  .wd-md-70 {
    width: 70% !important;
  }
  .wd-md-71 {
    width: 71% !important;
  }
  .wd-md-72 {
    width: 72% !important;
  }
  .wd-md-73 {
    width: 73% !important;
  }
  .wd-md-74 {
    width: 74% !important;
  }
  .wd-md-75 {
    width: 75% !important;
  }
  .wd-md-76 {
    width: 76% !important;
  }
  .wd-md-77 {
    width: 77% !important;
  }
  .wd-md-78 {
    width: 78% !important;
  }
  .wd-md-79 {
    width: 79% !important;
  }
  .wd-md-80 {
    width: 80% !important;
  }
  .wd-md-81 {
    width: 81% !important;
  }
  .wd-md-82 {
    width: 82% !important;
  }
  .wd-md-83 {
    width: 83% !important;
  }
  .wd-md-84 {
    width: 84% !important;
  }
  .wd-md-85 {
    width: 85% !important;
  }
  .wd-md-86 {
    width: 86% !important;
  }
  .wd-md-87 {
    width: 87% !important;
  }
  .wd-md-88 {
    width: 88% !important;
  }
  .wd-md-89 {
    width: 89% !important;
  }
  .wd-md-90 {
    width: 90% !important;
  }
  .wd-md-91 {
    width: 91% !important;
  }
  .wd-md-92 {
    width: 92% !important;
  }
  .wd-md-93 {
    width: 93% !important;
  }
  .wd-md-94 {
    width: 94% !important;
  }
  .wd-md-95 {
    width: 95% !important;
  }
  .wd-md-96 {
    width: 96% !important;
  }
  .wd-md-97 {
    width: 97% !important;
  }
  .wd-md-98 {
    width: 98% !important;
  }
  .wd-md-99 {
    width: 99% !important;
  }
  .wd-md-100 {
    width: 100% !important;
  }
  .wd-md-101 {
    width: 101% !important;
  }
  .wd-md-102 {
    width: 102% !important;
  }
  .wd-md-103 {
    width: 103% !important;
  }
  .wd-md-104 {
    width: 104% !important;
  }
  .wd-md-105 {
    width: 105% !important;
  }
  .wd-md-106 {
    width: 106% !important;
  }
  .wd-md-107 {
    width: 107% !important;
  }
  .wd-md-108 {
    width: 108% !important;
  }
  .wd-md-109 {
    width: 109% !important;
  }
  .wd-md-110 {
    width: 110% !important;
  }
  .wd-md-111 {
    width: 111% !important;
  }
  .wd-md-112 {
    width: 112% !important;
  }
  .wd-md-113 {
    width: 113% !important;
  }
  .wd-md-114 {
    width: 114% !important;
  }
  .wd-md-115 {
    width: 115% !important;
  }
  .wd-md-116 {
    width: 116% !important;
  }
  .wd-md-117 {
    width: 117% !important;
  }
  .wd-md-118 {
    width: 118% !important;
  }
  .wd-md-119 {
    width: 119% !important;
  }
  .wd-md-120 {
    width: 120% !important;
  }
  .wd-md-121 {
    width: 121% !important;
  }
  .wd-md-122 {
    width: 122% !important;
  }
  .wd-md-123 {
    width: 123% !important;
  }
  .wd-md-124 {
    width: 124% !important;
  }
  .wd-md-125 {
    width: 125% !important;
  }
  .wd-md-126 {
    width: 126% !important;
  }
  .wd-md-127 {
    width: 127% !important;
  }
  .wd-md-128 {
    width: 128% !important;
  }
  .wd-md-129 {
    width: 129% !important;
  }
  .wd-md-130 {
    width: 130% !important;
  }
  .wd-md-131 {
    width: 131% !important;
  }
  .wd-md-132 {
    width: 132% !important;
  }
  .wd-md-133 {
    width: 133% !important;
  }
  .wd-md-134 {
    width: 134% !important;
  }
  .wd-md-135 {
    width: 135% !important;
  }
  .wd-md-136 {
    width: 136% !important;
  }
  .wd-md-137 {
    width: 137% !important;
  }
  .wd-md-138 {
    width: 138% !important;
  }
  .wd-md-139 {
    width: 139% !important;
  }
  .wd-md-140 {
    width: 140% !important;
  }
  .wd-md-141 {
    width: 141% !important;
  }
  .wd-md-142 {
    width: 142% !important;
  }
  .wd-md-143 {
    width: 143% !important;
  }
  .wd-md-144 {
    width: 144% !important;
  }
  .wd-md-145 {
    width: 145% !important;
  }
  .wd-md-146 {
    width: 146% !important;
  }
  .wd-md-147 {
    width: 147% !important;
  }
  .wd-md-148 {
    width: 148% !important;
  }
  .wd-md-149 {
    width: 149% !important;
  }
  .wd-md-150 {
    width: 150% !important;
  }
  .wd-md-151 {
    width: 151% !important;
  }
  .wd-md-152 {
    width: 152% !important;
  }
  .wd-md-153 {
    width: 153% !important;
  }
  .wd-md-154 {
    width: 154% !important;
  }
  .wd-md-155 {
    width: 155% !important;
  }
  .wd-md-156 {
    width: 156% !important;
  }
  .wd-md-157 {
    width: 157% !important;
  }
  .wd-md-158 {
    width: 158% !important;
  }
  .wd-md-159 {
    width: 159% !important;
  }
  .wd-md-160 {
    width: 160% !important;
  }
  .wd-md-161 {
    width: 161% !important;
  }
  .wd-md-162 {
    width: 162% !important;
  }
  .wd-md-163 {
    width: 163% !important;
  }
  .wd-md-164 {
    width: 164% !important;
  }
  .wd-md-165 {
    width: 165% !important;
  }
  .wd-md-166 {
    width: 166% !important;
  }
  .wd-md-167 {
    width: 167% !important;
  }
  .wd-md-168 {
    width: 168% !important;
  }
  .wd-md-169 {
    width: 169% !important;
  }
  .wd-md-170 {
    width: 170% !important;
  }
  .wd-md-171 {
    width: 171% !important;
  }
  .wd-md-172 {
    width: 172% !important;
  }
  .wd-md-173 {
    width: 173% !important;
  }
  .wd-md-174 {
    width: 174% !important;
  }
  .wd-md-175 {
    width: 175% !important;
  }
  .wd-md-176 {
    width: 176% !important;
  }
  .wd-md-177 {
    width: 177% !important;
  }
  .wd-md-178 {
    width: 178% !important;
  }
  .wd-md-179 {
    width: 179% !important;
  }
  .wd-md-180 {
    width: 180% !important;
  }
  .wd-md-181 {
    width: 181% !important;
  }
  .wd-md-182 {
    width: 182% !important;
  }
  .wd-md-183 {
    width: 183% !important;
  }
  .wd-md-184 {
    width: 184% !important;
  }
  .wd-md-185 {
    width: 185% !important;
  }
  .wd-md-186 {
    width: 186% !important;
  }
  .wd-md-187 {
    width: 187% !important;
  }
  .wd-md-188 {
    width: 188% !important;
  }
  .wd-md-189 {
    width: 189% !important;
  }
  .wd-md-190 {
    width: 190% !important;
  }
  .wd-md-191 {
    width: 191% !important;
  }
  .wd-md-192 {
    width: 192% !important;
  }
  .wd-md-193 {
    width: 193% !important;
  }
  .wd-md-194 {
    width: 194% !important;
  }
  .wd-md-195 {
    width: 195% !important;
  }
  .wd-md-196 {
    width: 196% !important;
  }
  .wd-md-197 {
    width: 197% !important;
  }
  .wd-md-198 {
    width: 198% !important;
  }
  .wd-md-199 {
    width: 199% !important;
  }
  .wd-md-200 {
    width: 200% !important;
  }
  .wd-md-201 {
    width: 201% !important;
  }
  .wd-md-202 {
    width: 202% !important;
  }
  .wd-md-203 {
    width: 203% !important;
  }
  .wd-md-204 {
    width: 204% !important;
  }
  .wd-md-205 {
    width: 205% !important;
  }
  .wd-md-206 {
    width: 206% !important;
  }
  .wd-md-207 {
    width: 207% !important;
  }
  .wd-md-208 {
    width: 208% !important;
  }
  .wd-md-209 {
    width: 209% !important;
  }
  .wd-md-210 {
    width: 210% !important;
  }
  .wd-md-211 {
    width: 211% !important;
  }
  .wd-md-212 {
    width: 212% !important;
  }
  .wd-md-213 {
    width: 213% !important;
  }
  .wd-md-214 {
    width: 214% !important;
  }
  .wd-md-215 {
    width: 215% !important;
  }
  .wd-md-216 {
    width: 216% !important;
  }
  .wd-md-217 {
    width: 217% !important;
  }
  .wd-md-218 {
    width: 218% !important;
  }
  .wd-md-219 {
    width: 219% !important;
  }
  .wd-md-220 {
    width: 220% !important;
  }
  .wd-md-221 {
    width: 221% !important;
  }
  .wd-md-222 {
    width: 222% !important;
  }
  .wd-md-223 {
    width: 223% !important;
  }
  .wd-md-224 {
    width: 224% !important;
  }
  .wd-md-225 {
    width: 225% !important;
  }
  .wd-md-226 {
    width: 226% !important;
  }
  .wd-md-227 {
    width: 227% !important;
  }
  .wd-md-228 {
    width: 228% !important;
  }
  .wd-md-229 {
    width: 229% !important;
  }
  .wd-md-230 {
    width: 230% !important;
  }
  .wd-md-231 {
    width: 231% !important;
  }
  .wd-md-232 {
    width: 232% !important;
  }
  .wd-md-233 {
    width: 233% !important;
  }
  .wd-md-234 {
    width: 234% !important;
  }
  .wd-md-235 {
    width: 235% !important;
  }
  .wd-md-236 {
    width: 236% !important;
  }
  .wd-md-237 {
    width: 237% !important;
  }
  .wd-md-238 {
    width: 238% !important;
  }
  .wd-md-239 {
    width: 239% !important;
  }
  .wd-md-240 {
    width: 240% !important;
  }
  .wd-md-241 {
    width: 241% !important;
  }
  .wd-md-242 {
    width: 242% !important;
  }
  .wd-md-243 {
    width: 243% !important;
  }
  .wd-md-244 {
    width: 244% !important;
  }
  .wd-md-245 {
    width: 245% !important;
  }
  .wd-md-246 {
    width: 246% !important;
  }
  .wd-md-247 {
    width: 247% !important;
  }
  .wd-md-248 {
    width: 248% !important;
  }
  .wd-md-249 {
    width: 249% !important;
  }
  .wd-md-250 {
    width: 250% !important;
  }
  .wd-md-251 {
    width: 251% !important;
  }
  .wd-md-252 {
    width: 252% !important;
  }
  .wd-md-253 {
    width: 253% !important;
  }
  .wd-md-254 {
    width: 254% !important;
  }
  .wd-md-255 {
    width: 255% !important;
  }
  .wd-md-256 {
    width: 256% !important;
  }
  .wd-md-257 {
    width: 257% !important;
  }
  .wd-md-258 {
    width: 258% !important;
  }
  .wd-md-259 {
    width: 259% !important;
  }
  .wd-md-260 {
    width: 260% !important;
  }
  .wd-md-261 {
    width: 261% !important;
  }
  .wd-md-262 {
    width: 262% !important;
  }
  .wd-md-263 {
    width: 263% !important;
  }
  .wd-md-264 {
    width: 264% !important;
  }
  .wd-md-265 {
    width: 265% !important;
  }
  .wd-md-266 {
    width: 266% !important;
  }
  .wd-md-267 {
    width: 267% !important;
  }
  .wd-md-268 {
    width: 268% !important;
  }
  .wd-md-269 {
    width: 269% !important;
  }
  .wd-md-270 {
    width: 270% !important;
  }
  .wd-md-271 {
    width: 271% !important;
  }
  .wd-md-272 {
    width: 272% !important;
  }
  .wd-md-273 {
    width: 273% !important;
  }
  .wd-md-274 {
    width: 274% !important;
  }
  .wd-md-275 {
    width: 275% !important;
  }
  .wd-md-276 {
    width: 276% !important;
  }
  .wd-md-277 {
    width: 277% !important;
  }
  .wd-md-278 {
    width: 278% !important;
  }
  .wd-md-279 {
    width: 279% !important;
  }
  .wd-md-280 {
    width: 280% !important;
  }
  .wd-md-281 {
    width: 281% !important;
  }
  .wd-md-282 {
    width: 282% !important;
  }
  .wd-md-283 {
    width: 283% !important;
  }
  .wd-md-284 {
    width: 284% !important;
  }
  .wd-md-285 {
    width: 285% !important;
  }
  .wd-md-286 {
    width: 286% !important;
  }
  .wd-md-287 {
    width: 287% !important;
  }
  .wd-md-288 {
    width: 288% !important;
  }
  .wd-md-289 {
    width: 289% !important;
  }
  .wd-md-290 {
    width: 290% !important;
  }
  .wd-md-291 {
    width: 291% !important;
  }
  .wd-md-292 {
    width: 292% !important;
  }
  .wd-md-293 {
    width: 293% !important;
  }
  .wd-md-294 {
    width: 294% !important;
  }
  .wd-md-295 {
    width: 295% !important;
  }
  .wd-md-296 {
    width: 296% !important;
  }
  .wd-md-297 {
    width: 297% !important;
  }
  .wd-md-298 {
    width: 298% !important;
  }
  .wd-md-299 {
    width: 299% !important;
  }
  .wd-md-300 {
    width: 300% !important;
  }
  .wd-md-301 {
    width: 301% !important;
  }
  .wd-md-302 {
    width: 302% !important;
  }
  .wd-md-303 {
    width: 303% !important;
  }
  .wd-md-304 {
    width: 304% !important;
  }
  .wd-md-305 {
    width: 305% !important;
  }
  .wd-md-306 {
    width: 306% !important;
  }
  .wd-md-307 {
    width: 307% !important;
  }
  .wd-md-308 {
    width: 308% !important;
  }
  .wd-md-309 {
    width: 309% !important;
  }
  .wd-md-310 {
    width: 310% !important;
  }
  .wd-md-311 {
    width: 311% !important;
  }
  .wd-md-312 {
    width: 312% !important;
  }
  .wd-md-313 {
    width: 313% !important;
  }
  .wd-md-314 {
    width: 314% !important;
  }
  .wd-md-315 {
    width: 315% !important;
  }
  .wd-md-316 {
    width: 316% !important;
  }
  .wd-md-317 {
    width: 317% !important;
  }
  .wd-md-318 {
    width: 318% !important;
  }
  .wd-md-319 {
    width: 319% !important;
  }
  .wd-md-320 {
    width: 320% !important;
  }
  .wd-md-321 {
    width: 321% !important;
  }
  .wd-md-322 {
    width: 322% !important;
  }
  .wd-md-323 {
    width: 323% !important;
  }
  .wd-md-324 {
    width: 324% !important;
  }
  .wd-md-325 {
    width: 325% !important;
  }
  .wd-md-326 {
    width: 326% !important;
  }
  .wd-md-327 {
    width: 327% !important;
  }
  .wd-md-328 {
    width: 328% !important;
  }
  .wd-md-329 {
    width: 329% !important;
  }
  .wd-md-330 {
    width: 330% !important;
  }
  .wd-md-331 {
    width: 331% !important;
  }
  .wd-md-332 {
    width: 332% !important;
  }
  .wd-md-333 {
    width: 333% !important;
  }
  .wd-md-334 {
    width: 334% !important;
  }
  .wd-md-335 {
    width: 335% !important;
  }
  .wd-md-336 {
    width: 336% !important;
  }
  .wd-md-337 {
    width: 337% !important;
  }
  .wd-md-338 {
    width: 338% !important;
  }
  .wd-md-339 {
    width: 339% !important;
  }
  .wd-md-340 {
    width: 340% !important;
  }
  .wd-md-341 {
    width: 341% !important;
  }
  .wd-md-342 {
    width: 342% !important;
  }
  .wd-md-343 {
    width: 343% !important;
  }
  .wd-md-344 {
    width: 344% !important;
  }
  .wd-md-345 {
    width: 345% !important;
  }
  .wd-md-346 {
    width: 346% !important;
  }
  .wd-md-347 {
    width: 347% !important;
  }
  .wd-md-348 {
    width: 348% !important;
  }
  .wd-md-349 {
    width: 349% !important;
  }
  .wd-md-350 {
    width: 350% !important;
  }
  .wd-md-351 {
    width: 351% !important;
  }
  .wd-md-352 {
    width: 352% !important;
  }
  .wd-md-353 {
    width: 353% !important;
  }
  .wd-md-354 {
    width: 354% !important;
  }
  .wd-md-355 {
    width: 355% !important;
  }
  .wd-md-356 {
    width: 356% !important;
  }
  .wd-md-357 {
    width: 357% !important;
  }
  .wd-md-358 {
    width: 358% !important;
  }
  .wd-md-359 {
    width: 359% !important;
  }
  .wd-md-360 {
    width: 360% !important;
  }
  .wd-md-361 {
    width: 361% !important;
  }
  .wd-md-362 {
    width: 362% !important;
  }
  .wd-md-363 {
    width: 363% !important;
  }
  .wd-md-364 {
    width: 364% !important;
  }
  .wd-md-365 {
    width: 365% !important;
  }
  .wd-md-366 {
    width: 366% !important;
  }
  .wd-md-367 {
    width: 367% !important;
  }
  .wd-md-368 {
    width: 368% !important;
  }
  .wd-md-369 {
    width: 369% !important;
  }
  .wd-md-370 {
    width: 370% !important;
  }
  .wd-md-371 {
    width: 371% !important;
  }
  .wd-md-372 {
    width: 372% !important;
  }
  .wd-md-373 {
    width: 373% !important;
  }
  .wd-md-374 {
    width: 374% !important;
  }
  .wd-md-375 {
    width: 375% !important;
  }
  .wd-md-376 {
    width: 376% !important;
  }
  .wd-md-377 {
    width: 377% !important;
  }
  .wd-md-378 {
    width: 378% !important;
  }
  .wd-md-379 {
    width: 379% !important;
  }
  .wd-md-380 {
    width: 380% !important;
  }
  .wd-md-381 {
    width: 381% !important;
  }
  .wd-md-382 {
    width: 382% !important;
  }
  .wd-md-383 {
    width: 383% !important;
  }
  .wd-md-384 {
    width: 384% !important;
  }
  .wd-md-385 {
    width: 385% !important;
  }
  .wd-md-386 {
    width: 386% !important;
  }
  .wd-md-387 {
    width: 387% !important;
  }
  .wd-md-388 {
    width: 388% !important;
  }
  .wd-md-389 {
    width: 389% !important;
  }
  .wd-md-390 {
    width: 390% !important;
  }
  .wd-md-391 {
    width: 391% !important;
  }
  .wd-md-392 {
    width: 392% !important;
  }
  .wd-md-393 {
    width: 393% !important;
  }
  .wd-md-394 {
    width: 394% !important;
  }
  .wd-md-395 {
    width: 395% !important;
  }
  .wd-md-396 {
    width: 396% !important;
  }
  .wd-md-397 {
    width: 397% !important;
  }
  .wd-md-398 {
    width: 398% !important;
  }
  .wd-md-399 {
    width: 399% !important;
  }
  .wd-md-400 {
    width: 400% !important;
  }
  .wd-md-401 {
    width: 401% !important;
  }
  .wd-md-402 {
    width: 402% !important;
  }
  .wd-md-403 {
    width: 403% !important;
  }
  .wd-md-404 {
    width: 404% !important;
  }
  .wd-md-405 {
    width: 405% !important;
  }
  .wd-md-406 {
    width: 406% !important;
  }
  .wd-md-407 {
    width: 407% !important;
  }
  .wd-md-408 {
    width: 408% !important;
  }
  .wd-md-409 {
    width: 409% !important;
  }
  .wd-md-410 {
    width: 410% !important;
  }
  .wd-md-411 {
    width: 411% !important;
  }
  .wd-md-412 {
    width: 412% !important;
  }
  .wd-md-413 {
    width: 413% !important;
  }
  .wd-md-414 {
    width: 414% !important;
  }
  .wd-md-415 {
    width: 415% !important;
  }
  .wd-md-416 {
    width: 416% !important;
  }
  .wd-md-417 {
    width: 417% !important;
  }
  .wd-md-418 {
    width: 418% !important;
  }
  .wd-md-419 {
    width: 419% !important;
  }
  .wd-md-420 {
    width: 420% !important;
  }
  .wd-md-421 {
    width: 421% !important;
  }
  .wd-md-422 {
    width: 422% !important;
  }
  .wd-md-423 {
    width: 423% !important;
  }
  .wd-md-424 {
    width: 424% !important;
  }
  .wd-md-425 {
    width: 425% !important;
  }
  .wd-md-426 {
    width: 426% !important;
  }
  .wd-md-427 {
    width: 427% !important;
  }
  .wd-md-428 {
    width: 428% !important;
  }
  .wd-md-429 {
    width: 429% !important;
  }
  .wd-md-430 {
    width: 430% !important;
  }
  .wd-md-431 {
    width: 431% !important;
  }
  .wd-md-432 {
    width: 432% !important;
  }
  .wd-md-433 {
    width: 433% !important;
  }
  .wd-md-434 {
    width: 434% !important;
  }
  .wd-md-435 {
    width: 435% !important;
  }
  .wd-md-436 {
    width: 436% !important;
  }
  .wd-md-437 {
    width: 437% !important;
  }
  .wd-md-438 {
    width: 438% !important;
  }
  .wd-md-439 {
    width: 439% !important;
  }
  .wd-md-440 {
    width: 440% !important;
  }
  .wd-md-441 {
    width: 441% !important;
  }
  .wd-md-442 {
    width: 442% !important;
  }
  .wd-md-443 {
    width: 443% !important;
  }
  .wd-md-444 {
    width: 444% !important;
  }
  .wd-md-445 {
    width: 445% !important;
  }
  .wd-md-446 {
    width: 446% !important;
  }
  .wd-md-447 {
    width: 447% !important;
  }
  .wd-md-448 {
    width: 448% !important;
  }
  .wd-md-449 {
    width: 449% !important;
  }
  .wd-md-450 {
    width: 450% !important;
  }
  .wd-md-451 {
    width: 451% !important;
  }
  .wd-md-452 {
    width: 452% !important;
  }
  .wd-md-453 {
    width: 453% !important;
  }
  .wd-md-454 {
    width: 454% !important;
  }
  .wd-md-455 {
    width: 455% !important;
  }
  .wd-md-456 {
    width: 456% !important;
  }
  .wd-md-457 {
    width: 457% !important;
  }
  .wd-md-458 {
    width: 458% !important;
  }
  .wd-md-459 {
    width: 459% !important;
  }
  .wd-md-460 {
    width: 460% !important;
  }
  .wd-md-461 {
    width: 461% !important;
  }
  .wd-md-462 {
    width: 462% !important;
  }
  .wd-md-463 {
    width: 463% !important;
  }
  .wd-md-464 {
    width: 464% !important;
  }
  .wd-md-465 {
    width: 465% !important;
  }
  .wd-md-466 {
    width: 466% !important;
  }
  .wd-md-467 {
    width: 467% !important;
  }
  .wd-md-468 {
    width: 468% !important;
  }
  .wd-md-469 {
    width: 469% !important;
  }
  .wd-md-470 {
    width: 470% !important;
  }
  .wd-md-471 {
    width: 471% !important;
  }
  .wd-md-472 {
    width: 472% !important;
  }
  .wd-md-473 {
    width: 473% !important;
  }
  .wd-md-474 {
    width: 474% !important;
  }
  .wd-md-475 {
    width: 475% !important;
  }
  .wd-md-476 {
    width: 476% !important;
  }
  .wd-md-477 {
    width: 477% !important;
  }
  .wd-md-478 {
    width: 478% !important;
  }
  .wd-md-479 {
    width: 479% !important;
  }
  .wd-md-480 {
    width: 480% !important;
  }
  .wd-md-481 {
    width: 481% !important;
  }
  .wd-md-482 {
    width: 482% !important;
  }
  .wd-md-483 {
    width: 483% !important;
  }
  .wd-md-484 {
    width: 484% !important;
  }
  .wd-md-485 {
    width: 485% !important;
  }
  .wd-md-486 {
    width: 486% !important;
  }
  .wd-md-487 {
    width: 487% !important;
  }
  .wd-md-488 {
    width: 488% !important;
  }
  .wd-md-489 {
    width: 489% !important;
  }
  .wd-md-490 {
    width: 490% !important;
  }
  .wd-md-491 {
    width: 491% !important;
  }
  .wd-md-492 {
    width: 492% !important;
  }
  .wd-md-493 {
    width: 493% !important;
  }
  .wd-md-494 {
    width: 494% !important;
  }
  .wd-md-495 {
    width: 495% !important;
  }
  .wd-md-496 {
    width: 496% !important;
  }
  .wd-md-497 {
    width: 497% !important;
  }
  .wd-md-498 {
    width: 498% !important;
  }
  .wd-md-499 {
    width: 499% !important;
  }
  .wd-md-500 {
    width: 500% !important;
  }
  .wd-md-501 {
    width: 501% !important;
  }
  .wd-md-502 {
    width: 502% !important;
  }
  .wd-md-503 {
    width: 503% !important;
  }
  .wd-md-504 {
    width: 504% !important;
  }
  .wd-md-505 {
    width: 505% !important;
  }
  .wd-md-506 {
    width: 506% !important;
  }
  .wd-md-507 {
    width: 507% !important;
  }
  .wd-md-508 {
    width: 508% !important;
  }
  .wd-md-509 {
    width: 509% !important;
  }
  .wd-md-510 {
    width: 510% !important;
  }
  .wd-md-511 {
    width: 511% !important;
  }
  .wd-md-512 {
    width: 512% !important;
  }
  .wd-md-513 {
    width: 513% !important;
  }
  .wd-md-514 {
    width: 514% !important;
  }
  .wd-md-515 {
    width: 515% !important;
  }
  .wd-md-516 {
    width: 516% !important;
  }
  .wd-md-517 {
    width: 517% !important;
  }
  .wd-md-518 {
    width: 518% !important;
  }
  .wd-md-519 {
    width: 519% !important;
  }
  .wd-md-520 {
    width: 520% !important;
  }
  .wd-md-521 {
    width: 521% !important;
  }
  .wd-md-522 {
    width: 522% !important;
  }
  .wd-md-523 {
    width: 523% !important;
  }
  .wd-md-524 {
    width: 524% !important;
  }
  .wd-md-525 {
    width: 525% !important;
  }
  .wd-md-526 {
    width: 526% !important;
  }
  .wd-md-527 {
    width: 527% !important;
  }
  .wd-md-528 {
    width: 528% !important;
  }
  .wd-md-529 {
    width: 529% !important;
  }
  .wd-md-530 {
    width: 530% !important;
  }
  .wd-md-531 {
    width: 531% !important;
  }
  .wd-md-532 {
    width: 532% !important;
  }
  .wd-md-533 {
    width: 533% !important;
  }
  .wd-md-534 {
    width: 534% !important;
  }
  .wd-md-535 {
    width: 535% !important;
  }
  .wd-md-536 {
    width: 536% !important;
  }
  .wd-md-537 {
    width: 537% !important;
  }
  .wd-md-538 {
    width: 538% !important;
  }
  .wd-md-539 {
    width: 539% !important;
  }
  .wd-md-540 {
    width: 540% !important;
  }
  .wd-md-541 {
    width: 541% !important;
  }
  .wd-md-542 {
    width: 542% !important;
  }
  .wd-md-543 {
    width: 543% !important;
  }
  .wd-md-544 {
    width: 544% !important;
  }
  .wd-md-545 {
    width: 545% !important;
  }
  .wd-md-546 {
    width: 546% !important;
  }
  .wd-md-547 {
    width: 547% !important;
  }
  .wd-md-548 {
    width: 548% !important;
  }
  .wd-md-549 {
    width: 549% !important;
  }
  .wd-md-550 {
    width: 550% !important;
  }
  .wd-md-551 {
    width: 551% !important;
  }
  .wd-md-552 {
    width: 552% !important;
  }
  .wd-md-553 {
    width: 553% !important;
  }
  .wd-md-554 {
    width: 554% !important;
  }
  .wd-md-555 {
    width: 555% !important;
  }
  .wd-md-556 {
    width: 556% !important;
  }
  .wd-md-557 {
    width: 557% !important;
  }
  .wd-md-558 {
    width: 558% !important;
  }
  .wd-md-559 {
    width: 559% !important;
  }
  .wd-md-560 {
    width: 560% !important;
  }
  .wd-md-561 {
    width: 561% !important;
  }
  .wd-md-562 {
    width: 562% !important;
  }
  .wd-md-563 {
    width: 563% !important;
  }
  .wd-md-564 {
    width: 564% !important;
  }
  .wd-md-565 {
    width: 565% !important;
  }
  .wd-md-566 {
    width: 566% !important;
  }
  .wd-md-567 {
    width: 567% !important;
  }
  .wd-md-568 {
    width: 568% !important;
  }
  .wd-md-569 {
    width: 569% !important;
  }
  .wd-md-570 {
    width: 570% !important;
  }
  .wd-md-571 {
    width: 571% !important;
  }
  .wd-md-572 {
    width: 572% !important;
  }
  .wd-md-573 {
    width: 573% !important;
  }
  .wd-md-574 {
    width: 574% !important;
  }
  .wd-md-575 {
    width: 575% !important;
  }
  .wd-md-576 {
    width: 576% !important;
  }
  .wd-md-577 {
    width: 577% !important;
  }
  .wd-md-578 {
    width: 578% !important;
  }
  .wd-md-579 {
    width: 579% !important;
  }
  .wd-md-580 {
    width: 580% !important;
  }
  .wd-md-581 {
    width: 581% !important;
  }
  .wd-md-582 {
    width: 582% !important;
  }
  .wd-md-583 {
    width: 583% !important;
  }
  .wd-md-584 {
    width: 584% !important;
  }
  .wd-md-585 {
    width: 585% !important;
  }
  .wd-md-586 {
    width: 586% !important;
  }
  .wd-md-587 {
    width: 587% !important;
  }
  .wd-md-588 {
    width: 588% !important;
  }
  .wd-md-589 {
    width: 589% !important;
  }
  .wd-md-590 {
    width: 590% !important;
  }
  .wd-md-591 {
    width: 591% !important;
  }
  .wd-md-592 {
    width: 592% !important;
  }
  .wd-md-593 {
    width: 593% !important;
  }
  .wd-md-594 {
    width: 594% !important;
  }
  .wd-md-595 {
    width: 595% !important;
  }
  .wd-md-596 {
    width: 596% !important;
  }
  .wd-md-597 {
    width: 597% !important;
  }
  .wd-md-598 {
    width: 598% !important;
  }
  .wd-md-599 {
    width: 599% !important;
  }
  .wd-md-600 {
    width: 600% !important;
  }
  .wd-md-601 {
    width: 601% !important;
  }
  .wd-md-602 {
    width: 602% !important;
  }
  .wd-md-603 {
    width: 603% !important;
  }
  .wd-md-604 {
    width: 604% !important;
  }
  .wd-md-605 {
    width: 605% !important;
  }
  .wd-md-606 {
    width: 606% !important;
  }
  .wd-md-607 {
    width: 607% !important;
  }
  .wd-md-608 {
    width: 608% !important;
  }
  .wd-md-609 {
    width: 609% !important;
  }
  .wd-md-610 {
    width: 610% !important;
  }
  .wd-md-611 {
    width: 611% !important;
  }
  .wd-md-612 {
    width: 612% !important;
  }
  .wd-md-613 {
    width: 613% !important;
  }
  .wd-md-614 {
    width: 614% !important;
  }
  .wd-md-615 {
    width: 615% !important;
  }
  .wd-md-616 {
    width: 616% !important;
  }
  .wd-md-617 {
    width: 617% !important;
  }
  .wd-md-618 {
    width: 618% !important;
  }
  .wd-md-619 {
    width: 619% !important;
  }
  .wd-md-620 {
    width: 620% !important;
  }
  .wd-md-621 {
    width: 621% !important;
  }
  .wd-md-622 {
    width: 622% !important;
  }
  .wd-md-623 {
    width: 623% !important;
  }
  .wd-md-624 {
    width: 624% !important;
  }
  .wd-md-625 {
    width: 625% !important;
  }
  .wd-md-626 {
    width: 626% !important;
  }
  .wd-md-627 {
    width: 627% !important;
  }
  .wd-md-628 {
    width: 628% !important;
  }
  .wd-md-629 {
    width: 629% !important;
  }
  .wd-md-630 {
    width: 630% !important;
  }
  .wd-md-631 {
    width: 631% !important;
  }
  .wd-md-632 {
    width: 632% !important;
  }
  .wd-md-633 {
    width: 633% !important;
  }
  .wd-md-634 {
    width: 634% !important;
  }
  .wd-md-635 {
    width: 635% !important;
  }
  .wd-md-636 {
    width: 636% !important;
  }
  .wd-md-637 {
    width: 637% !important;
  }
  .wd-md-638 {
    width: 638% !important;
  }
  .wd-md-639 {
    width: 639% !important;
  }
  .wd-md-640 {
    width: 640% !important;
  }
  .wd-md-641 {
    width: 641% !important;
  }
  .wd-md-642 {
    width: 642% !important;
  }
  .wd-md-643 {
    width: 643% !important;
  }
  .wd-md-644 {
    width: 644% !important;
  }
  .wd-md-645 {
    width: 645% !important;
  }
  .wd-md-646 {
    width: 646% !important;
  }
  .wd-md-647 {
    width: 647% !important;
  }
  .wd-md-648 {
    width: 648% !important;
  }
  .wd-md-649 {
    width: 649% !important;
  }
  .wd-md-650 {
    width: 650% !important;
  }
  .wd-md-651 {
    width: 651% !important;
  }
  .wd-md-652 {
    width: 652% !important;
  }
  .wd-md-653 {
    width: 653% !important;
  }
  .wd-md-654 {
    width: 654% !important;
  }
  .wd-md-655 {
    width: 655% !important;
  }
  .wd-md-656 {
    width: 656% !important;
  }
  .wd-md-657 {
    width: 657% !important;
  }
  .wd-md-658 {
    width: 658% !important;
  }
  .wd-md-659 {
    width: 659% !important;
  }
  .wd-md-660 {
    width: 660% !important;
  }
  .wd-md-661 {
    width: 661% !important;
  }
  .wd-md-662 {
    width: 662% !important;
  }
  .wd-md-663 {
    width: 663% !important;
  }
  .wd-md-664 {
    width: 664% !important;
  }
  .wd-md-665 {
    width: 665% !important;
  }
  .wd-md-666 {
    width: 666% !important;
  }
  .wd-md-667 {
    width: 667% !important;
  }
  .wd-md-668 {
    width: 668% !important;
  }
  .wd-md-669 {
    width: 669% !important;
  }
  .wd-md-670 {
    width: 670% !important;
  }
  .wd-md-671 {
    width: 671% !important;
  }
  .wd-md-672 {
    width: 672% !important;
  }
  .wd-md-673 {
    width: 673% !important;
  }
  .wd-md-674 {
    width: 674% !important;
  }
  .wd-md-675 {
    width: 675% !important;
  }
  .wd-md-676 {
    width: 676% !important;
  }
  .wd-md-677 {
    width: 677% !important;
  }
  .wd-md-678 {
    width: 678% !important;
  }
  .wd-md-679 {
    width: 679% !important;
  }
  .wd-md-680 {
    width: 680% !important;
  }
  .wd-md-681 {
    width: 681% !important;
  }
  .wd-md-682 {
    width: 682% !important;
  }
  .wd-md-683 {
    width: 683% !important;
  }
  .wd-md-684 {
    width: 684% !important;
  }
  .wd-md-685 {
    width: 685% !important;
  }
  .wd-md-686 {
    width: 686% !important;
  }
  .wd-md-687 {
    width: 687% !important;
  }
  .wd-md-688 {
    width: 688% !important;
  }
  .wd-md-689 {
    width: 689% !important;
  }
  .wd-md-690 {
    width: 690% !important;
  }
  .wd-md-691 {
    width: 691% !important;
  }
  .wd-md-692 {
    width: 692% !important;
  }
  .wd-md-693 {
    width: 693% !important;
  }
  .wd-md-694 {
    width: 694% !important;
  }
  .wd-md-695 {
    width: 695% !important;
  }
  .wd-md-696 {
    width: 696% !important;
  }
  .wd-md-697 {
    width: 697% !important;
  }
  .wd-md-698 {
    width: 698% !important;
  }
  .wd-md-699 {
    width: 699% !important;
  }
  .wd-md-700 {
    width: 700% !important;
  }
  .wd-md-701 {
    width: 701% !important;
  }
  .wd-md-702 {
    width: 702% !important;
  }
  .wd-md-703 {
    width: 703% !important;
  }
  .wd-md-704 {
    width: 704% !important;
  }
  .wd-md-705 {
    width: 705% !important;
  }
  .wd-md-706 {
    width: 706% !important;
  }
  .wd-md-707 {
    width: 707% !important;
  }
  .wd-md-708 {
    width: 708% !important;
  }
  .wd-md-709 {
    width: 709% !important;
  }
  .wd-md-710 {
    width: 710% !important;
  }
  .wd-md-711 {
    width: 711% !important;
  }
  .wd-md-712 {
    width: 712% !important;
  }
  .wd-md-713 {
    width: 713% !important;
  }
  .wd-md-714 {
    width: 714% !important;
  }
  .wd-md-715 {
    width: 715% !important;
  }
  .wd-md-716 {
    width: 716% !important;
  }
  .wd-md-717 {
    width: 717% !important;
  }
  .wd-md-718 {
    width: 718% !important;
  }
  .wd-md-719 {
    width: 719% !important;
  }
  .wd-md-720 {
    width: 720% !important;
  }
  .wd-md-721 {
    width: 721% !important;
  }
  .wd-md-722 {
    width: 722% !important;
  }
  .wd-md-723 {
    width: 723% !important;
  }
  .wd-md-724 {
    width: 724% !important;
  }
  .wd-md-725 {
    width: 725% !important;
  }
  .wd-md-726 {
    width: 726% !important;
  }
  .wd-md-727 {
    width: 727% !important;
  }
  .wd-md-728 {
    width: 728% !important;
  }
  .wd-md-729 {
    width: 729% !important;
  }
  .wd-md-730 {
    width: 730% !important;
  }
  .wd-md-731 {
    width: 731% !important;
  }
  .wd-md-732 {
    width: 732% !important;
  }
  .wd-md-733 {
    width: 733% !important;
  }
  .wd-md-734 {
    width: 734% !important;
  }
  .wd-md-735 {
    width: 735% !important;
  }
  .wd-md-736 {
    width: 736% !important;
  }
  .wd-md-737 {
    width: 737% !important;
  }
  .wd-md-738 {
    width: 738% !important;
  }
  .wd-md-739 {
    width: 739% !important;
  }
  .wd-md-740 {
    width: 740% !important;
  }
  .wd-md-741 {
    width: 741% !important;
  }
  .wd-md-742 {
    width: 742% !important;
  }
  .wd-md-743 {
    width: 743% !important;
  }
  .wd-md-744 {
    width: 744% !important;
  }
  .wd-md-745 {
    width: 745% !important;
  }
  .wd-md-746 {
    width: 746% !important;
  }
  .wd-md-747 {
    width: 747% !important;
  }
  .wd-md-748 {
    width: 748% !important;
  }
  .wd-md-749 {
    width: 749% !important;
  }
  .wd-md-750 {
    width: 750% !important;
  }
  .wd-md-751 {
    width: 751% !important;
  }
  .wd-md-752 {
    width: 752% !important;
  }
  .wd-md-753 {
    width: 753% !important;
  }
  .wd-md-754 {
    width: 754% !important;
  }
  .wd-md-755 {
    width: 755% !important;
  }
  .wd-md-756 {
    width: 756% !important;
  }
  .wd-md-757 {
    width: 757% !important;
  }
  .wd-md-758 {
    width: 758% !important;
  }
  .wd-md-759 {
    width: 759% !important;
  }
  .wd-md-760 {
    width: 760% !important;
  }
  .wd-md-761 {
    width: 761% !important;
  }
  .wd-md-762 {
    width: 762% !important;
  }
  .wd-md-763 {
    width: 763% !important;
  }
  .wd-md-764 {
    width: 764% !important;
  }
  .wd-md-765 {
    width: 765% !important;
  }
  .wd-md-766 {
    width: 766% !important;
  }
  .wd-md-767 {
    width: 767% !important;
  }
  .wd-md-768 {
    width: 768% !important;
  }
  .wd-md-769 {
    width: 769% !important;
  }
  .wd-md-770 {
    width: 770% !important;
  }
  .wd-md-771 {
    width: 771% !important;
  }
  .wd-md-772 {
    width: 772% !important;
  }
  .wd-md-773 {
    width: 773% !important;
  }
  .wd-md-774 {
    width: 774% !important;
  }
  .wd-md-775 {
    width: 775% !important;
  }
  .wd-md-776 {
    width: 776% !important;
  }
  .wd-md-777 {
    width: 777% !important;
  }
  .wd-md-778 {
    width: 778% !important;
  }
  .wd-md-779 {
    width: 779% !important;
  }
  .wd-md-780 {
    width: 780% !important;
  }
  .wd-md-781 {
    width: 781% !important;
  }
  .wd-md-782 {
    width: 782% !important;
  }
  .wd-md-783 {
    width: 783% !important;
  }
  .wd-md-784 {
    width: 784% !important;
  }
  .wd-md-785 {
    width: 785% !important;
  }
  .wd-md-786 {
    width: 786% !important;
  }
  .wd-md-787 {
    width: 787% !important;
  }
  .wd-md-788 {
    width: 788% !important;
  }
  .wd-md-789 {
    width: 789% !important;
  }
  .wd-md-790 {
    width: 790% !important;
  }
  .wd-md-791 {
    width: 791% !important;
  }
  .wd-md-792 {
    width: 792% !important;
  }
  .wd-md-793 {
    width: 793% !important;
  }
  .wd-md-794 {
    width: 794% !important;
  }
  .wd-md-795 {
    width: 795% !important;
  }
  .wd-md-796 {
    width: 796% !important;
  }
  .wd-md-797 {
    width: 797% !important;
  }
  .wd-md-798 {
    width: 798% !important;
  }
  .wd-md-799 {
    width: 799% !important;
  }
  .wd-md-800 {
    width: 800% !important;
  }
  .wd-md-801 {
    width: 801% !important;
  }
  .wd-md-802 {
    width: 802% !important;
  }
  .wd-md-803 {
    width: 803% !important;
  }
  .wd-md-804 {
    width: 804% !important;
  }
  .wd-md-805 {
    width: 805% !important;
  }
  .wd-md-806 {
    width: 806% !important;
  }
  .wd-md-807 {
    width: 807% !important;
  }
  .wd-md-808 {
    width: 808% !important;
  }
  .wd-md-809 {
    width: 809% !important;
  }
  .wd-md-810 {
    width: 810% !important;
  }
  .wd-md-811 {
    width: 811% !important;
  }
  .wd-md-812 {
    width: 812% !important;
  }
  .wd-md-813 {
    width: 813% !important;
  }
  .wd-md-814 {
    width: 814% !important;
  }
  .wd-md-815 {
    width: 815% !important;
  }
  .wd-md-816 {
    width: 816% !important;
  }
  .wd-md-817 {
    width: 817% !important;
  }
  .wd-md-818 {
    width: 818% !important;
  }
  .wd-md-819 {
    width: 819% !important;
  }
  .wd-md-820 {
    width: 820% !important;
  }
  .wd-md-821 {
    width: 821% !important;
  }
  .wd-md-822 {
    width: 822% !important;
  }
  .wd-md-823 {
    width: 823% !important;
  }
  .wd-md-824 {
    width: 824% !important;
  }
  .wd-md-825 {
    width: 825% !important;
  }
  .wd-md-826 {
    width: 826% !important;
  }
  .wd-md-827 {
    width: 827% !important;
  }
  .wd-md-828 {
    width: 828% !important;
  }
  .wd-md-829 {
    width: 829% !important;
  }
  .wd-md-830 {
    width: 830% !important;
  }
  .wd-md-831 {
    width: 831% !important;
  }
  .wd-md-832 {
    width: 832% !important;
  }
  .wd-md-833 {
    width: 833% !important;
  }
  .wd-md-834 {
    width: 834% !important;
  }
  .wd-md-835 {
    width: 835% !important;
  }
  .wd-md-836 {
    width: 836% !important;
  }
  .wd-md-837 {
    width: 837% !important;
  }
  .wd-md-838 {
    width: 838% !important;
  }
  .wd-md-839 {
    width: 839% !important;
  }
  .wd-md-840 {
    width: 840% !important;
  }
  .wd-md-841 {
    width: 841% !important;
  }
  .wd-md-842 {
    width: 842% !important;
  }
  .wd-md-843 {
    width: 843% !important;
  }
  .wd-md-844 {
    width: 844% !important;
  }
  .wd-md-845 {
    width: 845% !important;
  }
  .wd-md-846 {
    width: 846% !important;
  }
  .wd-md-847 {
    width: 847% !important;
  }
  .wd-md-848 {
    width: 848% !important;
  }
  .wd-md-849 {
    width: 849% !important;
  }
  .wd-md-850 {
    width: 850% !important;
  }
  .wd-md-851 {
    width: 851% !important;
  }
  .wd-md-852 {
    width: 852% !important;
  }
  .wd-md-853 {
    width: 853% !important;
  }
  .wd-md-854 {
    width: 854% !important;
  }
  .wd-md-855 {
    width: 855% !important;
  }
  .wd-md-856 {
    width: 856% !important;
  }
  .wd-md-857 {
    width: 857% !important;
  }
  .wd-md-858 {
    width: 858% !important;
  }
  .wd-md-859 {
    width: 859% !important;
  }
  .wd-md-860 {
    width: 860% !important;
  }
  .wd-md-861 {
    width: 861% !important;
  }
  .wd-md-862 {
    width: 862% !important;
  }
  .wd-md-863 {
    width: 863% !important;
  }
  .wd-md-864 {
    width: 864% !important;
  }
  .wd-md-865 {
    width: 865% !important;
  }
  .wd-md-866 {
    width: 866% !important;
  }
  .wd-md-867 {
    width: 867% !important;
  }
  .wd-md-868 {
    width: 868% !important;
  }
  .wd-md-869 {
    width: 869% !important;
  }
  .wd-md-870 {
    width: 870% !important;
  }
  .wd-md-871 {
    width: 871% !important;
  }
  .wd-md-872 {
    width: 872% !important;
  }
  .wd-md-873 {
    width: 873% !important;
  }
  .wd-md-874 {
    width: 874% !important;
  }
  .wd-md-875 {
    width: 875% !important;
  }
  .wd-md-876 {
    width: 876% !important;
  }
  .wd-md-877 {
    width: 877% !important;
  }
  .wd-md-878 {
    width: 878% !important;
  }
  .wd-md-879 {
    width: 879% !important;
  }
  .wd-md-880 {
    width: 880% !important;
  }
  .wd-md-881 {
    width: 881% !important;
  }
  .wd-md-882 {
    width: 882% !important;
  }
  .wd-md-883 {
    width: 883% !important;
  }
  .wd-md-884 {
    width: 884% !important;
  }
  .wd-md-885 {
    width: 885% !important;
  }
  .wd-md-886 {
    width: 886% !important;
  }
  .wd-md-887 {
    width: 887% !important;
  }
  .wd-md-888 {
    width: 888% !important;
  }
  .wd-md-889 {
    width: 889% !important;
  }
  .wd-md-890 {
    width: 890% !important;
  }
  .wd-md-891 {
    width: 891% !important;
  }
  .wd-md-892 {
    width: 892% !important;
  }
  .wd-md-893 {
    width: 893% !important;
  }
  .wd-md-894 {
    width: 894% !important;
  }
  .wd-md-895 {
    width: 895% !important;
  }
  .wd-md-896 {
    width: 896% !important;
  }
  .wd-md-897 {
    width: 897% !important;
  }
  .wd-md-898 {
    width: 898% !important;
  }
  .wd-md-899 {
    width: 899% !important;
  }
  .wd-md-900 {
    width: 900% !important;
  }
  .wd-md-901 {
    width: 901% !important;
  }
  .wd-md-902 {
    width: 902% !important;
  }
  .wd-md-903 {
    width: 903% !important;
  }
  .wd-md-904 {
    width: 904% !important;
  }
  .wd-md-905 {
    width: 905% !important;
  }
  .wd-md-906 {
    width: 906% !important;
  }
  .wd-md-907 {
    width: 907% !important;
  }
  .wd-md-908 {
    width: 908% !important;
  }
  .wd-md-909 {
    width: 909% !important;
  }
  .wd-md-910 {
    width: 910% !important;
  }
  .wd-md-911 {
    width: 911% !important;
  }
  .wd-md-912 {
    width: 912% !important;
  }
  .wd-md-913 {
    width: 913% !important;
  }
  .wd-md-914 {
    width: 914% !important;
  }
  .wd-md-915 {
    width: 915% !important;
  }
  .wd-md-916 {
    width: 916% !important;
  }
  .wd-md-917 {
    width: 917% !important;
  }
  .wd-md-918 {
    width: 918% !important;
  }
  .wd-md-919 {
    width: 919% !important;
  }
  .wd-md-920 {
    width: 920% !important;
  }
  .wd-md-921 {
    width: 921% !important;
  }
  .wd-md-922 {
    width: 922% !important;
  }
  .wd-md-923 {
    width: 923% !important;
  }
  .wd-md-924 {
    width: 924% !important;
  }
  .wd-md-925 {
    width: 925% !important;
  }
  .wd-md-926 {
    width: 926% !important;
  }
  .wd-md-927 {
    width: 927% !important;
  }
  .wd-md-928 {
    width: 928% !important;
  }
  .wd-md-929 {
    width: 929% !important;
  }
  .wd-md-930 {
    width: 930% !important;
  }
  .wd-md-931 {
    width: 931% !important;
  }
  .wd-md-932 {
    width: 932% !important;
  }
  .wd-md-933 {
    width: 933% !important;
  }
  .wd-md-934 {
    width: 934% !important;
  }
  .wd-md-935 {
    width: 935% !important;
  }
  .wd-md-936 {
    width: 936% !important;
  }
  .wd-md-937 {
    width: 937% !important;
  }
  .wd-md-938 {
    width: 938% !important;
  }
  .wd-md-939 {
    width: 939% !important;
  }
  .wd-md-940 {
    width: 940% !important;
  }
  .wd-md-941 {
    width: 941% !important;
  }
  .wd-md-942 {
    width: 942% !important;
  }
  .wd-md-943 {
    width: 943% !important;
  }
  .wd-md-944 {
    width: 944% !important;
  }
  .wd-md-945 {
    width: 945% !important;
  }
  .wd-md-946 {
    width: 946% !important;
  }
  .wd-md-947 {
    width: 947% !important;
  }
  .wd-md-948 {
    width: 948% !important;
  }
  .wd-md-949 {
    width: 949% !important;
  }
  .wd-md-950 {
    width: 950% !important;
  }
  .wd-md-951 {
    width: 951% !important;
  }
  .wd-md-952 {
    width: 952% !important;
  }
  .wd-md-953 {
    width: 953% !important;
  }
  .wd-md-954 {
    width: 954% !important;
  }
  .wd-md-955 {
    width: 955% !important;
  }
  .wd-md-956 {
    width: 956% !important;
  }
  .wd-md-957 {
    width: 957% !important;
  }
  .wd-md-958 {
    width: 958% !important;
  }
  .wd-md-959 {
    width: 959% !important;
  }
  .wd-md-960 {
    width: 960% !important;
  }
  .wd-md-961 {
    width: 961% !important;
  }
  .wd-md-962 {
    width: 962% !important;
  }
  .wd-md-963 {
    width: 963% !important;
  }
  .wd-md-964 {
    width: 964% !important;
  }
  .wd-md-965 {
    width: 965% !important;
  }
  .wd-md-966 {
    width: 966% !important;
  }
  .wd-md-967 {
    width: 967% !important;
  }
  .wd-md-968 {
    width: 968% !important;
  }
  .wd-md-969 {
    width: 969% !important;
  }
  .wd-md-970 {
    width: 970% !important;
  }
  .wd-md-971 {
    width: 971% !important;
  }
  .wd-md-972 {
    width: 972% !important;
  }
  .wd-md-973 {
    width: 973% !important;
  }
  .wd-md-974 {
    width: 974% !important;
  }
  .wd-md-975 {
    width: 975% !important;
  }
  .wd-md-976 {
    width: 976% !important;
  }
  .wd-md-977 {
    width: 977% !important;
  }
  .wd-md-978 {
    width: 978% !important;
  }
  .wd-md-979 {
    width: 979% !important;
  }
  .wd-md-980 {
    width: 980% !important;
  }
  .wd-md-981 {
    width: 981% !important;
  }
  .wd-md-982 {
    width: 982% !important;
  }
  .wd-md-983 {
    width: 983% !important;
  }
  .wd-md-984 {
    width: 984% !important;
  }
  .wd-md-985 {
    width: 985% !important;
  }
  .wd-md-986 {
    width: 986% !important;
  }
  .wd-md-987 {
    width: 987% !important;
  }
  .wd-md-988 {
    width: 988% !important;
  }
  .wd-md-989 {
    width: 989% !important;
  }
  .wd-md-990 {
    width: 990% !important;
  }
  .wd-md-991 {
    width: 991% !important;
  }
  .wd-md-992 {
    width: 992% !important;
  }
  .wd-md-993 {
    width: 993% !important;
  }
  .wd-md-994 {
    width: 994% !important;
  }
  .wd-md-995 {
    width: 995% !important;
  }
  .wd-md-996 {
    width: 996% !important;
  }
  .wd-md-997 {
    width: 997% !important;
  }
  .wd-md-998 {
    width: 998% !important;
  }
  .wd-md-999 {
    width: 999% !important;
  }
  .wd-md-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1025px) {
  .wd-lg-5 {
    width: 5% !important;
  }
  .wd-lg-10 {
    width: 10% !important;
  }
  .wd-lg-11 {
    width: 11% !important;
  }
  .wd-lg-12 {
    width: 12% !important;
  }
  .wd-lg-13 {
    width: 13% !important;
  }
  .wd-lg-14 {
    width: 14% !important;
  }
  .wd-lg-15 {
    width: 15% !important;
  }
  .wd-lg-16 {
    width: 16% !important;
  }
  .wd-lg-17 {
    width: 17% !important;
  }
  .wd-lg-18 {
    width: 18% !important;
  }
  .wd-lg-19 {
    width: 19% !important;
  }
  .wd-lg-20 {
    width: 20% !important;
  }
  .wd-lg-21 {
    width: 21% !important;
  }
  .wd-lg-22 {
    width: 22% !important;
  }
  .wd-lg-23 {
    width: 23% !important;
  }
  .wd-lg-24 {
    width: 24% !important;
  }
  .wd-lg-25 {
    width: 25% !important;
  }
  .wd-lg-26 {
    width: 26% !important;
  }
  .wd-lg-27 {
    width: 27% !important;
  }
  .wd-lg-28 {
    width: 28% !important;
  }
  .wd-lg-29 {
    width: 29% !important;
  }
  .wd-lg-30 {
    width: 30% !important;
  }
  .wd-lg-31 {
    width: 31% !important;
  }
  .wd-lg-32 {
    width: 32% !important;
  }
  .wd-lg-33 {
    width: 33% !important;
  }
  .wd-lg-34 {
    width: 34% !important;
  }
  .wd-lg-35 {
    width: 35% !important;
  }
  .wd-lg-36 {
    width: 36% !important;
  }
  .wd-lg-37 {
    width: 37% !important;
  }
  .wd-lg-38 {
    width: 38% !important;
  }
  .wd-lg-39 {
    width: 39% !important;
  }
  .wd-lg-40 {
    width: 40% !important;
  }
  .wd-lg-41 {
    width: 41% !important;
  }
  .wd-lg-42 {
    width: 42% !important;
  }
  .wd-lg-43 {
    width: 43% !important;
  }
  .wd-lg-44 {
    width: 44% !important;
  }
  .wd-lg-45 {
    width: 45% !important;
  }
  .wd-lg-46 {
    width: 46% !important;
  }
  .wd-lg-47 {
    width: 47% !important;
  }
  .wd-lg-48 {
    width: 48% !important;
  }
  .wd-lg-49 {
    width: 49% !important;
  }
  .wd-lg-50 {
    width: 50% !important;
  }
  .wd-lg-51 {
    width: 51% !important;
  }
  .wd-lg-52 {
    width: 52% !important;
  }
  .wd-lg-53 {
    width: 53% !important;
  }
  .wd-lg-54 {
    width: 54% !important;
  }
  .wd-lg-55 {
    width: 55% !important;
  }
  .wd-lg-56 {
    width: 56% !important;
  }
  .wd-lg-57 {
    width: 57% !important;
  }
  .wd-lg-58 {
    width: 58% !important;
  }
  .wd-lg-59 {
    width: 59% !important;
  }
  .wd-lg-60 {
    width: 60% !important;
  }
  .wd-lg-61 {
    width: 61% !important;
  }
  .wd-lg-62 {
    width: 62% !important;
  }
  .wd-lg-63 {
    width: 63% !important;
  }
  .wd-lg-64 {
    width: 64% !important;
  }
  .wd-lg-65 {
    width: 65% !important;
  }
  .wd-lg-66 {
    width: 66% !important;
  }
  .wd-lg-67 {
    width: 67% !important;
  }
  .wd-lg-68 {
    width: 68% !important;
  }
  .wd-lg-69 {
    width: 69% !important;
  }
  .wd-lg-70 {
    width: 70% !important;
  }
  .wd-lg-71 {
    width: 71% !important;
  }
  .wd-lg-72 {
    width: 72% !important;
  }
  .wd-lg-73 {
    width: 73% !important;
  }
  .wd-lg-74 {
    width: 74% !important;
  }
  .wd-lg-75 {
    width: 75% !important;
  }
  .wd-lg-76 {
    width: 76% !important;
  }
  .wd-lg-77 {
    width: 77% !important;
  }
  .wd-lg-78 {
    width: 78% !important;
  }
  .wd-lg-79 {
    width: 79% !important;
  }
  .wd-lg-80 {
    width: 80% !important;
  }
  .wd-lg-81 {
    width: 81% !important;
  }
  .wd-lg-82 {
    width: 82% !important;
  }
  .wd-lg-83 {
    width: 83% !important;
  }
  .wd-lg-84 {
    width: 84% !important;
  }
  .wd-lg-85 {
    width: 85% !important;
  }
  .wd-lg-86 {
    width: 86% !important;
  }
  .wd-lg-87 {
    width: 87% !important;
  }
  .wd-lg-88 {
    width: 88% !important;
  }
  .wd-lg-89 {
    width: 89% !important;
  }
  .wd-lg-90 {
    width: 90% !important;
  }
  .wd-lg-91 {
    width: 91% !important;
  }
  .wd-lg-92 {
    width: 92% !important;
  }
  .wd-lg-93 {
    width: 93% !important;
  }
  .wd-lg-94 {
    width: 94% !important;
  }
  .wd-lg-95 {
    width: 95% !important;
  }
  .wd-lg-96 {
    width: 96% !important;
  }
  .wd-lg-97 {
    width: 97% !important;
  }
  .wd-lg-98 {
    width: 98% !important;
  }
  .wd-lg-99 {
    width: 99% !important;
  }
  .wd-lg-100 {
    width: 100% !important;
  }
  .wd-lg-101 {
    width: 101% !important;
  }
  .wd-lg-102 {
    width: 102% !important;
  }
  .wd-lg-103 {
    width: 103% !important;
  }
  .wd-lg-104 {
    width: 104% !important;
  }
  .wd-lg-105 {
    width: 105% !important;
  }
  .wd-lg-106 {
    width: 106% !important;
  }
  .wd-lg-107 {
    width: 107% !important;
  }
  .wd-lg-108 {
    width: 108% !important;
  }
  .wd-lg-109 {
    width: 109% !important;
  }
  .wd-lg-110 {
    width: 110% !important;
  }
  .wd-lg-111 {
    width: 111% !important;
  }
  .wd-lg-112 {
    width: 112% !important;
  }
  .wd-lg-113 {
    width: 113% !important;
  }
  .wd-lg-114 {
    width: 114% !important;
  }
  .wd-lg-115 {
    width: 115% !important;
  }
  .wd-lg-116 {
    width: 116% !important;
  }
  .wd-lg-117 {
    width: 117% !important;
  }
  .wd-lg-118 {
    width: 118% !important;
  }
  .wd-lg-119 {
    width: 119% !important;
  }
  .wd-lg-120 {
    width: 120% !important;
  }
  .wd-lg-121 {
    width: 121% !important;
  }
  .wd-lg-122 {
    width: 122% !important;
  }
  .wd-lg-123 {
    width: 123% !important;
  }
  .wd-lg-124 {
    width: 124% !important;
  }
  .wd-lg-125 {
    width: 125% !important;
  }
  .wd-lg-126 {
    width: 126% !important;
  }
  .wd-lg-127 {
    width: 127% !important;
  }
  .wd-lg-128 {
    width: 128% !important;
  }
  .wd-lg-129 {
    width: 129% !important;
  }
  .wd-lg-130 {
    width: 130% !important;
  }
  .wd-lg-131 {
    width: 131% !important;
  }
  .wd-lg-132 {
    width: 132% !important;
  }
  .wd-lg-133 {
    width: 133% !important;
  }
  .wd-lg-134 {
    width: 134% !important;
  }
  .wd-lg-135 {
    width: 135% !important;
  }
  .wd-lg-136 {
    width: 136% !important;
  }
  .wd-lg-137 {
    width: 137% !important;
  }
  .wd-lg-138 {
    width: 138% !important;
  }
  .wd-lg-139 {
    width: 139% !important;
  }
  .wd-lg-140 {
    width: 140% !important;
  }
  .wd-lg-141 {
    width: 141% !important;
  }
  .wd-lg-142 {
    width: 142% !important;
  }
  .wd-lg-143 {
    width: 143% !important;
  }
  .wd-lg-144 {
    width: 144% !important;
  }
  .wd-lg-145 {
    width: 145% !important;
  }
  .wd-lg-146 {
    width: 146% !important;
  }
  .wd-lg-147 {
    width: 147% !important;
  }
  .wd-lg-148 {
    width: 148% !important;
  }
  .wd-lg-149 {
    width: 149% !important;
  }
  .wd-lg-150 {
    width: 150% !important;
  }
  .wd-lg-151 {
    width: 151% !important;
  }
  .wd-lg-152 {
    width: 152% !important;
  }
  .wd-lg-153 {
    width: 153% !important;
  }
  .wd-lg-154 {
    width: 154% !important;
  }
  .wd-lg-155 {
    width: 155% !important;
  }
  .wd-lg-156 {
    width: 156% !important;
  }
  .wd-lg-157 {
    width: 157% !important;
  }
  .wd-lg-158 {
    width: 158% !important;
  }
  .wd-lg-159 {
    width: 159% !important;
  }
  .wd-lg-160 {
    width: 160% !important;
  }
  .wd-lg-161 {
    width: 161% !important;
  }
  .wd-lg-162 {
    width: 162% !important;
  }
  .wd-lg-163 {
    width: 163% !important;
  }
  .wd-lg-164 {
    width: 164% !important;
  }
  .wd-lg-165 {
    width: 165% !important;
  }
  .wd-lg-166 {
    width: 166% !important;
  }
  .wd-lg-167 {
    width: 167% !important;
  }
  .wd-lg-168 {
    width: 168% !important;
  }
  .wd-lg-169 {
    width: 169% !important;
  }
  .wd-lg-170 {
    width: 170% !important;
  }
  .wd-lg-171 {
    width: 171% !important;
  }
  .wd-lg-172 {
    width: 172% !important;
  }
  .wd-lg-173 {
    width: 173% !important;
  }
  .wd-lg-174 {
    width: 174% !important;
  }
  .wd-lg-175 {
    width: 175% !important;
  }
  .wd-lg-176 {
    width: 176% !important;
  }
  .wd-lg-177 {
    width: 177% !important;
  }
  .wd-lg-178 {
    width: 178% !important;
  }
  .wd-lg-179 {
    width: 179% !important;
  }
  .wd-lg-180 {
    width: 180% !important;
  }
  .wd-lg-181 {
    width: 181% !important;
  }
  .wd-lg-182 {
    width: 182% !important;
  }
  .wd-lg-183 {
    width: 183% !important;
  }
  .wd-lg-184 {
    width: 184% !important;
  }
  .wd-lg-185 {
    width: 185% !important;
  }
  .wd-lg-186 {
    width: 186% !important;
  }
  .wd-lg-187 {
    width: 187% !important;
  }
  .wd-lg-188 {
    width: 188% !important;
  }
  .wd-lg-189 {
    width: 189% !important;
  }
  .wd-lg-190 {
    width: 190% !important;
  }
  .wd-lg-191 {
    width: 191% !important;
  }
  .wd-lg-192 {
    width: 192% !important;
  }
  .wd-lg-193 {
    width: 193% !important;
  }
  .wd-lg-194 {
    width: 194% !important;
  }
  .wd-lg-195 {
    width: 195% !important;
  }
  .wd-lg-196 {
    width: 196% !important;
  }
  .wd-lg-197 {
    width: 197% !important;
  }
  .wd-lg-198 {
    width: 198% !important;
  }
  .wd-lg-199 {
    width: 199% !important;
  }
  .wd-lg-200 {
    width: 200% !important;
  }
  .wd-lg-201 {
    width: 201% !important;
  }
  .wd-lg-202 {
    width: 202% !important;
  }
  .wd-lg-203 {
    width: 203% !important;
  }
  .wd-lg-204 {
    width: 204% !important;
  }
  .wd-lg-205 {
    width: 205% !important;
  }
  .wd-lg-206 {
    width: 206% !important;
  }
  .wd-lg-207 {
    width: 207% !important;
  }
  .wd-lg-208 {
    width: 208% !important;
  }
  .wd-lg-209 {
    width: 209% !important;
  }
  .wd-lg-210 {
    width: 210% !important;
  }
  .wd-lg-211 {
    width: 211% !important;
  }
  .wd-lg-212 {
    width: 212% !important;
  }
  .wd-lg-213 {
    width: 213% !important;
  }
  .wd-lg-214 {
    width: 214% !important;
  }
  .wd-lg-215 {
    width: 215% !important;
  }
  .wd-lg-216 {
    width: 216% !important;
  }
  .wd-lg-217 {
    width: 217% !important;
  }
  .wd-lg-218 {
    width: 218% !important;
  }
  .wd-lg-219 {
    width: 219% !important;
  }
  .wd-lg-220 {
    width: 220% !important;
  }
  .wd-lg-221 {
    width: 221% !important;
  }
  .wd-lg-222 {
    width: 222% !important;
  }
  .wd-lg-223 {
    width: 223% !important;
  }
  .wd-lg-224 {
    width: 224% !important;
  }
  .wd-lg-225 {
    width: 225% !important;
  }
  .wd-lg-226 {
    width: 226% !important;
  }
  .wd-lg-227 {
    width: 227% !important;
  }
  .wd-lg-228 {
    width: 228% !important;
  }
  .wd-lg-229 {
    width: 229% !important;
  }
  .wd-lg-230 {
    width: 230% !important;
  }
  .wd-lg-231 {
    width: 231% !important;
  }
  .wd-lg-232 {
    width: 232% !important;
  }
  .wd-lg-233 {
    width: 233% !important;
  }
  .wd-lg-234 {
    width: 234% !important;
  }
  .wd-lg-235 {
    width: 235% !important;
  }
  .wd-lg-236 {
    width: 236% !important;
  }
  .wd-lg-237 {
    width: 237% !important;
  }
  .wd-lg-238 {
    width: 238% !important;
  }
  .wd-lg-239 {
    width: 239% !important;
  }
  .wd-lg-240 {
    width: 240% !important;
  }
  .wd-lg-241 {
    width: 241% !important;
  }
  .wd-lg-242 {
    width: 242% !important;
  }
  .wd-lg-243 {
    width: 243% !important;
  }
  .wd-lg-244 {
    width: 244% !important;
  }
  .wd-lg-245 {
    width: 245% !important;
  }
  .wd-lg-246 {
    width: 246% !important;
  }
  .wd-lg-247 {
    width: 247% !important;
  }
  .wd-lg-248 {
    width: 248% !important;
  }
  .wd-lg-249 {
    width: 249% !important;
  }
  .wd-lg-250 {
    width: 250% !important;
  }
  .wd-lg-251 {
    width: 251% !important;
  }
  .wd-lg-252 {
    width: 252% !important;
  }
  .wd-lg-253 {
    width: 253% !important;
  }
  .wd-lg-254 {
    width: 254% !important;
  }
  .wd-lg-255 {
    width: 255% !important;
  }
  .wd-lg-256 {
    width: 256% !important;
  }
  .wd-lg-257 {
    width: 257% !important;
  }
  .wd-lg-258 {
    width: 258% !important;
  }
  .wd-lg-259 {
    width: 259% !important;
  }
  .wd-lg-260 {
    width: 260% !important;
  }
  .wd-lg-261 {
    width: 261% !important;
  }
  .wd-lg-262 {
    width: 262% !important;
  }
  .wd-lg-263 {
    width: 263% !important;
  }
  .wd-lg-264 {
    width: 264% !important;
  }
  .wd-lg-265 {
    width: 265% !important;
  }
  .wd-lg-266 {
    width: 266% !important;
  }
  .wd-lg-267 {
    width: 267% !important;
  }
  .wd-lg-268 {
    width: 268% !important;
  }
  .wd-lg-269 {
    width: 269% !important;
  }
  .wd-lg-270 {
    width: 270% !important;
  }
  .wd-lg-271 {
    width: 271% !important;
  }
  .wd-lg-272 {
    width: 272% !important;
  }
  .wd-lg-273 {
    width: 273% !important;
  }
  .wd-lg-274 {
    width: 274% !important;
  }
  .wd-lg-275 {
    width: 275% !important;
  }
  .wd-lg-276 {
    width: 276% !important;
  }
  .wd-lg-277 {
    width: 277% !important;
  }
  .wd-lg-278 {
    width: 278% !important;
  }
  .wd-lg-279 {
    width: 279% !important;
  }
  .wd-lg-280 {
    width: 280% !important;
  }
  .wd-lg-281 {
    width: 281% !important;
  }
  .wd-lg-282 {
    width: 282% !important;
  }
  .wd-lg-283 {
    width: 283% !important;
  }
  .wd-lg-284 {
    width: 284% !important;
  }
  .wd-lg-285 {
    width: 285% !important;
  }
  .wd-lg-286 {
    width: 286% !important;
  }
  .wd-lg-287 {
    width: 287% !important;
  }
  .wd-lg-288 {
    width: 288% !important;
  }
  .wd-lg-289 {
    width: 289% !important;
  }
  .wd-lg-290 {
    width: 290% !important;
  }
  .wd-lg-291 {
    width: 291% !important;
  }
  .wd-lg-292 {
    width: 292% !important;
  }
  .wd-lg-293 {
    width: 293% !important;
  }
  .wd-lg-294 {
    width: 294% !important;
  }
  .wd-lg-295 {
    width: 295% !important;
  }
  .wd-lg-296 {
    width: 296% !important;
  }
  .wd-lg-297 {
    width: 297% !important;
  }
  .wd-lg-298 {
    width: 298% !important;
  }
  .wd-lg-299 {
    width: 299% !important;
  }
  .wd-lg-300 {
    width: 300% !important;
  }
  .wd-lg-301 {
    width: 301% !important;
  }
  .wd-lg-302 {
    width: 302% !important;
  }
  .wd-lg-303 {
    width: 303% !important;
  }
  .wd-lg-304 {
    width: 304% !important;
  }
  .wd-lg-305 {
    width: 305% !important;
  }
  .wd-lg-306 {
    width: 306% !important;
  }
  .wd-lg-307 {
    width: 307% !important;
  }
  .wd-lg-308 {
    width: 308% !important;
  }
  .wd-lg-309 {
    width: 309% !important;
  }
  .wd-lg-310 {
    width: 310% !important;
  }
  .wd-lg-311 {
    width: 311% !important;
  }
  .wd-lg-312 {
    width: 312% !important;
  }
  .wd-lg-313 {
    width: 313% !important;
  }
  .wd-lg-314 {
    width: 314% !important;
  }
  .wd-lg-315 {
    width: 315% !important;
  }
  .wd-lg-316 {
    width: 316% !important;
  }
  .wd-lg-317 {
    width: 317% !important;
  }
  .wd-lg-318 {
    width: 318% !important;
  }
  .wd-lg-319 {
    width: 319% !important;
  }
  .wd-lg-320 {
    width: 320% !important;
  }
  .wd-lg-321 {
    width: 321% !important;
  }
  .wd-lg-322 {
    width: 322% !important;
  }
  .wd-lg-323 {
    width: 323% !important;
  }
  .wd-lg-324 {
    width: 324% !important;
  }
  .wd-lg-325 {
    width: 325% !important;
  }
  .wd-lg-326 {
    width: 326% !important;
  }
  .wd-lg-327 {
    width: 327% !important;
  }
  .wd-lg-328 {
    width: 328% !important;
  }
  .wd-lg-329 {
    width: 329% !important;
  }
  .wd-lg-330 {
    width: 330% !important;
  }
  .wd-lg-331 {
    width: 331% !important;
  }
  .wd-lg-332 {
    width: 332% !important;
  }
  .wd-lg-333 {
    width: 333% !important;
  }
  .wd-lg-334 {
    width: 334% !important;
  }
  .wd-lg-335 {
    width: 335% !important;
  }
  .wd-lg-336 {
    width: 336% !important;
  }
  .wd-lg-337 {
    width: 337% !important;
  }
  .wd-lg-338 {
    width: 338% !important;
  }
  .wd-lg-339 {
    width: 339% !important;
  }
  .wd-lg-340 {
    width: 340% !important;
  }
  .wd-lg-341 {
    width: 341% !important;
  }
  .wd-lg-342 {
    width: 342% !important;
  }
  .wd-lg-343 {
    width: 343% !important;
  }
  .wd-lg-344 {
    width: 344% !important;
  }
  .wd-lg-345 {
    width: 345% !important;
  }
  .wd-lg-346 {
    width: 346% !important;
  }
  .wd-lg-347 {
    width: 347% !important;
  }
  .wd-lg-348 {
    width: 348% !important;
  }
  .wd-lg-349 {
    width: 349% !important;
  }
  .wd-lg-350 {
    width: 350% !important;
  }
  .wd-lg-351 {
    width: 351% !important;
  }
  .wd-lg-352 {
    width: 352% !important;
  }
  .wd-lg-353 {
    width: 353% !important;
  }
  .wd-lg-354 {
    width: 354% !important;
  }
  .wd-lg-355 {
    width: 355% !important;
  }
  .wd-lg-356 {
    width: 356% !important;
  }
  .wd-lg-357 {
    width: 357% !important;
  }
  .wd-lg-358 {
    width: 358% !important;
  }
  .wd-lg-359 {
    width: 359% !important;
  }
  .wd-lg-360 {
    width: 360% !important;
  }
  .wd-lg-361 {
    width: 361% !important;
  }
  .wd-lg-362 {
    width: 362% !important;
  }
  .wd-lg-363 {
    width: 363% !important;
  }
  .wd-lg-364 {
    width: 364% !important;
  }
  .wd-lg-365 {
    width: 365% !important;
  }
  .wd-lg-366 {
    width: 366% !important;
  }
  .wd-lg-367 {
    width: 367% !important;
  }
  .wd-lg-368 {
    width: 368% !important;
  }
  .wd-lg-369 {
    width: 369% !important;
  }
  .wd-lg-370 {
    width: 370% !important;
  }
  .wd-lg-371 {
    width: 371% !important;
  }
  .wd-lg-372 {
    width: 372% !important;
  }
  .wd-lg-373 {
    width: 373% !important;
  }
  .wd-lg-374 {
    width: 374% !important;
  }
  .wd-lg-375 {
    width: 375% !important;
  }
  .wd-lg-376 {
    width: 376% !important;
  }
  .wd-lg-377 {
    width: 377% !important;
  }
  .wd-lg-378 {
    width: 378% !important;
  }
  .wd-lg-379 {
    width: 379% !important;
  }
  .wd-lg-380 {
    width: 380% !important;
  }
  .wd-lg-381 {
    width: 381% !important;
  }
  .wd-lg-382 {
    width: 382% !important;
  }
  .wd-lg-383 {
    width: 383% !important;
  }
  .wd-lg-384 {
    width: 384% !important;
  }
  .wd-lg-385 {
    width: 385% !important;
  }
  .wd-lg-386 {
    width: 386% !important;
  }
  .wd-lg-387 {
    width: 387% !important;
  }
  .wd-lg-388 {
    width: 388% !important;
  }
  .wd-lg-389 {
    width: 389% !important;
  }
  .wd-lg-390 {
    width: 390% !important;
  }
  .wd-lg-391 {
    width: 391% !important;
  }
  .wd-lg-392 {
    width: 392% !important;
  }
  .wd-lg-393 {
    width: 393% !important;
  }
  .wd-lg-394 {
    width: 394% !important;
  }
  .wd-lg-395 {
    width: 395% !important;
  }
  .wd-lg-396 {
    width: 396% !important;
  }
  .wd-lg-397 {
    width: 397% !important;
  }
  .wd-lg-398 {
    width: 398% !important;
  }
  .wd-lg-399 {
    width: 399% !important;
  }
  .wd-lg-400 {
    width: 400% !important;
  }
  .wd-lg-401 {
    width: 401% !important;
  }
  .wd-lg-402 {
    width: 402% !important;
  }
  .wd-lg-403 {
    width: 403% !important;
  }
  .wd-lg-404 {
    width: 404% !important;
  }
  .wd-lg-405 {
    width: 405% !important;
  }
  .wd-lg-406 {
    width: 406% !important;
  }
  .wd-lg-407 {
    width: 407% !important;
  }
  .wd-lg-408 {
    width: 408% !important;
  }
  .wd-lg-409 {
    width: 409% !important;
  }
  .wd-lg-410 {
    width: 410% !important;
  }
  .wd-lg-411 {
    width: 411% !important;
  }
  .wd-lg-412 {
    width: 412% !important;
  }
  .wd-lg-413 {
    width: 413% !important;
  }
  .wd-lg-414 {
    width: 414% !important;
  }
  .wd-lg-415 {
    width: 415% !important;
  }
  .wd-lg-416 {
    width: 416% !important;
  }
  .wd-lg-417 {
    width: 417% !important;
  }
  .wd-lg-418 {
    width: 418% !important;
  }
  .wd-lg-419 {
    width: 419% !important;
  }
  .wd-lg-420 {
    width: 420% !important;
  }
  .wd-lg-421 {
    width: 421% !important;
  }
  .wd-lg-422 {
    width: 422% !important;
  }
  .wd-lg-423 {
    width: 423% !important;
  }
  .wd-lg-424 {
    width: 424% !important;
  }
  .wd-lg-425 {
    width: 425% !important;
  }
  .wd-lg-426 {
    width: 426% !important;
  }
  .wd-lg-427 {
    width: 427% !important;
  }
  .wd-lg-428 {
    width: 428% !important;
  }
  .wd-lg-429 {
    width: 429% !important;
  }
  .wd-lg-430 {
    width: 430% !important;
  }
  .wd-lg-431 {
    width: 431% !important;
  }
  .wd-lg-432 {
    width: 432% !important;
  }
  .wd-lg-433 {
    width: 433% !important;
  }
  .wd-lg-434 {
    width: 434% !important;
  }
  .wd-lg-435 {
    width: 435% !important;
  }
  .wd-lg-436 {
    width: 436% !important;
  }
  .wd-lg-437 {
    width: 437% !important;
  }
  .wd-lg-438 {
    width: 438% !important;
  }
  .wd-lg-439 {
    width: 439% !important;
  }
  .wd-lg-440 {
    width: 440% !important;
  }
  .wd-lg-441 {
    width: 441% !important;
  }
  .wd-lg-442 {
    width: 442% !important;
  }
  .wd-lg-443 {
    width: 443% !important;
  }
  .wd-lg-444 {
    width: 444% !important;
  }
  .wd-lg-445 {
    width: 445% !important;
  }
  .wd-lg-446 {
    width: 446% !important;
  }
  .wd-lg-447 {
    width: 447% !important;
  }
  .wd-lg-448 {
    width: 448% !important;
  }
  .wd-lg-449 {
    width: 449% !important;
  }
  .wd-lg-450 {
    width: 450% !important;
  }
  .wd-lg-451 {
    width: 451% !important;
  }
  .wd-lg-452 {
    width: 452% !important;
  }
  .wd-lg-453 {
    width: 453% !important;
  }
  .wd-lg-454 {
    width: 454% !important;
  }
  .wd-lg-455 {
    width: 455% !important;
  }
  .wd-lg-456 {
    width: 456% !important;
  }
  .wd-lg-457 {
    width: 457% !important;
  }
  .wd-lg-458 {
    width: 458% !important;
  }
  .wd-lg-459 {
    width: 459% !important;
  }
  .wd-lg-460 {
    width: 460% !important;
  }
  .wd-lg-461 {
    width: 461% !important;
  }
  .wd-lg-462 {
    width: 462% !important;
  }
  .wd-lg-463 {
    width: 463% !important;
  }
  .wd-lg-464 {
    width: 464% !important;
  }
  .wd-lg-465 {
    width: 465% !important;
  }
  .wd-lg-466 {
    width: 466% !important;
  }
  .wd-lg-467 {
    width: 467% !important;
  }
  .wd-lg-468 {
    width: 468% !important;
  }
  .wd-lg-469 {
    width: 469% !important;
  }
  .wd-lg-470 {
    width: 470% !important;
  }
  .wd-lg-471 {
    width: 471% !important;
  }
  .wd-lg-472 {
    width: 472% !important;
  }
  .wd-lg-473 {
    width: 473% !important;
  }
  .wd-lg-474 {
    width: 474% !important;
  }
  .wd-lg-475 {
    width: 475% !important;
  }
  .wd-lg-476 {
    width: 476% !important;
  }
  .wd-lg-477 {
    width: 477% !important;
  }
  .wd-lg-478 {
    width: 478% !important;
  }
  .wd-lg-479 {
    width: 479% !important;
  }
  .wd-lg-480 {
    width: 480% !important;
  }
  .wd-lg-481 {
    width: 481% !important;
  }
  .wd-lg-482 {
    width: 482% !important;
  }
  .wd-lg-483 {
    width: 483% !important;
  }
  .wd-lg-484 {
    width: 484% !important;
  }
  .wd-lg-485 {
    width: 485% !important;
  }
  .wd-lg-486 {
    width: 486% !important;
  }
  .wd-lg-487 {
    width: 487% !important;
  }
  .wd-lg-488 {
    width: 488% !important;
  }
  .wd-lg-489 {
    width: 489% !important;
  }
  .wd-lg-490 {
    width: 490% !important;
  }
  .wd-lg-491 {
    width: 491% !important;
  }
  .wd-lg-492 {
    width: 492% !important;
  }
  .wd-lg-493 {
    width: 493% !important;
  }
  .wd-lg-494 {
    width: 494% !important;
  }
  .wd-lg-495 {
    width: 495% !important;
  }
  .wd-lg-496 {
    width: 496% !important;
  }
  .wd-lg-497 {
    width: 497% !important;
  }
  .wd-lg-498 {
    width: 498% !important;
  }
  .wd-lg-499 {
    width: 499% !important;
  }
  .wd-lg-500 {
    width: 500% !important;
  }
  .wd-lg-501 {
    width: 501% !important;
  }
  .wd-lg-502 {
    width: 502% !important;
  }
  .wd-lg-503 {
    width: 503% !important;
  }
  .wd-lg-504 {
    width: 504% !important;
  }
  .wd-lg-505 {
    width: 505% !important;
  }
  .wd-lg-506 {
    width: 506% !important;
  }
  .wd-lg-507 {
    width: 507% !important;
  }
  .wd-lg-508 {
    width: 508% !important;
  }
  .wd-lg-509 {
    width: 509% !important;
  }
  .wd-lg-510 {
    width: 510% !important;
  }
  .wd-lg-511 {
    width: 511% !important;
  }
  .wd-lg-512 {
    width: 512% !important;
  }
  .wd-lg-513 {
    width: 513% !important;
  }
  .wd-lg-514 {
    width: 514% !important;
  }
  .wd-lg-515 {
    width: 515% !important;
  }
  .wd-lg-516 {
    width: 516% !important;
  }
  .wd-lg-517 {
    width: 517% !important;
  }
  .wd-lg-518 {
    width: 518% !important;
  }
  .wd-lg-519 {
    width: 519% !important;
  }
  .wd-lg-520 {
    width: 520% !important;
  }
  .wd-lg-521 {
    width: 521% !important;
  }
  .wd-lg-522 {
    width: 522% !important;
  }
  .wd-lg-523 {
    width: 523% !important;
  }
  .wd-lg-524 {
    width: 524% !important;
  }
  .wd-lg-525 {
    width: 525% !important;
  }
  .wd-lg-526 {
    width: 526% !important;
  }
  .wd-lg-527 {
    width: 527% !important;
  }
  .wd-lg-528 {
    width: 528% !important;
  }
  .wd-lg-529 {
    width: 529% !important;
  }
  .wd-lg-530 {
    width: 530% !important;
  }
  .wd-lg-531 {
    width: 531% !important;
  }
  .wd-lg-532 {
    width: 532% !important;
  }
  .wd-lg-533 {
    width: 533% !important;
  }
  .wd-lg-534 {
    width: 534% !important;
  }
  .wd-lg-535 {
    width: 535% !important;
  }
  .wd-lg-536 {
    width: 536% !important;
  }
  .wd-lg-537 {
    width: 537% !important;
  }
  .wd-lg-538 {
    width: 538% !important;
  }
  .wd-lg-539 {
    width: 539% !important;
  }
  .wd-lg-540 {
    width: 540% !important;
  }
  .wd-lg-541 {
    width: 541% !important;
  }
  .wd-lg-542 {
    width: 542% !important;
  }
  .wd-lg-543 {
    width: 543% !important;
  }
  .wd-lg-544 {
    width: 544% !important;
  }
  .wd-lg-545 {
    width: 545% !important;
  }
  .wd-lg-546 {
    width: 546% !important;
  }
  .wd-lg-547 {
    width: 547% !important;
  }
  .wd-lg-548 {
    width: 548% !important;
  }
  .wd-lg-549 {
    width: 549% !important;
  }
  .wd-lg-550 {
    width: 550% !important;
  }
  .wd-lg-551 {
    width: 551% !important;
  }
  .wd-lg-552 {
    width: 552% !important;
  }
  .wd-lg-553 {
    width: 553% !important;
  }
  .wd-lg-554 {
    width: 554% !important;
  }
  .wd-lg-555 {
    width: 555% !important;
  }
  .wd-lg-556 {
    width: 556% !important;
  }
  .wd-lg-557 {
    width: 557% !important;
  }
  .wd-lg-558 {
    width: 558% !important;
  }
  .wd-lg-559 {
    width: 559% !important;
  }
  .wd-lg-560 {
    width: 560% !important;
  }
  .wd-lg-561 {
    width: 561% !important;
  }
  .wd-lg-562 {
    width: 562% !important;
  }
  .wd-lg-563 {
    width: 563% !important;
  }
  .wd-lg-564 {
    width: 564% !important;
  }
  .wd-lg-565 {
    width: 565% !important;
  }
  .wd-lg-566 {
    width: 566% !important;
  }
  .wd-lg-567 {
    width: 567% !important;
  }
  .wd-lg-568 {
    width: 568% !important;
  }
  .wd-lg-569 {
    width: 569% !important;
  }
  .wd-lg-570 {
    width: 570% !important;
  }
  .wd-lg-571 {
    width: 571% !important;
  }
  .wd-lg-572 {
    width: 572% !important;
  }
  .wd-lg-573 {
    width: 573% !important;
  }
  .wd-lg-574 {
    width: 574% !important;
  }
  .wd-lg-575 {
    width: 575% !important;
  }
  .wd-lg-576 {
    width: 576% !important;
  }
  .wd-lg-577 {
    width: 577% !important;
  }
  .wd-lg-578 {
    width: 578% !important;
  }
  .wd-lg-579 {
    width: 579% !important;
  }
  .wd-lg-580 {
    width: 580% !important;
  }
  .wd-lg-581 {
    width: 581% !important;
  }
  .wd-lg-582 {
    width: 582% !important;
  }
  .wd-lg-583 {
    width: 583% !important;
  }
  .wd-lg-584 {
    width: 584% !important;
  }
  .wd-lg-585 {
    width: 585% !important;
  }
  .wd-lg-586 {
    width: 586% !important;
  }
  .wd-lg-587 {
    width: 587% !important;
  }
  .wd-lg-588 {
    width: 588% !important;
  }
  .wd-lg-589 {
    width: 589% !important;
  }
  .wd-lg-590 {
    width: 590% !important;
  }
  .wd-lg-591 {
    width: 591% !important;
  }
  .wd-lg-592 {
    width: 592% !important;
  }
  .wd-lg-593 {
    width: 593% !important;
  }
  .wd-lg-594 {
    width: 594% !important;
  }
  .wd-lg-595 {
    width: 595% !important;
  }
  .wd-lg-596 {
    width: 596% !important;
  }
  .wd-lg-597 {
    width: 597% !important;
  }
  .wd-lg-598 {
    width: 598% !important;
  }
  .wd-lg-599 {
    width: 599% !important;
  }
  .wd-lg-600 {
    width: 600% !important;
  }
  .wd-lg-601 {
    width: 601% !important;
  }
  .wd-lg-602 {
    width: 602% !important;
  }
  .wd-lg-603 {
    width: 603% !important;
  }
  .wd-lg-604 {
    width: 604% !important;
  }
  .wd-lg-605 {
    width: 605% !important;
  }
  .wd-lg-606 {
    width: 606% !important;
  }
  .wd-lg-607 {
    width: 607% !important;
  }
  .wd-lg-608 {
    width: 608% !important;
  }
  .wd-lg-609 {
    width: 609% !important;
  }
  .wd-lg-610 {
    width: 610% !important;
  }
  .wd-lg-611 {
    width: 611% !important;
  }
  .wd-lg-612 {
    width: 612% !important;
  }
  .wd-lg-613 {
    width: 613% !important;
  }
  .wd-lg-614 {
    width: 614% !important;
  }
  .wd-lg-615 {
    width: 615% !important;
  }
  .wd-lg-616 {
    width: 616% !important;
  }
  .wd-lg-617 {
    width: 617% !important;
  }
  .wd-lg-618 {
    width: 618% !important;
  }
  .wd-lg-619 {
    width: 619% !important;
  }
  .wd-lg-620 {
    width: 620% !important;
  }
  .wd-lg-621 {
    width: 621% !important;
  }
  .wd-lg-622 {
    width: 622% !important;
  }
  .wd-lg-623 {
    width: 623% !important;
  }
  .wd-lg-624 {
    width: 624% !important;
  }
  .wd-lg-625 {
    width: 625% !important;
  }
  .wd-lg-626 {
    width: 626% !important;
  }
  .wd-lg-627 {
    width: 627% !important;
  }
  .wd-lg-628 {
    width: 628% !important;
  }
  .wd-lg-629 {
    width: 629% !important;
  }
  .wd-lg-630 {
    width: 630% !important;
  }
  .wd-lg-631 {
    width: 631% !important;
  }
  .wd-lg-632 {
    width: 632% !important;
  }
  .wd-lg-633 {
    width: 633% !important;
  }
  .wd-lg-634 {
    width: 634% !important;
  }
  .wd-lg-635 {
    width: 635% !important;
  }
  .wd-lg-636 {
    width: 636% !important;
  }
  .wd-lg-637 {
    width: 637% !important;
  }
  .wd-lg-638 {
    width: 638% !important;
  }
  .wd-lg-639 {
    width: 639% !important;
  }
  .wd-lg-640 {
    width: 640% !important;
  }
  .wd-lg-641 {
    width: 641% !important;
  }
  .wd-lg-642 {
    width: 642% !important;
  }
  .wd-lg-643 {
    width: 643% !important;
  }
  .wd-lg-644 {
    width: 644% !important;
  }
  .wd-lg-645 {
    width: 645% !important;
  }
  .wd-lg-646 {
    width: 646% !important;
  }
  .wd-lg-647 {
    width: 647% !important;
  }
  .wd-lg-648 {
    width: 648% !important;
  }
  .wd-lg-649 {
    width: 649% !important;
  }
  .wd-lg-650 {
    width: 650% !important;
  }
  .wd-lg-651 {
    width: 651% !important;
  }
  .wd-lg-652 {
    width: 652% !important;
  }
  .wd-lg-653 {
    width: 653% !important;
  }
  .wd-lg-654 {
    width: 654% !important;
  }
  .wd-lg-655 {
    width: 655% !important;
  }
  .wd-lg-656 {
    width: 656% !important;
  }
  .wd-lg-657 {
    width: 657% !important;
  }
  .wd-lg-658 {
    width: 658% !important;
  }
  .wd-lg-659 {
    width: 659% !important;
  }
  .wd-lg-660 {
    width: 660% !important;
  }
  .wd-lg-661 {
    width: 661% !important;
  }
  .wd-lg-662 {
    width: 662% !important;
  }
  .wd-lg-663 {
    width: 663% !important;
  }
  .wd-lg-664 {
    width: 664% !important;
  }
  .wd-lg-665 {
    width: 665% !important;
  }
  .wd-lg-666 {
    width: 666% !important;
  }
  .wd-lg-667 {
    width: 667% !important;
  }
  .wd-lg-668 {
    width: 668% !important;
  }
  .wd-lg-669 {
    width: 669% !important;
  }
  .wd-lg-670 {
    width: 670% !important;
  }
  .wd-lg-671 {
    width: 671% !important;
  }
  .wd-lg-672 {
    width: 672% !important;
  }
  .wd-lg-673 {
    width: 673% !important;
  }
  .wd-lg-674 {
    width: 674% !important;
  }
  .wd-lg-675 {
    width: 675% !important;
  }
  .wd-lg-676 {
    width: 676% !important;
  }
  .wd-lg-677 {
    width: 677% !important;
  }
  .wd-lg-678 {
    width: 678% !important;
  }
  .wd-lg-679 {
    width: 679% !important;
  }
  .wd-lg-680 {
    width: 680% !important;
  }
  .wd-lg-681 {
    width: 681% !important;
  }
  .wd-lg-682 {
    width: 682% !important;
  }
  .wd-lg-683 {
    width: 683% !important;
  }
  .wd-lg-684 {
    width: 684% !important;
  }
  .wd-lg-685 {
    width: 685% !important;
  }
  .wd-lg-686 {
    width: 686% !important;
  }
  .wd-lg-687 {
    width: 687% !important;
  }
  .wd-lg-688 {
    width: 688% !important;
  }
  .wd-lg-689 {
    width: 689% !important;
  }
  .wd-lg-690 {
    width: 690% !important;
  }
  .wd-lg-691 {
    width: 691% !important;
  }
  .wd-lg-692 {
    width: 692% !important;
  }
  .wd-lg-693 {
    width: 693% !important;
  }
  .wd-lg-694 {
    width: 694% !important;
  }
  .wd-lg-695 {
    width: 695% !important;
  }
  .wd-lg-696 {
    width: 696% !important;
  }
  .wd-lg-697 {
    width: 697% !important;
  }
  .wd-lg-698 {
    width: 698% !important;
  }
  .wd-lg-699 {
    width: 699% !important;
  }
  .wd-lg-700 {
    width: 700% !important;
  }
  .wd-lg-701 {
    width: 701% !important;
  }
  .wd-lg-702 {
    width: 702% !important;
  }
  .wd-lg-703 {
    width: 703% !important;
  }
  .wd-lg-704 {
    width: 704% !important;
  }
  .wd-lg-705 {
    width: 705% !important;
  }
  .wd-lg-706 {
    width: 706% !important;
  }
  .wd-lg-707 {
    width: 707% !important;
  }
  .wd-lg-708 {
    width: 708% !important;
  }
  .wd-lg-709 {
    width: 709% !important;
  }
  .wd-lg-710 {
    width: 710% !important;
  }
  .wd-lg-711 {
    width: 711% !important;
  }
  .wd-lg-712 {
    width: 712% !important;
  }
  .wd-lg-713 {
    width: 713% !important;
  }
  .wd-lg-714 {
    width: 714% !important;
  }
  .wd-lg-715 {
    width: 715% !important;
  }
  .wd-lg-716 {
    width: 716% !important;
  }
  .wd-lg-717 {
    width: 717% !important;
  }
  .wd-lg-718 {
    width: 718% !important;
  }
  .wd-lg-719 {
    width: 719% !important;
  }
  .wd-lg-720 {
    width: 720% !important;
  }
  .wd-lg-721 {
    width: 721% !important;
  }
  .wd-lg-722 {
    width: 722% !important;
  }
  .wd-lg-723 {
    width: 723% !important;
  }
  .wd-lg-724 {
    width: 724% !important;
  }
  .wd-lg-725 {
    width: 725% !important;
  }
  .wd-lg-726 {
    width: 726% !important;
  }
  .wd-lg-727 {
    width: 727% !important;
  }
  .wd-lg-728 {
    width: 728% !important;
  }
  .wd-lg-729 {
    width: 729% !important;
  }
  .wd-lg-730 {
    width: 730% !important;
  }
  .wd-lg-731 {
    width: 731% !important;
  }
  .wd-lg-732 {
    width: 732% !important;
  }
  .wd-lg-733 {
    width: 733% !important;
  }
  .wd-lg-734 {
    width: 734% !important;
  }
  .wd-lg-735 {
    width: 735% !important;
  }
  .wd-lg-736 {
    width: 736% !important;
  }
  .wd-lg-737 {
    width: 737% !important;
  }
  .wd-lg-738 {
    width: 738% !important;
  }
  .wd-lg-739 {
    width: 739% !important;
  }
  .wd-lg-740 {
    width: 740% !important;
  }
  .wd-lg-741 {
    width: 741% !important;
  }
  .wd-lg-742 {
    width: 742% !important;
  }
  .wd-lg-743 {
    width: 743% !important;
  }
  .wd-lg-744 {
    width: 744% !important;
  }
  .wd-lg-745 {
    width: 745% !important;
  }
  .wd-lg-746 {
    width: 746% !important;
  }
  .wd-lg-747 {
    width: 747% !important;
  }
  .wd-lg-748 {
    width: 748% !important;
  }
  .wd-lg-749 {
    width: 749% !important;
  }
  .wd-lg-750 {
    width: 750% !important;
  }
  .wd-lg-751 {
    width: 751% !important;
  }
  .wd-lg-752 {
    width: 752% !important;
  }
  .wd-lg-753 {
    width: 753% !important;
  }
  .wd-lg-754 {
    width: 754% !important;
  }
  .wd-lg-755 {
    width: 755% !important;
  }
  .wd-lg-756 {
    width: 756% !important;
  }
  .wd-lg-757 {
    width: 757% !important;
  }
  .wd-lg-758 {
    width: 758% !important;
  }
  .wd-lg-759 {
    width: 759% !important;
  }
  .wd-lg-760 {
    width: 760% !important;
  }
  .wd-lg-761 {
    width: 761% !important;
  }
  .wd-lg-762 {
    width: 762% !important;
  }
  .wd-lg-763 {
    width: 763% !important;
  }
  .wd-lg-764 {
    width: 764% !important;
  }
  .wd-lg-765 {
    width: 765% !important;
  }
  .wd-lg-766 {
    width: 766% !important;
  }
  .wd-lg-767 {
    width: 767% !important;
  }
  .wd-lg-768 {
    width: 768% !important;
  }
  .wd-lg-769 {
    width: 769% !important;
  }
  .wd-lg-770 {
    width: 770% !important;
  }
  .wd-lg-771 {
    width: 771% !important;
  }
  .wd-lg-772 {
    width: 772% !important;
  }
  .wd-lg-773 {
    width: 773% !important;
  }
  .wd-lg-774 {
    width: 774% !important;
  }
  .wd-lg-775 {
    width: 775% !important;
  }
  .wd-lg-776 {
    width: 776% !important;
  }
  .wd-lg-777 {
    width: 777% !important;
  }
  .wd-lg-778 {
    width: 778% !important;
  }
  .wd-lg-779 {
    width: 779% !important;
  }
  .wd-lg-780 {
    width: 780% !important;
  }
  .wd-lg-781 {
    width: 781% !important;
  }
  .wd-lg-782 {
    width: 782% !important;
  }
  .wd-lg-783 {
    width: 783% !important;
  }
  .wd-lg-784 {
    width: 784% !important;
  }
  .wd-lg-785 {
    width: 785% !important;
  }
  .wd-lg-786 {
    width: 786% !important;
  }
  .wd-lg-787 {
    width: 787% !important;
  }
  .wd-lg-788 {
    width: 788% !important;
  }
  .wd-lg-789 {
    width: 789% !important;
  }
  .wd-lg-790 {
    width: 790% !important;
  }
  .wd-lg-791 {
    width: 791% !important;
  }
  .wd-lg-792 {
    width: 792% !important;
  }
  .wd-lg-793 {
    width: 793% !important;
  }
  .wd-lg-794 {
    width: 794% !important;
  }
  .wd-lg-795 {
    width: 795% !important;
  }
  .wd-lg-796 {
    width: 796% !important;
  }
  .wd-lg-797 {
    width: 797% !important;
  }
  .wd-lg-798 {
    width: 798% !important;
  }
  .wd-lg-799 {
    width: 799% !important;
  }
  .wd-lg-800 {
    width: 800% !important;
  }
  .wd-lg-801 {
    width: 801% !important;
  }
  .wd-lg-802 {
    width: 802% !important;
  }
  .wd-lg-803 {
    width: 803% !important;
  }
  .wd-lg-804 {
    width: 804% !important;
  }
  .wd-lg-805 {
    width: 805% !important;
  }
  .wd-lg-806 {
    width: 806% !important;
  }
  .wd-lg-807 {
    width: 807% !important;
  }
  .wd-lg-808 {
    width: 808% !important;
  }
  .wd-lg-809 {
    width: 809% !important;
  }
  .wd-lg-810 {
    width: 810% !important;
  }
  .wd-lg-811 {
    width: 811% !important;
  }
  .wd-lg-812 {
    width: 812% !important;
  }
  .wd-lg-813 {
    width: 813% !important;
  }
  .wd-lg-814 {
    width: 814% !important;
  }
  .wd-lg-815 {
    width: 815% !important;
  }
  .wd-lg-816 {
    width: 816% !important;
  }
  .wd-lg-817 {
    width: 817% !important;
  }
  .wd-lg-818 {
    width: 818% !important;
  }
  .wd-lg-819 {
    width: 819% !important;
  }
  .wd-lg-820 {
    width: 820% !important;
  }
  .wd-lg-821 {
    width: 821% !important;
  }
  .wd-lg-822 {
    width: 822% !important;
  }
  .wd-lg-823 {
    width: 823% !important;
  }
  .wd-lg-824 {
    width: 824% !important;
  }
  .wd-lg-825 {
    width: 825% !important;
  }
  .wd-lg-826 {
    width: 826% !important;
  }
  .wd-lg-827 {
    width: 827% !important;
  }
  .wd-lg-828 {
    width: 828% !important;
  }
  .wd-lg-829 {
    width: 829% !important;
  }
  .wd-lg-830 {
    width: 830% !important;
  }
  .wd-lg-831 {
    width: 831% !important;
  }
  .wd-lg-832 {
    width: 832% !important;
  }
  .wd-lg-833 {
    width: 833% !important;
  }
  .wd-lg-834 {
    width: 834% !important;
  }
  .wd-lg-835 {
    width: 835% !important;
  }
  .wd-lg-836 {
    width: 836% !important;
  }
  .wd-lg-837 {
    width: 837% !important;
  }
  .wd-lg-838 {
    width: 838% !important;
  }
  .wd-lg-839 {
    width: 839% !important;
  }
  .wd-lg-840 {
    width: 840% !important;
  }
  .wd-lg-841 {
    width: 841% !important;
  }
  .wd-lg-842 {
    width: 842% !important;
  }
  .wd-lg-843 {
    width: 843% !important;
  }
  .wd-lg-844 {
    width: 844% !important;
  }
  .wd-lg-845 {
    width: 845% !important;
  }
  .wd-lg-846 {
    width: 846% !important;
  }
  .wd-lg-847 {
    width: 847% !important;
  }
  .wd-lg-848 {
    width: 848% !important;
  }
  .wd-lg-849 {
    width: 849% !important;
  }
  .wd-lg-850 {
    width: 850% !important;
  }
  .wd-lg-851 {
    width: 851% !important;
  }
  .wd-lg-852 {
    width: 852% !important;
  }
  .wd-lg-853 {
    width: 853% !important;
  }
  .wd-lg-854 {
    width: 854% !important;
  }
  .wd-lg-855 {
    width: 855% !important;
  }
  .wd-lg-856 {
    width: 856% !important;
  }
  .wd-lg-857 {
    width: 857% !important;
  }
  .wd-lg-858 {
    width: 858% !important;
  }
  .wd-lg-859 {
    width: 859% !important;
  }
  .wd-lg-860 {
    width: 860% !important;
  }
  .wd-lg-861 {
    width: 861% !important;
  }
  .wd-lg-862 {
    width: 862% !important;
  }
  .wd-lg-863 {
    width: 863% !important;
  }
  .wd-lg-864 {
    width: 864% !important;
  }
  .wd-lg-865 {
    width: 865% !important;
  }
  .wd-lg-866 {
    width: 866% !important;
  }
  .wd-lg-867 {
    width: 867% !important;
  }
  .wd-lg-868 {
    width: 868% !important;
  }
  .wd-lg-869 {
    width: 869% !important;
  }
  .wd-lg-870 {
    width: 870% !important;
  }
  .wd-lg-871 {
    width: 871% !important;
  }
  .wd-lg-872 {
    width: 872% !important;
  }
  .wd-lg-873 {
    width: 873% !important;
  }
  .wd-lg-874 {
    width: 874% !important;
  }
  .wd-lg-875 {
    width: 875% !important;
  }
  .wd-lg-876 {
    width: 876% !important;
  }
  .wd-lg-877 {
    width: 877% !important;
  }
  .wd-lg-878 {
    width: 878% !important;
  }
  .wd-lg-879 {
    width: 879% !important;
  }
  .wd-lg-880 {
    width: 880% !important;
  }
  .wd-lg-881 {
    width: 881% !important;
  }
  .wd-lg-882 {
    width: 882% !important;
  }
  .wd-lg-883 {
    width: 883% !important;
  }
  .wd-lg-884 {
    width: 884% !important;
  }
  .wd-lg-885 {
    width: 885% !important;
  }
  .wd-lg-886 {
    width: 886% !important;
  }
  .wd-lg-887 {
    width: 887% !important;
  }
  .wd-lg-888 {
    width: 888% !important;
  }
  .wd-lg-889 {
    width: 889% !important;
  }
  .wd-lg-890 {
    width: 890% !important;
  }
  .wd-lg-891 {
    width: 891% !important;
  }
  .wd-lg-892 {
    width: 892% !important;
  }
  .wd-lg-893 {
    width: 893% !important;
  }
  .wd-lg-894 {
    width: 894% !important;
  }
  .wd-lg-895 {
    width: 895% !important;
  }
  .wd-lg-896 {
    width: 896% !important;
  }
  .wd-lg-897 {
    width: 897% !important;
  }
  .wd-lg-898 {
    width: 898% !important;
  }
  .wd-lg-899 {
    width: 899% !important;
  }
  .wd-lg-900 {
    width: 900% !important;
  }
  .wd-lg-901 {
    width: 901% !important;
  }
  .wd-lg-902 {
    width: 902% !important;
  }
  .wd-lg-903 {
    width: 903% !important;
  }
  .wd-lg-904 {
    width: 904% !important;
  }
  .wd-lg-905 {
    width: 905% !important;
  }
  .wd-lg-906 {
    width: 906% !important;
  }
  .wd-lg-907 {
    width: 907% !important;
  }
  .wd-lg-908 {
    width: 908% !important;
  }
  .wd-lg-909 {
    width: 909% !important;
  }
  .wd-lg-910 {
    width: 910% !important;
  }
  .wd-lg-911 {
    width: 911% !important;
  }
  .wd-lg-912 {
    width: 912% !important;
  }
  .wd-lg-913 {
    width: 913% !important;
  }
  .wd-lg-914 {
    width: 914% !important;
  }
  .wd-lg-915 {
    width: 915% !important;
  }
  .wd-lg-916 {
    width: 916% !important;
  }
  .wd-lg-917 {
    width: 917% !important;
  }
  .wd-lg-918 {
    width: 918% !important;
  }
  .wd-lg-919 {
    width: 919% !important;
  }
  .wd-lg-920 {
    width: 920% !important;
  }
  .wd-lg-921 {
    width: 921% !important;
  }
  .wd-lg-922 {
    width: 922% !important;
  }
  .wd-lg-923 {
    width: 923% !important;
  }
  .wd-lg-924 {
    width: 924% !important;
  }
  .wd-lg-925 {
    width: 925% !important;
  }
  .wd-lg-926 {
    width: 926% !important;
  }
  .wd-lg-927 {
    width: 927% !important;
  }
  .wd-lg-928 {
    width: 928% !important;
  }
  .wd-lg-929 {
    width: 929% !important;
  }
  .wd-lg-930 {
    width: 930% !important;
  }
  .wd-lg-931 {
    width: 931% !important;
  }
  .wd-lg-932 {
    width: 932% !important;
  }
  .wd-lg-933 {
    width: 933% !important;
  }
  .wd-lg-934 {
    width: 934% !important;
  }
  .wd-lg-935 {
    width: 935% !important;
  }
  .wd-lg-936 {
    width: 936% !important;
  }
  .wd-lg-937 {
    width: 937% !important;
  }
  .wd-lg-938 {
    width: 938% !important;
  }
  .wd-lg-939 {
    width: 939% !important;
  }
  .wd-lg-940 {
    width: 940% !important;
  }
  .wd-lg-941 {
    width: 941% !important;
  }
  .wd-lg-942 {
    width: 942% !important;
  }
  .wd-lg-943 {
    width: 943% !important;
  }
  .wd-lg-944 {
    width: 944% !important;
  }
  .wd-lg-945 {
    width: 945% !important;
  }
  .wd-lg-946 {
    width: 946% !important;
  }
  .wd-lg-947 {
    width: 947% !important;
  }
  .wd-lg-948 {
    width: 948% !important;
  }
  .wd-lg-949 {
    width: 949% !important;
  }
  .wd-lg-950 {
    width: 950% !important;
  }
  .wd-lg-951 {
    width: 951% !important;
  }
  .wd-lg-952 {
    width: 952% !important;
  }
  .wd-lg-953 {
    width: 953% !important;
  }
  .wd-lg-954 {
    width: 954% !important;
  }
  .wd-lg-955 {
    width: 955% !important;
  }
  .wd-lg-956 {
    width: 956% !important;
  }
  .wd-lg-957 {
    width: 957% !important;
  }
  .wd-lg-958 {
    width: 958% !important;
  }
  .wd-lg-959 {
    width: 959% !important;
  }
  .wd-lg-960 {
    width: 960% !important;
  }
  .wd-lg-961 {
    width: 961% !important;
  }
  .wd-lg-962 {
    width: 962% !important;
  }
  .wd-lg-963 {
    width: 963% !important;
  }
  .wd-lg-964 {
    width: 964% !important;
  }
  .wd-lg-965 {
    width: 965% !important;
  }
  .wd-lg-966 {
    width: 966% !important;
  }
  .wd-lg-967 {
    width: 967% !important;
  }
  .wd-lg-968 {
    width: 968% !important;
  }
  .wd-lg-969 {
    width: 969% !important;
  }
  .wd-lg-970 {
    width: 970% !important;
  }
  .wd-lg-971 {
    width: 971% !important;
  }
  .wd-lg-972 {
    width: 972% !important;
  }
  .wd-lg-973 {
    width: 973% !important;
  }
  .wd-lg-974 {
    width: 974% !important;
  }
  .wd-lg-975 {
    width: 975% !important;
  }
  .wd-lg-976 {
    width: 976% !important;
  }
  .wd-lg-977 {
    width: 977% !important;
  }
  .wd-lg-978 {
    width: 978% !important;
  }
  .wd-lg-979 {
    width: 979% !important;
  }
  .wd-lg-980 {
    width: 980% !important;
  }
  .wd-lg-981 {
    width: 981% !important;
  }
  .wd-lg-982 {
    width: 982% !important;
  }
  .wd-lg-983 {
    width: 983% !important;
  }
  .wd-lg-984 {
    width: 984% !important;
  }
  .wd-lg-985 {
    width: 985% !important;
  }
  .wd-lg-986 {
    width: 986% !important;
  }
  .wd-lg-987 {
    width: 987% !important;
  }
  .wd-lg-988 {
    width: 988% !important;
  }
  .wd-lg-989 {
    width: 989% !important;
  }
  .wd-lg-990 {
    width: 990% !important;
  }
  .wd-lg-991 {
    width: 991% !important;
  }
  .wd-lg-992 {
    width: 992% !important;
  }
  .wd-lg-993 {
    width: 993% !important;
  }
  .wd-lg-994 {
    width: 994% !important;
  }
  .wd-lg-995 {
    width: 995% !important;
  }
  .wd-lg-996 {
    width: 996% !important;
  }
  .wd-lg-997 {
    width: 997% !important;
  }
  .wd-lg-998 {
    width: 998% !important;
  }
  .wd-lg-999 {
    width: 999% !important;
  }
  .wd-lg-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1270px) {
  .wd-2g-5 {
    width: 5% !important;
  }
  .wd-2g-10 {
    width: 10% !important;
  }
  .wd-2g-11 {
    width: 11% !important;
  }
  .wd-2g-12 {
    width: 12% !important;
  }
  .wd-2g-13 {
    width: 13% !important;
  }
  .wd-2g-14 {
    width: 14% !important;
  }
  .wd-2g-15 {
    width: 15% !important;
  }
  .wd-2g-16 {
    width: 16% !important;
  }
  .wd-2g-17 {
    width: 17% !important;
  }
  .wd-2g-18 {
    width: 18% !important;
  }
  .wd-2g-19 {
    width: 19% !important;
  }
  .wd-2g-20 {
    width: 20% !important;
  }
  .wd-2g-21 {
    width: 21% !important;
  }
  .wd-2g-22 {
    width: 22% !important;
  }
  .wd-2g-23 {
    width: 23% !important;
  }
  .wd-2g-24 {
    width: 24% !important;
  }
  .wd-2g-25 {
    width: 25% !important;
  }
  .wd-2g-26 {
    width: 26% !important;
  }
  .wd-2g-27 {
    width: 27% !important;
  }
  .wd-2g-28 {
    width: 28% !important;
  }
  .wd-2g-29 {
    width: 29% !important;
  }
  .wd-2g-30 {
    width: 30% !important;
  }
  .wd-2g-31 {
    width: 31% !important;
  }
  .wd-2g-32 {
    width: 32% !important;
  }
  .wd-2g-33 {
    width: 33% !important;
  }
  .wd-2g-34 {
    width: 34% !important;
  }
  .wd-2g-35 {
    width: 35% !important;
  }
  .wd-2g-36 {
    width: 36% !important;
  }
  .wd-2g-37 {
    width: 37% !important;
  }
  .wd-2g-38 {
    width: 38% !important;
  }
  .wd-2g-39 {
    width: 39% !important;
  }
  .wd-2g-40 {
    width: 40% !important;
  }
  .wd-2g-41 {
    width: 41% !important;
  }
  .wd-2g-42 {
    width: 42% !important;
  }
  .wd-2g-43 {
    width: 43% !important;
  }
  .wd-2g-44 {
    width: 44% !important;
  }
  .wd-2g-45 {
    width: 45% !important;
  }
  .wd-2g-46 {
    width: 46% !important;
  }
  .wd-2g-47 {
    width: 47% !important;
  }
  .wd-2g-48 {
    width: 48% !important;
  }
  .wd-2g-49 {
    width: 49% !important;
  }
  .wd-2g-50 {
    width: 50% !important;
  }
  .wd-2g-51 {
    width: 51% !important;
  }
  .wd-2g-52 {
    width: 52% !important;
  }
  .wd-2g-53 {
    width: 53% !important;
  }
  .wd-2g-54 {
    width: 54% !important;
  }
  .wd-2g-55 {
    width: 55% !important;
  }
  .wd-2g-56 {
    width: 56% !important;
  }
  .wd-2g-57 {
    width: 57% !important;
  }
  .wd-2g-58 {
    width: 58% !important;
  }
  .wd-2g-59 {
    width: 59% !important;
  }
  .wd-2g-60 {
    width: 60% !important;
  }
  .wd-2g-61 {
    width: 61% !important;
  }
  .wd-2g-62 {
    width: 62% !important;
  }
  .wd-2g-63 {
    width: 63% !important;
  }
  .wd-2g-64 {
    width: 64% !important;
  }
  .wd-2g-65 {
    width: 65% !important;
  }
  .wd-2g-66 {
    width: 66% !important;
  }
  .wd-2g-67 {
    width: 67% !important;
  }
  .wd-2g-68 {
    width: 68% !important;
  }
  .wd-2g-69 {
    width: 69% !important;
  }
  .wd-2g-70 {
    width: 70% !important;
  }
  .wd-2g-71 {
    width: 71% !important;
  }
  .wd-2g-72 {
    width: 72% !important;
  }
  .wd-2g-73 {
    width: 73% !important;
  }
  .wd-2g-74 {
    width: 74% !important;
  }
  .wd-2g-75 {
    width: 75% !important;
  }
  .wd-2g-76 {
    width: 76% !important;
  }
  .wd-2g-77 {
    width: 77% !important;
  }
  .wd-2g-78 {
    width: 78% !important;
  }
  .wd-2g-79 {
    width: 79% !important;
  }
  .wd-2g-80 {
    width: 80% !important;
  }
  .wd-2g-81 {
    width: 81% !important;
  }
  .wd-2g-82 {
    width: 82% !important;
  }
  .wd-2g-83 {
    width: 83% !important;
  }
  .wd-2g-84 {
    width: 84% !important;
  }
  .wd-2g-85 {
    width: 85% !important;
  }
  .wd-2g-86 {
    width: 86% !important;
  }
  .wd-2g-87 {
    width: 87% !important;
  }
  .wd-2g-88 {
    width: 88% !important;
  }
  .wd-2g-89 {
    width: 89% !important;
  }
  .wd-2g-90 {
    width: 90% !important;
  }
  .wd-2g-91 {
    width: 91% !important;
  }
  .wd-2g-92 {
    width: 92% !important;
  }
  .wd-2g-93 {
    width: 93% !important;
  }
  .wd-2g-94 {
    width: 94% !important;
  }
  .wd-2g-95 {
    width: 95% !important;
  }
  .wd-2g-96 {
    width: 96% !important;
  }
  .wd-2g-97 {
    width: 97% !important;
  }
  .wd-2g-98 {
    width: 98% !important;
  }
  .wd-2g-99 {
    width: 99% !important;
  }
  .wd-2g-100 {
    width: 100% !important;
  }
  .wd-2g-101 {
    width: 101% !important;
  }
  .wd-2g-102 {
    width: 102% !important;
  }
  .wd-2g-103 {
    width: 103% !important;
  }
  .wd-2g-104 {
    width: 104% !important;
  }
  .wd-2g-105 {
    width: 105% !important;
  }
  .wd-2g-106 {
    width: 106% !important;
  }
  .wd-2g-107 {
    width: 107% !important;
  }
  .wd-2g-108 {
    width: 108% !important;
  }
  .wd-2g-109 {
    width: 109% !important;
  }
  .wd-2g-110 {
    width: 110% !important;
  }
  .wd-2g-111 {
    width: 111% !important;
  }
  .wd-2g-112 {
    width: 112% !important;
  }
  .wd-2g-113 {
    width: 113% !important;
  }
  .wd-2g-114 {
    width: 114% !important;
  }
  .wd-2g-115 {
    width: 115% !important;
  }
  .wd-2g-116 {
    width: 116% !important;
  }
  .wd-2g-117 {
    width: 117% !important;
  }
  .wd-2g-118 {
    width: 118% !important;
  }
  .wd-2g-119 {
    width: 119% !important;
  }
  .wd-2g-120 {
    width: 120% !important;
  }
  .wd-2g-121 {
    width: 121% !important;
  }
  .wd-2g-122 {
    width: 122% !important;
  }
  .wd-2g-123 {
    width: 123% !important;
  }
  .wd-2g-124 {
    width: 124% !important;
  }
  .wd-2g-125 {
    width: 125% !important;
  }
  .wd-2g-126 {
    width: 126% !important;
  }
  .wd-2g-127 {
    width: 127% !important;
  }
  .wd-2g-128 {
    width: 128% !important;
  }
  .wd-2g-129 {
    width: 129% !important;
  }
  .wd-2g-130 {
    width: 130% !important;
  }
  .wd-2g-131 {
    width: 131% !important;
  }
  .wd-2g-132 {
    width: 132% !important;
  }
  .wd-2g-133 {
    width: 133% !important;
  }
  .wd-2g-134 {
    width: 134% !important;
  }
  .wd-2g-135 {
    width: 135% !important;
  }
  .wd-2g-136 {
    width: 136% !important;
  }
  .wd-2g-137 {
    width: 137% !important;
  }
  .wd-2g-138 {
    width: 138% !important;
  }
  .wd-2g-139 {
    width: 139% !important;
  }
  .wd-2g-140 {
    width: 140% !important;
  }
  .wd-2g-141 {
    width: 141% !important;
  }
  .wd-2g-142 {
    width: 142% !important;
  }
  .wd-2g-143 {
    width: 143% !important;
  }
  .wd-2g-144 {
    width: 144% !important;
  }
  .wd-2g-145 {
    width: 145% !important;
  }
  .wd-2g-146 {
    width: 146% !important;
  }
  .wd-2g-147 {
    width: 147% !important;
  }
  .wd-2g-148 {
    width: 148% !important;
  }
  .wd-2g-149 {
    width: 149% !important;
  }
  .wd-2g-150 {
    width: 150% !important;
  }
  .wd-2g-151 {
    width: 151% !important;
  }
  .wd-2g-152 {
    width: 152% !important;
  }
  .wd-2g-153 {
    width: 153% !important;
  }
  .wd-2g-154 {
    width: 154% !important;
  }
  .wd-2g-155 {
    width: 155% !important;
  }
  .wd-2g-156 {
    width: 156% !important;
  }
  .wd-2g-157 {
    width: 157% !important;
  }
  .wd-2g-158 {
    width: 158% !important;
  }
  .wd-2g-159 {
    width: 159% !important;
  }
  .wd-2g-160 {
    width: 160% !important;
  }
  .wd-2g-161 {
    width: 161% !important;
  }
  .wd-2g-162 {
    width: 162% !important;
  }
  .wd-2g-163 {
    width: 163% !important;
  }
  .wd-2g-164 {
    width: 164% !important;
  }
  .wd-2g-165 {
    width: 165% !important;
  }
  .wd-2g-166 {
    width: 166% !important;
  }
  .wd-2g-167 {
    width: 167% !important;
  }
  .wd-2g-168 {
    width: 168% !important;
  }
  .wd-2g-169 {
    width: 169% !important;
  }
  .wd-2g-170 {
    width: 170% !important;
  }
  .wd-2g-171 {
    width: 171% !important;
  }
  .wd-2g-172 {
    width: 172% !important;
  }
  .wd-2g-173 {
    width: 173% !important;
  }
  .wd-2g-174 {
    width: 174% !important;
  }
  .wd-2g-175 {
    width: 175% !important;
  }
  .wd-2g-176 {
    width: 176% !important;
  }
  .wd-2g-177 {
    width: 177% !important;
  }
  .wd-2g-178 {
    width: 178% !important;
  }
  .wd-2g-179 {
    width: 179% !important;
  }
  .wd-2g-180 {
    width: 180% !important;
  }
  .wd-2g-181 {
    width: 181% !important;
  }
  .wd-2g-182 {
    width: 182% !important;
  }
  .wd-2g-183 {
    width: 183% !important;
  }
  .wd-2g-184 {
    width: 184% !important;
  }
  .wd-2g-185 {
    width: 185% !important;
  }
  .wd-2g-186 {
    width: 186% !important;
  }
  .wd-2g-187 {
    width: 187% !important;
  }
  .wd-2g-188 {
    width: 188% !important;
  }
  .wd-2g-189 {
    width: 189% !important;
  }
  .wd-2g-190 {
    width: 190% !important;
  }
  .wd-2g-191 {
    width: 191% !important;
  }
  .wd-2g-192 {
    width: 192% !important;
  }
  .wd-2g-193 {
    width: 193% !important;
  }
  .wd-2g-194 {
    width: 194% !important;
  }
  .wd-2g-195 {
    width: 195% !important;
  }
  .wd-2g-196 {
    width: 196% !important;
  }
  .wd-2g-197 {
    width: 197% !important;
  }
  .wd-2g-198 {
    width: 198% !important;
  }
  .wd-2g-199 {
    width: 199% !important;
  }
  .wd-2g-200 {
    width: 200% !important;
  }
  .wd-2g-201 {
    width: 201% !important;
  }
  .wd-2g-202 {
    width: 202% !important;
  }
  .wd-2g-203 {
    width: 203% !important;
  }
  .wd-2g-204 {
    width: 204% !important;
  }
  .wd-2g-205 {
    width: 205% !important;
  }
  .wd-2g-206 {
    width: 206% !important;
  }
  .wd-2g-207 {
    width: 207% !important;
  }
  .wd-2g-208 {
    width: 208% !important;
  }
  .wd-2g-209 {
    width: 209% !important;
  }
  .wd-2g-210 {
    width: 210% !important;
  }
  .wd-2g-211 {
    width: 211% !important;
  }
  .wd-2g-212 {
    width: 212% !important;
  }
  .wd-2g-213 {
    width: 213% !important;
  }
  .wd-2g-214 {
    width: 214% !important;
  }
  .wd-2g-215 {
    width: 215% !important;
  }
  .wd-2g-216 {
    width: 216% !important;
  }
  .wd-2g-217 {
    width: 217% !important;
  }
  .wd-2g-218 {
    width: 218% !important;
  }
  .wd-2g-219 {
    width: 219% !important;
  }
  .wd-2g-220 {
    width: 220% !important;
  }
  .wd-2g-221 {
    width: 221% !important;
  }
  .wd-2g-222 {
    width: 222% !important;
  }
  .wd-2g-223 {
    width: 223% !important;
  }
  .wd-2g-224 {
    width: 224% !important;
  }
  .wd-2g-225 {
    width: 225% !important;
  }
  .wd-2g-226 {
    width: 226% !important;
  }
  .wd-2g-227 {
    width: 227% !important;
  }
  .wd-2g-228 {
    width: 228% !important;
  }
  .wd-2g-229 {
    width: 229% !important;
  }
  .wd-2g-230 {
    width: 230% !important;
  }
  .wd-2g-231 {
    width: 231% !important;
  }
  .wd-2g-232 {
    width: 232% !important;
  }
  .wd-2g-233 {
    width: 233% !important;
  }
  .wd-2g-234 {
    width: 234% !important;
  }
  .wd-2g-235 {
    width: 235% !important;
  }
  .wd-2g-236 {
    width: 236% !important;
  }
  .wd-2g-237 {
    width: 237% !important;
  }
  .wd-2g-238 {
    width: 238% !important;
  }
  .wd-2g-239 {
    width: 239% !important;
  }
  .wd-2g-240 {
    width: 240% !important;
  }
  .wd-2g-241 {
    width: 241% !important;
  }
  .wd-2g-242 {
    width: 242% !important;
  }
  .wd-2g-243 {
    width: 243% !important;
  }
  .wd-2g-244 {
    width: 244% !important;
  }
  .wd-2g-245 {
    width: 245% !important;
  }
  .wd-2g-246 {
    width: 246% !important;
  }
  .wd-2g-247 {
    width: 247% !important;
  }
  .wd-2g-248 {
    width: 248% !important;
  }
  .wd-2g-249 {
    width: 249% !important;
  }
  .wd-2g-250 {
    width: 250% !important;
  }
  .wd-2g-251 {
    width: 251% !important;
  }
  .wd-2g-252 {
    width: 252% !important;
  }
  .wd-2g-253 {
    width: 253% !important;
  }
  .wd-2g-254 {
    width: 254% !important;
  }
  .wd-2g-255 {
    width: 255% !important;
  }
  .wd-2g-256 {
    width: 256% !important;
  }
  .wd-2g-257 {
    width: 257% !important;
  }
  .wd-2g-258 {
    width: 258% !important;
  }
  .wd-2g-259 {
    width: 259% !important;
  }
  .wd-2g-260 {
    width: 260% !important;
  }
  .wd-2g-261 {
    width: 261% !important;
  }
  .wd-2g-262 {
    width: 262% !important;
  }
  .wd-2g-263 {
    width: 263% !important;
  }
  .wd-2g-264 {
    width: 264% !important;
  }
  .wd-2g-265 {
    width: 265% !important;
  }
  .wd-2g-266 {
    width: 266% !important;
  }
  .wd-2g-267 {
    width: 267% !important;
  }
  .wd-2g-268 {
    width: 268% !important;
  }
  .wd-2g-269 {
    width: 269% !important;
  }
  .wd-2g-270 {
    width: 270% !important;
  }
  .wd-2g-271 {
    width: 271% !important;
  }
  .wd-2g-272 {
    width: 272% !important;
  }
  .wd-2g-273 {
    width: 273% !important;
  }
  .wd-2g-274 {
    width: 274% !important;
  }
  .wd-2g-275 {
    width: 275% !important;
  }
  .wd-2g-276 {
    width: 276% !important;
  }
  .wd-2g-277 {
    width: 277% !important;
  }
  .wd-2g-278 {
    width: 278% !important;
  }
  .wd-2g-279 {
    width: 279% !important;
  }
  .wd-2g-280 {
    width: 280% !important;
  }
  .wd-2g-281 {
    width: 281% !important;
  }
  .wd-2g-282 {
    width: 282% !important;
  }
  .wd-2g-283 {
    width: 283% !important;
  }
  .wd-2g-284 {
    width: 284% !important;
  }
  .wd-2g-285 {
    width: 285% !important;
  }
  .wd-2g-286 {
    width: 286% !important;
  }
  .wd-2g-287 {
    width: 287% !important;
  }
  .wd-2g-288 {
    width: 288% !important;
  }
  .wd-2g-289 {
    width: 289% !important;
  }
  .wd-2g-290 {
    width: 290% !important;
  }
  .wd-2g-291 {
    width: 291% !important;
  }
  .wd-2g-292 {
    width: 292% !important;
  }
  .wd-2g-293 {
    width: 293% !important;
  }
  .wd-2g-294 {
    width: 294% !important;
  }
  .wd-2g-295 {
    width: 295% !important;
  }
  .wd-2g-296 {
    width: 296% !important;
  }
  .wd-2g-297 {
    width: 297% !important;
  }
  .wd-2g-298 {
    width: 298% !important;
  }
  .wd-2g-299 {
    width: 299% !important;
  }
  .wd-2g-300 {
    width: 300% !important;
  }
  .wd-2g-301 {
    width: 301% !important;
  }
  .wd-2g-302 {
    width: 302% !important;
  }
  .wd-2g-303 {
    width: 303% !important;
  }
  .wd-2g-304 {
    width: 304% !important;
  }
  .wd-2g-305 {
    width: 305% !important;
  }
  .wd-2g-306 {
    width: 306% !important;
  }
  .wd-2g-307 {
    width: 307% !important;
  }
  .wd-2g-308 {
    width: 308% !important;
  }
  .wd-2g-309 {
    width: 309% !important;
  }
  .wd-2g-310 {
    width: 310% !important;
  }
  .wd-2g-311 {
    width: 311% !important;
  }
  .wd-2g-312 {
    width: 312% !important;
  }
  .wd-2g-313 {
    width: 313% !important;
  }
  .wd-2g-314 {
    width: 314% !important;
  }
  .wd-2g-315 {
    width: 315% !important;
  }
  .wd-2g-316 {
    width: 316% !important;
  }
  .wd-2g-317 {
    width: 317% !important;
  }
  .wd-2g-318 {
    width: 318% !important;
  }
  .wd-2g-319 {
    width: 319% !important;
  }
  .wd-2g-320 {
    width: 320% !important;
  }
  .wd-2g-321 {
    width: 321% !important;
  }
  .wd-2g-322 {
    width: 322% !important;
  }
  .wd-2g-323 {
    width: 323% !important;
  }
  .wd-2g-324 {
    width: 324% !important;
  }
  .wd-2g-325 {
    width: 325% !important;
  }
  .wd-2g-326 {
    width: 326% !important;
  }
  .wd-2g-327 {
    width: 327% !important;
  }
  .wd-2g-328 {
    width: 328% !important;
  }
  .wd-2g-329 {
    width: 329% !important;
  }
  .wd-2g-330 {
    width: 330% !important;
  }
  .wd-2g-331 {
    width: 331% !important;
  }
  .wd-2g-332 {
    width: 332% !important;
  }
  .wd-2g-333 {
    width: 333% !important;
  }
  .wd-2g-334 {
    width: 334% !important;
  }
  .wd-2g-335 {
    width: 335% !important;
  }
  .wd-2g-336 {
    width: 336% !important;
  }
  .wd-2g-337 {
    width: 337% !important;
  }
  .wd-2g-338 {
    width: 338% !important;
  }
  .wd-2g-339 {
    width: 339% !important;
  }
  .wd-2g-340 {
    width: 340% !important;
  }
  .wd-2g-341 {
    width: 341% !important;
  }
  .wd-2g-342 {
    width: 342% !important;
  }
  .wd-2g-343 {
    width: 343% !important;
  }
  .wd-2g-344 {
    width: 344% !important;
  }
  .wd-2g-345 {
    width: 345% !important;
  }
  .wd-2g-346 {
    width: 346% !important;
  }
  .wd-2g-347 {
    width: 347% !important;
  }
  .wd-2g-348 {
    width: 348% !important;
  }
  .wd-2g-349 {
    width: 349% !important;
  }
  .wd-2g-350 {
    width: 350% !important;
  }
  .wd-2g-351 {
    width: 351% !important;
  }
  .wd-2g-352 {
    width: 352% !important;
  }
  .wd-2g-353 {
    width: 353% !important;
  }
  .wd-2g-354 {
    width: 354% !important;
  }
  .wd-2g-355 {
    width: 355% !important;
  }
  .wd-2g-356 {
    width: 356% !important;
  }
  .wd-2g-357 {
    width: 357% !important;
  }
  .wd-2g-358 {
    width: 358% !important;
  }
  .wd-2g-359 {
    width: 359% !important;
  }
  .wd-2g-360 {
    width: 360% !important;
  }
  .wd-2g-361 {
    width: 361% !important;
  }
  .wd-2g-362 {
    width: 362% !important;
  }
  .wd-2g-363 {
    width: 363% !important;
  }
  .wd-2g-364 {
    width: 364% !important;
  }
  .wd-2g-365 {
    width: 365% !important;
  }
  .wd-2g-366 {
    width: 366% !important;
  }
  .wd-2g-367 {
    width: 367% !important;
  }
  .wd-2g-368 {
    width: 368% !important;
  }
  .wd-2g-369 {
    width: 369% !important;
  }
  .wd-2g-370 {
    width: 370% !important;
  }
  .wd-2g-371 {
    width: 371% !important;
  }
  .wd-2g-372 {
    width: 372% !important;
  }
  .wd-2g-373 {
    width: 373% !important;
  }
  .wd-2g-374 {
    width: 374% !important;
  }
  .wd-2g-375 {
    width: 375% !important;
  }
  .wd-2g-376 {
    width: 376% !important;
  }
  .wd-2g-377 {
    width: 377% !important;
  }
  .wd-2g-378 {
    width: 378% !important;
  }
  .wd-2g-379 {
    width: 379% !important;
  }
  .wd-2g-380 {
    width: 380% !important;
  }
  .wd-2g-381 {
    width: 381% !important;
  }
  .wd-2g-382 {
    width: 382% !important;
  }
  .wd-2g-383 {
    width: 383% !important;
  }
  .wd-2g-384 {
    width: 384% !important;
  }
  .wd-2g-385 {
    width: 385% !important;
  }
  .wd-2g-386 {
    width: 386% !important;
  }
  .wd-2g-387 {
    width: 387% !important;
  }
  .wd-2g-388 {
    width: 388% !important;
  }
  .wd-2g-389 {
    width: 389% !important;
  }
  .wd-2g-390 {
    width: 390% !important;
  }
  .wd-2g-391 {
    width: 391% !important;
  }
  .wd-2g-392 {
    width: 392% !important;
  }
  .wd-2g-393 {
    width: 393% !important;
  }
  .wd-2g-394 {
    width: 394% !important;
  }
  .wd-2g-395 {
    width: 395% !important;
  }
  .wd-2g-396 {
    width: 396% !important;
  }
  .wd-2g-397 {
    width: 397% !important;
  }
  .wd-2g-398 {
    width: 398% !important;
  }
  .wd-2g-399 {
    width: 399% !important;
  }
  .wd-2g-400 {
    width: 400% !important;
  }
  .wd-2g-401 {
    width: 401% !important;
  }
  .wd-2g-402 {
    width: 402% !important;
  }
  .wd-2g-403 {
    width: 403% !important;
  }
  .wd-2g-404 {
    width: 404% !important;
  }
  .wd-2g-405 {
    width: 405% !important;
  }
  .wd-2g-406 {
    width: 406% !important;
  }
  .wd-2g-407 {
    width: 407% !important;
  }
  .wd-2g-408 {
    width: 408% !important;
  }
  .wd-2g-409 {
    width: 409% !important;
  }
  .wd-2g-410 {
    width: 410% !important;
  }
  .wd-2g-411 {
    width: 411% !important;
  }
  .wd-2g-412 {
    width: 412% !important;
  }
  .wd-2g-413 {
    width: 413% !important;
  }
  .wd-2g-414 {
    width: 414% !important;
  }
  .wd-2g-415 {
    width: 415% !important;
  }
  .wd-2g-416 {
    width: 416% !important;
  }
  .wd-2g-417 {
    width: 417% !important;
  }
  .wd-2g-418 {
    width: 418% !important;
  }
  .wd-2g-419 {
    width: 419% !important;
  }
  .wd-2g-420 {
    width: 420% !important;
  }
  .wd-2g-421 {
    width: 421% !important;
  }
  .wd-2g-422 {
    width: 422% !important;
  }
  .wd-2g-423 {
    width: 423% !important;
  }
  .wd-2g-424 {
    width: 424% !important;
  }
  .wd-2g-425 {
    width: 425% !important;
  }
  .wd-2g-426 {
    width: 426% !important;
  }
  .wd-2g-427 {
    width: 427% !important;
  }
  .wd-2g-428 {
    width: 428% !important;
  }
  .wd-2g-429 {
    width: 429% !important;
  }
  .wd-2g-430 {
    width: 430% !important;
  }
  .wd-2g-431 {
    width: 431% !important;
  }
  .wd-2g-432 {
    width: 432% !important;
  }
  .wd-2g-433 {
    width: 433% !important;
  }
  .wd-2g-434 {
    width: 434% !important;
  }
  .wd-2g-435 {
    width: 435% !important;
  }
  .wd-2g-436 {
    width: 436% !important;
  }
  .wd-2g-437 {
    width: 437% !important;
  }
  .wd-2g-438 {
    width: 438% !important;
  }
  .wd-2g-439 {
    width: 439% !important;
  }
  .wd-2g-440 {
    width: 440% !important;
  }
  .wd-2g-441 {
    width: 441% !important;
  }
  .wd-2g-442 {
    width: 442% !important;
  }
  .wd-2g-443 {
    width: 443% !important;
  }
  .wd-2g-444 {
    width: 444% !important;
  }
  .wd-2g-445 {
    width: 445% !important;
  }
  .wd-2g-446 {
    width: 446% !important;
  }
  .wd-2g-447 {
    width: 447% !important;
  }
  .wd-2g-448 {
    width: 448% !important;
  }
  .wd-2g-449 {
    width: 449% !important;
  }
  .wd-2g-450 {
    width: 450% !important;
  }
  .wd-2g-451 {
    width: 451% !important;
  }
  .wd-2g-452 {
    width: 452% !important;
  }
  .wd-2g-453 {
    width: 453% !important;
  }
  .wd-2g-454 {
    width: 454% !important;
  }
  .wd-2g-455 {
    width: 455% !important;
  }
  .wd-2g-456 {
    width: 456% !important;
  }
  .wd-2g-457 {
    width: 457% !important;
  }
  .wd-2g-458 {
    width: 458% !important;
  }
  .wd-2g-459 {
    width: 459% !important;
  }
  .wd-2g-460 {
    width: 460% !important;
  }
  .wd-2g-461 {
    width: 461% !important;
  }
  .wd-2g-462 {
    width: 462% !important;
  }
  .wd-2g-463 {
    width: 463% !important;
  }
  .wd-2g-464 {
    width: 464% !important;
  }
  .wd-2g-465 {
    width: 465% !important;
  }
  .wd-2g-466 {
    width: 466% !important;
  }
  .wd-2g-467 {
    width: 467% !important;
  }
  .wd-2g-468 {
    width: 468% !important;
  }
  .wd-2g-469 {
    width: 469% !important;
  }
  .wd-2g-470 {
    width: 470% !important;
  }
  .wd-2g-471 {
    width: 471% !important;
  }
  .wd-2g-472 {
    width: 472% !important;
  }
  .wd-2g-473 {
    width: 473% !important;
  }
  .wd-2g-474 {
    width: 474% !important;
  }
  .wd-2g-475 {
    width: 475% !important;
  }
  .wd-2g-476 {
    width: 476% !important;
  }
  .wd-2g-477 {
    width: 477% !important;
  }
  .wd-2g-478 {
    width: 478% !important;
  }
  .wd-2g-479 {
    width: 479% !important;
  }
  .wd-2g-480 {
    width: 480% !important;
  }
  .wd-2g-481 {
    width: 481% !important;
  }
  .wd-2g-482 {
    width: 482% !important;
  }
  .wd-2g-483 {
    width: 483% !important;
  }
  .wd-2g-484 {
    width: 484% !important;
  }
  .wd-2g-485 {
    width: 485% !important;
  }
  .wd-2g-486 {
    width: 486% !important;
  }
  .wd-2g-487 {
    width: 487% !important;
  }
  .wd-2g-488 {
    width: 488% !important;
  }
  .wd-2g-489 {
    width: 489% !important;
  }
  .wd-2g-490 {
    width: 490% !important;
  }
  .wd-2g-491 {
    width: 491% !important;
  }
  .wd-2g-492 {
    width: 492% !important;
  }
  .wd-2g-493 {
    width: 493% !important;
  }
  .wd-2g-494 {
    width: 494% !important;
  }
  .wd-2g-495 {
    width: 495% !important;
  }
  .wd-2g-496 {
    width: 496% !important;
  }
  .wd-2g-497 {
    width: 497% !important;
  }
  .wd-2g-498 {
    width: 498% !important;
  }
  .wd-2g-499 {
    width: 499% !important;
  }
  .wd-2g-500 {
    width: 500% !important;
  }
  .wd-2g-501 {
    width: 501% !important;
  }
  .wd-2g-502 {
    width: 502% !important;
  }
  .wd-2g-503 {
    width: 503% !important;
  }
  .wd-2g-504 {
    width: 504% !important;
  }
  .wd-2g-505 {
    width: 505% !important;
  }
  .wd-2g-506 {
    width: 506% !important;
  }
  .wd-2g-507 {
    width: 507% !important;
  }
  .wd-2g-508 {
    width: 508% !important;
  }
  .wd-2g-509 {
    width: 509% !important;
  }
  .wd-2g-510 {
    width: 510% !important;
  }
  .wd-2g-511 {
    width: 511% !important;
  }
  .wd-2g-512 {
    width: 512% !important;
  }
  .wd-2g-513 {
    width: 513% !important;
  }
  .wd-2g-514 {
    width: 514% !important;
  }
  .wd-2g-515 {
    width: 515% !important;
  }
  .wd-2g-516 {
    width: 516% !important;
  }
  .wd-2g-517 {
    width: 517% !important;
  }
  .wd-2g-518 {
    width: 518% !important;
  }
  .wd-2g-519 {
    width: 519% !important;
  }
  .wd-2g-520 {
    width: 520% !important;
  }
  .wd-2g-521 {
    width: 521% !important;
  }
  .wd-2g-522 {
    width: 522% !important;
  }
  .wd-2g-523 {
    width: 523% !important;
  }
  .wd-2g-524 {
    width: 524% !important;
  }
  .wd-2g-525 {
    width: 525% !important;
  }
  .wd-2g-526 {
    width: 526% !important;
  }
  .wd-2g-527 {
    width: 527% !important;
  }
  .wd-2g-528 {
    width: 528% !important;
  }
  .wd-2g-529 {
    width: 529% !important;
  }
  .wd-2g-530 {
    width: 530% !important;
  }
  .wd-2g-531 {
    width: 531% !important;
  }
  .wd-2g-532 {
    width: 532% !important;
  }
  .wd-2g-533 {
    width: 533% !important;
  }
  .wd-2g-534 {
    width: 534% !important;
  }
  .wd-2g-535 {
    width: 535% !important;
  }
  .wd-2g-536 {
    width: 536% !important;
  }
  .wd-2g-537 {
    width: 537% !important;
  }
  .wd-2g-538 {
    width: 538% !important;
  }
  .wd-2g-539 {
    width: 539% !important;
  }
  .wd-2g-540 {
    width: 540% !important;
  }
  .wd-2g-541 {
    width: 541% !important;
  }
  .wd-2g-542 {
    width: 542% !important;
  }
  .wd-2g-543 {
    width: 543% !important;
  }
  .wd-2g-544 {
    width: 544% !important;
  }
  .wd-2g-545 {
    width: 545% !important;
  }
  .wd-2g-546 {
    width: 546% !important;
  }
  .wd-2g-547 {
    width: 547% !important;
  }
  .wd-2g-548 {
    width: 548% !important;
  }
  .wd-2g-549 {
    width: 549% !important;
  }
  .wd-2g-550 {
    width: 550% !important;
  }
  .wd-2g-551 {
    width: 551% !important;
  }
  .wd-2g-552 {
    width: 552% !important;
  }
  .wd-2g-553 {
    width: 553% !important;
  }
  .wd-2g-554 {
    width: 554% !important;
  }
  .wd-2g-555 {
    width: 555% !important;
  }
  .wd-2g-556 {
    width: 556% !important;
  }
  .wd-2g-557 {
    width: 557% !important;
  }
  .wd-2g-558 {
    width: 558% !important;
  }
  .wd-2g-559 {
    width: 559% !important;
  }
  .wd-2g-560 {
    width: 560% !important;
  }
  .wd-2g-561 {
    width: 561% !important;
  }
  .wd-2g-562 {
    width: 562% !important;
  }
  .wd-2g-563 {
    width: 563% !important;
  }
  .wd-2g-564 {
    width: 564% !important;
  }
  .wd-2g-565 {
    width: 565% !important;
  }
  .wd-2g-566 {
    width: 566% !important;
  }
  .wd-2g-567 {
    width: 567% !important;
  }
  .wd-2g-568 {
    width: 568% !important;
  }
  .wd-2g-569 {
    width: 569% !important;
  }
  .wd-2g-570 {
    width: 570% !important;
  }
  .wd-2g-571 {
    width: 571% !important;
  }
  .wd-2g-572 {
    width: 572% !important;
  }
  .wd-2g-573 {
    width: 573% !important;
  }
  .wd-2g-574 {
    width: 574% !important;
  }
  .wd-2g-575 {
    width: 575% !important;
  }
  .wd-2g-576 {
    width: 576% !important;
  }
  .wd-2g-577 {
    width: 577% !important;
  }
  .wd-2g-578 {
    width: 578% !important;
  }
  .wd-2g-579 {
    width: 579% !important;
  }
  .wd-2g-580 {
    width: 580% !important;
  }
  .wd-2g-581 {
    width: 581% !important;
  }
  .wd-2g-582 {
    width: 582% !important;
  }
  .wd-2g-583 {
    width: 583% !important;
  }
  .wd-2g-584 {
    width: 584% !important;
  }
  .wd-2g-585 {
    width: 585% !important;
  }
  .wd-2g-586 {
    width: 586% !important;
  }
  .wd-2g-587 {
    width: 587% !important;
  }
  .wd-2g-588 {
    width: 588% !important;
  }
  .wd-2g-589 {
    width: 589% !important;
  }
  .wd-2g-590 {
    width: 590% !important;
  }
  .wd-2g-591 {
    width: 591% !important;
  }
  .wd-2g-592 {
    width: 592% !important;
  }
  .wd-2g-593 {
    width: 593% !important;
  }
  .wd-2g-594 {
    width: 594% !important;
  }
  .wd-2g-595 {
    width: 595% !important;
  }
  .wd-2g-596 {
    width: 596% !important;
  }
  .wd-2g-597 {
    width: 597% !important;
  }
  .wd-2g-598 {
    width: 598% !important;
  }
  .wd-2g-599 {
    width: 599% !important;
  }
  .wd-2g-600 {
    width: 600% !important;
  }
  .wd-2g-601 {
    width: 601% !important;
  }
  .wd-2g-602 {
    width: 602% !important;
  }
  .wd-2g-603 {
    width: 603% !important;
  }
  .wd-2g-604 {
    width: 604% !important;
  }
  .wd-2g-605 {
    width: 605% !important;
  }
  .wd-2g-606 {
    width: 606% !important;
  }
  .wd-2g-607 {
    width: 607% !important;
  }
  .wd-2g-608 {
    width: 608% !important;
  }
  .wd-2g-609 {
    width: 609% !important;
  }
  .wd-2g-610 {
    width: 610% !important;
  }
  .wd-2g-611 {
    width: 611% !important;
  }
  .wd-2g-612 {
    width: 612% !important;
  }
  .wd-2g-613 {
    width: 613% !important;
  }
  .wd-2g-614 {
    width: 614% !important;
  }
  .wd-2g-615 {
    width: 615% !important;
  }
  .wd-2g-616 {
    width: 616% !important;
  }
  .wd-2g-617 {
    width: 617% !important;
  }
  .wd-2g-618 {
    width: 618% !important;
  }
  .wd-2g-619 {
    width: 619% !important;
  }
  .wd-2g-620 {
    width: 620% !important;
  }
  .wd-2g-621 {
    width: 621% !important;
  }
  .wd-2g-622 {
    width: 622% !important;
  }
  .wd-2g-623 {
    width: 623% !important;
  }
  .wd-2g-624 {
    width: 624% !important;
  }
  .wd-2g-625 {
    width: 625% !important;
  }
  .wd-2g-626 {
    width: 626% !important;
  }
  .wd-2g-627 {
    width: 627% !important;
  }
  .wd-2g-628 {
    width: 628% !important;
  }
  .wd-2g-629 {
    width: 629% !important;
  }
  .wd-2g-630 {
    width: 630% !important;
  }
  .wd-2g-631 {
    width: 631% !important;
  }
  .wd-2g-632 {
    width: 632% !important;
  }
  .wd-2g-633 {
    width: 633% !important;
  }
  .wd-2g-634 {
    width: 634% !important;
  }
  .wd-2g-635 {
    width: 635% !important;
  }
  .wd-2g-636 {
    width: 636% !important;
  }
  .wd-2g-637 {
    width: 637% !important;
  }
  .wd-2g-638 {
    width: 638% !important;
  }
  .wd-2g-639 {
    width: 639% !important;
  }
  .wd-2g-640 {
    width: 640% !important;
  }
  .wd-2g-641 {
    width: 641% !important;
  }
  .wd-2g-642 {
    width: 642% !important;
  }
  .wd-2g-643 {
    width: 643% !important;
  }
  .wd-2g-644 {
    width: 644% !important;
  }
  .wd-2g-645 {
    width: 645% !important;
  }
  .wd-2g-646 {
    width: 646% !important;
  }
  .wd-2g-647 {
    width: 647% !important;
  }
  .wd-2g-648 {
    width: 648% !important;
  }
  .wd-2g-649 {
    width: 649% !important;
  }
  .wd-2g-650 {
    width: 650% !important;
  }
  .wd-2g-651 {
    width: 651% !important;
  }
  .wd-2g-652 {
    width: 652% !important;
  }
  .wd-2g-653 {
    width: 653% !important;
  }
  .wd-2g-654 {
    width: 654% !important;
  }
  .wd-2g-655 {
    width: 655% !important;
  }
  .wd-2g-656 {
    width: 656% !important;
  }
  .wd-2g-657 {
    width: 657% !important;
  }
  .wd-2g-658 {
    width: 658% !important;
  }
  .wd-2g-659 {
    width: 659% !important;
  }
  .wd-2g-660 {
    width: 660% !important;
  }
  .wd-2g-661 {
    width: 661% !important;
  }
  .wd-2g-662 {
    width: 662% !important;
  }
  .wd-2g-663 {
    width: 663% !important;
  }
  .wd-2g-664 {
    width: 664% !important;
  }
  .wd-2g-665 {
    width: 665% !important;
  }
  .wd-2g-666 {
    width: 666% !important;
  }
  .wd-2g-667 {
    width: 667% !important;
  }
  .wd-2g-668 {
    width: 668% !important;
  }
  .wd-2g-669 {
    width: 669% !important;
  }
  .wd-2g-670 {
    width: 670% !important;
  }
  .wd-2g-671 {
    width: 671% !important;
  }
  .wd-2g-672 {
    width: 672% !important;
  }
  .wd-2g-673 {
    width: 673% !important;
  }
  .wd-2g-674 {
    width: 674% !important;
  }
  .wd-2g-675 {
    width: 675% !important;
  }
  .wd-2g-676 {
    width: 676% !important;
  }
  .wd-2g-677 {
    width: 677% !important;
  }
  .wd-2g-678 {
    width: 678% !important;
  }
  .wd-2g-679 {
    width: 679% !important;
  }
  .wd-2g-680 {
    width: 680% !important;
  }
  .wd-2g-681 {
    width: 681% !important;
  }
  .wd-2g-682 {
    width: 682% !important;
  }
  .wd-2g-683 {
    width: 683% !important;
  }
  .wd-2g-684 {
    width: 684% !important;
  }
  .wd-2g-685 {
    width: 685% !important;
  }
  .wd-2g-686 {
    width: 686% !important;
  }
  .wd-2g-687 {
    width: 687% !important;
  }
  .wd-2g-688 {
    width: 688% !important;
  }
  .wd-2g-689 {
    width: 689% !important;
  }
  .wd-2g-690 {
    width: 690% !important;
  }
  .wd-2g-691 {
    width: 691% !important;
  }
  .wd-2g-692 {
    width: 692% !important;
  }
  .wd-2g-693 {
    width: 693% !important;
  }
  .wd-2g-694 {
    width: 694% !important;
  }
  .wd-2g-695 {
    width: 695% !important;
  }
  .wd-2g-696 {
    width: 696% !important;
  }
  .wd-2g-697 {
    width: 697% !important;
  }
  .wd-2g-698 {
    width: 698% !important;
  }
  .wd-2g-699 {
    width: 699% !important;
  }
  .wd-2g-700 {
    width: 700% !important;
  }
  .wd-2g-701 {
    width: 701% !important;
  }
  .wd-2g-702 {
    width: 702% !important;
  }
  .wd-2g-703 {
    width: 703% !important;
  }
  .wd-2g-704 {
    width: 704% !important;
  }
  .wd-2g-705 {
    width: 705% !important;
  }
  .wd-2g-706 {
    width: 706% !important;
  }
  .wd-2g-707 {
    width: 707% !important;
  }
  .wd-2g-708 {
    width: 708% !important;
  }
  .wd-2g-709 {
    width: 709% !important;
  }
  .wd-2g-710 {
    width: 710% !important;
  }
  .wd-2g-711 {
    width: 711% !important;
  }
  .wd-2g-712 {
    width: 712% !important;
  }
  .wd-2g-713 {
    width: 713% !important;
  }
  .wd-2g-714 {
    width: 714% !important;
  }
  .wd-2g-715 {
    width: 715% !important;
  }
  .wd-2g-716 {
    width: 716% !important;
  }
  .wd-2g-717 {
    width: 717% !important;
  }
  .wd-2g-718 {
    width: 718% !important;
  }
  .wd-2g-719 {
    width: 719% !important;
  }
  .wd-2g-720 {
    width: 720% !important;
  }
  .wd-2g-721 {
    width: 721% !important;
  }
  .wd-2g-722 {
    width: 722% !important;
  }
  .wd-2g-723 {
    width: 723% !important;
  }
  .wd-2g-724 {
    width: 724% !important;
  }
  .wd-2g-725 {
    width: 725% !important;
  }
  .wd-2g-726 {
    width: 726% !important;
  }
  .wd-2g-727 {
    width: 727% !important;
  }
  .wd-2g-728 {
    width: 728% !important;
  }
  .wd-2g-729 {
    width: 729% !important;
  }
  .wd-2g-730 {
    width: 730% !important;
  }
  .wd-2g-731 {
    width: 731% !important;
  }
  .wd-2g-732 {
    width: 732% !important;
  }
  .wd-2g-733 {
    width: 733% !important;
  }
  .wd-2g-734 {
    width: 734% !important;
  }
  .wd-2g-735 {
    width: 735% !important;
  }
  .wd-2g-736 {
    width: 736% !important;
  }
  .wd-2g-737 {
    width: 737% !important;
  }
  .wd-2g-738 {
    width: 738% !important;
  }
  .wd-2g-739 {
    width: 739% !important;
  }
  .wd-2g-740 {
    width: 740% !important;
  }
  .wd-2g-741 {
    width: 741% !important;
  }
  .wd-2g-742 {
    width: 742% !important;
  }
  .wd-2g-743 {
    width: 743% !important;
  }
  .wd-2g-744 {
    width: 744% !important;
  }
  .wd-2g-745 {
    width: 745% !important;
  }
  .wd-2g-746 {
    width: 746% !important;
  }
  .wd-2g-747 {
    width: 747% !important;
  }
  .wd-2g-748 {
    width: 748% !important;
  }
  .wd-2g-749 {
    width: 749% !important;
  }
  .wd-2g-750 {
    width: 750% !important;
  }
  .wd-2g-751 {
    width: 751% !important;
  }
  .wd-2g-752 {
    width: 752% !important;
  }
  .wd-2g-753 {
    width: 753% !important;
  }
  .wd-2g-754 {
    width: 754% !important;
  }
  .wd-2g-755 {
    width: 755% !important;
  }
  .wd-2g-756 {
    width: 756% !important;
  }
  .wd-2g-757 {
    width: 757% !important;
  }
  .wd-2g-758 {
    width: 758% !important;
  }
  .wd-2g-759 {
    width: 759% !important;
  }
  .wd-2g-760 {
    width: 760% !important;
  }
  .wd-2g-761 {
    width: 761% !important;
  }
  .wd-2g-762 {
    width: 762% !important;
  }
  .wd-2g-763 {
    width: 763% !important;
  }
  .wd-2g-764 {
    width: 764% !important;
  }
  .wd-2g-765 {
    width: 765% !important;
  }
  .wd-2g-766 {
    width: 766% !important;
  }
  .wd-2g-767 {
    width: 767% !important;
  }
  .wd-2g-768 {
    width: 768% !important;
  }
  .wd-2g-769 {
    width: 769% !important;
  }
  .wd-2g-770 {
    width: 770% !important;
  }
  .wd-2g-771 {
    width: 771% !important;
  }
  .wd-2g-772 {
    width: 772% !important;
  }
  .wd-2g-773 {
    width: 773% !important;
  }
  .wd-2g-774 {
    width: 774% !important;
  }
  .wd-2g-775 {
    width: 775% !important;
  }
  .wd-2g-776 {
    width: 776% !important;
  }
  .wd-2g-777 {
    width: 777% !important;
  }
  .wd-2g-778 {
    width: 778% !important;
  }
  .wd-2g-779 {
    width: 779% !important;
  }
  .wd-2g-780 {
    width: 780% !important;
  }
  .wd-2g-781 {
    width: 781% !important;
  }
  .wd-2g-782 {
    width: 782% !important;
  }
  .wd-2g-783 {
    width: 783% !important;
  }
  .wd-2g-784 {
    width: 784% !important;
  }
  .wd-2g-785 {
    width: 785% !important;
  }
  .wd-2g-786 {
    width: 786% !important;
  }
  .wd-2g-787 {
    width: 787% !important;
  }
  .wd-2g-788 {
    width: 788% !important;
  }
  .wd-2g-789 {
    width: 789% !important;
  }
  .wd-2g-790 {
    width: 790% !important;
  }
  .wd-2g-791 {
    width: 791% !important;
  }
  .wd-2g-792 {
    width: 792% !important;
  }
  .wd-2g-793 {
    width: 793% !important;
  }
  .wd-2g-794 {
    width: 794% !important;
  }
  .wd-2g-795 {
    width: 795% !important;
  }
  .wd-2g-796 {
    width: 796% !important;
  }
  .wd-2g-797 {
    width: 797% !important;
  }
  .wd-2g-798 {
    width: 798% !important;
  }
  .wd-2g-799 {
    width: 799% !important;
  }
  .wd-2g-800 {
    width: 800% !important;
  }
  .wd-2g-801 {
    width: 801% !important;
  }
  .wd-2g-802 {
    width: 802% !important;
  }
  .wd-2g-803 {
    width: 803% !important;
  }
  .wd-2g-804 {
    width: 804% !important;
  }
  .wd-2g-805 {
    width: 805% !important;
  }
  .wd-2g-806 {
    width: 806% !important;
  }
  .wd-2g-807 {
    width: 807% !important;
  }
  .wd-2g-808 {
    width: 808% !important;
  }
  .wd-2g-809 {
    width: 809% !important;
  }
  .wd-2g-810 {
    width: 810% !important;
  }
  .wd-2g-811 {
    width: 811% !important;
  }
  .wd-2g-812 {
    width: 812% !important;
  }
  .wd-2g-813 {
    width: 813% !important;
  }
  .wd-2g-814 {
    width: 814% !important;
  }
  .wd-2g-815 {
    width: 815% !important;
  }
  .wd-2g-816 {
    width: 816% !important;
  }
  .wd-2g-817 {
    width: 817% !important;
  }
  .wd-2g-818 {
    width: 818% !important;
  }
  .wd-2g-819 {
    width: 819% !important;
  }
  .wd-2g-820 {
    width: 820% !important;
  }
  .wd-2g-821 {
    width: 821% !important;
  }
  .wd-2g-822 {
    width: 822% !important;
  }
  .wd-2g-823 {
    width: 823% !important;
  }
  .wd-2g-824 {
    width: 824% !important;
  }
  .wd-2g-825 {
    width: 825% !important;
  }
  .wd-2g-826 {
    width: 826% !important;
  }
  .wd-2g-827 {
    width: 827% !important;
  }
  .wd-2g-828 {
    width: 828% !important;
  }
  .wd-2g-829 {
    width: 829% !important;
  }
  .wd-2g-830 {
    width: 830% !important;
  }
  .wd-2g-831 {
    width: 831% !important;
  }
  .wd-2g-832 {
    width: 832% !important;
  }
  .wd-2g-833 {
    width: 833% !important;
  }
  .wd-2g-834 {
    width: 834% !important;
  }
  .wd-2g-835 {
    width: 835% !important;
  }
  .wd-2g-836 {
    width: 836% !important;
  }
  .wd-2g-837 {
    width: 837% !important;
  }
  .wd-2g-838 {
    width: 838% !important;
  }
  .wd-2g-839 {
    width: 839% !important;
  }
  .wd-2g-840 {
    width: 840% !important;
  }
  .wd-2g-841 {
    width: 841% !important;
  }
  .wd-2g-842 {
    width: 842% !important;
  }
  .wd-2g-843 {
    width: 843% !important;
  }
  .wd-2g-844 {
    width: 844% !important;
  }
  .wd-2g-845 {
    width: 845% !important;
  }
  .wd-2g-846 {
    width: 846% !important;
  }
  .wd-2g-847 {
    width: 847% !important;
  }
  .wd-2g-848 {
    width: 848% !important;
  }
  .wd-2g-849 {
    width: 849% !important;
  }
  .wd-2g-850 {
    width: 850% !important;
  }
  .wd-2g-851 {
    width: 851% !important;
  }
  .wd-2g-852 {
    width: 852% !important;
  }
  .wd-2g-853 {
    width: 853% !important;
  }
  .wd-2g-854 {
    width: 854% !important;
  }
  .wd-2g-855 {
    width: 855% !important;
  }
  .wd-2g-856 {
    width: 856% !important;
  }
  .wd-2g-857 {
    width: 857% !important;
  }
  .wd-2g-858 {
    width: 858% !important;
  }
  .wd-2g-859 {
    width: 859% !important;
  }
  .wd-2g-860 {
    width: 860% !important;
  }
  .wd-2g-861 {
    width: 861% !important;
  }
  .wd-2g-862 {
    width: 862% !important;
  }
  .wd-2g-863 {
    width: 863% !important;
  }
  .wd-2g-864 {
    width: 864% !important;
  }
  .wd-2g-865 {
    width: 865% !important;
  }
  .wd-2g-866 {
    width: 866% !important;
  }
  .wd-2g-867 {
    width: 867% !important;
  }
  .wd-2g-868 {
    width: 868% !important;
  }
  .wd-2g-869 {
    width: 869% !important;
  }
  .wd-2g-870 {
    width: 870% !important;
  }
  .wd-2g-871 {
    width: 871% !important;
  }
  .wd-2g-872 {
    width: 872% !important;
  }
  .wd-2g-873 {
    width: 873% !important;
  }
  .wd-2g-874 {
    width: 874% !important;
  }
  .wd-2g-875 {
    width: 875% !important;
  }
  .wd-2g-876 {
    width: 876% !important;
  }
  .wd-2g-877 {
    width: 877% !important;
  }
  .wd-2g-878 {
    width: 878% !important;
  }
  .wd-2g-879 {
    width: 879% !important;
  }
  .wd-2g-880 {
    width: 880% !important;
  }
  .wd-2g-881 {
    width: 881% !important;
  }
  .wd-2g-882 {
    width: 882% !important;
  }
  .wd-2g-883 {
    width: 883% !important;
  }
  .wd-2g-884 {
    width: 884% !important;
  }
  .wd-2g-885 {
    width: 885% !important;
  }
  .wd-2g-886 {
    width: 886% !important;
  }
  .wd-2g-887 {
    width: 887% !important;
  }
  .wd-2g-888 {
    width: 888% !important;
  }
  .wd-2g-889 {
    width: 889% !important;
  }
  .wd-2g-890 {
    width: 890% !important;
  }
  .wd-2g-891 {
    width: 891% !important;
  }
  .wd-2g-892 {
    width: 892% !important;
  }
  .wd-2g-893 {
    width: 893% !important;
  }
  .wd-2g-894 {
    width: 894% !important;
  }
  .wd-2g-895 {
    width: 895% !important;
  }
  .wd-2g-896 {
    width: 896% !important;
  }
  .wd-2g-897 {
    width: 897% !important;
  }
  .wd-2g-898 {
    width: 898% !important;
  }
  .wd-2g-899 {
    width: 899% !important;
  }
  .wd-2g-900 {
    width: 900% !important;
  }
  .wd-2g-901 {
    width: 901% !important;
  }
  .wd-2g-902 {
    width: 902% !important;
  }
  .wd-2g-903 {
    width: 903% !important;
  }
  .wd-2g-904 {
    width: 904% !important;
  }
  .wd-2g-905 {
    width: 905% !important;
  }
  .wd-2g-906 {
    width: 906% !important;
  }
  .wd-2g-907 {
    width: 907% !important;
  }
  .wd-2g-908 {
    width: 908% !important;
  }
  .wd-2g-909 {
    width: 909% !important;
  }
  .wd-2g-910 {
    width: 910% !important;
  }
  .wd-2g-911 {
    width: 911% !important;
  }
  .wd-2g-912 {
    width: 912% !important;
  }
  .wd-2g-913 {
    width: 913% !important;
  }
  .wd-2g-914 {
    width: 914% !important;
  }
  .wd-2g-915 {
    width: 915% !important;
  }
  .wd-2g-916 {
    width: 916% !important;
  }
  .wd-2g-917 {
    width: 917% !important;
  }
  .wd-2g-918 {
    width: 918% !important;
  }
  .wd-2g-919 {
    width: 919% !important;
  }
  .wd-2g-920 {
    width: 920% !important;
  }
  .wd-2g-921 {
    width: 921% !important;
  }
  .wd-2g-922 {
    width: 922% !important;
  }
  .wd-2g-923 {
    width: 923% !important;
  }
  .wd-2g-924 {
    width: 924% !important;
  }
  .wd-2g-925 {
    width: 925% !important;
  }
  .wd-2g-926 {
    width: 926% !important;
  }
  .wd-2g-927 {
    width: 927% !important;
  }
  .wd-2g-928 {
    width: 928% !important;
  }
  .wd-2g-929 {
    width: 929% !important;
  }
  .wd-2g-930 {
    width: 930% !important;
  }
  .wd-2g-931 {
    width: 931% !important;
  }
  .wd-2g-932 {
    width: 932% !important;
  }
  .wd-2g-933 {
    width: 933% !important;
  }
  .wd-2g-934 {
    width: 934% !important;
  }
  .wd-2g-935 {
    width: 935% !important;
  }
  .wd-2g-936 {
    width: 936% !important;
  }
  .wd-2g-937 {
    width: 937% !important;
  }
  .wd-2g-938 {
    width: 938% !important;
  }
  .wd-2g-939 {
    width: 939% !important;
  }
  .wd-2g-940 {
    width: 940% !important;
  }
  .wd-2g-941 {
    width: 941% !important;
  }
  .wd-2g-942 {
    width: 942% !important;
  }
  .wd-2g-943 {
    width: 943% !important;
  }
  .wd-2g-944 {
    width: 944% !important;
  }
  .wd-2g-945 {
    width: 945% !important;
  }
  .wd-2g-946 {
    width: 946% !important;
  }
  .wd-2g-947 {
    width: 947% !important;
  }
  .wd-2g-948 {
    width: 948% !important;
  }
  .wd-2g-949 {
    width: 949% !important;
  }
  .wd-2g-950 {
    width: 950% !important;
  }
  .wd-2g-951 {
    width: 951% !important;
  }
  .wd-2g-952 {
    width: 952% !important;
  }
  .wd-2g-953 {
    width: 953% !important;
  }
  .wd-2g-954 {
    width: 954% !important;
  }
  .wd-2g-955 {
    width: 955% !important;
  }
  .wd-2g-956 {
    width: 956% !important;
  }
  .wd-2g-957 {
    width: 957% !important;
  }
  .wd-2g-958 {
    width: 958% !important;
  }
  .wd-2g-959 {
    width: 959% !important;
  }
  .wd-2g-960 {
    width: 960% !important;
  }
  .wd-2g-961 {
    width: 961% !important;
  }
  .wd-2g-962 {
    width: 962% !important;
  }
  .wd-2g-963 {
    width: 963% !important;
  }
  .wd-2g-964 {
    width: 964% !important;
  }
  .wd-2g-965 {
    width: 965% !important;
  }
  .wd-2g-966 {
    width: 966% !important;
  }
  .wd-2g-967 {
    width: 967% !important;
  }
  .wd-2g-968 {
    width: 968% !important;
  }
  .wd-2g-969 {
    width: 969% !important;
  }
  .wd-2g-970 {
    width: 970% !important;
  }
  .wd-2g-971 {
    width: 971% !important;
  }
  .wd-2g-972 {
    width: 972% !important;
  }
  .wd-2g-973 {
    width: 973% !important;
  }
  .wd-2g-974 {
    width: 974% !important;
  }
  .wd-2g-975 {
    width: 975% !important;
  }
  .wd-2g-976 {
    width: 976% !important;
  }
  .wd-2g-977 {
    width: 977% !important;
  }
  .wd-2g-978 {
    width: 978% !important;
  }
  .wd-2g-979 {
    width: 979% !important;
  }
  .wd-2g-980 {
    width: 980% !important;
  }
  .wd-2g-981 {
    width: 981% !important;
  }
  .wd-2g-982 {
    width: 982% !important;
  }
  .wd-2g-983 {
    width: 983% !important;
  }
  .wd-2g-984 {
    width: 984% !important;
  }
  .wd-2g-985 {
    width: 985% !important;
  }
  .wd-2g-986 {
    width: 986% !important;
  }
  .wd-2g-987 {
    width: 987% !important;
  }
  .wd-2g-988 {
    width: 988% !important;
  }
  .wd-2g-989 {
    width: 989% !important;
  }
  .wd-2g-990 {
    width: 990% !important;
  }
  .wd-2g-991 {
    width: 991% !important;
  }
  .wd-2g-992 {
    width: 992% !important;
  }
  .wd-2g-993 {
    width: 993% !important;
  }
  .wd-2g-994 {
    width: 994% !important;
  }
  .wd-2g-995 {
    width: 995% !important;
  }
  .wd-2g-996 {
    width: 996% !important;
  }
  .wd-2g-997 {
    width: 997% !important;
  }
  .wd-2g-998 {
    width: 998% !important;
  }
  .wd-2g-999 {
    width: 999% !important;
  }
  .wd-2g-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1360px) {
  .wd-3g-5 {
    width: 5% !important;
  }
  .wd-3g-10 {
    width: 10% !important;
  }
  .wd-3g-11 {
    width: 11% !important;
  }
  .wd-3g-12 {
    width: 12% !important;
  }
  .wd-3g-13 {
    width: 13% !important;
  }
  .wd-3g-14 {
    width: 14% !important;
  }
  .wd-3g-15 {
    width: 15% !important;
  }
  .wd-3g-16 {
    width: 16% !important;
  }
  .wd-3g-17 {
    width: 17% !important;
  }
  .wd-3g-18 {
    width: 18% !important;
  }
  .wd-3g-19 {
    width: 19% !important;
  }
  .wd-3g-20 {
    width: 20% !important;
  }
  .wd-3g-21 {
    width: 21% !important;
  }
  .wd-3g-22 {
    width: 22% !important;
  }
  .wd-3g-23 {
    width: 23% !important;
  }
  .wd-3g-24 {
    width: 24% !important;
  }
  .wd-3g-25 {
    width: 25% !important;
  }
  .wd-3g-26 {
    width: 26% !important;
  }
  .wd-3g-27 {
    width: 27% !important;
  }
  .wd-3g-28 {
    width: 28% !important;
  }
  .wd-3g-29 {
    width: 29% !important;
  }
  .wd-3g-30 {
    width: 30% !important;
  }
  .wd-3g-31 {
    width: 31% !important;
  }
  .wd-3g-32 {
    width: 32% !important;
  }
  .wd-3g-33 {
    width: 33% !important;
  }
  .wd-3g-34 {
    width: 34% !important;
  }
  .wd-3g-35 {
    width: 35% !important;
  }
  .wd-3g-36 {
    width: 36% !important;
  }
  .wd-3g-37 {
    width: 37% !important;
  }
  .wd-3g-38 {
    width: 38% !important;
  }
  .wd-3g-39 {
    width: 39% !important;
  }
  .wd-3g-40 {
    width: 40% !important;
  }
  .wd-3g-41 {
    width: 41% !important;
  }
  .wd-3g-42 {
    width: 42% !important;
  }
  .wd-3g-43 {
    width: 43% !important;
  }
  .wd-3g-44 {
    width: 44% !important;
  }
  .wd-3g-45 {
    width: 45% !important;
  }
  .wd-3g-46 {
    width: 46% !important;
  }
  .wd-3g-47 {
    width: 47% !important;
  }
  .wd-3g-48 {
    width: 48% !important;
  }
  .wd-3g-49 {
    width: 49% !important;
  }
  .wd-3g-50 {
    width: 50% !important;
  }
  .wd-3g-51 {
    width: 51% !important;
  }
  .wd-3g-52 {
    width: 52% !important;
  }
  .wd-3g-53 {
    width: 53% !important;
  }
  .wd-3g-54 {
    width: 54% !important;
  }
  .wd-3g-55 {
    width: 55% !important;
  }
  .wd-3g-56 {
    width: 56% !important;
  }
  .wd-3g-57 {
    width: 57% !important;
  }
  .wd-3g-58 {
    width: 58% !important;
  }
  .wd-3g-59 {
    width: 59% !important;
  }
  .wd-3g-60 {
    width: 60% !important;
  }
  .wd-3g-61 {
    width: 61% !important;
  }
  .wd-3g-62 {
    width: 62% !important;
  }
  .wd-3g-63 {
    width: 63% !important;
  }
  .wd-3g-64 {
    width: 64% !important;
  }
  .wd-3g-65 {
    width: 65% !important;
  }
  .wd-3g-66 {
    width: 66% !important;
  }
  .wd-3g-67 {
    width: 67% !important;
  }
  .wd-3g-68 {
    width: 68% !important;
  }
  .wd-3g-69 {
    width: 69% !important;
  }
  .wd-3g-70 {
    width: 70% !important;
  }
  .wd-3g-71 {
    width: 71% !important;
  }
  .wd-3g-72 {
    width: 72% !important;
  }
  .wd-3g-73 {
    width: 73% !important;
  }
  .wd-3g-74 {
    width: 74% !important;
  }
  .wd-3g-75 {
    width: 75% !important;
  }
  .wd-3g-76 {
    width: 76% !important;
  }
  .wd-3g-77 {
    width: 77% !important;
  }
  .wd-3g-78 {
    width: 78% !important;
  }
  .wd-3g-79 {
    width: 79% !important;
  }
  .wd-3g-80 {
    width: 80% !important;
  }
  .wd-3g-81 {
    width: 81% !important;
  }
  .wd-3g-82 {
    width: 82% !important;
  }
  .wd-3g-83 {
    width: 83% !important;
  }
  .wd-3g-84 {
    width: 84% !important;
  }
  .wd-3g-85 {
    width: 85% !important;
  }
  .wd-3g-86 {
    width: 86% !important;
  }
  .wd-3g-87 {
    width: 87% !important;
  }
  .wd-3g-88 {
    width: 88% !important;
  }
  .wd-3g-89 {
    width: 89% !important;
  }
  .wd-3g-90 {
    width: 90% !important;
  }
  .wd-3g-91 {
    width: 91% !important;
  }
  .wd-3g-92 {
    width: 92% !important;
  }
  .wd-3g-93 {
    width: 93% !important;
  }
  .wd-3g-94 {
    width: 94% !important;
  }
  .wd-3g-95 {
    width: 95% !important;
  }
  .wd-3g-96 {
    width: 96% !important;
  }
  .wd-3g-97 {
    width: 97% !important;
  }
  .wd-3g-98 {
    width: 98% !important;
  }
  .wd-3g-99 {
    width: 99% !important;
  }
  .wd-3g-100 {
    width: 100% !important;
  }
  .wd-3g-101 {
    width: 101% !important;
  }
  .wd-3g-102 {
    width: 102% !important;
  }
  .wd-3g-103 {
    width: 103% !important;
  }
  .wd-3g-104 {
    width: 104% !important;
  }
  .wd-3g-105 {
    width: 105% !important;
  }
  .wd-3g-106 {
    width: 106% !important;
  }
  .wd-3g-107 {
    width: 107% !important;
  }
  .wd-3g-108 {
    width: 108% !important;
  }
  .wd-3g-109 {
    width: 109% !important;
  }
  .wd-3g-110 {
    width: 110% !important;
  }
  .wd-3g-111 {
    width: 111% !important;
  }
  .wd-3g-112 {
    width: 112% !important;
  }
  .wd-3g-113 {
    width: 113% !important;
  }
  .wd-3g-114 {
    width: 114% !important;
  }
  .wd-3g-115 {
    width: 115% !important;
  }
  .wd-3g-116 {
    width: 116% !important;
  }
  .wd-3g-117 {
    width: 117% !important;
  }
  .wd-3g-118 {
    width: 118% !important;
  }
  .wd-3g-119 {
    width: 119% !important;
  }
  .wd-3g-120 {
    width: 120% !important;
  }
  .wd-3g-121 {
    width: 121% !important;
  }
  .wd-3g-122 {
    width: 122% !important;
  }
  .wd-3g-123 {
    width: 123% !important;
  }
  .wd-3g-124 {
    width: 124% !important;
  }
  .wd-3g-125 {
    width: 125% !important;
  }
  .wd-3g-126 {
    width: 126% !important;
  }
  .wd-3g-127 {
    width: 127% !important;
  }
  .wd-3g-128 {
    width: 128% !important;
  }
  .wd-3g-129 {
    width: 129% !important;
  }
  .wd-3g-130 {
    width: 130% !important;
  }
  .wd-3g-131 {
    width: 131% !important;
  }
  .wd-3g-132 {
    width: 132% !important;
  }
  .wd-3g-133 {
    width: 133% !important;
  }
  .wd-3g-134 {
    width: 134% !important;
  }
  .wd-3g-135 {
    width: 135% !important;
  }
  .wd-3g-136 {
    width: 136% !important;
  }
  .wd-3g-137 {
    width: 137% !important;
  }
  .wd-3g-138 {
    width: 138% !important;
  }
  .wd-3g-139 {
    width: 139% !important;
  }
  .wd-3g-140 {
    width: 140% !important;
  }
  .wd-3g-141 {
    width: 141% !important;
  }
  .wd-3g-142 {
    width: 142% !important;
  }
  .wd-3g-143 {
    width: 143% !important;
  }
  .wd-3g-144 {
    width: 144% !important;
  }
  .wd-3g-145 {
    width: 145% !important;
  }
  .wd-3g-146 {
    width: 146% !important;
  }
  .wd-3g-147 {
    width: 147% !important;
  }
  .wd-3g-148 {
    width: 148% !important;
  }
  .wd-3g-149 {
    width: 149% !important;
  }
  .wd-3g-150 {
    width: 150% !important;
  }
  .wd-3g-151 {
    width: 151% !important;
  }
  .wd-3g-152 {
    width: 152% !important;
  }
  .wd-3g-153 {
    width: 153% !important;
  }
  .wd-3g-154 {
    width: 154% !important;
  }
  .wd-3g-155 {
    width: 155% !important;
  }
  .wd-3g-156 {
    width: 156% !important;
  }
  .wd-3g-157 {
    width: 157% !important;
  }
  .wd-3g-158 {
    width: 158% !important;
  }
  .wd-3g-159 {
    width: 159% !important;
  }
  .wd-3g-160 {
    width: 160% !important;
  }
  .wd-3g-161 {
    width: 161% !important;
  }
  .wd-3g-162 {
    width: 162% !important;
  }
  .wd-3g-163 {
    width: 163% !important;
  }
  .wd-3g-164 {
    width: 164% !important;
  }
  .wd-3g-165 {
    width: 165% !important;
  }
  .wd-3g-166 {
    width: 166% !important;
  }
  .wd-3g-167 {
    width: 167% !important;
  }
  .wd-3g-168 {
    width: 168% !important;
  }
  .wd-3g-169 {
    width: 169% !important;
  }
  .wd-3g-170 {
    width: 170% !important;
  }
  .wd-3g-171 {
    width: 171% !important;
  }
  .wd-3g-172 {
    width: 172% !important;
  }
  .wd-3g-173 {
    width: 173% !important;
  }
  .wd-3g-174 {
    width: 174% !important;
  }
  .wd-3g-175 {
    width: 175% !important;
  }
  .wd-3g-176 {
    width: 176% !important;
  }
  .wd-3g-177 {
    width: 177% !important;
  }
  .wd-3g-178 {
    width: 178% !important;
  }
  .wd-3g-179 {
    width: 179% !important;
  }
  .wd-3g-180 {
    width: 180% !important;
  }
  .wd-3g-181 {
    width: 181% !important;
  }
  .wd-3g-182 {
    width: 182% !important;
  }
  .wd-3g-183 {
    width: 183% !important;
  }
  .wd-3g-184 {
    width: 184% !important;
  }
  .wd-3g-185 {
    width: 185% !important;
  }
  .wd-3g-186 {
    width: 186% !important;
  }
  .wd-3g-187 {
    width: 187% !important;
  }
  .wd-3g-188 {
    width: 188% !important;
  }
  .wd-3g-189 {
    width: 189% !important;
  }
  .wd-3g-190 {
    width: 190% !important;
  }
  .wd-3g-191 {
    width: 191% !important;
  }
  .wd-3g-192 {
    width: 192% !important;
  }
  .wd-3g-193 {
    width: 193% !important;
  }
  .wd-3g-194 {
    width: 194% !important;
  }
  .wd-3g-195 {
    width: 195% !important;
  }
  .wd-3g-196 {
    width: 196% !important;
  }
  .wd-3g-197 {
    width: 197% !important;
  }
  .wd-3g-198 {
    width: 198% !important;
  }
  .wd-3g-199 {
    width: 199% !important;
  }
  .wd-3g-200 {
    width: 200% !important;
  }
  .wd-3g-201 {
    width: 201% !important;
  }
  .wd-3g-202 {
    width: 202% !important;
  }
  .wd-3g-203 {
    width: 203% !important;
  }
  .wd-3g-204 {
    width: 204% !important;
  }
  .wd-3g-205 {
    width: 205% !important;
  }
  .wd-3g-206 {
    width: 206% !important;
  }
  .wd-3g-207 {
    width: 207% !important;
  }
  .wd-3g-208 {
    width: 208% !important;
  }
  .wd-3g-209 {
    width: 209% !important;
  }
  .wd-3g-210 {
    width: 210% !important;
  }
  .wd-3g-211 {
    width: 211% !important;
  }
  .wd-3g-212 {
    width: 212% !important;
  }
  .wd-3g-213 {
    width: 213% !important;
  }
  .wd-3g-214 {
    width: 214% !important;
  }
  .wd-3g-215 {
    width: 215% !important;
  }
  .wd-3g-216 {
    width: 216% !important;
  }
  .wd-3g-217 {
    width: 217% !important;
  }
  .wd-3g-218 {
    width: 218% !important;
  }
  .wd-3g-219 {
    width: 219% !important;
  }
  .wd-3g-220 {
    width: 220% !important;
  }
  .wd-3g-221 {
    width: 221% !important;
  }
  .wd-3g-222 {
    width: 222% !important;
  }
  .wd-3g-223 {
    width: 223% !important;
  }
  .wd-3g-224 {
    width: 224% !important;
  }
  .wd-3g-225 {
    width: 225% !important;
  }
  .wd-3g-226 {
    width: 226% !important;
  }
  .wd-3g-227 {
    width: 227% !important;
  }
  .wd-3g-228 {
    width: 228% !important;
  }
  .wd-3g-229 {
    width: 229% !important;
  }
  .wd-3g-230 {
    width: 230% !important;
  }
  .wd-3g-231 {
    width: 231% !important;
  }
  .wd-3g-232 {
    width: 232% !important;
  }
  .wd-3g-233 {
    width: 233% !important;
  }
  .wd-3g-234 {
    width: 234% !important;
  }
  .wd-3g-235 {
    width: 235% !important;
  }
  .wd-3g-236 {
    width: 236% !important;
  }
  .wd-3g-237 {
    width: 237% !important;
  }
  .wd-3g-238 {
    width: 238% !important;
  }
  .wd-3g-239 {
    width: 239% !important;
  }
  .wd-3g-240 {
    width: 240% !important;
  }
  .wd-3g-241 {
    width: 241% !important;
  }
  .wd-3g-242 {
    width: 242% !important;
  }
  .wd-3g-243 {
    width: 243% !important;
  }
  .wd-3g-244 {
    width: 244% !important;
  }
  .wd-3g-245 {
    width: 245% !important;
  }
  .wd-3g-246 {
    width: 246% !important;
  }
  .wd-3g-247 {
    width: 247% !important;
  }
  .wd-3g-248 {
    width: 248% !important;
  }
  .wd-3g-249 {
    width: 249% !important;
  }
  .wd-3g-250 {
    width: 250% !important;
  }
  .wd-3g-251 {
    width: 251% !important;
  }
  .wd-3g-252 {
    width: 252% !important;
  }
  .wd-3g-253 {
    width: 253% !important;
  }
  .wd-3g-254 {
    width: 254% !important;
  }
  .wd-3g-255 {
    width: 255% !important;
  }
  .wd-3g-256 {
    width: 256% !important;
  }
  .wd-3g-257 {
    width: 257% !important;
  }
  .wd-3g-258 {
    width: 258% !important;
  }
  .wd-3g-259 {
    width: 259% !important;
  }
  .wd-3g-260 {
    width: 260% !important;
  }
  .wd-3g-261 {
    width: 261% !important;
  }
  .wd-3g-262 {
    width: 262% !important;
  }
  .wd-3g-263 {
    width: 263% !important;
  }
  .wd-3g-264 {
    width: 264% !important;
  }
  .wd-3g-265 {
    width: 265% !important;
  }
  .wd-3g-266 {
    width: 266% !important;
  }
  .wd-3g-267 {
    width: 267% !important;
  }
  .wd-3g-268 {
    width: 268% !important;
  }
  .wd-3g-269 {
    width: 269% !important;
  }
  .wd-3g-270 {
    width: 270% !important;
  }
  .wd-3g-271 {
    width: 271% !important;
  }
  .wd-3g-272 {
    width: 272% !important;
  }
  .wd-3g-273 {
    width: 273% !important;
  }
  .wd-3g-274 {
    width: 274% !important;
  }
  .wd-3g-275 {
    width: 275% !important;
  }
  .wd-3g-276 {
    width: 276% !important;
  }
  .wd-3g-277 {
    width: 277% !important;
  }
  .wd-3g-278 {
    width: 278% !important;
  }
  .wd-3g-279 {
    width: 279% !important;
  }
  .wd-3g-280 {
    width: 280% !important;
  }
  .wd-3g-281 {
    width: 281% !important;
  }
  .wd-3g-282 {
    width: 282% !important;
  }
  .wd-3g-283 {
    width: 283% !important;
  }
  .wd-3g-284 {
    width: 284% !important;
  }
  .wd-3g-285 {
    width: 285% !important;
  }
  .wd-3g-286 {
    width: 286% !important;
  }
  .wd-3g-287 {
    width: 287% !important;
  }
  .wd-3g-288 {
    width: 288% !important;
  }
  .wd-3g-289 {
    width: 289% !important;
  }
  .wd-3g-290 {
    width: 290% !important;
  }
  .wd-3g-291 {
    width: 291% !important;
  }
  .wd-3g-292 {
    width: 292% !important;
  }
  .wd-3g-293 {
    width: 293% !important;
  }
  .wd-3g-294 {
    width: 294% !important;
  }
  .wd-3g-295 {
    width: 295% !important;
  }
  .wd-3g-296 {
    width: 296% !important;
  }
  .wd-3g-297 {
    width: 297% !important;
  }
  .wd-3g-298 {
    width: 298% !important;
  }
  .wd-3g-299 {
    width: 299% !important;
  }
  .wd-3g-300 {
    width: 300% !important;
  }
  .wd-3g-301 {
    width: 301% !important;
  }
  .wd-3g-302 {
    width: 302% !important;
  }
  .wd-3g-303 {
    width: 303% !important;
  }
  .wd-3g-304 {
    width: 304% !important;
  }
  .wd-3g-305 {
    width: 305% !important;
  }
  .wd-3g-306 {
    width: 306% !important;
  }
  .wd-3g-307 {
    width: 307% !important;
  }
  .wd-3g-308 {
    width: 308% !important;
  }
  .wd-3g-309 {
    width: 309% !important;
  }
  .wd-3g-310 {
    width: 310% !important;
  }
  .wd-3g-311 {
    width: 311% !important;
  }
  .wd-3g-312 {
    width: 312% !important;
  }
  .wd-3g-313 {
    width: 313% !important;
  }
  .wd-3g-314 {
    width: 314% !important;
  }
  .wd-3g-315 {
    width: 315% !important;
  }
  .wd-3g-316 {
    width: 316% !important;
  }
  .wd-3g-317 {
    width: 317% !important;
  }
  .wd-3g-318 {
    width: 318% !important;
  }
  .wd-3g-319 {
    width: 319% !important;
  }
  .wd-3g-320 {
    width: 320% !important;
  }
  .wd-3g-321 {
    width: 321% !important;
  }
  .wd-3g-322 {
    width: 322% !important;
  }
  .wd-3g-323 {
    width: 323% !important;
  }
  .wd-3g-324 {
    width: 324% !important;
  }
  .wd-3g-325 {
    width: 325% !important;
  }
  .wd-3g-326 {
    width: 326% !important;
  }
  .wd-3g-327 {
    width: 327% !important;
  }
  .wd-3g-328 {
    width: 328% !important;
  }
  .wd-3g-329 {
    width: 329% !important;
  }
  .wd-3g-330 {
    width: 330% !important;
  }
  .wd-3g-331 {
    width: 331% !important;
  }
  .wd-3g-332 {
    width: 332% !important;
  }
  .wd-3g-333 {
    width: 333% !important;
  }
  .wd-3g-334 {
    width: 334% !important;
  }
  .wd-3g-335 {
    width: 335% !important;
  }
  .wd-3g-336 {
    width: 336% !important;
  }
  .wd-3g-337 {
    width: 337% !important;
  }
  .wd-3g-338 {
    width: 338% !important;
  }
  .wd-3g-339 {
    width: 339% !important;
  }
  .wd-3g-340 {
    width: 340% !important;
  }
  .wd-3g-341 {
    width: 341% !important;
  }
  .wd-3g-342 {
    width: 342% !important;
  }
  .wd-3g-343 {
    width: 343% !important;
  }
  .wd-3g-344 {
    width: 344% !important;
  }
  .wd-3g-345 {
    width: 345% !important;
  }
  .wd-3g-346 {
    width: 346% !important;
  }
  .wd-3g-347 {
    width: 347% !important;
  }
  .wd-3g-348 {
    width: 348% !important;
  }
  .wd-3g-349 {
    width: 349% !important;
  }
  .wd-3g-350 {
    width: 350% !important;
  }
  .wd-3g-351 {
    width: 351% !important;
  }
  .wd-3g-352 {
    width: 352% !important;
  }
  .wd-3g-353 {
    width: 353% !important;
  }
  .wd-3g-354 {
    width: 354% !important;
  }
  .wd-3g-355 {
    width: 355% !important;
  }
  .wd-3g-356 {
    width: 356% !important;
  }
  .wd-3g-357 {
    width: 357% !important;
  }
  .wd-3g-358 {
    width: 358% !important;
  }
  .wd-3g-359 {
    width: 359% !important;
  }
  .wd-3g-360 {
    width: 360% !important;
  }
  .wd-3g-361 {
    width: 361% !important;
  }
  .wd-3g-362 {
    width: 362% !important;
  }
  .wd-3g-363 {
    width: 363% !important;
  }
  .wd-3g-364 {
    width: 364% !important;
  }
  .wd-3g-365 {
    width: 365% !important;
  }
  .wd-3g-366 {
    width: 366% !important;
  }
  .wd-3g-367 {
    width: 367% !important;
  }
  .wd-3g-368 {
    width: 368% !important;
  }
  .wd-3g-369 {
    width: 369% !important;
  }
  .wd-3g-370 {
    width: 370% !important;
  }
  .wd-3g-371 {
    width: 371% !important;
  }
  .wd-3g-372 {
    width: 372% !important;
  }
  .wd-3g-373 {
    width: 373% !important;
  }
  .wd-3g-374 {
    width: 374% !important;
  }
  .wd-3g-375 {
    width: 375% !important;
  }
  .wd-3g-376 {
    width: 376% !important;
  }
  .wd-3g-377 {
    width: 377% !important;
  }
  .wd-3g-378 {
    width: 378% !important;
  }
  .wd-3g-379 {
    width: 379% !important;
  }
  .wd-3g-380 {
    width: 380% !important;
  }
  .wd-3g-381 {
    width: 381% !important;
  }
  .wd-3g-382 {
    width: 382% !important;
  }
  .wd-3g-383 {
    width: 383% !important;
  }
  .wd-3g-384 {
    width: 384% !important;
  }
  .wd-3g-385 {
    width: 385% !important;
  }
  .wd-3g-386 {
    width: 386% !important;
  }
  .wd-3g-387 {
    width: 387% !important;
  }
  .wd-3g-388 {
    width: 388% !important;
  }
  .wd-3g-389 {
    width: 389% !important;
  }
  .wd-3g-390 {
    width: 390% !important;
  }
  .wd-3g-391 {
    width: 391% !important;
  }
  .wd-3g-392 {
    width: 392% !important;
  }
  .wd-3g-393 {
    width: 393% !important;
  }
  .wd-3g-394 {
    width: 394% !important;
  }
  .wd-3g-395 {
    width: 395% !important;
  }
  .wd-3g-396 {
    width: 396% !important;
  }
  .wd-3g-397 {
    width: 397% !important;
  }
  .wd-3g-398 {
    width: 398% !important;
  }
  .wd-3g-399 {
    width: 399% !important;
  }
  .wd-3g-400 {
    width: 400% !important;
  }
  .wd-3g-401 {
    width: 401% !important;
  }
  .wd-3g-402 {
    width: 402% !important;
  }
  .wd-3g-403 {
    width: 403% !important;
  }
  .wd-3g-404 {
    width: 404% !important;
  }
  .wd-3g-405 {
    width: 405% !important;
  }
  .wd-3g-406 {
    width: 406% !important;
  }
  .wd-3g-407 {
    width: 407% !important;
  }
  .wd-3g-408 {
    width: 408% !important;
  }
  .wd-3g-409 {
    width: 409% !important;
  }
  .wd-3g-410 {
    width: 410% !important;
  }
  .wd-3g-411 {
    width: 411% !important;
  }
  .wd-3g-412 {
    width: 412% !important;
  }
  .wd-3g-413 {
    width: 413% !important;
  }
  .wd-3g-414 {
    width: 414% !important;
  }
  .wd-3g-415 {
    width: 415% !important;
  }
  .wd-3g-416 {
    width: 416% !important;
  }
  .wd-3g-417 {
    width: 417% !important;
  }
  .wd-3g-418 {
    width: 418% !important;
  }
  .wd-3g-419 {
    width: 419% !important;
  }
  .wd-3g-420 {
    width: 420% !important;
  }
  .wd-3g-421 {
    width: 421% !important;
  }
  .wd-3g-422 {
    width: 422% !important;
  }
  .wd-3g-423 {
    width: 423% !important;
  }
  .wd-3g-424 {
    width: 424% !important;
  }
  .wd-3g-425 {
    width: 425% !important;
  }
  .wd-3g-426 {
    width: 426% !important;
  }
  .wd-3g-427 {
    width: 427% !important;
  }
  .wd-3g-428 {
    width: 428% !important;
  }
  .wd-3g-429 {
    width: 429% !important;
  }
  .wd-3g-430 {
    width: 430% !important;
  }
  .wd-3g-431 {
    width: 431% !important;
  }
  .wd-3g-432 {
    width: 432% !important;
  }
  .wd-3g-433 {
    width: 433% !important;
  }
  .wd-3g-434 {
    width: 434% !important;
  }
  .wd-3g-435 {
    width: 435% !important;
  }
  .wd-3g-436 {
    width: 436% !important;
  }
  .wd-3g-437 {
    width: 437% !important;
  }
  .wd-3g-438 {
    width: 438% !important;
  }
  .wd-3g-439 {
    width: 439% !important;
  }
  .wd-3g-440 {
    width: 440% !important;
  }
  .wd-3g-441 {
    width: 441% !important;
  }
  .wd-3g-442 {
    width: 442% !important;
  }
  .wd-3g-443 {
    width: 443% !important;
  }
  .wd-3g-444 {
    width: 444% !important;
  }
  .wd-3g-445 {
    width: 445% !important;
  }
  .wd-3g-446 {
    width: 446% !important;
  }
  .wd-3g-447 {
    width: 447% !important;
  }
  .wd-3g-448 {
    width: 448% !important;
  }
  .wd-3g-449 {
    width: 449% !important;
  }
  .wd-3g-450 {
    width: 450% !important;
  }
  .wd-3g-451 {
    width: 451% !important;
  }
  .wd-3g-452 {
    width: 452% !important;
  }
  .wd-3g-453 {
    width: 453% !important;
  }
  .wd-3g-454 {
    width: 454% !important;
  }
  .wd-3g-455 {
    width: 455% !important;
  }
  .wd-3g-456 {
    width: 456% !important;
  }
  .wd-3g-457 {
    width: 457% !important;
  }
  .wd-3g-458 {
    width: 458% !important;
  }
  .wd-3g-459 {
    width: 459% !important;
  }
  .wd-3g-460 {
    width: 460% !important;
  }
  .wd-3g-461 {
    width: 461% !important;
  }
  .wd-3g-462 {
    width: 462% !important;
  }
  .wd-3g-463 {
    width: 463% !important;
  }
  .wd-3g-464 {
    width: 464% !important;
  }
  .wd-3g-465 {
    width: 465% !important;
  }
  .wd-3g-466 {
    width: 466% !important;
  }
  .wd-3g-467 {
    width: 467% !important;
  }
  .wd-3g-468 {
    width: 468% !important;
  }
  .wd-3g-469 {
    width: 469% !important;
  }
  .wd-3g-470 {
    width: 470% !important;
  }
  .wd-3g-471 {
    width: 471% !important;
  }
  .wd-3g-472 {
    width: 472% !important;
  }
  .wd-3g-473 {
    width: 473% !important;
  }
  .wd-3g-474 {
    width: 474% !important;
  }
  .wd-3g-475 {
    width: 475% !important;
  }
  .wd-3g-476 {
    width: 476% !important;
  }
  .wd-3g-477 {
    width: 477% !important;
  }
  .wd-3g-478 {
    width: 478% !important;
  }
  .wd-3g-479 {
    width: 479% !important;
  }
  .wd-3g-480 {
    width: 480% !important;
  }
  .wd-3g-481 {
    width: 481% !important;
  }
  .wd-3g-482 {
    width: 482% !important;
  }
  .wd-3g-483 {
    width: 483% !important;
  }
  .wd-3g-484 {
    width: 484% !important;
  }
  .wd-3g-485 {
    width: 485% !important;
  }
  .wd-3g-486 {
    width: 486% !important;
  }
  .wd-3g-487 {
    width: 487% !important;
  }
  .wd-3g-488 {
    width: 488% !important;
  }
  .wd-3g-489 {
    width: 489% !important;
  }
  .wd-3g-490 {
    width: 490% !important;
  }
  .wd-3g-491 {
    width: 491% !important;
  }
  .wd-3g-492 {
    width: 492% !important;
  }
  .wd-3g-493 {
    width: 493% !important;
  }
  .wd-3g-494 {
    width: 494% !important;
  }
  .wd-3g-495 {
    width: 495% !important;
  }
  .wd-3g-496 {
    width: 496% !important;
  }
  .wd-3g-497 {
    width: 497% !important;
  }
  .wd-3g-498 {
    width: 498% !important;
  }
  .wd-3g-499 {
    width: 499% !important;
  }
  .wd-3g-500 {
    width: 500% !important;
  }
  .wd-3g-501 {
    width: 501% !important;
  }
  .wd-3g-502 {
    width: 502% !important;
  }
  .wd-3g-503 {
    width: 503% !important;
  }
  .wd-3g-504 {
    width: 504% !important;
  }
  .wd-3g-505 {
    width: 505% !important;
  }
  .wd-3g-506 {
    width: 506% !important;
  }
  .wd-3g-507 {
    width: 507% !important;
  }
  .wd-3g-508 {
    width: 508% !important;
  }
  .wd-3g-509 {
    width: 509% !important;
  }
  .wd-3g-510 {
    width: 510% !important;
  }
  .wd-3g-511 {
    width: 511% !important;
  }
  .wd-3g-512 {
    width: 512% !important;
  }
  .wd-3g-513 {
    width: 513% !important;
  }
  .wd-3g-514 {
    width: 514% !important;
  }
  .wd-3g-515 {
    width: 515% !important;
  }
  .wd-3g-516 {
    width: 516% !important;
  }
  .wd-3g-517 {
    width: 517% !important;
  }
  .wd-3g-518 {
    width: 518% !important;
  }
  .wd-3g-519 {
    width: 519% !important;
  }
  .wd-3g-520 {
    width: 520% !important;
  }
  .wd-3g-521 {
    width: 521% !important;
  }
  .wd-3g-522 {
    width: 522% !important;
  }
  .wd-3g-523 {
    width: 523% !important;
  }
  .wd-3g-524 {
    width: 524% !important;
  }
  .wd-3g-525 {
    width: 525% !important;
  }
  .wd-3g-526 {
    width: 526% !important;
  }
  .wd-3g-527 {
    width: 527% !important;
  }
  .wd-3g-528 {
    width: 528% !important;
  }
  .wd-3g-529 {
    width: 529% !important;
  }
  .wd-3g-530 {
    width: 530% !important;
  }
  .wd-3g-531 {
    width: 531% !important;
  }
  .wd-3g-532 {
    width: 532% !important;
  }
  .wd-3g-533 {
    width: 533% !important;
  }
  .wd-3g-534 {
    width: 534% !important;
  }
  .wd-3g-535 {
    width: 535% !important;
  }
  .wd-3g-536 {
    width: 536% !important;
  }
  .wd-3g-537 {
    width: 537% !important;
  }
  .wd-3g-538 {
    width: 538% !important;
  }
  .wd-3g-539 {
    width: 539% !important;
  }
  .wd-3g-540 {
    width: 540% !important;
  }
  .wd-3g-541 {
    width: 541% !important;
  }
  .wd-3g-542 {
    width: 542% !important;
  }
  .wd-3g-543 {
    width: 543% !important;
  }
  .wd-3g-544 {
    width: 544% !important;
  }
  .wd-3g-545 {
    width: 545% !important;
  }
  .wd-3g-546 {
    width: 546% !important;
  }
  .wd-3g-547 {
    width: 547% !important;
  }
  .wd-3g-548 {
    width: 548% !important;
  }
  .wd-3g-549 {
    width: 549% !important;
  }
  .wd-3g-550 {
    width: 550% !important;
  }
  .wd-3g-551 {
    width: 551% !important;
  }
  .wd-3g-552 {
    width: 552% !important;
  }
  .wd-3g-553 {
    width: 553% !important;
  }
  .wd-3g-554 {
    width: 554% !important;
  }
  .wd-3g-555 {
    width: 555% !important;
  }
  .wd-3g-556 {
    width: 556% !important;
  }
  .wd-3g-557 {
    width: 557% !important;
  }
  .wd-3g-558 {
    width: 558% !important;
  }
  .wd-3g-559 {
    width: 559% !important;
  }
  .wd-3g-560 {
    width: 560% !important;
  }
  .wd-3g-561 {
    width: 561% !important;
  }
  .wd-3g-562 {
    width: 562% !important;
  }
  .wd-3g-563 {
    width: 563% !important;
  }
  .wd-3g-564 {
    width: 564% !important;
  }
  .wd-3g-565 {
    width: 565% !important;
  }
  .wd-3g-566 {
    width: 566% !important;
  }
  .wd-3g-567 {
    width: 567% !important;
  }
  .wd-3g-568 {
    width: 568% !important;
  }
  .wd-3g-569 {
    width: 569% !important;
  }
  .wd-3g-570 {
    width: 570% !important;
  }
  .wd-3g-571 {
    width: 571% !important;
  }
  .wd-3g-572 {
    width: 572% !important;
  }
  .wd-3g-573 {
    width: 573% !important;
  }
  .wd-3g-574 {
    width: 574% !important;
  }
  .wd-3g-575 {
    width: 575% !important;
  }
  .wd-3g-576 {
    width: 576% !important;
  }
  .wd-3g-577 {
    width: 577% !important;
  }
  .wd-3g-578 {
    width: 578% !important;
  }
  .wd-3g-579 {
    width: 579% !important;
  }
  .wd-3g-580 {
    width: 580% !important;
  }
  .wd-3g-581 {
    width: 581% !important;
  }
  .wd-3g-582 {
    width: 582% !important;
  }
  .wd-3g-583 {
    width: 583% !important;
  }
  .wd-3g-584 {
    width: 584% !important;
  }
  .wd-3g-585 {
    width: 585% !important;
  }
  .wd-3g-586 {
    width: 586% !important;
  }
  .wd-3g-587 {
    width: 587% !important;
  }
  .wd-3g-588 {
    width: 588% !important;
  }
  .wd-3g-589 {
    width: 589% !important;
  }
  .wd-3g-590 {
    width: 590% !important;
  }
  .wd-3g-591 {
    width: 591% !important;
  }
  .wd-3g-592 {
    width: 592% !important;
  }
  .wd-3g-593 {
    width: 593% !important;
  }
  .wd-3g-594 {
    width: 594% !important;
  }
  .wd-3g-595 {
    width: 595% !important;
  }
  .wd-3g-596 {
    width: 596% !important;
  }
  .wd-3g-597 {
    width: 597% !important;
  }
  .wd-3g-598 {
    width: 598% !important;
  }
  .wd-3g-599 {
    width: 599% !important;
  }
  .wd-3g-600 {
    width: 600% !important;
  }
  .wd-3g-601 {
    width: 601% !important;
  }
  .wd-3g-602 {
    width: 602% !important;
  }
  .wd-3g-603 {
    width: 603% !important;
  }
  .wd-3g-604 {
    width: 604% !important;
  }
  .wd-3g-605 {
    width: 605% !important;
  }
  .wd-3g-606 {
    width: 606% !important;
  }
  .wd-3g-607 {
    width: 607% !important;
  }
  .wd-3g-608 {
    width: 608% !important;
  }
  .wd-3g-609 {
    width: 609% !important;
  }
  .wd-3g-610 {
    width: 610% !important;
  }
  .wd-3g-611 {
    width: 611% !important;
  }
  .wd-3g-612 {
    width: 612% !important;
  }
  .wd-3g-613 {
    width: 613% !important;
  }
  .wd-3g-614 {
    width: 614% !important;
  }
  .wd-3g-615 {
    width: 615% !important;
  }
  .wd-3g-616 {
    width: 616% !important;
  }
  .wd-3g-617 {
    width: 617% !important;
  }
  .wd-3g-618 {
    width: 618% !important;
  }
  .wd-3g-619 {
    width: 619% !important;
  }
  .wd-3g-620 {
    width: 620% !important;
  }
  .wd-3g-621 {
    width: 621% !important;
  }
  .wd-3g-622 {
    width: 622% !important;
  }
  .wd-3g-623 {
    width: 623% !important;
  }
  .wd-3g-624 {
    width: 624% !important;
  }
  .wd-3g-625 {
    width: 625% !important;
  }
  .wd-3g-626 {
    width: 626% !important;
  }
  .wd-3g-627 {
    width: 627% !important;
  }
  .wd-3g-628 {
    width: 628% !important;
  }
  .wd-3g-629 {
    width: 629% !important;
  }
  .wd-3g-630 {
    width: 630% !important;
  }
  .wd-3g-631 {
    width: 631% !important;
  }
  .wd-3g-632 {
    width: 632% !important;
  }
  .wd-3g-633 {
    width: 633% !important;
  }
  .wd-3g-634 {
    width: 634% !important;
  }
  .wd-3g-635 {
    width: 635% !important;
  }
  .wd-3g-636 {
    width: 636% !important;
  }
  .wd-3g-637 {
    width: 637% !important;
  }
  .wd-3g-638 {
    width: 638% !important;
  }
  .wd-3g-639 {
    width: 639% !important;
  }
  .wd-3g-640 {
    width: 640% !important;
  }
  .wd-3g-641 {
    width: 641% !important;
  }
  .wd-3g-642 {
    width: 642% !important;
  }
  .wd-3g-643 {
    width: 643% !important;
  }
  .wd-3g-644 {
    width: 644% !important;
  }
  .wd-3g-645 {
    width: 645% !important;
  }
  .wd-3g-646 {
    width: 646% !important;
  }
  .wd-3g-647 {
    width: 647% !important;
  }
  .wd-3g-648 {
    width: 648% !important;
  }
  .wd-3g-649 {
    width: 649% !important;
  }
  .wd-3g-650 {
    width: 650% !important;
  }
  .wd-3g-651 {
    width: 651% !important;
  }
  .wd-3g-652 {
    width: 652% !important;
  }
  .wd-3g-653 {
    width: 653% !important;
  }
  .wd-3g-654 {
    width: 654% !important;
  }
  .wd-3g-655 {
    width: 655% !important;
  }
  .wd-3g-656 {
    width: 656% !important;
  }
  .wd-3g-657 {
    width: 657% !important;
  }
  .wd-3g-658 {
    width: 658% !important;
  }
  .wd-3g-659 {
    width: 659% !important;
  }
  .wd-3g-660 {
    width: 660% !important;
  }
  .wd-3g-661 {
    width: 661% !important;
  }
  .wd-3g-662 {
    width: 662% !important;
  }
  .wd-3g-663 {
    width: 663% !important;
  }
  .wd-3g-664 {
    width: 664% !important;
  }
  .wd-3g-665 {
    width: 665% !important;
  }
  .wd-3g-666 {
    width: 666% !important;
  }
  .wd-3g-667 {
    width: 667% !important;
  }
  .wd-3g-668 {
    width: 668% !important;
  }
  .wd-3g-669 {
    width: 669% !important;
  }
  .wd-3g-670 {
    width: 670% !important;
  }
  .wd-3g-671 {
    width: 671% !important;
  }
  .wd-3g-672 {
    width: 672% !important;
  }
  .wd-3g-673 {
    width: 673% !important;
  }
  .wd-3g-674 {
    width: 674% !important;
  }
  .wd-3g-675 {
    width: 675% !important;
  }
  .wd-3g-676 {
    width: 676% !important;
  }
  .wd-3g-677 {
    width: 677% !important;
  }
  .wd-3g-678 {
    width: 678% !important;
  }
  .wd-3g-679 {
    width: 679% !important;
  }
  .wd-3g-680 {
    width: 680% !important;
  }
  .wd-3g-681 {
    width: 681% !important;
  }
  .wd-3g-682 {
    width: 682% !important;
  }
  .wd-3g-683 {
    width: 683% !important;
  }
  .wd-3g-684 {
    width: 684% !important;
  }
  .wd-3g-685 {
    width: 685% !important;
  }
  .wd-3g-686 {
    width: 686% !important;
  }
  .wd-3g-687 {
    width: 687% !important;
  }
  .wd-3g-688 {
    width: 688% !important;
  }
  .wd-3g-689 {
    width: 689% !important;
  }
  .wd-3g-690 {
    width: 690% !important;
  }
  .wd-3g-691 {
    width: 691% !important;
  }
  .wd-3g-692 {
    width: 692% !important;
  }
  .wd-3g-693 {
    width: 693% !important;
  }
  .wd-3g-694 {
    width: 694% !important;
  }
  .wd-3g-695 {
    width: 695% !important;
  }
  .wd-3g-696 {
    width: 696% !important;
  }
  .wd-3g-697 {
    width: 697% !important;
  }
  .wd-3g-698 {
    width: 698% !important;
  }
  .wd-3g-699 {
    width: 699% !important;
  }
  .wd-3g-700 {
    width: 700% !important;
  }
  .wd-3g-701 {
    width: 701% !important;
  }
  .wd-3g-702 {
    width: 702% !important;
  }
  .wd-3g-703 {
    width: 703% !important;
  }
  .wd-3g-704 {
    width: 704% !important;
  }
  .wd-3g-705 {
    width: 705% !important;
  }
  .wd-3g-706 {
    width: 706% !important;
  }
  .wd-3g-707 {
    width: 707% !important;
  }
  .wd-3g-708 {
    width: 708% !important;
  }
  .wd-3g-709 {
    width: 709% !important;
  }
  .wd-3g-710 {
    width: 710% !important;
  }
  .wd-3g-711 {
    width: 711% !important;
  }
  .wd-3g-712 {
    width: 712% !important;
  }
  .wd-3g-713 {
    width: 713% !important;
  }
  .wd-3g-714 {
    width: 714% !important;
  }
  .wd-3g-715 {
    width: 715% !important;
  }
  .wd-3g-716 {
    width: 716% !important;
  }
  .wd-3g-717 {
    width: 717% !important;
  }
  .wd-3g-718 {
    width: 718% !important;
  }
  .wd-3g-719 {
    width: 719% !important;
  }
  .wd-3g-720 {
    width: 720% !important;
  }
  .wd-3g-721 {
    width: 721% !important;
  }
  .wd-3g-722 {
    width: 722% !important;
  }
  .wd-3g-723 {
    width: 723% !important;
  }
  .wd-3g-724 {
    width: 724% !important;
  }
  .wd-3g-725 {
    width: 725% !important;
  }
  .wd-3g-726 {
    width: 726% !important;
  }
  .wd-3g-727 {
    width: 727% !important;
  }
  .wd-3g-728 {
    width: 728% !important;
  }
  .wd-3g-729 {
    width: 729% !important;
  }
  .wd-3g-730 {
    width: 730% !important;
  }
  .wd-3g-731 {
    width: 731% !important;
  }
  .wd-3g-732 {
    width: 732% !important;
  }
  .wd-3g-733 {
    width: 733% !important;
  }
  .wd-3g-734 {
    width: 734% !important;
  }
  .wd-3g-735 {
    width: 735% !important;
  }
  .wd-3g-736 {
    width: 736% !important;
  }
  .wd-3g-737 {
    width: 737% !important;
  }
  .wd-3g-738 {
    width: 738% !important;
  }
  .wd-3g-739 {
    width: 739% !important;
  }
  .wd-3g-740 {
    width: 740% !important;
  }
  .wd-3g-741 {
    width: 741% !important;
  }
  .wd-3g-742 {
    width: 742% !important;
  }
  .wd-3g-743 {
    width: 743% !important;
  }
  .wd-3g-744 {
    width: 744% !important;
  }
  .wd-3g-745 {
    width: 745% !important;
  }
  .wd-3g-746 {
    width: 746% !important;
  }
  .wd-3g-747 {
    width: 747% !important;
  }
  .wd-3g-748 {
    width: 748% !important;
  }
  .wd-3g-749 {
    width: 749% !important;
  }
  .wd-3g-750 {
    width: 750% !important;
  }
  .wd-3g-751 {
    width: 751% !important;
  }
  .wd-3g-752 {
    width: 752% !important;
  }
  .wd-3g-753 {
    width: 753% !important;
  }
  .wd-3g-754 {
    width: 754% !important;
  }
  .wd-3g-755 {
    width: 755% !important;
  }
  .wd-3g-756 {
    width: 756% !important;
  }
  .wd-3g-757 {
    width: 757% !important;
  }
  .wd-3g-758 {
    width: 758% !important;
  }
  .wd-3g-759 {
    width: 759% !important;
  }
  .wd-3g-760 {
    width: 760% !important;
  }
  .wd-3g-761 {
    width: 761% !important;
  }
  .wd-3g-762 {
    width: 762% !important;
  }
  .wd-3g-763 {
    width: 763% !important;
  }
  .wd-3g-764 {
    width: 764% !important;
  }
  .wd-3g-765 {
    width: 765% !important;
  }
  .wd-3g-766 {
    width: 766% !important;
  }
  .wd-3g-767 {
    width: 767% !important;
  }
  .wd-3g-768 {
    width: 768% !important;
  }
  .wd-3g-769 {
    width: 769% !important;
  }
  .wd-3g-770 {
    width: 770% !important;
  }
  .wd-3g-771 {
    width: 771% !important;
  }
  .wd-3g-772 {
    width: 772% !important;
  }
  .wd-3g-773 {
    width: 773% !important;
  }
  .wd-3g-774 {
    width: 774% !important;
  }
  .wd-3g-775 {
    width: 775% !important;
  }
  .wd-3g-776 {
    width: 776% !important;
  }
  .wd-3g-777 {
    width: 777% !important;
  }
  .wd-3g-778 {
    width: 778% !important;
  }
  .wd-3g-779 {
    width: 779% !important;
  }
  .wd-3g-780 {
    width: 780% !important;
  }
  .wd-3g-781 {
    width: 781% !important;
  }
  .wd-3g-782 {
    width: 782% !important;
  }
  .wd-3g-783 {
    width: 783% !important;
  }
  .wd-3g-784 {
    width: 784% !important;
  }
  .wd-3g-785 {
    width: 785% !important;
  }
  .wd-3g-786 {
    width: 786% !important;
  }
  .wd-3g-787 {
    width: 787% !important;
  }
  .wd-3g-788 {
    width: 788% !important;
  }
  .wd-3g-789 {
    width: 789% !important;
  }
  .wd-3g-790 {
    width: 790% !important;
  }
  .wd-3g-791 {
    width: 791% !important;
  }
  .wd-3g-792 {
    width: 792% !important;
  }
  .wd-3g-793 {
    width: 793% !important;
  }
  .wd-3g-794 {
    width: 794% !important;
  }
  .wd-3g-795 {
    width: 795% !important;
  }
  .wd-3g-796 {
    width: 796% !important;
  }
  .wd-3g-797 {
    width: 797% !important;
  }
  .wd-3g-798 {
    width: 798% !important;
  }
  .wd-3g-799 {
    width: 799% !important;
  }
  .wd-3g-800 {
    width: 800% !important;
  }
  .wd-3g-801 {
    width: 801% !important;
  }
  .wd-3g-802 {
    width: 802% !important;
  }
  .wd-3g-803 {
    width: 803% !important;
  }
  .wd-3g-804 {
    width: 804% !important;
  }
  .wd-3g-805 {
    width: 805% !important;
  }
  .wd-3g-806 {
    width: 806% !important;
  }
  .wd-3g-807 {
    width: 807% !important;
  }
  .wd-3g-808 {
    width: 808% !important;
  }
  .wd-3g-809 {
    width: 809% !important;
  }
  .wd-3g-810 {
    width: 810% !important;
  }
  .wd-3g-811 {
    width: 811% !important;
  }
  .wd-3g-812 {
    width: 812% !important;
  }
  .wd-3g-813 {
    width: 813% !important;
  }
  .wd-3g-814 {
    width: 814% !important;
  }
  .wd-3g-815 {
    width: 815% !important;
  }
  .wd-3g-816 {
    width: 816% !important;
  }
  .wd-3g-817 {
    width: 817% !important;
  }
  .wd-3g-818 {
    width: 818% !important;
  }
  .wd-3g-819 {
    width: 819% !important;
  }
  .wd-3g-820 {
    width: 820% !important;
  }
  .wd-3g-821 {
    width: 821% !important;
  }
  .wd-3g-822 {
    width: 822% !important;
  }
  .wd-3g-823 {
    width: 823% !important;
  }
  .wd-3g-824 {
    width: 824% !important;
  }
  .wd-3g-825 {
    width: 825% !important;
  }
  .wd-3g-826 {
    width: 826% !important;
  }
  .wd-3g-827 {
    width: 827% !important;
  }
  .wd-3g-828 {
    width: 828% !important;
  }
  .wd-3g-829 {
    width: 829% !important;
  }
  .wd-3g-830 {
    width: 830% !important;
  }
  .wd-3g-831 {
    width: 831% !important;
  }
  .wd-3g-832 {
    width: 832% !important;
  }
  .wd-3g-833 {
    width: 833% !important;
  }
  .wd-3g-834 {
    width: 834% !important;
  }
  .wd-3g-835 {
    width: 835% !important;
  }
  .wd-3g-836 {
    width: 836% !important;
  }
  .wd-3g-837 {
    width: 837% !important;
  }
  .wd-3g-838 {
    width: 838% !important;
  }
  .wd-3g-839 {
    width: 839% !important;
  }
  .wd-3g-840 {
    width: 840% !important;
  }
  .wd-3g-841 {
    width: 841% !important;
  }
  .wd-3g-842 {
    width: 842% !important;
  }
  .wd-3g-843 {
    width: 843% !important;
  }
  .wd-3g-844 {
    width: 844% !important;
  }
  .wd-3g-845 {
    width: 845% !important;
  }
  .wd-3g-846 {
    width: 846% !important;
  }
  .wd-3g-847 {
    width: 847% !important;
  }
  .wd-3g-848 {
    width: 848% !important;
  }
  .wd-3g-849 {
    width: 849% !important;
  }
  .wd-3g-850 {
    width: 850% !important;
  }
  .wd-3g-851 {
    width: 851% !important;
  }
  .wd-3g-852 {
    width: 852% !important;
  }
  .wd-3g-853 {
    width: 853% !important;
  }
  .wd-3g-854 {
    width: 854% !important;
  }
  .wd-3g-855 {
    width: 855% !important;
  }
  .wd-3g-856 {
    width: 856% !important;
  }
  .wd-3g-857 {
    width: 857% !important;
  }
  .wd-3g-858 {
    width: 858% !important;
  }
  .wd-3g-859 {
    width: 859% !important;
  }
  .wd-3g-860 {
    width: 860% !important;
  }
  .wd-3g-861 {
    width: 861% !important;
  }
  .wd-3g-862 {
    width: 862% !important;
  }
  .wd-3g-863 {
    width: 863% !important;
  }
  .wd-3g-864 {
    width: 864% !important;
  }
  .wd-3g-865 {
    width: 865% !important;
  }
  .wd-3g-866 {
    width: 866% !important;
  }
  .wd-3g-867 {
    width: 867% !important;
  }
  .wd-3g-868 {
    width: 868% !important;
  }
  .wd-3g-869 {
    width: 869% !important;
  }
  .wd-3g-870 {
    width: 870% !important;
  }
  .wd-3g-871 {
    width: 871% !important;
  }
  .wd-3g-872 {
    width: 872% !important;
  }
  .wd-3g-873 {
    width: 873% !important;
  }
  .wd-3g-874 {
    width: 874% !important;
  }
  .wd-3g-875 {
    width: 875% !important;
  }
  .wd-3g-876 {
    width: 876% !important;
  }
  .wd-3g-877 {
    width: 877% !important;
  }
  .wd-3g-878 {
    width: 878% !important;
  }
  .wd-3g-879 {
    width: 879% !important;
  }
  .wd-3g-880 {
    width: 880% !important;
  }
  .wd-3g-881 {
    width: 881% !important;
  }
  .wd-3g-882 {
    width: 882% !important;
  }
  .wd-3g-883 {
    width: 883% !important;
  }
  .wd-3g-884 {
    width: 884% !important;
  }
  .wd-3g-885 {
    width: 885% !important;
  }
  .wd-3g-886 {
    width: 886% !important;
  }
  .wd-3g-887 {
    width: 887% !important;
  }
  .wd-3g-888 {
    width: 888% !important;
  }
  .wd-3g-889 {
    width: 889% !important;
  }
  .wd-3g-890 {
    width: 890% !important;
  }
  .wd-3g-891 {
    width: 891% !important;
  }
  .wd-3g-892 {
    width: 892% !important;
  }
  .wd-3g-893 {
    width: 893% !important;
  }
  .wd-3g-894 {
    width: 894% !important;
  }
  .wd-3g-895 {
    width: 895% !important;
  }
  .wd-3g-896 {
    width: 896% !important;
  }
  .wd-3g-897 {
    width: 897% !important;
  }
  .wd-3g-898 {
    width: 898% !important;
  }
  .wd-3g-899 {
    width: 899% !important;
  }
  .wd-3g-900 {
    width: 900% !important;
  }
  .wd-3g-901 {
    width: 901% !important;
  }
  .wd-3g-902 {
    width: 902% !important;
  }
  .wd-3g-903 {
    width: 903% !important;
  }
  .wd-3g-904 {
    width: 904% !important;
  }
  .wd-3g-905 {
    width: 905% !important;
  }
  .wd-3g-906 {
    width: 906% !important;
  }
  .wd-3g-907 {
    width: 907% !important;
  }
  .wd-3g-908 {
    width: 908% !important;
  }
  .wd-3g-909 {
    width: 909% !important;
  }
  .wd-3g-910 {
    width: 910% !important;
  }
  .wd-3g-911 {
    width: 911% !important;
  }
  .wd-3g-912 {
    width: 912% !important;
  }
  .wd-3g-913 {
    width: 913% !important;
  }
  .wd-3g-914 {
    width: 914% !important;
  }
  .wd-3g-915 {
    width: 915% !important;
  }
  .wd-3g-916 {
    width: 916% !important;
  }
  .wd-3g-917 {
    width: 917% !important;
  }
  .wd-3g-918 {
    width: 918% !important;
  }
  .wd-3g-919 {
    width: 919% !important;
  }
  .wd-3g-920 {
    width: 920% !important;
  }
  .wd-3g-921 {
    width: 921% !important;
  }
  .wd-3g-922 {
    width: 922% !important;
  }
  .wd-3g-923 {
    width: 923% !important;
  }
  .wd-3g-924 {
    width: 924% !important;
  }
  .wd-3g-925 {
    width: 925% !important;
  }
  .wd-3g-926 {
    width: 926% !important;
  }
  .wd-3g-927 {
    width: 927% !important;
  }
  .wd-3g-928 {
    width: 928% !important;
  }
  .wd-3g-929 {
    width: 929% !important;
  }
  .wd-3g-930 {
    width: 930% !important;
  }
  .wd-3g-931 {
    width: 931% !important;
  }
  .wd-3g-932 {
    width: 932% !important;
  }
  .wd-3g-933 {
    width: 933% !important;
  }
  .wd-3g-934 {
    width: 934% !important;
  }
  .wd-3g-935 {
    width: 935% !important;
  }
  .wd-3g-936 {
    width: 936% !important;
  }
  .wd-3g-937 {
    width: 937% !important;
  }
  .wd-3g-938 {
    width: 938% !important;
  }
  .wd-3g-939 {
    width: 939% !important;
  }
  .wd-3g-940 {
    width: 940% !important;
  }
  .wd-3g-941 {
    width: 941% !important;
  }
  .wd-3g-942 {
    width: 942% !important;
  }
  .wd-3g-943 {
    width: 943% !important;
  }
  .wd-3g-944 {
    width: 944% !important;
  }
  .wd-3g-945 {
    width: 945% !important;
  }
  .wd-3g-946 {
    width: 946% !important;
  }
  .wd-3g-947 {
    width: 947% !important;
  }
  .wd-3g-948 {
    width: 948% !important;
  }
  .wd-3g-949 {
    width: 949% !important;
  }
  .wd-3g-950 {
    width: 950% !important;
  }
  .wd-3g-951 {
    width: 951% !important;
  }
  .wd-3g-952 {
    width: 952% !important;
  }
  .wd-3g-953 {
    width: 953% !important;
  }
  .wd-3g-954 {
    width: 954% !important;
  }
  .wd-3g-955 {
    width: 955% !important;
  }
  .wd-3g-956 {
    width: 956% !important;
  }
  .wd-3g-957 {
    width: 957% !important;
  }
  .wd-3g-958 {
    width: 958% !important;
  }
  .wd-3g-959 {
    width: 959% !important;
  }
  .wd-3g-960 {
    width: 960% !important;
  }
  .wd-3g-961 {
    width: 961% !important;
  }
  .wd-3g-962 {
    width: 962% !important;
  }
  .wd-3g-963 {
    width: 963% !important;
  }
  .wd-3g-964 {
    width: 964% !important;
  }
  .wd-3g-965 {
    width: 965% !important;
  }
  .wd-3g-966 {
    width: 966% !important;
  }
  .wd-3g-967 {
    width: 967% !important;
  }
  .wd-3g-968 {
    width: 968% !important;
  }
  .wd-3g-969 {
    width: 969% !important;
  }
  .wd-3g-970 {
    width: 970% !important;
  }
  .wd-3g-971 {
    width: 971% !important;
  }
  .wd-3g-972 {
    width: 972% !important;
  }
  .wd-3g-973 {
    width: 973% !important;
  }
  .wd-3g-974 {
    width: 974% !important;
  }
  .wd-3g-975 {
    width: 975% !important;
  }
  .wd-3g-976 {
    width: 976% !important;
  }
  .wd-3g-977 {
    width: 977% !important;
  }
  .wd-3g-978 {
    width: 978% !important;
  }
  .wd-3g-979 {
    width: 979% !important;
  }
  .wd-3g-980 {
    width: 980% !important;
  }
  .wd-3g-981 {
    width: 981% !important;
  }
  .wd-3g-982 {
    width: 982% !important;
  }
  .wd-3g-983 {
    width: 983% !important;
  }
  .wd-3g-984 {
    width: 984% !important;
  }
  .wd-3g-985 {
    width: 985% !important;
  }
  .wd-3g-986 {
    width: 986% !important;
  }
  .wd-3g-987 {
    width: 987% !important;
  }
  .wd-3g-988 {
    width: 988% !important;
  }
  .wd-3g-989 {
    width: 989% !important;
  }
  .wd-3g-990 {
    width: 990% !important;
  }
  .wd-3g-991 {
    width: 991% !important;
  }
  .wd-3g-992 {
    width: 992% !important;
  }
  .wd-3g-993 {
    width: 993% !important;
  }
  .wd-3g-994 {
    width: 994% !important;
  }
  .wd-3g-995 {
    width: 995% !important;
  }
  .wd-3g-996 {
    width: 996% !important;
  }
  .wd-3g-997 {
    width: 997% !important;
  }
  .wd-3g-998 {
    width: 998% !important;
  }
  .wd-3g-999 {
    width: 999% !important;
  }
  .wd-3g-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1440px) {
  .wd-xl-5 {
    width: 5% !important;
  }
  .wd-xl-10 {
    width: 10% !important;
  }
  .wd-xl-11 {
    width: 11% !important;
  }
  .wd-xl-12 {
    width: 12% !important;
  }
  .wd-xl-13 {
    width: 13% !important;
  }
  .wd-xl-14 {
    width: 14% !important;
  }
  .wd-xl-15 {
    width: 15% !important;
  }
  .wd-xl-16 {
    width: 16% !important;
  }
  .wd-xl-17 {
    width: 17% !important;
  }
  .wd-xl-18 {
    width: 18% !important;
  }
  .wd-xl-19 {
    width: 19% !important;
  }
  .wd-xl-20 {
    width: 20% !important;
  }
  .wd-xl-21 {
    width: 21% !important;
  }
  .wd-xl-22 {
    width: 22% !important;
  }
  .wd-xl-23 {
    width: 23% !important;
  }
  .wd-xl-24 {
    width: 24% !important;
  }
  .wd-xl-25 {
    width: 25% !important;
  }
  .wd-xl-26 {
    width: 26% !important;
  }
  .wd-xl-27 {
    width: 27% !important;
  }
  .wd-xl-28 {
    width: 28% !important;
  }
  .wd-xl-29 {
    width: 29% !important;
  }
  .wd-xl-30 {
    width: 30% !important;
  }
  .wd-xl-31 {
    width: 31% !important;
  }
  .wd-xl-32 {
    width: 32% !important;
  }
  .wd-xl-33 {
    width: 33% !important;
  }
  .wd-xl-34 {
    width: 34% !important;
  }
  .wd-xl-35 {
    width: 35% !important;
  }
  .wd-xl-36 {
    width: 36% !important;
  }
  .wd-xl-37 {
    width: 37% !important;
  }
  .wd-xl-38 {
    width: 38% !important;
  }
  .wd-xl-39 {
    width: 39% !important;
  }
  .wd-xl-40 {
    width: 40% !important;
  }
  .wd-xl-41 {
    width: 41% !important;
  }
  .wd-xl-42 {
    width: 42% !important;
  }
  .wd-xl-43 {
    width: 43% !important;
  }
  .wd-xl-44 {
    width: 44% !important;
  }
  .wd-xl-45 {
    width: 45% !important;
  }
  .wd-xl-46 {
    width: 46% !important;
  }
  .wd-xl-47 {
    width: 47% !important;
  }
  .wd-xl-48 {
    width: 48% !important;
  }
  .wd-xl-49 {
    width: 49% !important;
  }
  .wd-xl-50 {
    width: 50% !important;
  }
  .wd-xl-51 {
    width: 51% !important;
  }
  .wd-xl-52 {
    width: 52% !important;
  }
  .wd-xl-53 {
    width: 53% !important;
  }
  .wd-xl-54 {
    width: 54% !important;
  }
  .wd-xl-55 {
    width: 55% !important;
  }
  .wd-xl-56 {
    width: 56% !important;
  }
  .wd-xl-57 {
    width: 57% !important;
  }
  .wd-xl-58 {
    width: 58% !important;
  }
  .wd-xl-59 {
    width: 59% !important;
  }
  .wd-xl-60 {
    width: 60% !important;
  }
  .wd-xl-61 {
    width: 61% !important;
  }
  .wd-xl-62 {
    width: 62% !important;
  }
  .wd-xl-63 {
    width: 63% !important;
  }
  .wd-xl-64 {
    width: 64% !important;
  }
  .wd-xl-65 {
    width: 65% !important;
  }
  .wd-xl-66 {
    width: 66% !important;
  }
  .wd-xl-67 {
    width: 67% !important;
  }
  .wd-xl-68 {
    width: 68% !important;
  }
  .wd-xl-69 {
    width: 69% !important;
  }
  .wd-xl-70 {
    width: 70% !important;
  }
  .wd-xl-71 {
    width: 71% !important;
  }
  .wd-xl-72 {
    width: 72% !important;
  }
  .wd-xl-73 {
    width: 73% !important;
  }
  .wd-xl-74 {
    width: 74% !important;
  }
  .wd-xl-75 {
    width: 75% !important;
  }
  .wd-xl-76 {
    width: 76% !important;
  }
  .wd-xl-77 {
    width: 77% !important;
  }
  .wd-xl-78 {
    width: 78% !important;
  }
  .wd-xl-79 {
    width: 79% !important;
  }
  .wd-xl-80 {
    width: 80% !important;
  }
  .wd-xl-81 {
    width: 81% !important;
  }
  .wd-xl-82 {
    width: 82% !important;
  }
  .wd-xl-83 {
    width: 83% !important;
  }
  .wd-xl-84 {
    width: 84% !important;
  }
  .wd-xl-85 {
    width: 85% !important;
  }
  .wd-xl-86 {
    width: 86% !important;
  }
  .wd-xl-87 {
    width: 87% !important;
  }
  .wd-xl-88 {
    width: 88% !important;
  }
  .wd-xl-89 {
    width: 89% !important;
  }
  .wd-xl-90 {
    width: 90% !important;
  }
  .wd-xl-91 {
    width: 91% !important;
  }
  .wd-xl-92 {
    width: 92% !important;
  }
  .wd-xl-93 {
    width: 93% !important;
  }
  .wd-xl-94 {
    width: 94% !important;
  }
  .wd-xl-95 {
    width: 95% !important;
  }
  .wd-xl-96 {
    width: 96% !important;
  }
  .wd-xl-97 {
    width: 97% !important;
  }
  .wd-xl-98 {
    width: 98% !important;
  }
  .wd-xl-99 {
    width: 99% !important;
  }
  .wd-xl-100 {
    width: 100% !important;
  }
  .wd-xl-101 {
    width: 101% !important;
  }
  .wd-xl-102 {
    width: 102% !important;
  }
  .wd-xl-103 {
    width: 103% !important;
  }
  .wd-xl-104 {
    width: 104% !important;
  }
  .wd-xl-105 {
    width: 105% !important;
  }
  .wd-xl-106 {
    width: 106% !important;
  }
  .wd-xl-107 {
    width: 107% !important;
  }
  .wd-xl-108 {
    width: 108% !important;
  }
  .wd-xl-109 {
    width: 109% !important;
  }
  .wd-xl-110 {
    width: 110% !important;
  }
  .wd-xl-111 {
    width: 111% !important;
  }
  .wd-xl-112 {
    width: 112% !important;
  }
  .wd-xl-113 {
    width: 113% !important;
  }
  .wd-xl-114 {
    width: 114% !important;
  }
  .wd-xl-115 {
    width: 115% !important;
  }
  .wd-xl-116 {
    width: 116% !important;
  }
  .wd-xl-117 {
    width: 117% !important;
  }
  .wd-xl-118 {
    width: 118% !important;
  }
  .wd-xl-119 {
    width: 119% !important;
  }
  .wd-xl-120 {
    width: 120% !important;
  }
  .wd-xl-121 {
    width: 121% !important;
  }
  .wd-xl-122 {
    width: 122% !important;
  }
  .wd-xl-123 {
    width: 123% !important;
  }
  .wd-xl-124 {
    width: 124% !important;
  }
  .wd-xl-125 {
    width: 125% !important;
  }
  .wd-xl-126 {
    width: 126% !important;
  }
  .wd-xl-127 {
    width: 127% !important;
  }
  .wd-xl-128 {
    width: 128% !important;
  }
  .wd-xl-129 {
    width: 129% !important;
  }
  .wd-xl-130 {
    width: 130% !important;
  }
  .wd-xl-131 {
    width: 131% !important;
  }
  .wd-xl-132 {
    width: 132% !important;
  }
  .wd-xl-133 {
    width: 133% !important;
  }
  .wd-xl-134 {
    width: 134% !important;
  }
  .wd-xl-135 {
    width: 135% !important;
  }
  .wd-xl-136 {
    width: 136% !important;
  }
  .wd-xl-137 {
    width: 137% !important;
  }
  .wd-xl-138 {
    width: 138% !important;
  }
  .wd-xl-139 {
    width: 139% !important;
  }
  .wd-xl-140 {
    width: 140% !important;
  }
  .wd-xl-141 {
    width: 141% !important;
  }
  .wd-xl-142 {
    width: 142% !important;
  }
  .wd-xl-143 {
    width: 143% !important;
  }
  .wd-xl-144 {
    width: 144% !important;
  }
  .wd-xl-145 {
    width: 145% !important;
  }
  .wd-xl-146 {
    width: 146% !important;
  }
  .wd-xl-147 {
    width: 147% !important;
  }
  .wd-xl-148 {
    width: 148% !important;
  }
  .wd-xl-149 {
    width: 149% !important;
  }
  .wd-xl-150 {
    width: 150% !important;
  }
  .wd-xl-151 {
    width: 151% !important;
  }
  .wd-xl-152 {
    width: 152% !important;
  }
  .wd-xl-153 {
    width: 153% !important;
  }
  .wd-xl-154 {
    width: 154% !important;
  }
  .wd-xl-155 {
    width: 155% !important;
  }
  .wd-xl-156 {
    width: 156% !important;
  }
  .wd-xl-157 {
    width: 157% !important;
  }
  .wd-xl-158 {
    width: 158% !important;
  }
  .wd-xl-159 {
    width: 159% !important;
  }
  .wd-xl-160 {
    width: 160% !important;
  }
  .wd-xl-161 {
    width: 161% !important;
  }
  .wd-xl-162 {
    width: 162% !important;
  }
  .wd-xl-163 {
    width: 163% !important;
  }
  .wd-xl-164 {
    width: 164% !important;
  }
  .wd-xl-165 {
    width: 165% !important;
  }
  .wd-xl-166 {
    width: 166% !important;
  }
  .wd-xl-167 {
    width: 167% !important;
  }
  .wd-xl-168 {
    width: 168% !important;
  }
  .wd-xl-169 {
    width: 169% !important;
  }
  .wd-xl-170 {
    width: 170% !important;
  }
  .wd-xl-171 {
    width: 171% !important;
  }
  .wd-xl-172 {
    width: 172% !important;
  }
  .wd-xl-173 {
    width: 173% !important;
  }
  .wd-xl-174 {
    width: 174% !important;
  }
  .wd-xl-175 {
    width: 175% !important;
  }
  .wd-xl-176 {
    width: 176% !important;
  }
  .wd-xl-177 {
    width: 177% !important;
  }
  .wd-xl-178 {
    width: 178% !important;
  }
  .wd-xl-179 {
    width: 179% !important;
  }
  .wd-xl-180 {
    width: 180% !important;
  }
  .wd-xl-181 {
    width: 181% !important;
  }
  .wd-xl-182 {
    width: 182% !important;
  }
  .wd-xl-183 {
    width: 183% !important;
  }
  .wd-xl-184 {
    width: 184% !important;
  }
  .wd-xl-185 {
    width: 185% !important;
  }
  .wd-xl-186 {
    width: 186% !important;
  }
  .wd-xl-187 {
    width: 187% !important;
  }
  .wd-xl-188 {
    width: 188% !important;
  }
  .wd-xl-189 {
    width: 189% !important;
  }
  .wd-xl-190 {
    width: 190% !important;
  }
  .wd-xl-191 {
    width: 191% !important;
  }
  .wd-xl-192 {
    width: 192% !important;
  }
  .wd-xl-193 {
    width: 193% !important;
  }
  .wd-xl-194 {
    width: 194% !important;
  }
  .wd-xl-195 {
    width: 195% !important;
  }
  .wd-xl-196 {
    width: 196% !important;
  }
  .wd-xl-197 {
    width: 197% !important;
  }
  .wd-xl-198 {
    width: 198% !important;
  }
  .wd-xl-199 {
    width: 199% !important;
  }
  .wd-xl-200 {
    width: 200% !important;
  }
  .wd-xl-201 {
    width: 201% !important;
  }
  .wd-xl-202 {
    width: 202% !important;
  }
  .wd-xl-203 {
    width: 203% !important;
  }
  .wd-xl-204 {
    width: 204% !important;
  }
  .wd-xl-205 {
    width: 205% !important;
  }
  .wd-xl-206 {
    width: 206% !important;
  }
  .wd-xl-207 {
    width: 207% !important;
  }
  .wd-xl-208 {
    width: 208% !important;
  }
  .wd-xl-209 {
    width: 209% !important;
  }
  .wd-xl-210 {
    width: 210% !important;
  }
  .wd-xl-211 {
    width: 211% !important;
  }
  .wd-xl-212 {
    width: 212% !important;
  }
  .wd-xl-213 {
    width: 213% !important;
  }
  .wd-xl-214 {
    width: 214% !important;
  }
  .wd-xl-215 {
    width: 215% !important;
  }
  .wd-xl-216 {
    width: 216% !important;
  }
  .wd-xl-217 {
    width: 217% !important;
  }
  .wd-xl-218 {
    width: 218% !important;
  }
  .wd-xl-219 {
    width: 219% !important;
  }
  .wd-xl-220 {
    width: 220% !important;
  }
  .wd-xl-221 {
    width: 221% !important;
  }
  .wd-xl-222 {
    width: 222% !important;
  }
  .wd-xl-223 {
    width: 223% !important;
  }
  .wd-xl-224 {
    width: 224% !important;
  }
  .wd-xl-225 {
    width: 225% !important;
  }
  .wd-xl-226 {
    width: 226% !important;
  }
  .wd-xl-227 {
    width: 227% !important;
  }
  .wd-xl-228 {
    width: 228% !important;
  }
  .wd-xl-229 {
    width: 229% !important;
  }
  .wd-xl-230 {
    width: 230% !important;
  }
  .wd-xl-231 {
    width: 231% !important;
  }
  .wd-xl-232 {
    width: 232% !important;
  }
  .wd-xl-233 {
    width: 233% !important;
  }
  .wd-xl-234 {
    width: 234% !important;
  }
  .wd-xl-235 {
    width: 235% !important;
  }
  .wd-xl-236 {
    width: 236% !important;
  }
  .wd-xl-237 {
    width: 237% !important;
  }
  .wd-xl-238 {
    width: 238% !important;
  }
  .wd-xl-239 {
    width: 239% !important;
  }
  .wd-xl-240 {
    width: 240% !important;
  }
  .wd-xl-241 {
    width: 241% !important;
  }
  .wd-xl-242 {
    width: 242% !important;
  }
  .wd-xl-243 {
    width: 243% !important;
  }
  .wd-xl-244 {
    width: 244% !important;
  }
  .wd-xl-245 {
    width: 245% !important;
  }
  .wd-xl-246 {
    width: 246% !important;
  }
  .wd-xl-247 {
    width: 247% !important;
  }
  .wd-xl-248 {
    width: 248% !important;
  }
  .wd-xl-249 {
    width: 249% !important;
  }
  .wd-xl-250 {
    width: 250% !important;
  }
  .wd-xl-251 {
    width: 251% !important;
  }
  .wd-xl-252 {
    width: 252% !important;
  }
  .wd-xl-253 {
    width: 253% !important;
  }
  .wd-xl-254 {
    width: 254% !important;
  }
  .wd-xl-255 {
    width: 255% !important;
  }
  .wd-xl-256 {
    width: 256% !important;
  }
  .wd-xl-257 {
    width: 257% !important;
  }
  .wd-xl-258 {
    width: 258% !important;
  }
  .wd-xl-259 {
    width: 259% !important;
  }
  .wd-xl-260 {
    width: 260% !important;
  }
  .wd-xl-261 {
    width: 261% !important;
  }
  .wd-xl-262 {
    width: 262% !important;
  }
  .wd-xl-263 {
    width: 263% !important;
  }
  .wd-xl-264 {
    width: 264% !important;
  }
  .wd-xl-265 {
    width: 265% !important;
  }
  .wd-xl-266 {
    width: 266% !important;
  }
  .wd-xl-267 {
    width: 267% !important;
  }
  .wd-xl-268 {
    width: 268% !important;
  }
  .wd-xl-269 {
    width: 269% !important;
  }
  .wd-xl-270 {
    width: 270% !important;
  }
  .wd-xl-271 {
    width: 271% !important;
  }
  .wd-xl-272 {
    width: 272% !important;
  }
  .wd-xl-273 {
    width: 273% !important;
  }
  .wd-xl-274 {
    width: 274% !important;
  }
  .wd-xl-275 {
    width: 275% !important;
  }
  .wd-xl-276 {
    width: 276% !important;
  }
  .wd-xl-277 {
    width: 277% !important;
  }
  .wd-xl-278 {
    width: 278% !important;
  }
  .wd-xl-279 {
    width: 279% !important;
  }
  .wd-xl-280 {
    width: 280% !important;
  }
  .wd-xl-281 {
    width: 281% !important;
  }
  .wd-xl-282 {
    width: 282% !important;
  }
  .wd-xl-283 {
    width: 283% !important;
  }
  .wd-xl-284 {
    width: 284% !important;
  }
  .wd-xl-285 {
    width: 285% !important;
  }
  .wd-xl-286 {
    width: 286% !important;
  }
  .wd-xl-287 {
    width: 287% !important;
  }
  .wd-xl-288 {
    width: 288% !important;
  }
  .wd-xl-289 {
    width: 289% !important;
  }
  .wd-xl-290 {
    width: 290% !important;
  }
  .wd-xl-291 {
    width: 291% !important;
  }
  .wd-xl-292 {
    width: 292% !important;
  }
  .wd-xl-293 {
    width: 293% !important;
  }
  .wd-xl-294 {
    width: 294% !important;
  }
  .wd-xl-295 {
    width: 295% !important;
  }
  .wd-xl-296 {
    width: 296% !important;
  }
  .wd-xl-297 {
    width: 297% !important;
  }
  .wd-xl-298 {
    width: 298% !important;
  }
  .wd-xl-299 {
    width: 299% !important;
  }
  .wd-xl-300 {
    width: 300% !important;
  }
  .wd-xl-301 {
    width: 301% !important;
  }
  .wd-xl-302 {
    width: 302% !important;
  }
  .wd-xl-303 {
    width: 303% !important;
  }
  .wd-xl-304 {
    width: 304% !important;
  }
  .wd-xl-305 {
    width: 305% !important;
  }
  .wd-xl-306 {
    width: 306% !important;
  }
  .wd-xl-307 {
    width: 307% !important;
  }
  .wd-xl-308 {
    width: 308% !important;
  }
  .wd-xl-309 {
    width: 309% !important;
  }
  .wd-xl-310 {
    width: 310% !important;
  }
  .wd-xl-311 {
    width: 311% !important;
  }
  .wd-xl-312 {
    width: 312% !important;
  }
  .wd-xl-313 {
    width: 313% !important;
  }
  .wd-xl-314 {
    width: 314% !important;
  }
  .wd-xl-315 {
    width: 315% !important;
  }
  .wd-xl-316 {
    width: 316% !important;
  }
  .wd-xl-317 {
    width: 317% !important;
  }
  .wd-xl-318 {
    width: 318% !important;
  }
  .wd-xl-319 {
    width: 319% !important;
  }
  .wd-xl-320 {
    width: 320% !important;
  }
  .wd-xl-321 {
    width: 321% !important;
  }
  .wd-xl-322 {
    width: 322% !important;
  }
  .wd-xl-323 {
    width: 323% !important;
  }
  .wd-xl-324 {
    width: 324% !important;
  }
  .wd-xl-325 {
    width: 325% !important;
  }
  .wd-xl-326 {
    width: 326% !important;
  }
  .wd-xl-327 {
    width: 327% !important;
  }
  .wd-xl-328 {
    width: 328% !important;
  }
  .wd-xl-329 {
    width: 329% !important;
  }
  .wd-xl-330 {
    width: 330% !important;
  }
  .wd-xl-331 {
    width: 331% !important;
  }
  .wd-xl-332 {
    width: 332% !important;
  }
  .wd-xl-333 {
    width: 333% !important;
  }
  .wd-xl-334 {
    width: 334% !important;
  }
  .wd-xl-335 {
    width: 335% !important;
  }
  .wd-xl-336 {
    width: 336% !important;
  }
  .wd-xl-337 {
    width: 337% !important;
  }
  .wd-xl-338 {
    width: 338% !important;
  }
  .wd-xl-339 {
    width: 339% !important;
  }
  .wd-xl-340 {
    width: 340% !important;
  }
  .wd-xl-341 {
    width: 341% !important;
  }
  .wd-xl-342 {
    width: 342% !important;
  }
  .wd-xl-343 {
    width: 343% !important;
  }
  .wd-xl-344 {
    width: 344% !important;
  }
  .wd-xl-345 {
    width: 345% !important;
  }
  .wd-xl-346 {
    width: 346% !important;
  }
  .wd-xl-347 {
    width: 347% !important;
  }
  .wd-xl-348 {
    width: 348% !important;
  }
  .wd-xl-349 {
    width: 349% !important;
  }
  .wd-xl-350 {
    width: 350% !important;
  }
  .wd-xl-351 {
    width: 351% !important;
  }
  .wd-xl-352 {
    width: 352% !important;
  }
  .wd-xl-353 {
    width: 353% !important;
  }
  .wd-xl-354 {
    width: 354% !important;
  }
  .wd-xl-355 {
    width: 355% !important;
  }
  .wd-xl-356 {
    width: 356% !important;
  }
  .wd-xl-357 {
    width: 357% !important;
  }
  .wd-xl-358 {
    width: 358% !important;
  }
  .wd-xl-359 {
    width: 359% !important;
  }
  .wd-xl-360 {
    width: 360% !important;
  }
  .wd-xl-361 {
    width: 361% !important;
  }
  .wd-xl-362 {
    width: 362% !important;
  }
  .wd-xl-363 {
    width: 363% !important;
  }
  .wd-xl-364 {
    width: 364% !important;
  }
  .wd-xl-365 {
    width: 365% !important;
  }
  .wd-xl-366 {
    width: 366% !important;
  }
  .wd-xl-367 {
    width: 367% !important;
  }
  .wd-xl-368 {
    width: 368% !important;
  }
  .wd-xl-369 {
    width: 369% !important;
  }
  .wd-xl-370 {
    width: 370% !important;
  }
  .wd-xl-371 {
    width: 371% !important;
  }
  .wd-xl-372 {
    width: 372% !important;
  }
  .wd-xl-373 {
    width: 373% !important;
  }
  .wd-xl-374 {
    width: 374% !important;
  }
  .wd-xl-375 {
    width: 375% !important;
  }
  .wd-xl-376 {
    width: 376% !important;
  }
  .wd-xl-377 {
    width: 377% !important;
  }
  .wd-xl-378 {
    width: 378% !important;
  }
  .wd-xl-379 {
    width: 379% !important;
  }
  .wd-xl-380 {
    width: 380% !important;
  }
  .wd-xl-381 {
    width: 381% !important;
  }
  .wd-xl-382 {
    width: 382% !important;
  }
  .wd-xl-383 {
    width: 383% !important;
  }
  .wd-xl-384 {
    width: 384% !important;
  }
  .wd-xl-385 {
    width: 385% !important;
  }
  .wd-xl-386 {
    width: 386% !important;
  }
  .wd-xl-387 {
    width: 387% !important;
  }
  .wd-xl-388 {
    width: 388% !important;
  }
  .wd-xl-389 {
    width: 389% !important;
  }
  .wd-xl-390 {
    width: 390% !important;
  }
  .wd-xl-391 {
    width: 391% !important;
  }
  .wd-xl-392 {
    width: 392% !important;
  }
  .wd-xl-393 {
    width: 393% !important;
  }
  .wd-xl-394 {
    width: 394% !important;
  }
  .wd-xl-395 {
    width: 395% !important;
  }
  .wd-xl-396 {
    width: 396% !important;
  }
  .wd-xl-397 {
    width: 397% !important;
  }
  .wd-xl-398 {
    width: 398% !important;
  }
  .wd-xl-399 {
    width: 399% !important;
  }
  .wd-xl-400 {
    width: 400% !important;
  }
  .wd-xl-401 {
    width: 401% !important;
  }
  .wd-xl-402 {
    width: 402% !important;
  }
  .wd-xl-403 {
    width: 403% !important;
  }
  .wd-xl-404 {
    width: 404% !important;
  }
  .wd-xl-405 {
    width: 405% !important;
  }
  .wd-xl-406 {
    width: 406% !important;
  }
  .wd-xl-407 {
    width: 407% !important;
  }
  .wd-xl-408 {
    width: 408% !important;
  }
  .wd-xl-409 {
    width: 409% !important;
  }
  .wd-xl-410 {
    width: 410% !important;
  }
  .wd-xl-411 {
    width: 411% !important;
  }
  .wd-xl-412 {
    width: 412% !important;
  }
  .wd-xl-413 {
    width: 413% !important;
  }
  .wd-xl-414 {
    width: 414% !important;
  }
  .wd-xl-415 {
    width: 415% !important;
  }
  .wd-xl-416 {
    width: 416% !important;
  }
  .wd-xl-417 {
    width: 417% !important;
  }
  .wd-xl-418 {
    width: 418% !important;
  }
  .wd-xl-419 {
    width: 419% !important;
  }
  .wd-xl-420 {
    width: 420% !important;
  }
  .wd-xl-421 {
    width: 421% !important;
  }
  .wd-xl-422 {
    width: 422% !important;
  }
  .wd-xl-423 {
    width: 423% !important;
  }
  .wd-xl-424 {
    width: 424% !important;
  }
  .wd-xl-425 {
    width: 425% !important;
  }
  .wd-xl-426 {
    width: 426% !important;
  }
  .wd-xl-427 {
    width: 427% !important;
  }
  .wd-xl-428 {
    width: 428% !important;
  }
  .wd-xl-429 {
    width: 429% !important;
  }
  .wd-xl-430 {
    width: 430% !important;
  }
  .wd-xl-431 {
    width: 431% !important;
  }
  .wd-xl-432 {
    width: 432% !important;
  }
  .wd-xl-433 {
    width: 433% !important;
  }
  .wd-xl-434 {
    width: 434% !important;
  }
  .wd-xl-435 {
    width: 435% !important;
  }
  .wd-xl-436 {
    width: 436% !important;
  }
  .wd-xl-437 {
    width: 437% !important;
  }
  .wd-xl-438 {
    width: 438% !important;
  }
  .wd-xl-439 {
    width: 439% !important;
  }
  .wd-xl-440 {
    width: 440% !important;
  }
  .wd-xl-441 {
    width: 441% !important;
  }
  .wd-xl-442 {
    width: 442% !important;
  }
  .wd-xl-443 {
    width: 443% !important;
  }
  .wd-xl-444 {
    width: 444% !important;
  }
  .wd-xl-445 {
    width: 445% !important;
  }
  .wd-xl-446 {
    width: 446% !important;
  }
  .wd-xl-447 {
    width: 447% !important;
  }
  .wd-xl-448 {
    width: 448% !important;
  }
  .wd-xl-449 {
    width: 449% !important;
  }
  .wd-xl-450 {
    width: 450% !important;
  }
  .wd-xl-451 {
    width: 451% !important;
  }
  .wd-xl-452 {
    width: 452% !important;
  }
  .wd-xl-453 {
    width: 453% !important;
  }
  .wd-xl-454 {
    width: 454% !important;
  }
  .wd-xl-455 {
    width: 455% !important;
  }
  .wd-xl-456 {
    width: 456% !important;
  }
  .wd-xl-457 {
    width: 457% !important;
  }
  .wd-xl-458 {
    width: 458% !important;
  }
  .wd-xl-459 {
    width: 459% !important;
  }
  .wd-xl-460 {
    width: 460% !important;
  }
  .wd-xl-461 {
    width: 461% !important;
  }
  .wd-xl-462 {
    width: 462% !important;
  }
  .wd-xl-463 {
    width: 463% !important;
  }
  .wd-xl-464 {
    width: 464% !important;
  }
  .wd-xl-465 {
    width: 465% !important;
  }
  .wd-xl-466 {
    width: 466% !important;
  }
  .wd-xl-467 {
    width: 467% !important;
  }
  .wd-xl-468 {
    width: 468% !important;
  }
  .wd-xl-469 {
    width: 469% !important;
  }
  .wd-xl-470 {
    width: 470% !important;
  }
  .wd-xl-471 {
    width: 471% !important;
  }
  .wd-xl-472 {
    width: 472% !important;
  }
  .wd-xl-473 {
    width: 473% !important;
  }
  .wd-xl-474 {
    width: 474% !important;
  }
  .wd-xl-475 {
    width: 475% !important;
  }
  .wd-xl-476 {
    width: 476% !important;
  }
  .wd-xl-477 {
    width: 477% !important;
  }
  .wd-xl-478 {
    width: 478% !important;
  }
  .wd-xl-479 {
    width: 479% !important;
  }
  .wd-xl-480 {
    width: 480% !important;
  }
  .wd-xl-481 {
    width: 481% !important;
  }
  .wd-xl-482 {
    width: 482% !important;
  }
  .wd-xl-483 {
    width: 483% !important;
  }
  .wd-xl-484 {
    width: 484% !important;
  }
  .wd-xl-485 {
    width: 485% !important;
  }
  .wd-xl-486 {
    width: 486% !important;
  }
  .wd-xl-487 {
    width: 487% !important;
  }
  .wd-xl-488 {
    width: 488% !important;
  }
  .wd-xl-489 {
    width: 489% !important;
  }
  .wd-xl-490 {
    width: 490% !important;
  }
  .wd-xl-491 {
    width: 491% !important;
  }
  .wd-xl-492 {
    width: 492% !important;
  }
  .wd-xl-493 {
    width: 493% !important;
  }
  .wd-xl-494 {
    width: 494% !important;
  }
  .wd-xl-495 {
    width: 495% !important;
  }
  .wd-xl-496 {
    width: 496% !important;
  }
  .wd-xl-497 {
    width: 497% !important;
  }
  .wd-xl-498 {
    width: 498% !important;
  }
  .wd-xl-499 {
    width: 499% !important;
  }
  .wd-xl-500 {
    width: 500% !important;
  }
  .wd-xl-501 {
    width: 501% !important;
  }
  .wd-xl-502 {
    width: 502% !important;
  }
  .wd-xl-503 {
    width: 503% !important;
  }
  .wd-xl-504 {
    width: 504% !important;
  }
  .wd-xl-505 {
    width: 505% !important;
  }
  .wd-xl-506 {
    width: 506% !important;
  }
  .wd-xl-507 {
    width: 507% !important;
  }
  .wd-xl-508 {
    width: 508% !important;
  }
  .wd-xl-509 {
    width: 509% !important;
  }
  .wd-xl-510 {
    width: 510% !important;
  }
  .wd-xl-511 {
    width: 511% !important;
  }
  .wd-xl-512 {
    width: 512% !important;
  }
  .wd-xl-513 {
    width: 513% !important;
  }
  .wd-xl-514 {
    width: 514% !important;
  }
  .wd-xl-515 {
    width: 515% !important;
  }
  .wd-xl-516 {
    width: 516% !important;
  }
  .wd-xl-517 {
    width: 517% !important;
  }
  .wd-xl-518 {
    width: 518% !important;
  }
  .wd-xl-519 {
    width: 519% !important;
  }
  .wd-xl-520 {
    width: 520% !important;
  }
  .wd-xl-521 {
    width: 521% !important;
  }
  .wd-xl-522 {
    width: 522% !important;
  }
  .wd-xl-523 {
    width: 523% !important;
  }
  .wd-xl-524 {
    width: 524% !important;
  }
  .wd-xl-525 {
    width: 525% !important;
  }
  .wd-xl-526 {
    width: 526% !important;
  }
  .wd-xl-527 {
    width: 527% !important;
  }
  .wd-xl-528 {
    width: 528% !important;
  }
  .wd-xl-529 {
    width: 529% !important;
  }
  .wd-xl-530 {
    width: 530% !important;
  }
  .wd-xl-531 {
    width: 531% !important;
  }
  .wd-xl-532 {
    width: 532% !important;
  }
  .wd-xl-533 {
    width: 533% !important;
  }
  .wd-xl-534 {
    width: 534% !important;
  }
  .wd-xl-535 {
    width: 535% !important;
  }
  .wd-xl-536 {
    width: 536% !important;
  }
  .wd-xl-537 {
    width: 537% !important;
  }
  .wd-xl-538 {
    width: 538% !important;
  }
  .wd-xl-539 {
    width: 539% !important;
  }
  .wd-xl-540 {
    width: 540% !important;
  }
  .wd-xl-541 {
    width: 541% !important;
  }
  .wd-xl-542 {
    width: 542% !important;
  }
  .wd-xl-543 {
    width: 543% !important;
  }
  .wd-xl-544 {
    width: 544% !important;
  }
  .wd-xl-545 {
    width: 545% !important;
  }
  .wd-xl-546 {
    width: 546% !important;
  }
  .wd-xl-547 {
    width: 547% !important;
  }
  .wd-xl-548 {
    width: 548% !important;
  }
  .wd-xl-549 {
    width: 549% !important;
  }
  .wd-xl-550 {
    width: 550% !important;
  }
  .wd-xl-551 {
    width: 551% !important;
  }
  .wd-xl-552 {
    width: 552% !important;
  }
  .wd-xl-553 {
    width: 553% !important;
  }
  .wd-xl-554 {
    width: 554% !important;
  }
  .wd-xl-555 {
    width: 555% !important;
  }
  .wd-xl-556 {
    width: 556% !important;
  }
  .wd-xl-557 {
    width: 557% !important;
  }
  .wd-xl-558 {
    width: 558% !important;
  }
  .wd-xl-559 {
    width: 559% !important;
  }
  .wd-xl-560 {
    width: 560% !important;
  }
  .wd-xl-561 {
    width: 561% !important;
  }
  .wd-xl-562 {
    width: 562% !important;
  }
  .wd-xl-563 {
    width: 563% !important;
  }
  .wd-xl-564 {
    width: 564% !important;
  }
  .wd-xl-565 {
    width: 565% !important;
  }
  .wd-xl-566 {
    width: 566% !important;
  }
  .wd-xl-567 {
    width: 567% !important;
  }
  .wd-xl-568 {
    width: 568% !important;
  }
  .wd-xl-569 {
    width: 569% !important;
  }
  .wd-xl-570 {
    width: 570% !important;
  }
  .wd-xl-571 {
    width: 571% !important;
  }
  .wd-xl-572 {
    width: 572% !important;
  }
  .wd-xl-573 {
    width: 573% !important;
  }
  .wd-xl-574 {
    width: 574% !important;
  }
  .wd-xl-575 {
    width: 575% !important;
  }
  .wd-xl-576 {
    width: 576% !important;
  }
  .wd-xl-577 {
    width: 577% !important;
  }
  .wd-xl-578 {
    width: 578% !important;
  }
  .wd-xl-579 {
    width: 579% !important;
  }
  .wd-xl-580 {
    width: 580% !important;
  }
  .wd-xl-581 {
    width: 581% !important;
  }
  .wd-xl-582 {
    width: 582% !important;
  }
  .wd-xl-583 {
    width: 583% !important;
  }
  .wd-xl-584 {
    width: 584% !important;
  }
  .wd-xl-585 {
    width: 585% !important;
  }
  .wd-xl-586 {
    width: 586% !important;
  }
  .wd-xl-587 {
    width: 587% !important;
  }
  .wd-xl-588 {
    width: 588% !important;
  }
  .wd-xl-589 {
    width: 589% !important;
  }
  .wd-xl-590 {
    width: 590% !important;
  }
  .wd-xl-591 {
    width: 591% !important;
  }
  .wd-xl-592 {
    width: 592% !important;
  }
  .wd-xl-593 {
    width: 593% !important;
  }
  .wd-xl-594 {
    width: 594% !important;
  }
  .wd-xl-595 {
    width: 595% !important;
  }
  .wd-xl-596 {
    width: 596% !important;
  }
  .wd-xl-597 {
    width: 597% !important;
  }
  .wd-xl-598 {
    width: 598% !important;
  }
  .wd-xl-599 {
    width: 599% !important;
  }
  .wd-xl-600 {
    width: 600% !important;
  }
  .wd-xl-601 {
    width: 601% !important;
  }
  .wd-xl-602 {
    width: 602% !important;
  }
  .wd-xl-603 {
    width: 603% !important;
  }
  .wd-xl-604 {
    width: 604% !important;
  }
  .wd-xl-605 {
    width: 605% !important;
  }
  .wd-xl-606 {
    width: 606% !important;
  }
  .wd-xl-607 {
    width: 607% !important;
  }
  .wd-xl-608 {
    width: 608% !important;
  }
  .wd-xl-609 {
    width: 609% !important;
  }
  .wd-xl-610 {
    width: 610% !important;
  }
  .wd-xl-611 {
    width: 611% !important;
  }
  .wd-xl-612 {
    width: 612% !important;
  }
  .wd-xl-613 {
    width: 613% !important;
  }
  .wd-xl-614 {
    width: 614% !important;
  }
  .wd-xl-615 {
    width: 615% !important;
  }
  .wd-xl-616 {
    width: 616% !important;
  }
  .wd-xl-617 {
    width: 617% !important;
  }
  .wd-xl-618 {
    width: 618% !important;
  }
  .wd-xl-619 {
    width: 619% !important;
  }
  .wd-xl-620 {
    width: 620% !important;
  }
  .wd-xl-621 {
    width: 621% !important;
  }
  .wd-xl-622 {
    width: 622% !important;
  }
  .wd-xl-623 {
    width: 623% !important;
  }
  .wd-xl-624 {
    width: 624% !important;
  }
  .wd-xl-625 {
    width: 625% !important;
  }
  .wd-xl-626 {
    width: 626% !important;
  }
  .wd-xl-627 {
    width: 627% !important;
  }
  .wd-xl-628 {
    width: 628% !important;
  }
  .wd-xl-629 {
    width: 629% !important;
  }
  .wd-xl-630 {
    width: 630% !important;
  }
  .wd-xl-631 {
    width: 631% !important;
  }
  .wd-xl-632 {
    width: 632% !important;
  }
  .wd-xl-633 {
    width: 633% !important;
  }
  .wd-xl-634 {
    width: 634% !important;
  }
  .wd-xl-635 {
    width: 635% !important;
  }
  .wd-xl-636 {
    width: 636% !important;
  }
  .wd-xl-637 {
    width: 637% !important;
  }
  .wd-xl-638 {
    width: 638% !important;
  }
  .wd-xl-639 {
    width: 639% !important;
  }
  .wd-xl-640 {
    width: 640% !important;
  }
  .wd-xl-641 {
    width: 641% !important;
  }
  .wd-xl-642 {
    width: 642% !important;
  }
  .wd-xl-643 {
    width: 643% !important;
  }
  .wd-xl-644 {
    width: 644% !important;
  }
  .wd-xl-645 {
    width: 645% !important;
  }
  .wd-xl-646 {
    width: 646% !important;
  }
  .wd-xl-647 {
    width: 647% !important;
  }
  .wd-xl-648 {
    width: 648% !important;
  }
  .wd-xl-649 {
    width: 649% !important;
  }
  .wd-xl-650 {
    width: 650% !important;
  }
  .wd-xl-651 {
    width: 651% !important;
  }
  .wd-xl-652 {
    width: 652% !important;
  }
  .wd-xl-653 {
    width: 653% !important;
  }
  .wd-xl-654 {
    width: 654% !important;
  }
  .wd-xl-655 {
    width: 655% !important;
  }
  .wd-xl-656 {
    width: 656% !important;
  }
  .wd-xl-657 {
    width: 657% !important;
  }
  .wd-xl-658 {
    width: 658% !important;
  }
  .wd-xl-659 {
    width: 659% !important;
  }
  .wd-xl-660 {
    width: 660% !important;
  }
  .wd-xl-661 {
    width: 661% !important;
  }
  .wd-xl-662 {
    width: 662% !important;
  }
  .wd-xl-663 {
    width: 663% !important;
  }
  .wd-xl-664 {
    width: 664% !important;
  }
  .wd-xl-665 {
    width: 665% !important;
  }
  .wd-xl-666 {
    width: 666% !important;
  }
  .wd-xl-667 {
    width: 667% !important;
  }
  .wd-xl-668 {
    width: 668% !important;
  }
  .wd-xl-669 {
    width: 669% !important;
  }
  .wd-xl-670 {
    width: 670% !important;
  }
  .wd-xl-671 {
    width: 671% !important;
  }
  .wd-xl-672 {
    width: 672% !important;
  }
  .wd-xl-673 {
    width: 673% !important;
  }
  .wd-xl-674 {
    width: 674% !important;
  }
  .wd-xl-675 {
    width: 675% !important;
  }
  .wd-xl-676 {
    width: 676% !important;
  }
  .wd-xl-677 {
    width: 677% !important;
  }
  .wd-xl-678 {
    width: 678% !important;
  }
  .wd-xl-679 {
    width: 679% !important;
  }
  .wd-xl-680 {
    width: 680% !important;
  }
  .wd-xl-681 {
    width: 681% !important;
  }
  .wd-xl-682 {
    width: 682% !important;
  }
  .wd-xl-683 {
    width: 683% !important;
  }
  .wd-xl-684 {
    width: 684% !important;
  }
  .wd-xl-685 {
    width: 685% !important;
  }
  .wd-xl-686 {
    width: 686% !important;
  }
  .wd-xl-687 {
    width: 687% !important;
  }
  .wd-xl-688 {
    width: 688% !important;
  }
  .wd-xl-689 {
    width: 689% !important;
  }
  .wd-xl-690 {
    width: 690% !important;
  }
  .wd-xl-691 {
    width: 691% !important;
  }
  .wd-xl-692 {
    width: 692% !important;
  }
  .wd-xl-693 {
    width: 693% !important;
  }
  .wd-xl-694 {
    width: 694% !important;
  }
  .wd-xl-695 {
    width: 695% !important;
  }
  .wd-xl-696 {
    width: 696% !important;
  }
  .wd-xl-697 {
    width: 697% !important;
  }
  .wd-xl-698 {
    width: 698% !important;
  }
  .wd-xl-699 {
    width: 699% !important;
  }
  .wd-xl-700 {
    width: 700% !important;
  }
  .wd-xl-701 {
    width: 701% !important;
  }
  .wd-xl-702 {
    width: 702% !important;
  }
  .wd-xl-703 {
    width: 703% !important;
  }
  .wd-xl-704 {
    width: 704% !important;
  }
  .wd-xl-705 {
    width: 705% !important;
  }
  .wd-xl-706 {
    width: 706% !important;
  }
  .wd-xl-707 {
    width: 707% !important;
  }
  .wd-xl-708 {
    width: 708% !important;
  }
  .wd-xl-709 {
    width: 709% !important;
  }
  .wd-xl-710 {
    width: 710% !important;
  }
  .wd-xl-711 {
    width: 711% !important;
  }
  .wd-xl-712 {
    width: 712% !important;
  }
  .wd-xl-713 {
    width: 713% !important;
  }
  .wd-xl-714 {
    width: 714% !important;
  }
  .wd-xl-715 {
    width: 715% !important;
  }
  .wd-xl-716 {
    width: 716% !important;
  }
  .wd-xl-717 {
    width: 717% !important;
  }
  .wd-xl-718 {
    width: 718% !important;
  }
  .wd-xl-719 {
    width: 719% !important;
  }
  .wd-xl-720 {
    width: 720% !important;
  }
  .wd-xl-721 {
    width: 721% !important;
  }
  .wd-xl-722 {
    width: 722% !important;
  }
  .wd-xl-723 {
    width: 723% !important;
  }
  .wd-xl-724 {
    width: 724% !important;
  }
  .wd-xl-725 {
    width: 725% !important;
  }
  .wd-xl-726 {
    width: 726% !important;
  }
  .wd-xl-727 {
    width: 727% !important;
  }
  .wd-xl-728 {
    width: 728% !important;
  }
  .wd-xl-729 {
    width: 729% !important;
  }
  .wd-xl-730 {
    width: 730% !important;
  }
  .wd-xl-731 {
    width: 731% !important;
  }
  .wd-xl-732 {
    width: 732% !important;
  }
  .wd-xl-733 {
    width: 733% !important;
  }
  .wd-xl-734 {
    width: 734% !important;
  }
  .wd-xl-735 {
    width: 735% !important;
  }
  .wd-xl-736 {
    width: 736% !important;
  }
  .wd-xl-737 {
    width: 737% !important;
  }
  .wd-xl-738 {
    width: 738% !important;
  }
  .wd-xl-739 {
    width: 739% !important;
  }
  .wd-xl-740 {
    width: 740% !important;
  }
  .wd-xl-741 {
    width: 741% !important;
  }
  .wd-xl-742 {
    width: 742% !important;
  }
  .wd-xl-743 {
    width: 743% !important;
  }
  .wd-xl-744 {
    width: 744% !important;
  }
  .wd-xl-745 {
    width: 745% !important;
  }
  .wd-xl-746 {
    width: 746% !important;
  }
  .wd-xl-747 {
    width: 747% !important;
  }
  .wd-xl-748 {
    width: 748% !important;
  }
  .wd-xl-749 {
    width: 749% !important;
  }
  .wd-xl-750 {
    width: 750% !important;
  }
  .wd-xl-751 {
    width: 751% !important;
  }
  .wd-xl-752 {
    width: 752% !important;
  }
  .wd-xl-753 {
    width: 753% !important;
  }
  .wd-xl-754 {
    width: 754% !important;
  }
  .wd-xl-755 {
    width: 755% !important;
  }
  .wd-xl-756 {
    width: 756% !important;
  }
  .wd-xl-757 {
    width: 757% !important;
  }
  .wd-xl-758 {
    width: 758% !important;
  }
  .wd-xl-759 {
    width: 759% !important;
  }
  .wd-xl-760 {
    width: 760% !important;
  }
  .wd-xl-761 {
    width: 761% !important;
  }
  .wd-xl-762 {
    width: 762% !important;
  }
  .wd-xl-763 {
    width: 763% !important;
  }
  .wd-xl-764 {
    width: 764% !important;
  }
  .wd-xl-765 {
    width: 765% !important;
  }
  .wd-xl-766 {
    width: 766% !important;
  }
  .wd-xl-767 {
    width: 767% !important;
  }
  .wd-xl-768 {
    width: 768% !important;
  }
  .wd-xl-769 {
    width: 769% !important;
  }
  .wd-xl-770 {
    width: 770% !important;
  }
  .wd-xl-771 {
    width: 771% !important;
  }
  .wd-xl-772 {
    width: 772% !important;
  }
  .wd-xl-773 {
    width: 773% !important;
  }
  .wd-xl-774 {
    width: 774% !important;
  }
  .wd-xl-775 {
    width: 775% !important;
  }
  .wd-xl-776 {
    width: 776% !important;
  }
  .wd-xl-777 {
    width: 777% !important;
  }
  .wd-xl-778 {
    width: 778% !important;
  }
  .wd-xl-779 {
    width: 779% !important;
  }
  .wd-xl-780 {
    width: 780% !important;
  }
  .wd-xl-781 {
    width: 781% !important;
  }
  .wd-xl-782 {
    width: 782% !important;
  }
  .wd-xl-783 {
    width: 783% !important;
  }
  .wd-xl-784 {
    width: 784% !important;
  }
  .wd-xl-785 {
    width: 785% !important;
  }
  .wd-xl-786 {
    width: 786% !important;
  }
  .wd-xl-787 {
    width: 787% !important;
  }
  .wd-xl-788 {
    width: 788% !important;
  }
  .wd-xl-789 {
    width: 789% !important;
  }
  .wd-xl-790 {
    width: 790% !important;
  }
  .wd-xl-791 {
    width: 791% !important;
  }
  .wd-xl-792 {
    width: 792% !important;
  }
  .wd-xl-793 {
    width: 793% !important;
  }
  .wd-xl-794 {
    width: 794% !important;
  }
  .wd-xl-795 {
    width: 795% !important;
  }
  .wd-xl-796 {
    width: 796% !important;
  }
  .wd-xl-797 {
    width: 797% !important;
  }
  .wd-xl-798 {
    width: 798% !important;
  }
  .wd-xl-799 {
    width: 799% !important;
  }
  .wd-xl-800 {
    width: 800% !important;
  }
  .wd-xl-801 {
    width: 801% !important;
  }
  .wd-xl-802 {
    width: 802% !important;
  }
  .wd-xl-803 {
    width: 803% !important;
  }
  .wd-xl-804 {
    width: 804% !important;
  }
  .wd-xl-805 {
    width: 805% !important;
  }
  .wd-xl-806 {
    width: 806% !important;
  }
  .wd-xl-807 {
    width: 807% !important;
  }
  .wd-xl-808 {
    width: 808% !important;
  }
  .wd-xl-809 {
    width: 809% !important;
  }
  .wd-xl-810 {
    width: 810% !important;
  }
  .wd-xl-811 {
    width: 811% !important;
  }
  .wd-xl-812 {
    width: 812% !important;
  }
  .wd-xl-813 {
    width: 813% !important;
  }
  .wd-xl-814 {
    width: 814% !important;
  }
  .wd-xl-815 {
    width: 815% !important;
  }
  .wd-xl-816 {
    width: 816% !important;
  }
  .wd-xl-817 {
    width: 817% !important;
  }
  .wd-xl-818 {
    width: 818% !important;
  }
  .wd-xl-819 {
    width: 819% !important;
  }
  .wd-xl-820 {
    width: 820% !important;
  }
  .wd-xl-821 {
    width: 821% !important;
  }
  .wd-xl-822 {
    width: 822% !important;
  }
  .wd-xl-823 {
    width: 823% !important;
  }
  .wd-xl-824 {
    width: 824% !important;
  }
  .wd-xl-825 {
    width: 825% !important;
  }
  .wd-xl-826 {
    width: 826% !important;
  }
  .wd-xl-827 {
    width: 827% !important;
  }
  .wd-xl-828 {
    width: 828% !important;
  }
  .wd-xl-829 {
    width: 829% !important;
  }
  .wd-xl-830 {
    width: 830% !important;
  }
  .wd-xl-831 {
    width: 831% !important;
  }
  .wd-xl-832 {
    width: 832% !important;
  }
  .wd-xl-833 {
    width: 833% !important;
  }
  .wd-xl-834 {
    width: 834% !important;
  }
  .wd-xl-835 {
    width: 835% !important;
  }
  .wd-xl-836 {
    width: 836% !important;
  }
  .wd-xl-837 {
    width: 837% !important;
  }
  .wd-xl-838 {
    width: 838% !important;
  }
  .wd-xl-839 {
    width: 839% !important;
  }
  .wd-xl-840 {
    width: 840% !important;
  }
  .wd-xl-841 {
    width: 841% !important;
  }
  .wd-xl-842 {
    width: 842% !important;
  }
  .wd-xl-843 {
    width: 843% !important;
  }
  .wd-xl-844 {
    width: 844% !important;
  }
  .wd-xl-845 {
    width: 845% !important;
  }
  .wd-xl-846 {
    width: 846% !important;
  }
  .wd-xl-847 {
    width: 847% !important;
  }
  .wd-xl-848 {
    width: 848% !important;
  }
  .wd-xl-849 {
    width: 849% !important;
  }
  .wd-xl-850 {
    width: 850% !important;
  }
  .wd-xl-851 {
    width: 851% !important;
  }
  .wd-xl-852 {
    width: 852% !important;
  }
  .wd-xl-853 {
    width: 853% !important;
  }
  .wd-xl-854 {
    width: 854% !important;
  }
  .wd-xl-855 {
    width: 855% !important;
  }
  .wd-xl-856 {
    width: 856% !important;
  }
  .wd-xl-857 {
    width: 857% !important;
  }
  .wd-xl-858 {
    width: 858% !important;
  }
  .wd-xl-859 {
    width: 859% !important;
  }
  .wd-xl-860 {
    width: 860% !important;
  }
  .wd-xl-861 {
    width: 861% !important;
  }
  .wd-xl-862 {
    width: 862% !important;
  }
  .wd-xl-863 {
    width: 863% !important;
  }
  .wd-xl-864 {
    width: 864% !important;
  }
  .wd-xl-865 {
    width: 865% !important;
  }
  .wd-xl-866 {
    width: 866% !important;
  }
  .wd-xl-867 {
    width: 867% !important;
  }
  .wd-xl-868 {
    width: 868% !important;
  }
  .wd-xl-869 {
    width: 869% !important;
  }
  .wd-xl-870 {
    width: 870% !important;
  }
  .wd-xl-871 {
    width: 871% !important;
  }
  .wd-xl-872 {
    width: 872% !important;
  }
  .wd-xl-873 {
    width: 873% !important;
  }
  .wd-xl-874 {
    width: 874% !important;
  }
  .wd-xl-875 {
    width: 875% !important;
  }
  .wd-xl-876 {
    width: 876% !important;
  }
  .wd-xl-877 {
    width: 877% !important;
  }
  .wd-xl-878 {
    width: 878% !important;
  }
  .wd-xl-879 {
    width: 879% !important;
  }
  .wd-xl-880 {
    width: 880% !important;
  }
  .wd-xl-881 {
    width: 881% !important;
  }
  .wd-xl-882 {
    width: 882% !important;
  }
  .wd-xl-883 {
    width: 883% !important;
  }
  .wd-xl-884 {
    width: 884% !important;
  }
  .wd-xl-885 {
    width: 885% !important;
  }
  .wd-xl-886 {
    width: 886% !important;
  }
  .wd-xl-887 {
    width: 887% !important;
  }
  .wd-xl-888 {
    width: 888% !important;
  }
  .wd-xl-889 {
    width: 889% !important;
  }
  .wd-xl-890 {
    width: 890% !important;
  }
  .wd-xl-891 {
    width: 891% !important;
  }
  .wd-xl-892 {
    width: 892% !important;
  }
  .wd-xl-893 {
    width: 893% !important;
  }
  .wd-xl-894 {
    width: 894% !important;
  }
  .wd-xl-895 {
    width: 895% !important;
  }
  .wd-xl-896 {
    width: 896% !important;
  }
  .wd-xl-897 {
    width: 897% !important;
  }
  .wd-xl-898 {
    width: 898% !important;
  }
  .wd-xl-899 {
    width: 899% !important;
  }
  .wd-xl-900 {
    width: 900% !important;
  }
  .wd-xl-901 {
    width: 901% !important;
  }
  .wd-xl-902 {
    width: 902% !important;
  }
  .wd-xl-903 {
    width: 903% !important;
  }
  .wd-xl-904 {
    width: 904% !important;
  }
  .wd-xl-905 {
    width: 905% !important;
  }
  .wd-xl-906 {
    width: 906% !important;
  }
  .wd-xl-907 {
    width: 907% !important;
  }
  .wd-xl-908 {
    width: 908% !important;
  }
  .wd-xl-909 {
    width: 909% !important;
  }
  .wd-xl-910 {
    width: 910% !important;
  }
  .wd-xl-911 {
    width: 911% !important;
  }
  .wd-xl-912 {
    width: 912% !important;
  }
  .wd-xl-913 {
    width: 913% !important;
  }
  .wd-xl-914 {
    width: 914% !important;
  }
  .wd-xl-915 {
    width: 915% !important;
  }
  .wd-xl-916 {
    width: 916% !important;
  }
  .wd-xl-917 {
    width: 917% !important;
  }
  .wd-xl-918 {
    width: 918% !important;
  }
  .wd-xl-919 {
    width: 919% !important;
  }
  .wd-xl-920 {
    width: 920% !important;
  }
  .wd-xl-921 {
    width: 921% !important;
  }
  .wd-xl-922 {
    width: 922% !important;
  }
  .wd-xl-923 {
    width: 923% !important;
  }
  .wd-xl-924 {
    width: 924% !important;
  }
  .wd-xl-925 {
    width: 925% !important;
  }
  .wd-xl-926 {
    width: 926% !important;
  }
  .wd-xl-927 {
    width: 927% !important;
  }
  .wd-xl-928 {
    width: 928% !important;
  }
  .wd-xl-929 {
    width: 929% !important;
  }
  .wd-xl-930 {
    width: 930% !important;
  }
  .wd-xl-931 {
    width: 931% !important;
  }
  .wd-xl-932 {
    width: 932% !important;
  }
  .wd-xl-933 {
    width: 933% !important;
  }
  .wd-xl-934 {
    width: 934% !important;
  }
  .wd-xl-935 {
    width: 935% !important;
  }
  .wd-xl-936 {
    width: 936% !important;
  }
  .wd-xl-937 {
    width: 937% !important;
  }
  .wd-xl-938 {
    width: 938% !important;
  }
  .wd-xl-939 {
    width: 939% !important;
  }
  .wd-xl-940 {
    width: 940% !important;
  }
  .wd-xl-941 {
    width: 941% !important;
  }
  .wd-xl-942 {
    width: 942% !important;
  }
  .wd-xl-943 {
    width: 943% !important;
  }
  .wd-xl-944 {
    width: 944% !important;
  }
  .wd-xl-945 {
    width: 945% !important;
  }
  .wd-xl-946 {
    width: 946% !important;
  }
  .wd-xl-947 {
    width: 947% !important;
  }
  .wd-xl-948 {
    width: 948% !important;
  }
  .wd-xl-949 {
    width: 949% !important;
  }
  .wd-xl-950 {
    width: 950% !important;
  }
  .wd-xl-951 {
    width: 951% !important;
  }
  .wd-xl-952 {
    width: 952% !important;
  }
  .wd-xl-953 {
    width: 953% !important;
  }
  .wd-xl-954 {
    width: 954% !important;
  }
  .wd-xl-955 {
    width: 955% !important;
  }
  .wd-xl-956 {
    width: 956% !important;
  }
  .wd-xl-957 {
    width: 957% !important;
  }
  .wd-xl-958 {
    width: 958% !important;
  }
  .wd-xl-959 {
    width: 959% !important;
  }
  .wd-xl-960 {
    width: 960% !important;
  }
  .wd-xl-961 {
    width: 961% !important;
  }
  .wd-xl-962 {
    width: 962% !important;
  }
  .wd-xl-963 {
    width: 963% !important;
  }
  .wd-xl-964 {
    width: 964% !important;
  }
  .wd-xl-965 {
    width: 965% !important;
  }
  .wd-xl-966 {
    width: 966% !important;
  }
  .wd-xl-967 {
    width: 967% !important;
  }
  .wd-xl-968 {
    width: 968% !important;
  }
  .wd-xl-969 {
    width: 969% !important;
  }
  .wd-xl-970 {
    width: 970% !important;
  }
  .wd-xl-971 {
    width: 971% !important;
  }
  .wd-xl-972 {
    width: 972% !important;
  }
  .wd-xl-973 {
    width: 973% !important;
  }
  .wd-xl-974 {
    width: 974% !important;
  }
  .wd-xl-975 {
    width: 975% !important;
  }
  .wd-xl-976 {
    width: 976% !important;
  }
  .wd-xl-977 {
    width: 977% !important;
  }
  .wd-xl-978 {
    width: 978% !important;
  }
  .wd-xl-979 {
    width: 979% !important;
  }
  .wd-xl-980 {
    width: 980% !important;
  }
  .wd-xl-981 {
    width: 981% !important;
  }
  .wd-xl-982 {
    width: 982% !important;
  }
  .wd-xl-983 {
    width: 983% !important;
  }
  .wd-xl-984 {
    width: 984% !important;
  }
  .wd-xl-985 {
    width: 985% !important;
  }
  .wd-xl-986 {
    width: 986% !important;
  }
  .wd-xl-987 {
    width: 987% !important;
  }
  .wd-xl-988 {
    width: 988% !important;
  }
  .wd-xl-989 {
    width: 989% !important;
  }
  .wd-xl-990 {
    width: 990% !important;
  }
  .wd-xl-991 {
    width: 991% !important;
  }
  .wd-xl-992 {
    width: 992% !important;
  }
  .wd-xl-993 {
    width: 993% !important;
  }
  .wd-xl-994 {
    width: 994% !important;
  }
  .wd-xl-995 {
    width: 995% !important;
  }
  .wd-xl-996 {
    width: 996% !important;
  }
  .wd-xl-997 {
    width: 997% !important;
  }
  .wd-xl-998 {
    width: 998% !important;
  }
  .wd-xl-999 {
    width: 999% !important;
  }
  .wd-xl-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1520px) {
  .wd-xxl-5 {
    width: 5% !important;
  }
  .wd-xxl-10 {
    width: 10% !important;
  }
  .wd-xxl-11 {
    width: 11% !important;
  }
  .wd-xxl-12 {
    width: 12% !important;
  }
  .wd-xxl-13 {
    width: 13% !important;
  }
  .wd-xxl-14 {
    width: 14% !important;
  }
  .wd-xxl-15 {
    width: 15% !important;
  }
  .wd-xxl-16 {
    width: 16% !important;
  }
  .wd-xxl-17 {
    width: 17% !important;
  }
  .wd-xxl-18 {
    width: 18% !important;
  }
  .wd-xxl-19 {
    width: 19% !important;
  }
  .wd-xxl-20 {
    width: 20% !important;
  }
  .wd-xxl-21 {
    width: 21% !important;
  }
  .wd-xxl-22 {
    width: 22% !important;
  }
  .wd-xxl-23 {
    width: 23% !important;
  }
  .wd-xxl-24 {
    width: 24% !important;
  }
  .wd-xxl-25 {
    width: 25% !important;
  }
  .wd-xxl-26 {
    width: 26% !important;
  }
  .wd-xxl-27 {
    width: 27% !important;
  }
  .wd-xxl-28 {
    width: 28% !important;
  }
  .wd-xxl-29 {
    width: 29% !important;
  }
  .wd-xxl-30 {
    width: 30% !important;
  }
  .wd-xxl-31 {
    width: 31% !important;
  }
  .wd-xxl-32 {
    width: 32% !important;
  }
  .wd-xxl-33 {
    width: 33% !important;
  }
  .wd-xxl-34 {
    width: 34% !important;
  }
  .wd-xxl-35 {
    width: 35% !important;
  }
  .wd-xxl-36 {
    width: 36% !important;
  }
  .wd-xxl-37 {
    width: 37% !important;
  }
  .wd-xxl-38 {
    width: 38% !important;
  }
  .wd-xxl-39 {
    width: 39% !important;
  }
  .wd-xxl-40 {
    width: 40% !important;
  }
  .wd-xxl-41 {
    width: 41% !important;
  }
  .wd-xxl-42 {
    width: 42% !important;
  }
  .wd-xxl-43 {
    width: 43% !important;
  }
  .wd-xxl-44 {
    width: 44% !important;
  }
  .wd-xxl-45 {
    width: 45% !important;
  }
  .wd-xxl-46 {
    width: 46% !important;
  }
  .wd-xxl-47 {
    width: 47% !important;
  }
  .wd-xxl-48 {
    width: 48% !important;
  }
  .wd-xxl-49 {
    width: 49% !important;
  }
  .wd-xxl-50 {
    width: 50% !important;
  }
  .wd-xxl-51 {
    width: 51% !important;
  }
  .wd-xxl-52 {
    width: 52% !important;
  }
  .wd-xxl-53 {
    width: 53% !important;
  }
  .wd-xxl-54 {
    width: 54% !important;
  }
  .wd-xxl-55 {
    width: 55% !important;
  }
  .wd-xxl-56 {
    width: 56% !important;
  }
  .wd-xxl-57 {
    width: 57% !important;
  }
  .wd-xxl-58 {
    width: 58% !important;
  }
  .wd-xxl-59 {
    width: 59% !important;
  }
  .wd-xxl-60 {
    width: 60% !important;
  }
  .wd-xxl-61 {
    width: 61% !important;
  }
  .wd-xxl-62 {
    width: 62% !important;
  }
  .wd-xxl-63 {
    width: 63% !important;
  }
  .wd-xxl-64 {
    width: 64% !important;
  }
  .wd-xxl-65 {
    width: 65% !important;
  }
  .wd-xxl-66 {
    width: 66% !important;
  }
  .wd-xxl-67 {
    width: 67% !important;
  }
  .wd-xxl-68 {
    width: 68% !important;
  }
  .wd-xxl-69 {
    width: 69% !important;
  }
  .wd-xxl-70 {
    width: 70% !important;
  }
  .wd-xxl-71 {
    width: 71% !important;
  }
  .wd-xxl-72 {
    width: 72% !important;
  }
  .wd-xxl-73 {
    width: 73% !important;
  }
  .wd-xxl-74 {
    width: 74% !important;
  }
  .wd-xxl-75 {
    width: 75% !important;
  }
  .wd-xxl-76 {
    width: 76% !important;
  }
  .wd-xxl-77 {
    width: 77% !important;
  }
  .wd-xxl-78 {
    width: 78% !important;
  }
  .wd-xxl-79 {
    width: 79% !important;
  }
  .wd-xxl-80 {
    width: 80% !important;
  }
  .wd-xxl-81 {
    width: 81% !important;
  }
  .wd-xxl-82 {
    width: 82% !important;
  }
  .wd-xxl-83 {
    width: 83% !important;
  }
  .wd-xxl-84 {
    width: 84% !important;
  }
  .wd-xxl-85 {
    width: 85% !important;
  }
  .wd-xxl-86 {
    width: 86% !important;
  }
  .wd-xxl-87 {
    width: 87% !important;
  }
  .wd-xxl-88 {
    width: 88% !important;
  }
  .wd-xxl-89 {
    width: 89% !important;
  }
  .wd-xxl-90 {
    width: 90% !important;
  }
  .wd-xxl-91 {
    width: 91% !important;
  }
  .wd-xxl-92 {
    width: 92% !important;
  }
  .wd-xxl-93 {
    width: 93% !important;
  }
  .wd-xxl-94 {
    width: 94% !important;
  }
  .wd-xxl-95 {
    width: 95% !important;
  }
  .wd-xxl-96 {
    width: 96% !important;
  }
  .wd-xxl-97 {
    width: 97% !important;
  }
  .wd-xxl-98 {
    width: 98% !important;
  }
  .wd-xxl-99 {
    width: 99% !important;
  }
  .wd-xxl-100 {
    width: 100% !important;
  }
  .wd-xxl-101 {
    width: 101% !important;
  }
  .wd-xxl-102 {
    width: 102% !important;
  }
  .wd-xxl-103 {
    width: 103% !important;
  }
  .wd-xxl-104 {
    width: 104% !important;
  }
  .wd-xxl-105 {
    width: 105% !important;
  }
  .wd-xxl-106 {
    width: 106% !important;
  }
  .wd-xxl-107 {
    width: 107% !important;
  }
  .wd-xxl-108 {
    width: 108% !important;
  }
  .wd-xxl-109 {
    width: 109% !important;
  }
  .wd-xxl-110 {
    width: 110% !important;
  }
  .wd-xxl-111 {
    width: 111% !important;
  }
  .wd-xxl-112 {
    width: 112% !important;
  }
  .wd-xxl-113 {
    width: 113% !important;
  }
  .wd-xxl-114 {
    width: 114% !important;
  }
  .wd-xxl-115 {
    width: 115% !important;
  }
  .wd-xxl-116 {
    width: 116% !important;
  }
  .wd-xxl-117 {
    width: 117% !important;
  }
  .wd-xxl-118 {
    width: 118% !important;
  }
  .wd-xxl-119 {
    width: 119% !important;
  }
  .wd-xxl-120 {
    width: 120% !important;
  }
  .wd-xxl-121 {
    width: 121% !important;
  }
  .wd-xxl-122 {
    width: 122% !important;
  }
  .wd-xxl-123 {
    width: 123% !important;
  }
  .wd-xxl-124 {
    width: 124% !important;
  }
  .wd-xxl-125 {
    width: 125% !important;
  }
  .wd-xxl-126 {
    width: 126% !important;
  }
  .wd-xxl-127 {
    width: 127% !important;
  }
  .wd-xxl-128 {
    width: 128% !important;
  }
  .wd-xxl-129 {
    width: 129% !important;
  }
  .wd-xxl-130 {
    width: 130% !important;
  }
  .wd-xxl-131 {
    width: 131% !important;
  }
  .wd-xxl-132 {
    width: 132% !important;
  }
  .wd-xxl-133 {
    width: 133% !important;
  }
  .wd-xxl-134 {
    width: 134% !important;
  }
  .wd-xxl-135 {
    width: 135% !important;
  }
  .wd-xxl-136 {
    width: 136% !important;
  }
  .wd-xxl-137 {
    width: 137% !important;
  }
  .wd-xxl-138 {
    width: 138% !important;
  }
  .wd-xxl-139 {
    width: 139% !important;
  }
  .wd-xxl-140 {
    width: 140% !important;
  }
  .wd-xxl-141 {
    width: 141% !important;
  }
  .wd-xxl-142 {
    width: 142% !important;
  }
  .wd-xxl-143 {
    width: 143% !important;
  }
  .wd-xxl-144 {
    width: 144% !important;
  }
  .wd-xxl-145 {
    width: 145% !important;
  }
  .wd-xxl-146 {
    width: 146% !important;
  }
  .wd-xxl-147 {
    width: 147% !important;
  }
  .wd-xxl-148 {
    width: 148% !important;
  }
  .wd-xxl-149 {
    width: 149% !important;
  }
  .wd-xxl-150 {
    width: 150% !important;
  }
  .wd-xxl-151 {
    width: 151% !important;
  }
  .wd-xxl-152 {
    width: 152% !important;
  }
  .wd-xxl-153 {
    width: 153% !important;
  }
  .wd-xxl-154 {
    width: 154% !important;
  }
  .wd-xxl-155 {
    width: 155% !important;
  }
  .wd-xxl-156 {
    width: 156% !important;
  }
  .wd-xxl-157 {
    width: 157% !important;
  }
  .wd-xxl-158 {
    width: 158% !important;
  }
  .wd-xxl-159 {
    width: 159% !important;
  }
  .wd-xxl-160 {
    width: 160% !important;
  }
  .wd-xxl-161 {
    width: 161% !important;
  }
  .wd-xxl-162 {
    width: 162% !important;
  }
  .wd-xxl-163 {
    width: 163% !important;
  }
  .wd-xxl-164 {
    width: 164% !important;
  }
  .wd-xxl-165 {
    width: 165% !important;
  }
  .wd-xxl-166 {
    width: 166% !important;
  }
  .wd-xxl-167 {
    width: 167% !important;
  }
  .wd-xxl-168 {
    width: 168% !important;
  }
  .wd-xxl-169 {
    width: 169% !important;
  }
  .wd-xxl-170 {
    width: 170% !important;
  }
  .wd-xxl-171 {
    width: 171% !important;
  }
  .wd-xxl-172 {
    width: 172% !important;
  }
  .wd-xxl-173 {
    width: 173% !important;
  }
  .wd-xxl-174 {
    width: 174% !important;
  }
  .wd-xxl-175 {
    width: 175% !important;
  }
  .wd-xxl-176 {
    width: 176% !important;
  }
  .wd-xxl-177 {
    width: 177% !important;
  }
  .wd-xxl-178 {
    width: 178% !important;
  }
  .wd-xxl-179 {
    width: 179% !important;
  }
  .wd-xxl-180 {
    width: 180% !important;
  }
  .wd-xxl-181 {
    width: 181% !important;
  }
  .wd-xxl-182 {
    width: 182% !important;
  }
  .wd-xxl-183 {
    width: 183% !important;
  }
  .wd-xxl-184 {
    width: 184% !important;
  }
  .wd-xxl-185 {
    width: 185% !important;
  }
  .wd-xxl-186 {
    width: 186% !important;
  }
  .wd-xxl-187 {
    width: 187% !important;
  }
  .wd-xxl-188 {
    width: 188% !important;
  }
  .wd-xxl-189 {
    width: 189% !important;
  }
  .wd-xxl-190 {
    width: 190% !important;
  }
  .wd-xxl-191 {
    width: 191% !important;
  }
  .wd-xxl-192 {
    width: 192% !important;
  }
  .wd-xxl-193 {
    width: 193% !important;
  }
  .wd-xxl-194 {
    width: 194% !important;
  }
  .wd-xxl-195 {
    width: 195% !important;
  }
  .wd-xxl-196 {
    width: 196% !important;
  }
  .wd-xxl-197 {
    width: 197% !important;
  }
  .wd-xxl-198 {
    width: 198% !important;
  }
  .wd-xxl-199 {
    width: 199% !important;
  }
  .wd-xxl-200 {
    width: 200% !important;
  }
  .wd-xxl-201 {
    width: 201% !important;
  }
  .wd-xxl-202 {
    width: 202% !important;
  }
  .wd-xxl-203 {
    width: 203% !important;
  }
  .wd-xxl-204 {
    width: 204% !important;
  }
  .wd-xxl-205 {
    width: 205% !important;
  }
  .wd-xxl-206 {
    width: 206% !important;
  }
  .wd-xxl-207 {
    width: 207% !important;
  }
  .wd-xxl-208 {
    width: 208% !important;
  }
  .wd-xxl-209 {
    width: 209% !important;
  }
  .wd-xxl-210 {
    width: 210% !important;
  }
  .wd-xxl-211 {
    width: 211% !important;
  }
  .wd-xxl-212 {
    width: 212% !important;
  }
  .wd-xxl-213 {
    width: 213% !important;
  }
  .wd-xxl-214 {
    width: 214% !important;
  }
  .wd-xxl-215 {
    width: 215% !important;
  }
  .wd-xxl-216 {
    width: 216% !important;
  }
  .wd-xxl-217 {
    width: 217% !important;
  }
  .wd-xxl-218 {
    width: 218% !important;
  }
  .wd-xxl-219 {
    width: 219% !important;
  }
  .wd-xxl-220 {
    width: 220% !important;
  }
  .wd-xxl-221 {
    width: 221% !important;
  }
  .wd-xxl-222 {
    width: 222% !important;
  }
  .wd-xxl-223 {
    width: 223% !important;
  }
  .wd-xxl-224 {
    width: 224% !important;
  }
  .wd-xxl-225 {
    width: 225% !important;
  }
  .wd-xxl-226 {
    width: 226% !important;
  }
  .wd-xxl-227 {
    width: 227% !important;
  }
  .wd-xxl-228 {
    width: 228% !important;
  }
  .wd-xxl-229 {
    width: 229% !important;
  }
  .wd-xxl-230 {
    width: 230% !important;
  }
  .wd-xxl-231 {
    width: 231% !important;
  }
  .wd-xxl-232 {
    width: 232% !important;
  }
  .wd-xxl-233 {
    width: 233% !important;
  }
  .wd-xxl-234 {
    width: 234% !important;
  }
  .wd-xxl-235 {
    width: 235% !important;
  }
  .wd-xxl-236 {
    width: 236% !important;
  }
  .wd-xxl-237 {
    width: 237% !important;
  }
  .wd-xxl-238 {
    width: 238% !important;
  }
  .wd-xxl-239 {
    width: 239% !important;
  }
  .wd-xxl-240 {
    width: 240% !important;
  }
  .wd-xxl-241 {
    width: 241% !important;
  }
  .wd-xxl-242 {
    width: 242% !important;
  }
  .wd-xxl-243 {
    width: 243% !important;
  }
  .wd-xxl-244 {
    width: 244% !important;
  }
  .wd-xxl-245 {
    width: 245% !important;
  }
  .wd-xxl-246 {
    width: 246% !important;
  }
  .wd-xxl-247 {
    width: 247% !important;
  }
  .wd-xxl-248 {
    width: 248% !important;
  }
  .wd-xxl-249 {
    width: 249% !important;
  }
  .wd-xxl-250 {
    width: 250% !important;
  }
  .wd-xxl-251 {
    width: 251% !important;
  }
  .wd-xxl-252 {
    width: 252% !important;
  }
  .wd-xxl-253 {
    width: 253% !important;
  }
  .wd-xxl-254 {
    width: 254% !important;
  }
  .wd-xxl-255 {
    width: 255% !important;
  }
  .wd-xxl-256 {
    width: 256% !important;
  }
  .wd-xxl-257 {
    width: 257% !important;
  }
  .wd-xxl-258 {
    width: 258% !important;
  }
  .wd-xxl-259 {
    width: 259% !important;
  }
  .wd-xxl-260 {
    width: 260% !important;
  }
  .wd-xxl-261 {
    width: 261% !important;
  }
  .wd-xxl-262 {
    width: 262% !important;
  }
  .wd-xxl-263 {
    width: 263% !important;
  }
  .wd-xxl-264 {
    width: 264% !important;
  }
  .wd-xxl-265 {
    width: 265% !important;
  }
  .wd-xxl-266 {
    width: 266% !important;
  }
  .wd-xxl-267 {
    width: 267% !important;
  }
  .wd-xxl-268 {
    width: 268% !important;
  }
  .wd-xxl-269 {
    width: 269% !important;
  }
  .wd-xxl-270 {
    width: 270% !important;
  }
  .wd-xxl-271 {
    width: 271% !important;
  }
  .wd-xxl-272 {
    width: 272% !important;
  }
  .wd-xxl-273 {
    width: 273% !important;
  }
  .wd-xxl-274 {
    width: 274% !important;
  }
  .wd-xxl-275 {
    width: 275% !important;
  }
  .wd-xxl-276 {
    width: 276% !important;
  }
  .wd-xxl-277 {
    width: 277% !important;
  }
  .wd-xxl-278 {
    width: 278% !important;
  }
  .wd-xxl-279 {
    width: 279% !important;
  }
  .wd-xxl-280 {
    width: 280% !important;
  }
  .wd-xxl-281 {
    width: 281% !important;
  }
  .wd-xxl-282 {
    width: 282% !important;
  }
  .wd-xxl-283 {
    width: 283% !important;
  }
  .wd-xxl-284 {
    width: 284% !important;
  }
  .wd-xxl-285 {
    width: 285% !important;
  }
  .wd-xxl-286 {
    width: 286% !important;
  }
  .wd-xxl-287 {
    width: 287% !important;
  }
  .wd-xxl-288 {
    width: 288% !important;
  }
  .wd-xxl-289 {
    width: 289% !important;
  }
  .wd-xxl-290 {
    width: 290% !important;
  }
  .wd-xxl-291 {
    width: 291% !important;
  }
  .wd-xxl-292 {
    width: 292% !important;
  }
  .wd-xxl-293 {
    width: 293% !important;
  }
  .wd-xxl-294 {
    width: 294% !important;
  }
  .wd-xxl-295 {
    width: 295% !important;
  }
  .wd-xxl-296 {
    width: 296% !important;
  }
  .wd-xxl-297 {
    width: 297% !important;
  }
  .wd-xxl-298 {
    width: 298% !important;
  }
  .wd-xxl-299 {
    width: 299% !important;
  }
  .wd-xxl-300 {
    width: 300% !important;
  }
  .wd-xxl-301 {
    width: 301% !important;
  }
  .wd-xxl-302 {
    width: 302% !important;
  }
  .wd-xxl-303 {
    width: 303% !important;
  }
  .wd-xxl-304 {
    width: 304% !important;
  }
  .wd-xxl-305 {
    width: 305% !important;
  }
  .wd-xxl-306 {
    width: 306% !important;
  }
  .wd-xxl-307 {
    width: 307% !important;
  }
  .wd-xxl-308 {
    width: 308% !important;
  }
  .wd-xxl-309 {
    width: 309% !important;
  }
  .wd-xxl-310 {
    width: 310% !important;
  }
  .wd-xxl-311 {
    width: 311% !important;
  }
  .wd-xxl-312 {
    width: 312% !important;
  }
  .wd-xxl-313 {
    width: 313% !important;
  }
  .wd-xxl-314 {
    width: 314% !important;
  }
  .wd-xxl-315 {
    width: 315% !important;
  }
  .wd-xxl-316 {
    width: 316% !important;
  }
  .wd-xxl-317 {
    width: 317% !important;
  }
  .wd-xxl-318 {
    width: 318% !important;
  }
  .wd-xxl-319 {
    width: 319% !important;
  }
  .wd-xxl-320 {
    width: 320% !important;
  }
  .wd-xxl-321 {
    width: 321% !important;
  }
  .wd-xxl-322 {
    width: 322% !important;
  }
  .wd-xxl-323 {
    width: 323% !important;
  }
  .wd-xxl-324 {
    width: 324% !important;
  }
  .wd-xxl-325 {
    width: 325% !important;
  }
  .wd-xxl-326 {
    width: 326% !important;
  }
  .wd-xxl-327 {
    width: 327% !important;
  }
  .wd-xxl-328 {
    width: 328% !important;
  }
  .wd-xxl-329 {
    width: 329% !important;
  }
  .wd-xxl-330 {
    width: 330% !important;
  }
  .wd-xxl-331 {
    width: 331% !important;
  }
  .wd-xxl-332 {
    width: 332% !important;
  }
  .wd-xxl-333 {
    width: 333% !important;
  }
  .wd-xxl-334 {
    width: 334% !important;
  }
  .wd-xxl-335 {
    width: 335% !important;
  }
  .wd-xxl-336 {
    width: 336% !important;
  }
  .wd-xxl-337 {
    width: 337% !important;
  }
  .wd-xxl-338 {
    width: 338% !important;
  }
  .wd-xxl-339 {
    width: 339% !important;
  }
  .wd-xxl-340 {
    width: 340% !important;
  }
  .wd-xxl-341 {
    width: 341% !important;
  }
  .wd-xxl-342 {
    width: 342% !important;
  }
  .wd-xxl-343 {
    width: 343% !important;
  }
  .wd-xxl-344 {
    width: 344% !important;
  }
  .wd-xxl-345 {
    width: 345% !important;
  }
  .wd-xxl-346 {
    width: 346% !important;
  }
  .wd-xxl-347 {
    width: 347% !important;
  }
  .wd-xxl-348 {
    width: 348% !important;
  }
  .wd-xxl-349 {
    width: 349% !important;
  }
  .wd-xxl-350 {
    width: 350% !important;
  }
  .wd-xxl-351 {
    width: 351% !important;
  }
  .wd-xxl-352 {
    width: 352% !important;
  }
  .wd-xxl-353 {
    width: 353% !important;
  }
  .wd-xxl-354 {
    width: 354% !important;
  }
  .wd-xxl-355 {
    width: 355% !important;
  }
  .wd-xxl-356 {
    width: 356% !important;
  }
  .wd-xxl-357 {
    width: 357% !important;
  }
  .wd-xxl-358 {
    width: 358% !important;
  }
  .wd-xxl-359 {
    width: 359% !important;
  }
  .wd-xxl-360 {
    width: 360% !important;
  }
  .wd-xxl-361 {
    width: 361% !important;
  }
  .wd-xxl-362 {
    width: 362% !important;
  }
  .wd-xxl-363 {
    width: 363% !important;
  }
  .wd-xxl-364 {
    width: 364% !important;
  }
  .wd-xxl-365 {
    width: 365% !important;
  }
  .wd-xxl-366 {
    width: 366% !important;
  }
  .wd-xxl-367 {
    width: 367% !important;
  }
  .wd-xxl-368 {
    width: 368% !important;
  }
  .wd-xxl-369 {
    width: 369% !important;
  }
  .wd-xxl-370 {
    width: 370% !important;
  }
  .wd-xxl-371 {
    width: 371% !important;
  }
  .wd-xxl-372 {
    width: 372% !important;
  }
  .wd-xxl-373 {
    width: 373% !important;
  }
  .wd-xxl-374 {
    width: 374% !important;
  }
  .wd-xxl-375 {
    width: 375% !important;
  }
  .wd-xxl-376 {
    width: 376% !important;
  }
  .wd-xxl-377 {
    width: 377% !important;
  }
  .wd-xxl-378 {
    width: 378% !important;
  }
  .wd-xxl-379 {
    width: 379% !important;
  }
  .wd-xxl-380 {
    width: 380% !important;
  }
  .wd-xxl-381 {
    width: 381% !important;
  }
  .wd-xxl-382 {
    width: 382% !important;
  }
  .wd-xxl-383 {
    width: 383% !important;
  }
  .wd-xxl-384 {
    width: 384% !important;
  }
  .wd-xxl-385 {
    width: 385% !important;
  }
  .wd-xxl-386 {
    width: 386% !important;
  }
  .wd-xxl-387 {
    width: 387% !important;
  }
  .wd-xxl-388 {
    width: 388% !important;
  }
  .wd-xxl-389 {
    width: 389% !important;
  }
  .wd-xxl-390 {
    width: 390% !important;
  }
  .wd-xxl-391 {
    width: 391% !important;
  }
  .wd-xxl-392 {
    width: 392% !important;
  }
  .wd-xxl-393 {
    width: 393% !important;
  }
  .wd-xxl-394 {
    width: 394% !important;
  }
  .wd-xxl-395 {
    width: 395% !important;
  }
  .wd-xxl-396 {
    width: 396% !important;
  }
  .wd-xxl-397 {
    width: 397% !important;
  }
  .wd-xxl-398 {
    width: 398% !important;
  }
  .wd-xxl-399 {
    width: 399% !important;
  }
  .wd-xxl-400 {
    width: 400% !important;
  }
  .wd-xxl-401 {
    width: 401% !important;
  }
  .wd-xxl-402 {
    width: 402% !important;
  }
  .wd-xxl-403 {
    width: 403% !important;
  }
  .wd-xxl-404 {
    width: 404% !important;
  }
  .wd-xxl-405 {
    width: 405% !important;
  }
  .wd-xxl-406 {
    width: 406% !important;
  }
  .wd-xxl-407 {
    width: 407% !important;
  }
  .wd-xxl-408 {
    width: 408% !important;
  }
  .wd-xxl-409 {
    width: 409% !important;
  }
  .wd-xxl-410 {
    width: 410% !important;
  }
  .wd-xxl-411 {
    width: 411% !important;
  }
  .wd-xxl-412 {
    width: 412% !important;
  }
  .wd-xxl-413 {
    width: 413% !important;
  }
  .wd-xxl-414 {
    width: 414% !important;
  }
  .wd-xxl-415 {
    width: 415% !important;
  }
  .wd-xxl-416 {
    width: 416% !important;
  }
  .wd-xxl-417 {
    width: 417% !important;
  }
  .wd-xxl-418 {
    width: 418% !important;
  }
  .wd-xxl-419 {
    width: 419% !important;
  }
  .wd-xxl-420 {
    width: 420% !important;
  }
  .wd-xxl-421 {
    width: 421% !important;
  }
  .wd-xxl-422 {
    width: 422% !important;
  }
  .wd-xxl-423 {
    width: 423% !important;
  }
  .wd-xxl-424 {
    width: 424% !important;
  }
  .wd-xxl-425 {
    width: 425% !important;
  }
  .wd-xxl-426 {
    width: 426% !important;
  }
  .wd-xxl-427 {
    width: 427% !important;
  }
  .wd-xxl-428 {
    width: 428% !important;
  }
  .wd-xxl-429 {
    width: 429% !important;
  }
  .wd-xxl-430 {
    width: 430% !important;
  }
  .wd-xxl-431 {
    width: 431% !important;
  }
  .wd-xxl-432 {
    width: 432% !important;
  }
  .wd-xxl-433 {
    width: 433% !important;
  }
  .wd-xxl-434 {
    width: 434% !important;
  }
  .wd-xxl-435 {
    width: 435% !important;
  }
  .wd-xxl-436 {
    width: 436% !important;
  }
  .wd-xxl-437 {
    width: 437% !important;
  }
  .wd-xxl-438 {
    width: 438% !important;
  }
  .wd-xxl-439 {
    width: 439% !important;
  }
  .wd-xxl-440 {
    width: 440% !important;
  }
  .wd-xxl-441 {
    width: 441% !important;
  }
  .wd-xxl-442 {
    width: 442% !important;
  }
  .wd-xxl-443 {
    width: 443% !important;
  }
  .wd-xxl-444 {
    width: 444% !important;
  }
  .wd-xxl-445 {
    width: 445% !important;
  }
  .wd-xxl-446 {
    width: 446% !important;
  }
  .wd-xxl-447 {
    width: 447% !important;
  }
  .wd-xxl-448 {
    width: 448% !important;
  }
  .wd-xxl-449 {
    width: 449% !important;
  }
  .wd-xxl-450 {
    width: 450% !important;
  }
  .wd-xxl-451 {
    width: 451% !important;
  }
  .wd-xxl-452 {
    width: 452% !important;
  }
  .wd-xxl-453 {
    width: 453% !important;
  }
  .wd-xxl-454 {
    width: 454% !important;
  }
  .wd-xxl-455 {
    width: 455% !important;
  }
  .wd-xxl-456 {
    width: 456% !important;
  }
  .wd-xxl-457 {
    width: 457% !important;
  }
  .wd-xxl-458 {
    width: 458% !important;
  }
  .wd-xxl-459 {
    width: 459% !important;
  }
  .wd-xxl-460 {
    width: 460% !important;
  }
  .wd-xxl-461 {
    width: 461% !important;
  }
  .wd-xxl-462 {
    width: 462% !important;
  }
  .wd-xxl-463 {
    width: 463% !important;
  }
  .wd-xxl-464 {
    width: 464% !important;
  }
  .wd-xxl-465 {
    width: 465% !important;
  }
  .wd-xxl-466 {
    width: 466% !important;
  }
  .wd-xxl-467 {
    width: 467% !important;
  }
  .wd-xxl-468 {
    width: 468% !important;
  }
  .wd-xxl-469 {
    width: 469% !important;
  }
  .wd-xxl-470 {
    width: 470% !important;
  }
  .wd-xxl-471 {
    width: 471% !important;
  }
  .wd-xxl-472 {
    width: 472% !important;
  }
  .wd-xxl-473 {
    width: 473% !important;
  }
  .wd-xxl-474 {
    width: 474% !important;
  }
  .wd-xxl-475 {
    width: 475% !important;
  }
  .wd-xxl-476 {
    width: 476% !important;
  }
  .wd-xxl-477 {
    width: 477% !important;
  }
  .wd-xxl-478 {
    width: 478% !important;
  }
  .wd-xxl-479 {
    width: 479% !important;
  }
  .wd-xxl-480 {
    width: 480% !important;
  }
  .wd-xxl-481 {
    width: 481% !important;
  }
  .wd-xxl-482 {
    width: 482% !important;
  }
  .wd-xxl-483 {
    width: 483% !important;
  }
  .wd-xxl-484 {
    width: 484% !important;
  }
  .wd-xxl-485 {
    width: 485% !important;
  }
  .wd-xxl-486 {
    width: 486% !important;
  }
  .wd-xxl-487 {
    width: 487% !important;
  }
  .wd-xxl-488 {
    width: 488% !important;
  }
  .wd-xxl-489 {
    width: 489% !important;
  }
  .wd-xxl-490 {
    width: 490% !important;
  }
  .wd-xxl-491 {
    width: 491% !important;
  }
  .wd-xxl-492 {
    width: 492% !important;
  }
  .wd-xxl-493 {
    width: 493% !important;
  }
  .wd-xxl-494 {
    width: 494% !important;
  }
  .wd-xxl-495 {
    width: 495% !important;
  }
  .wd-xxl-496 {
    width: 496% !important;
  }
  .wd-xxl-497 {
    width: 497% !important;
  }
  .wd-xxl-498 {
    width: 498% !important;
  }
  .wd-xxl-499 {
    width: 499% !important;
  }
  .wd-xxl-500 {
    width: 500% !important;
  }
  .wd-xxl-501 {
    width: 501% !important;
  }
  .wd-xxl-502 {
    width: 502% !important;
  }
  .wd-xxl-503 {
    width: 503% !important;
  }
  .wd-xxl-504 {
    width: 504% !important;
  }
  .wd-xxl-505 {
    width: 505% !important;
  }
  .wd-xxl-506 {
    width: 506% !important;
  }
  .wd-xxl-507 {
    width: 507% !important;
  }
  .wd-xxl-508 {
    width: 508% !important;
  }
  .wd-xxl-509 {
    width: 509% !important;
  }
  .wd-xxl-510 {
    width: 510% !important;
  }
  .wd-xxl-511 {
    width: 511% !important;
  }
  .wd-xxl-512 {
    width: 512% !important;
  }
  .wd-xxl-513 {
    width: 513% !important;
  }
  .wd-xxl-514 {
    width: 514% !important;
  }
  .wd-xxl-515 {
    width: 515% !important;
  }
  .wd-xxl-516 {
    width: 516% !important;
  }
  .wd-xxl-517 {
    width: 517% !important;
  }
  .wd-xxl-518 {
    width: 518% !important;
  }
  .wd-xxl-519 {
    width: 519% !important;
  }
  .wd-xxl-520 {
    width: 520% !important;
  }
  .wd-xxl-521 {
    width: 521% !important;
  }
  .wd-xxl-522 {
    width: 522% !important;
  }
  .wd-xxl-523 {
    width: 523% !important;
  }
  .wd-xxl-524 {
    width: 524% !important;
  }
  .wd-xxl-525 {
    width: 525% !important;
  }
  .wd-xxl-526 {
    width: 526% !important;
  }
  .wd-xxl-527 {
    width: 527% !important;
  }
  .wd-xxl-528 {
    width: 528% !important;
  }
  .wd-xxl-529 {
    width: 529% !important;
  }
  .wd-xxl-530 {
    width: 530% !important;
  }
  .wd-xxl-531 {
    width: 531% !important;
  }
  .wd-xxl-532 {
    width: 532% !important;
  }
  .wd-xxl-533 {
    width: 533% !important;
  }
  .wd-xxl-534 {
    width: 534% !important;
  }
  .wd-xxl-535 {
    width: 535% !important;
  }
  .wd-xxl-536 {
    width: 536% !important;
  }
  .wd-xxl-537 {
    width: 537% !important;
  }
  .wd-xxl-538 {
    width: 538% !important;
  }
  .wd-xxl-539 {
    width: 539% !important;
  }
  .wd-xxl-540 {
    width: 540% !important;
  }
  .wd-xxl-541 {
    width: 541% !important;
  }
  .wd-xxl-542 {
    width: 542% !important;
  }
  .wd-xxl-543 {
    width: 543% !important;
  }
  .wd-xxl-544 {
    width: 544% !important;
  }
  .wd-xxl-545 {
    width: 545% !important;
  }
  .wd-xxl-546 {
    width: 546% !important;
  }
  .wd-xxl-547 {
    width: 547% !important;
  }
  .wd-xxl-548 {
    width: 548% !important;
  }
  .wd-xxl-549 {
    width: 549% !important;
  }
  .wd-xxl-550 {
    width: 550% !important;
  }
  .wd-xxl-551 {
    width: 551% !important;
  }
  .wd-xxl-552 {
    width: 552% !important;
  }
  .wd-xxl-553 {
    width: 553% !important;
  }
  .wd-xxl-554 {
    width: 554% !important;
  }
  .wd-xxl-555 {
    width: 555% !important;
  }
  .wd-xxl-556 {
    width: 556% !important;
  }
  .wd-xxl-557 {
    width: 557% !important;
  }
  .wd-xxl-558 {
    width: 558% !important;
  }
  .wd-xxl-559 {
    width: 559% !important;
  }
  .wd-xxl-560 {
    width: 560% !important;
  }
  .wd-xxl-561 {
    width: 561% !important;
  }
  .wd-xxl-562 {
    width: 562% !important;
  }
  .wd-xxl-563 {
    width: 563% !important;
  }
  .wd-xxl-564 {
    width: 564% !important;
  }
  .wd-xxl-565 {
    width: 565% !important;
  }
  .wd-xxl-566 {
    width: 566% !important;
  }
  .wd-xxl-567 {
    width: 567% !important;
  }
  .wd-xxl-568 {
    width: 568% !important;
  }
  .wd-xxl-569 {
    width: 569% !important;
  }
  .wd-xxl-570 {
    width: 570% !important;
  }
  .wd-xxl-571 {
    width: 571% !important;
  }
  .wd-xxl-572 {
    width: 572% !important;
  }
  .wd-xxl-573 {
    width: 573% !important;
  }
  .wd-xxl-574 {
    width: 574% !important;
  }
  .wd-xxl-575 {
    width: 575% !important;
  }
  .wd-xxl-576 {
    width: 576% !important;
  }
  .wd-xxl-577 {
    width: 577% !important;
  }
  .wd-xxl-578 {
    width: 578% !important;
  }
  .wd-xxl-579 {
    width: 579% !important;
  }
  .wd-xxl-580 {
    width: 580% !important;
  }
  .wd-xxl-581 {
    width: 581% !important;
  }
  .wd-xxl-582 {
    width: 582% !important;
  }
  .wd-xxl-583 {
    width: 583% !important;
  }
  .wd-xxl-584 {
    width: 584% !important;
  }
  .wd-xxl-585 {
    width: 585% !important;
  }
  .wd-xxl-586 {
    width: 586% !important;
  }
  .wd-xxl-587 {
    width: 587% !important;
  }
  .wd-xxl-588 {
    width: 588% !important;
  }
  .wd-xxl-589 {
    width: 589% !important;
  }
  .wd-xxl-590 {
    width: 590% !important;
  }
  .wd-xxl-591 {
    width: 591% !important;
  }
  .wd-xxl-592 {
    width: 592% !important;
  }
  .wd-xxl-593 {
    width: 593% !important;
  }
  .wd-xxl-594 {
    width: 594% !important;
  }
  .wd-xxl-595 {
    width: 595% !important;
  }
  .wd-xxl-596 {
    width: 596% !important;
  }
  .wd-xxl-597 {
    width: 597% !important;
  }
  .wd-xxl-598 {
    width: 598% !important;
  }
  .wd-xxl-599 {
    width: 599% !important;
  }
  .wd-xxl-600 {
    width: 600% !important;
  }
  .wd-xxl-601 {
    width: 601% !important;
  }
  .wd-xxl-602 {
    width: 602% !important;
  }
  .wd-xxl-603 {
    width: 603% !important;
  }
  .wd-xxl-604 {
    width: 604% !important;
  }
  .wd-xxl-605 {
    width: 605% !important;
  }
  .wd-xxl-606 {
    width: 606% !important;
  }
  .wd-xxl-607 {
    width: 607% !important;
  }
  .wd-xxl-608 {
    width: 608% !important;
  }
  .wd-xxl-609 {
    width: 609% !important;
  }
  .wd-xxl-610 {
    width: 610% !important;
  }
  .wd-xxl-611 {
    width: 611% !important;
  }
  .wd-xxl-612 {
    width: 612% !important;
  }
  .wd-xxl-613 {
    width: 613% !important;
  }
  .wd-xxl-614 {
    width: 614% !important;
  }
  .wd-xxl-615 {
    width: 615% !important;
  }
  .wd-xxl-616 {
    width: 616% !important;
  }
  .wd-xxl-617 {
    width: 617% !important;
  }
  .wd-xxl-618 {
    width: 618% !important;
  }
  .wd-xxl-619 {
    width: 619% !important;
  }
  .wd-xxl-620 {
    width: 620% !important;
  }
  .wd-xxl-621 {
    width: 621% !important;
  }
  .wd-xxl-622 {
    width: 622% !important;
  }
  .wd-xxl-623 {
    width: 623% !important;
  }
  .wd-xxl-624 {
    width: 624% !important;
  }
  .wd-xxl-625 {
    width: 625% !important;
  }
  .wd-xxl-626 {
    width: 626% !important;
  }
  .wd-xxl-627 {
    width: 627% !important;
  }
  .wd-xxl-628 {
    width: 628% !important;
  }
  .wd-xxl-629 {
    width: 629% !important;
  }
  .wd-xxl-630 {
    width: 630% !important;
  }
  .wd-xxl-631 {
    width: 631% !important;
  }
  .wd-xxl-632 {
    width: 632% !important;
  }
  .wd-xxl-633 {
    width: 633% !important;
  }
  .wd-xxl-634 {
    width: 634% !important;
  }
  .wd-xxl-635 {
    width: 635% !important;
  }
  .wd-xxl-636 {
    width: 636% !important;
  }
  .wd-xxl-637 {
    width: 637% !important;
  }
  .wd-xxl-638 {
    width: 638% !important;
  }
  .wd-xxl-639 {
    width: 639% !important;
  }
  .wd-xxl-640 {
    width: 640% !important;
  }
  .wd-xxl-641 {
    width: 641% !important;
  }
  .wd-xxl-642 {
    width: 642% !important;
  }
  .wd-xxl-643 {
    width: 643% !important;
  }
  .wd-xxl-644 {
    width: 644% !important;
  }
  .wd-xxl-645 {
    width: 645% !important;
  }
  .wd-xxl-646 {
    width: 646% !important;
  }
  .wd-xxl-647 {
    width: 647% !important;
  }
  .wd-xxl-648 {
    width: 648% !important;
  }
  .wd-xxl-649 {
    width: 649% !important;
  }
  .wd-xxl-650 {
    width: 650% !important;
  }
  .wd-xxl-651 {
    width: 651% !important;
  }
  .wd-xxl-652 {
    width: 652% !important;
  }
  .wd-xxl-653 {
    width: 653% !important;
  }
  .wd-xxl-654 {
    width: 654% !important;
  }
  .wd-xxl-655 {
    width: 655% !important;
  }
  .wd-xxl-656 {
    width: 656% !important;
  }
  .wd-xxl-657 {
    width: 657% !important;
  }
  .wd-xxl-658 {
    width: 658% !important;
  }
  .wd-xxl-659 {
    width: 659% !important;
  }
  .wd-xxl-660 {
    width: 660% !important;
  }
  .wd-xxl-661 {
    width: 661% !important;
  }
  .wd-xxl-662 {
    width: 662% !important;
  }
  .wd-xxl-663 {
    width: 663% !important;
  }
  .wd-xxl-664 {
    width: 664% !important;
  }
  .wd-xxl-665 {
    width: 665% !important;
  }
  .wd-xxl-666 {
    width: 666% !important;
  }
  .wd-xxl-667 {
    width: 667% !important;
  }
  .wd-xxl-668 {
    width: 668% !important;
  }
  .wd-xxl-669 {
    width: 669% !important;
  }
  .wd-xxl-670 {
    width: 670% !important;
  }
  .wd-xxl-671 {
    width: 671% !important;
  }
  .wd-xxl-672 {
    width: 672% !important;
  }
  .wd-xxl-673 {
    width: 673% !important;
  }
  .wd-xxl-674 {
    width: 674% !important;
  }
  .wd-xxl-675 {
    width: 675% !important;
  }
  .wd-xxl-676 {
    width: 676% !important;
  }
  .wd-xxl-677 {
    width: 677% !important;
  }
  .wd-xxl-678 {
    width: 678% !important;
  }
  .wd-xxl-679 {
    width: 679% !important;
  }
  .wd-xxl-680 {
    width: 680% !important;
  }
  .wd-xxl-681 {
    width: 681% !important;
  }
  .wd-xxl-682 {
    width: 682% !important;
  }
  .wd-xxl-683 {
    width: 683% !important;
  }
  .wd-xxl-684 {
    width: 684% !important;
  }
  .wd-xxl-685 {
    width: 685% !important;
  }
  .wd-xxl-686 {
    width: 686% !important;
  }
  .wd-xxl-687 {
    width: 687% !important;
  }
  .wd-xxl-688 {
    width: 688% !important;
  }
  .wd-xxl-689 {
    width: 689% !important;
  }
  .wd-xxl-690 {
    width: 690% !important;
  }
  .wd-xxl-691 {
    width: 691% !important;
  }
  .wd-xxl-692 {
    width: 692% !important;
  }
  .wd-xxl-693 {
    width: 693% !important;
  }
  .wd-xxl-694 {
    width: 694% !important;
  }
  .wd-xxl-695 {
    width: 695% !important;
  }
  .wd-xxl-696 {
    width: 696% !important;
  }
  .wd-xxl-697 {
    width: 697% !important;
  }
  .wd-xxl-698 {
    width: 698% !important;
  }
  .wd-xxl-699 {
    width: 699% !important;
  }
  .wd-xxl-700 {
    width: 700% !important;
  }
  .wd-xxl-701 {
    width: 701% !important;
  }
  .wd-xxl-702 {
    width: 702% !important;
  }
  .wd-xxl-703 {
    width: 703% !important;
  }
  .wd-xxl-704 {
    width: 704% !important;
  }
  .wd-xxl-705 {
    width: 705% !important;
  }
  .wd-xxl-706 {
    width: 706% !important;
  }
  .wd-xxl-707 {
    width: 707% !important;
  }
  .wd-xxl-708 {
    width: 708% !important;
  }
  .wd-xxl-709 {
    width: 709% !important;
  }
  .wd-xxl-710 {
    width: 710% !important;
  }
  .wd-xxl-711 {
    width: 711% !important;
  }
  .wd-xxl-712 {
    width: 712% !important;
  }
  .wd-xxl-713 {
    width: 713% !important;
  }
  .wd-xxl-714 {
    width: 714% !important;
  }
  .wd-xxl-715 {
    width: 715% !important;
  }
  .wd-xxl-716 {
    width: 716% !important;
  }
  .wd-xxl-717 {
    width: 717% !important;
  }
  .wd-xxl-718 {
    width: 718% !important;
  }
  .wd-xxl-719 {
    width: 719% !important;
  }
  .wd-xxl-720 {
    width: 720% !important;
  }
  .wd-xxl-721 {
    width: 721% !important;
  }
  .wd-xxl-722 {
    width: 722% !important;
  }
  .wd-xxl-723 {
    width: 723% !important;
  }
  .wd-xxl-724 {
    width: 724% !important;
  }
  .wd-xxl-725 {
    width: 725% !important;
  }
  .wd-xxl-726 {
    width: 726% !important;
  }
  .wd-xxl-727 {
    width: 727% !important;
  }
  .wd-xxl-728 {
    width: 728% !important;
  }
  .wd-xxl-729 {
    width: 729% !important;
  }
  .wd-xxl-730 {
    width: 730% !important;
  }
  .wd-xxl-731 {
    width: 731% !important;
  }
  .wd-xxl-732 {
    width: 732% !important;
  }
  .wd-xxl-733 {
    width: 733% !important;
  }
  .wd-xxl-734 {
    width: 734% !important;
  }
  .wd-xxl-735 {
    width: 735% !important;
  }
  .wd-xxl-736 {
    width: 736% !important;
  }
  .wd-xxl-737 {
    width: 737% !important;
  }
  .wd-xxl-738 {
    width: 738% !important;
  }
  .wd-xxl-739 {
    width: 739% !important;
  }
  .wd-xxl-740 {
    width: 740% !important;
  }
  .wd-xxl-741 {
    width: 741% !important;
  }
  .wd-xxl-742 {
    width: 742% !important;
  }
  .wd-xxl-743 {
    width: 743% !important;
  }
  .wd-xxl-744 {
    width: 744% !important;
  }
  .wd-xxl-745 {
    width: 745% !important;
  }
  .wd-xxl-746 {
    width: 746% !important;
  }
  .wd-xxl-747 {
    width: 747% !important;
  }
  .wd-xxl-748 {
    width: 748% !important;
  }
  .wd-xxl-749 {
    width: 749% !important;
  }
  .wd-xxl-750 {
    width: 750% !important;
  }
  .wd-xxl-751 {
    width: 751% !important;
  }
  .wd-xxl-752 {
    width: 752% !important;
  }
  .wd-xxl-753 {
    width: 753% !important;
  }
  .wd-xxl-754 {
    width: 754% !important;
  }
  .wd-xxl-755 {
    width: 755% !important;
  }
  .wd-xxl-756 {
    width: 756% !important;
  }
  .wd-xxl-757 {
    width: 757% !important;
  }
  .wd-xxl-758 {
    width: 758% !important;
  }
  .wd-xxl-759 {
    width: 759% !important;
  }
  .wd-xxl-760 {
    width: 760% !important;
  }
  .wd-xxl-761 {
    width: 761% !important;
  }
  .wd-xxl-762 {
    width: 762% !important;
  }
  .wd-xxl-763 {
    width: 763% !important;
  }
  .wd-xxl-764 {
    width: 764% !important;
  }
  .wd-xxl-765 {
    width: 765% !important;
  }
  .wd-xxl-766 {
    width: 766% !important;
  }
  .wd-xxl-767 {
    width: 767% !important;
  }
  .wd-xxl-768 {
    width: 768% !important;
  }
  .wd-xxl-769 {
    width: 769% !important;
  }
  .wd-xxl-770 {
    width: 770% !important;
  }
  .wd-xxl-771 {
    width: 771% !important;
  }
  .wd-xxl-772 {
    width: 772% !important;
  }
  .wd-xxl-773 {
    width: 773% !important;
  }
  .wd-xxl-774 {
    width: 774% !important;
  }
  .wd-xxl-775 {
    width: 775% !important;
  }
  .wd-xxl-776 {
    width: 776% !important;
  }
  .wd-xxl-777 {
    width: 777% !important;
  }
  .wd-xxl-778 {
    width: 778% !important;
  }
  .wd-xxl-779 {
    width: 779% !important;
  }
  .wd-xxl-780 {
    width: 780% !important;
  }
  .wd-xxl-781 {
    width: 781% !important;
  }
  .wd-xxl-782 {
    width: 782% !important;
  }
  .wd-xxl-783 {
    width: 783% !important;
  }
  .wd-xxl-784 {
    width: 784% !important;
  }
  .wd-xxl-785 {
    width: 785% !important;
  }
  .wd-xxl-786 {
    width: 786% !important;
  }
  .wd-xxl-787 {
    width: 787% !important;
  }
  .wd-xxl-788 {
    width: 788% !important;
  }
  .wd-xxl-789 {
    width: 789% !important;
  }
  .wd-xxl-790 {
    width: 790% !important;
  }
  .wd-xxl-791 {
    width: 791% !important;
  }
  .wd-xxl-792 {
    width: 792% !important;
  }
  .wd-xxl-793 {
    width: 793% !important;
  }
  .wd-xxl-794 {
    width: 794% !important;
  }
  .wd-xxl-795 {
    width: 795% !important;
  }
  .wd-xxl-796 {
    width: 796% !important;
  }
  .wd-xxl-797 {
    width: 797% !important;
  }
  .wd-xxl-798 {
    width: 798% !important;
  }
  .wd-xxl-799 {
    width: 799% !important;
  }
  .wd-xxl-800 {
    width: 800% !important;
  }
  .wd-xxl-801 {
    width: 801% !important;
  }
  .wd-xxl-802 {
    width: 802% !important;
  }
  .wd-xxl-803 {
    width: 803% !important;
  }
  .wd-xxl-804 {
    width: 804% !important;
  }
  .wd-xxl-805 {
    width: 805% !important;
  }
  .wd-xxl-806 {
    width: 806% !important;
  }
  .wd-xxl-807 {
    width: 807% !important;
  }
  .wd-xxl-808 {
    width: 808% !important;
  }
  .wd-xxl-809 {
    width: 809% !important;
  }
  .wd-xxl-810 {
    width: 810% !important;
  }
  .wd-xxl-811 {
    width: 811% !important;
  }
  .wd-xxl-812 {
    width: 812% !important;
  }
  .wd-xxl-813 {
    width: 813% !important;
  }
  .wd-xxl-814 {
    width: 814% !important;
  }
  .wd-xxl-815 {
    width: 815% !important;
  }
  .wd-xxl-816 {
    width: 816% !important;
  }
  .wd-xxl-817 {
    width: 817% !important;
  }
  .wd-xxl-818 {
    width: 818% !important;
  }
  .wd-xxl-819 {
    width: 819% !important;
  }
  .wd-xxl-820 {
    width: 820% !important;
  }
  .wd-xxl-821 {
    width: 821% !important;
  }
  .wd-xxl-822 {
    width: 822% !important;
  }
  .wd-xxl-823 {
    width: 823% !important;
  }
  .wd-xxl-824 {
    width: 824% !important;
  }
  .wd-xxl-825 {
    width: 825% !important;
  }
  .wd-xxl-826 {
    width: 826% !important;
  }
  .wd-xxl-827 {
    width: 827% !important;
  }
  .wd-xxl-828 {
    width: 828% !important;
  }
  .wd-xxl-829 {
    width: 829% !important;
  }
  .wd-xxl-830 {
    width: 830% !important;
  }
  .wd-xxl-831 {
    width: 831% !important;
  }
  .wd-xxl-832 {
    width: 832% !important;
  }
  .wd-xxl-833 {
    width: 833% !important;
  }
  .wd-xxl-834 {
    width: 834% !important;
  }
  .wd-xxl-835 {
    width: 835% !important;
  }
  .wd-xxl-836 {
    width: 836% !important;
  }
  .wd-xxl-837 {
    width: 837% !important;
  }
  .wd-xxl-838 {
    width: 838% !important;
  }
  .wd-xxl-839 {
    width: 839% !important;
  }
  .wd-xxl-840 {
    width: 840% !important;
  }
  .wd-xxl-841 {
    width: 841% !important;
  }
  .wd-xxl-842 {
    width: 842% !important;
  }
  .wd-xxl-843 {
    width: 843% !important;
  }
  .wd-xxl-844 {
    width: 844% !important;
  }
  .wd-xxl-845 {
    width: 845% !important;
  }
  .wd-xxl-846 {
    width: 846% !important;
  }
  .wd-xxl-847 {
    width: 847% !important;
  }
  .wd-xxl-848 {
    width: 848% !important;
  }
  .wd-xxl-849 {
    width: 849% !important;
  }
  .wd-xxl-850 {
    width: 850% !important;
  }
  .wd-xxl-851 {
    width: 851% !important;
  }
  .wd-xxl-852 {
    width: 852% !important;
  }
  .wd-xxl-853 {
    width: 853% !important;
  }
  .wd-xxl-854 {
    width: 854% !important;
  }
  .wd-xxl-855 {
    width: 855% !important;
  }
  .wd-xxl-856 {
    width: 856% !important;
  }
  .wd-xxl-857 {
    width: 857% !important;
  }
  .wd-xxl-858 {
    width: 858% !important;
  }
  .wd-xxl-859 {
    width: 859% !important;
  }
  .wd-xxl-860 {
    width: 860% !important;
  }
  .wd-xxl-861 {
    width: 861% !important;
  }
  .wd-xxl-862 {
    width: 862% !important;
  }
  .wd-xxl-863 {
    width: 863% !important;
  }
  .wd-xxl-864 {
    width: 864% !important;
  }
  .wd-xxl-865 {
    width: 865% !important;
  }
  .wd-xxl-866 {
    width: 866% !important;
  }
  .wd-xxl-867 {
    width: 867% !important;
  }
  .wd-xxl-868 {
    width: 868% !important;
  }
  .wd-xxl-869 {
    width: 869% !important;
  }
  .wd-xxl-870 {
    width: 870% !important;
  }
  .wd-xxl-871 {
    width: 871% !important;
  }
  .wd-xxl-872 {
    width: 872% !important;
  }
  .wd-xxl-873 {
    width: 873% !important;
  }
  .wd-xxl-874 {
    width: 874% !important;
  }
  .wd-xxl-875 {
    width: 875% !important;
  }
  .wd-xxl-876 {
    width: 876% !important;
  }
  .wd-xxl-877 {
    width: 877% !important;
  }
  .wd-xxl-878 {
    width: 878% !important;
  }
  .wd-xxl-879 {
    width: 879% !important;
  }
  .wd-xxl-880 {
    width: 880% !important;
  }
  .wd-xxl-881 {
    width: 881% !important;
  }
  .wd-xxl-882 {
    width: 882% !important;
  }
  .wd-xxl-883 {
    width: 883% !important;
  }
  .wd-xxl-884 {
    width: 884% !important;
  }
  .wd-xxl-885 {
    width: 885% !important;
  }
  .wd-xxl-886 {
    width: 886% !important;
  }
  .wd-xxl-887 {
    width: 887% !important;
  }
  .wd-xxl-888 {
    width: 888% !important;
  }
  .wd-xxl-889 {
    width: 889% !important;
  }
  .wd-xxl-890 {
    width: 890% !important;
  }
  .wd-xxl-891 {
    width: 891% !important;
  }
  .wd-xxl-892 {
    width: 892% !important;
  }
  .wd-xxl-893 {
    width: 893% !important;
  }
  .wd-xxl-894 {
    width: 894% !important;
  }
  .wd-xxl-895 {
    width: 895% !important;
  }
  .wd-xxl-896 {
    width: 896% !important;
  }
  .wd-xxl-897 {
    width: 897% !important;
  }
  .wd-xxl-898 {
    width: 898% !important;
  }
  .wd-xxl-899 {
    width: 899% !important;
  }
  .wd-xxl-900 {
    width: 900% !important;
  }
  .wd-xxl-901 {
    width: 901% !important;
  }
  .wd-xxl-902 {
    width: 902% !important;
  }
  .wd-xxl-903 {
    width: 903% !important;
  }
  .wd-xxl-904 {
    width: 904% !important;
  }
  .wd-xxl-905 {
    width: 905% !important;
  }
  .wd-xxl-906 {
    width: 906% !important;
  }
  .wd-xxl-907 {
    width: 907% !important;
  }
  .wd-xxl-908 {
    width: 908% !important;
  }
  .wd-xxl-909 {
    width: 909% !important;
  }
  .wd-xxl-910 {
    width: 910% !important;
  }
  .wd-xxl-911 {
    width: 911% !important;
  }
  .wd-xxl-912 {
    width: 912% !important;
  }
  .wd-xxl-913 {
    width: 913% !important;
  }
  .wd-xxl-914 {
    width: 914% !important;
  }
  .wd-xxl-915 {
    width: 915% !important;
  }
  .wd-xxl-916 {
    width: 916% !important;
  }
  .wd-xxl-917 {
    width: 917% !important;
  }
  .wd-xxl-918 {
    width: 918% !important;
  }
  .wd-xxl-919 {
    width: 919% !important;
  }
  .wd-xxl-920 {
    width: 920% !important;
  }
  .wd-xxl-921 {
    width: 921% !important;
  }
  .wd-xxl-922 {
    width: 922% !important;
  }
  .wd-xxl-923 {
    width: 923% !important;
  }
  .wd-xxl-924 {
    width: 924% !important;
  }
  .wd-xxl-925 {
    width: 925% !important;
  }
  .wd-xxl-926 {
    width: 926% !important;
  }
  .wd-xxl-927 {
    width: 927% !important;
  }
  .wd-xxl-928 {
    width: 928% !important;
  }
  .wd-xxl-929 {
    width: 929% !important;
  }
  .wd-xxl-930 {
    width: 930% !important;
  }
  .wd-xxl-931 {
    width: 931% !important;
  }
  .wd-xxl-932 {
    width: 932% !important;
  }
  .wd-xxl-933 {
    width: 933% !important;
  }
  .wd-xxl-934 {
    width: 934% !important;
  }
  .wd-xxl-935 {
    width: 935% !important;
  }
  .wd-xxl-936 {
    width: 936% !important;
  }
  .wd-xxl-937 {
    width: 937% !important;
  }
  .wd-xxl-938 {
    width: 938% !important;
  }
  .wd-xxl-939 {
    width: 939% !important;
  }
  .wd-xxl-940 {
    width: 940% !important;
  }
  .wd-xxl-941 {
    width: 941% !important;
  }
  .wd-xxl-942 {
    width: 942% !important;
  }
  .wd-xxl-943 {
    width: 943% !important;
  }
  .wd-xxl-944 {
    width: 944% !important;
  }
  .wd-xxl-945 {
    width: 945% !important;
  }
  .wd-xxl-946 {
    width: 946% !important;
  }
  .wd-xxl-947 {
    width: 947% !important;
  }
  .wd-xxl-948 {
    width: 948% !important;
  }
  .wd-xxl-949 {
    width: 949% !important;
  }
  .wd-xxl-950 {
    width: 950% !important;
  }
  .wd-xxl-951 {
    width: 951% !important;
  }
  .wd-xxl-952 {
    width: 952% !important;
  }
  .wd-xxl-953 {
    width: 953% !important;
  }
  .wd-xxl-954 {
    width: 954% !important;
  }
  .wd-xxl-955 {
    width: 955% !important;
  }
  .wd-xxl-956 {
    width: 956% !important;
  }
  .wd-xxl-957 {
    width: 957% !important;
  }
  .wd-xxl-958 {
    width: 958% !important;
  }
  .wd-xxl-959 {
    width: 959% !important;
  }
  .wd-xxl-960 {
    width: 960% !important;
  }
  .wd-xxl-961 {
    width: 961% !important;
  }
  .wd-xxl-962 {
    width: 962% !important;
  }
  .wd-xxl-963 {
    width: 963% !important;
  }
  .wd-xxl-964 {
    width: 964% !important;
  }
  .wd-xxl-965 {
    width: 965% !important;
  }
  .wd-xxl-966 {
    width: 966% !important;
  }
  .wd-xxl-967 {
    width: 967% !important;
  }
  .wd-xxl-968 {
    width: 968% !important;
  }
  .wd-xxl-969 {
    width: 969% !important;
  }
  .wd-xxl-970 {
    width: 970% !important;
  }
  .wd-xxl-971 {
    width: 971% !important;
  }
  .wd-xxl-972 {
    width: 972% !important;
  }
  .wd-xxl-973 {
    width: 973% !important;
  }
  .wd-xxl-974 {
    width: 974% !important;
  }
  .wd-xxl-975 {
    width: 975% !important;
  }
  .wd-xxl-976 {
    width: 976% !important;
  }
  .wd-xxl-977 {
    width: 977% !important;
  }
  .wd-xxl-978 {
    width: 978% !important;
  }
  .wd-xxl-979 {
    width: 979% !important;
  }
  .wd-xxl-980 {
    width: 980% !important;
  }
  .wd-xxl-981 {
    width: 981% !important;
  }
  .wd-xxl-982 {
    width: 982% !important;
  }
  .wd-xxl-983 {
    width: 983% !important;
  }
  .wd-xxl-984 {
    width: 984% !important;
  }
  .wd-xxl-985 {
    width: 985% !important;
  }
  .wd-xxl-986 {
    width: 986% !important;
  }
  .wd-xxl-987 {
    width: 987% !important;
  }
  .wd-xxl-988 {
    width: 988% !important;
  }
  .wd-xxl-989 {
    width: 989% !important;
  }
  .wd-xxl-990 {
    width: 990% !important;
  }
  .wd-xxl-991 {
    width: 991% !important;
  }
  .wd-xxl-992 {
    width: 992% !important;
  }
  .wd-xxl-993 {
    width: 993% !important;
  }
  .wd-xxl-994 {
    width: 994% !important;
  }
  .wd-xxl-995 {
    width: 995% !important;
  }
  .wd-xxl-996 {
    width: 996% !important;
  }
  .wd-xxl-997 {
    width: 997% !important;
  }
  .wd-xxl-998 {
    width: 998% !important;
  }
  .wd-xxl-999 {
    width: 999% !important;
  }
  .wd-xxl-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 1800px) {
  .wd-xxxl-5 {
    width: 5% !important;
  }
  .wd-xxxl-10 {
    width: 10% !important;
  }
  .wd-xxxl-11 {
    width: 11% !important;
  }
  .wd-xxxl-12 {
    width: 12% !important;
  }
  .wd-xxxl-13 {
    width: 13% !important;
  }
  .wd-xxxl-14 {
    width: 14% !important;
  }
  .wd-xxxl-15 {
    width: 15% !important;
  }
  .wd-xxxl-16 {
    width: 16% !important;
  }
  .wd-xxxl-17 {
    width: 17% !important;
  }
  .wd-xxxl-18 {
    width: 18% !important;
  }
  .wd-xxxl-19 {
    width: 19% !important;
  }
  .wd-xxxl-20 {
    width: 20% !important;
  }
  .wd-xxxl-21 {
    width: 21% !important;
  }
  .wd-xxxl-22 {
    width: 22% !important;
  }
  .wd-xxxl-23 {
    width: 23% !important;
  }
  .wd-xxxl-24 {
    width: 24% !important;
  }
  .wd-xxxl-25 {
    width: 25% !important;
  }
  .wd-xxxl-26 {
    width: 26% !important;
  }
  .wd-xxxl-27 {
    width: 27% !important;
  }
  .wd-xxxl-28 {
    width: 28% !important;
  }
  .wd-xxxl-29 {
    width: 29% !important;
  }
  .wd-xxxl-30 {
    width: 30% !important;
  }
  .wd-xxxl-31 {
    width: 31% !important;
  }
  .wd-xxxl-32 {
    width: 32% !important;
  }
  .wd-xxxl-33 {
    width: 33% !important;
  }
  .wd-xxxl-34 {
    width: 34% !important;
  }
  .wd-xxxl-35 {
    width: 35% !important;
  }
  .wd-xxxl-36 {
    width: 36% !important;
  }
  .wd-xxxl-37 {
    width: 37% !important;
  }
  .wd-xxxl-38 {
    width: 38% !important;
  }
  .wd-xxxl-39 {
    width: 39% !important;
  }
  .wd-xxxl-40 {
    width: 40% !important;
  }
  .wd-xxxl-41 {
    width: 41% !important;
  }
  .wd-xxxl-42 {
    width: 42% !important;
  }
  .wd-xxxl-43 {
    width: 43% !important;
  }
  .wd-xxxl-44 {
    width: 44% !important;
  }
  .wd-xxxl-45 {
    width: 45% !important;
  }
  .wd-xxxl-46 {
    width: 46% !important;
  }
  .wd-xxxl-47 {
    width: 47% !important;
  }
  .wd-xxxl-48 {
    width: 48% !important;
  }
  .wd-xxxl-49 {
    width: 49% !important;
  }
  .wd-xxxl-50 {
    width: 50% !important;
  }
  .wd-xxxl-51 {
    width: 51% !important;
  }
  .wd-xxxl-52 {
    width: 52% !important;
  }
  .wd-xxxl-53 {
    width: 53% !important;
  }
  .wd-xxxl-54 {
    width: 54% !important;
  }
  .wd-xxxl-55 {
    width: 55% !important;
  }
  .wd-xxxl-56 {
    width: 56% !important;
  }
  .wd-xxxl-57 {
    width: 57% !important;
  }
  .wd-xxxl-58 {
    width: 58% !important;
  }
  .wd-xxxl-59 {
    width: 59% !important;
  }
  .wd-xxxl-60 {
    width: 60% !important;
  }
  .wd-xxxl-61 {
    width: 61% !important;
  }
  .wd-xxxl-62 {
    width: 62% !important;
  }
  .wd-xxxl-63 {
    width: 63% !important;
  }
  .wd-xxxl-64 {
    width: 64% !important;
  }
  .wd-xxxl-65 {
    width: 65% !important;
  }
  .wd-xxxl-66 {
    width: 66% !important;
  }
  .wd-xxxl-67 {
    width: 67% !important;
  }
  .wd-xxxl-68 {
    width: 68% !important;
  }
  .wd-xxxl-69 {
    width: 69% !important;
  }
  .wd-xxxl-70 {
    width: 70% !important;
  }
  .wd-xxxl-71 {
    width: 71% !important;
  }
  .wd-xxxl-72 {
    width: 72% !important;
  }
  .wd-xxxl-73 {
    width: 73% !important;
  }
  .wd-xxxl-74 {
    width: 74% !important;
  }
  .wd-xxxl-75 {
    width: 75% !important;
  }
  .wd-xxxl-76 {
    width: 76% !important;
  }
  .wd-xxxl-77 {
    width: 77% !important;
  }
  .wd-xxxl-78 {
    width: 78% !important;
  }
  .wd-xxxl-79 {
    width: 79% !important;
  }
  .wd-xxxl-80 {
    width: 80% !important;
  }
  .wd-xxxl-81 {
    width: 81% !important;
  }
  .wd-xxxl-82 {
    width: 82% !important;
  }
  .wd-xxxl-83 {
    width: 83% !important;
  }
  .wd-xxxl-84 {
    width: 84% !important;
  }
  .wd-xxxl-85 {
    width: 85% !important;
  }
  .wd-xxxl-86 {
    width: 86% !important;
  }
  .wd-xxxl-87 {
    width: 87% !important;
  }
  .wd-xxxl-88 {
    width: 88% !important;
  }
  .wd-xxxl-89 {
    width: 89% !important;
  }
  .wd-xxxl-90 {
    width: 90% !important;
  }
  .wd-xxxl-91 {
    width: 91% !important;
  }
  .wd-xxxl-92 {
    width: 92% !important;
  }
  .wd-xxxl-93 {
    width: 93% !important;
  }
  .wd-xxxl-94 {
    width: 94% !important;
  }
  .wd-xxxl-95 {
    width: 95% !important;
  }
  .wd-xxxl-96 {
    width: 96% !important;
  }
  .wd-xxxl-97 {
    width: 97% !important;
  }
  .wd-xxxl-98 {
    width: 98% !important;
  }
  .wd-xxxl-99 {
    width: 99% !important;
  }
  .wd-xxxl-100 {
    width: 100% !important;
  }
  .wd-xxxl-101 {
    width: 101% !important;
  }
  .wd-xxxl-102 {
    width: 102% !important;
  }
  .wd-xxxl-103 {
    width: 103% !important;
  }
  .wd-xxxl-104 {
    width: 104% !important;
  }
  .wd-xxxl-105 {
    width: 105% !important;
  }
  .wd-xxxl-106 {
    width: 106% !important;
  }
  .wd-xxxl-107 {
    width: 107% !important;
  }
  .wd-xxxl-108 {
    width: 108% !important;
  }
  .wd-xxxl-109 {
    width: 109% !important;
  }
  .wd-xxxl-110 {
    width: 110% !important;
  }
  .wd-xxxl-111 {
    width: 111% !important;
  }
  .wd-xxxl-112 {
    width: 112% !important;
  }
  .wd-xxxl-113 {
    width: 113% !important;
  }
  .wd-xxxl-114 {
    width: 114% !important;
  }
  .wd-xxxl-115 {
    width: 115% !important;
  }
  .wd-xxxl-116 {
    width: 116% !important;
  }
  .wd-xxxl-117 {
    width: 117% !important;
  }
  .wd-xxxl-118 {
    width: 118% !important;
  }
  .wd-xxxl-119 {
    width: 119% !important;
  }
  .wd-xxxl-120 {
    width: 120% !important;
  }
  .wd-xxxl-121 {
    width: 121% !important;
  }
  .wd-xxxl-122 {
    width: 122% !important;
  }
  .wd-xxxl-123 {
    width: 123% !important;
  }
  .wd-xxxl-124 {
    width: 124% !important;
  }
  .wd-xxxl-125 {
    width: 125% !important;
  }
  .wd-xxxl-126 {
    width: 126% !important;
  }
  .wd-xxxl-127 {
    width: 127% !important;
  }
  .wd-xxxl-128 {
    width: 128% !important;
  }
  .wd-xxxl-129 {
    width: 129% !important;
  }
  .wd-xxxl-130 {
    width: 130% !important;
  }
  .wd-xxxl-131 {
    width: 131% !important;
  }
  .wd-xxxl-132 {
    width: 132% !important;
  }
  .wd-xxxl-133 {
    width: 133% !important;
  }
  .wd-xxxl-134 {
    width: 134% !important;
  }
  .wd-xxxl-135 {
    width: 135% !important;
  }
  .wd-xxxl-136 {
    width: 136% !important;
  }
  .wd-xxxl-137 {
    width: 137% !important;
  }
  .wd-xxxl-138 {
    width: 138% !important;
  }
  .wd-xxxl-139 {
    width: 139% !important;
  }
  .wd-xxxl-140 {
    width: 140% !important;
  }
  .wd-xxxl-141 {
    width: 141% !important;
  }
  .wd-xxxl-142 {
    width: 142% !important;
  }
  .wd-xxxl-143 {
    width: 143% !important;
  }
  .wd-xxxl-144 {
    width: 144% !important;
  }
  .wd-xxxl-145 {
    width: 145% !important;
  }
  .wd-xxxl-146 {
    width: 146% !important;
  }
  .wd-xxxl-147 {
    width: 147% !important;
  }
  .wd-xxxl-148 {
    width: 148% !important;
  }
  .wd-xxxl-149 {
    width: 149% !important;
  }
  .wd-xxxl-150 {
    width: 150% !important;
  }
  .wd-xxxl-151 {
    width: 151% !important;
  }
  .wd-xxxl-152 {
    width: 152% !important;
  }
  .wd-xxxl-153 {
    width: 153% !important;
  }
  .wd-xxxl-154 {
    width: 154% !important;
  }
  .wd-xxxl-155 {
    width: 155% !important;
  }
  .wd-xxxl-156 {
    width: 156% !important;
  }
  .wd-xxxl-157 {
    width: 157% !important;
  }
  .wd-xxxl-158 {
    width: 158% !important;
  }
  .wd-xxxl-159 {
    width: 159% !important;
  }
  .wd-xxxl-160 {
    width: 160% !important;
  }
  .wd-xxxl-161 {
    width: 161% !important;
  }
  .wd-xxxl-162 {
    width: 162% !important;
  }
  .wd-xxxl-163 {
    width: 163% !important;
  }
  .wd-xxxl-164 {
    width: 164% !important;
  }
  .wd-xxxl-165 {
    width: 165% !important;
  }
  .wd-xxxl-166 {
    width: 166% !important;
  }
  .wd-xxxl-167 {
    width: 167% !important;
  }
  .wd-xxxl-168 {
    width: 168% !important;
  }
  .wd-xxxl-169 {
    width: 169% !important;
  }
  .wd-xxxl-170 {
    width: 170% !important;
  }
  .wd-xxxl-171 {
    width: 171% !important;
  }
  .wd-xxxl-172 {
    width: 172% !important;
  }
  .wd-xxxl-173 {
    width: 173% !important;
  }
  .wd-xxxl-174 {
    width: 174% !important;
  }
  .wd-xxxl-175 {
    width: 175% !important;
  }
  .wd-xxxl-176 {
    width: 176% !important;
  }
  .wd-xxxl-177 {
    width: 177% !important;
  }
  .wd-xxxl-178 {
    width: 178% !important;
  }
  .wd-xxxl-179 {
    width: 179% !important;
  }
  .wd-xxxl-180 {
    width: 180% !important;
  }
  .wd-xxxl-181 {
    width: 181% !important;
  }
  .wd-xxxl-182 {
    width: 182% !important;
  }
  .wd-xxxl-183 {
    width: 183% !important;
  }
  .wd-xxxl-184 {
    width: 184% !important;
  }
  .wd-xxxl-185 {
    width: 185% !important;
  }
  .wd-xxxl-186 {
    width: 186% !important;
  }
  .wd-xxxl-187 {
    width: 187% !important;
  }
  .wd-xxxl-188 {
    width: 188% !important;
  }
  .wd-xxxl-189 {
    width: 189% !important;
  }
  .wd-xxxl-190 {
    width: 190% !important;
  }
  .wd-xxxl-191 {
    width: 191% !important;
  }
  .wd-xxxl-192 {
    width: 192% !important;
  }
  .wd-xxxl-193 {
    width: 193% !important;
  }
  .wd-xxxl-194 {
    width: 194% !important;
  }
  .wd-xxxl-195 {
    width: 195% !important;
  }
  .wd-xxxl-196 {
    width: 196% !important;
  }
  .wd-xxxl-197 {
    width: 197% !important;
  }
  .wd-xxxl-198 {
    width: 198% !important;
  }
  .wd-xxxl-199 {
    width: 199% !important;
  }
  .wd-xxxl-200 {
    width: 200% !important;
  }
  .wd-xxxl-201 {
    width: 201% !important;
  }
  .wd-xxxl-202 {
    width: 202% !important;
  }
  .wd-xxxl-203 {
    width: 203% !important;
  }
  .wd-xxxl-204 {
    width: 204% !important;
  }
  .wd-xxxl-205 {
    width: 205% !important;
  }
  .wd-xxxl-206 {
    width: 206% !important;
  }
  .wd-xxxl-207 {
    width: 207% !important;
  }
  .wd-xxxl-208 {
    width: 208% !important;
  }
  .wd-xxxl-209 {
    width: 209% !important;
  }
  .wd-xxxl-210 {
    width: 210% !important;
  }
  .wd-xxxl-211 {
    width: 211% !important;
  }
  .wd-xxxl-212 {
    width: 212% !important;
  }
  .wd-xxxl-213 {
    width: 213% !important;
  }
  .wd-xxxl-214 {
    width: 214% !important;
  }
  .wd-xxxl-215 {
    width: 215% !important;
  }
  .wd-xxxl-216 {
    width: 216% !important;
  }
  .wd-xxxl-217 {
    width: 217% !important;
  }
  .wd-xxxl-218 {
    width: 218% !important;
  }
  .wd-xxxl-219 {
    width: 219% !important;
  }
  .wd-xxxl-220 {
    width: 220% !important;
  }
  .wd-xxxl-221 {
    width: 221% !important;
  }
  .wd-xxxl-222 {
    width: 222% !important;
  }
  .wd-xxxl-223 {
    width: 223% !important;
  }
  .wd-xxxl-224 {
    width: 224% !important;
  }
  .wd-xxxl-225 {
    width: 225% !important;
  }
  .wd-xxxl-226 {
    width: 226% !important;
  }
  .wd-xxxl-227 {
    width: 227% !important;
  }
  .wd-xxxl-228 {
    width: 228% !important;
  }
  .wd-xxxl-229 {
    width: 229% !important;
  }
  .wd-xxxl-230 {
    width: 230% !important;
  }
  .wd-xxxl-231 {
    width: 231% !important;
  }
  .wd-xxxl-232 {
    width: 232% !important;
  }
  .wd-xxxl-233 {
    width: 233% !important;
  }
  .wd-xxxl-234 {
    width: 234% !important;
  }
  .wd-xxxl-235 {
    width: 235% !important;
  }
  .wd-xxxl-236 {
    width: 236% !important;
  }
  .wd-xxxl-237 {
    width: 237% !important;
  }
  .wd-xxxl-238 {
    width: 238% !important;
  }
  .wd-xxxl-239 {
    width: 239% !important;
  }
  .wd-xxxl-240 {
    width: 240% !important;
  }
  .wd-xxxl-241 {
    width: 241% !important;
  }
  .wd-xxxl-242 {
    width: 242% !important;
  }
  .wd-xxxl-243 {
    width: 243% !important;
  }
  .wd-xxxl-244 {
    width: 244% !important;
  }
  .wd-xxxl-245 {
    width: 245% !important;
  }
  .wd-xxxl-246 {
    width: 246% !important;
  }
  .wd-xxxl-247 {
    width: 247% !important;
  }
  .wd-xxxl-248 {
    width: 248% !important;
  }
  .wd-xxxl-249 {
    width: 249% !important;
  }
  .wd-xxxl-250 {
    width: 250% !important;
  }
  .wd-xxxl-251 {
    width: 251% !important;
  }
  .wd-xxxl-252 {
    width: 252% !important;
  }
  .wd-xxxl-253 {
    width: 253% !important;
  }
  .wd-xxxl-254 {
    width: 254% !important;
  }
  .wd-xxxl-255 {
    width: 255% !important;
  }
  .wd-xxxl-256 {
    width: 256% !important;
  }
  .wd-xxxl-257 {
    width: 257% !important;
  }
  .wd-xxxl-258 {
    width: 258% !important;
  }
  .wd-xxxl-259 {
    width: 259% !important;
  }
  .wd-xxxl-260 {
    width: 260% !important;
  }
  .wd-xxxl-261 {
    width: 261% !important;
  }
  .wd-xxxl-262 {
    width: 262% !important;
  }
  .wd-xxxl-263 {
    width: 263% !important;
  }
  .wd-xxxl-264 {
    width: 264% !important;
  }
  .wd-xxxl-265 {
    width: 265% !important;
  }
  .wd-xxxl-266 {
    width: 266% !important;
  }
  .wd-xxxl-267 {
    width: 267% !important;
  }
  .wd-xxxl-268 {
    width: 268% !important;
  }
  .wd-xxxl-269 {
    width: 269% !important;
  }
  .wd-xxxl-270 {
    width: 270% !important;
  }
  .wd-xxxl-271 {
    width: 271% !important;
  }
  .wd-xxxl-272 {
    width: 272% !important;
  }
  .wd-xxxl-273 {
    width: 273% !important;
  }
  .wd-xxxl-274 {
    width: 274% !important;
  }
  .wd-xxxl-275 {
    width: 275% !important;
  }
  .wd-xxxl-276 {
    width: 276% !important;
  }
  .wd-xxxl-277 {
    width: 277% !important;
  }
  .wd-xxxl-278 {
    width: 278% !important;
  }
  .wd-xxxl-279 {
    width: 279% !important;
  }
  .wd-xxxl-280 {
    width: 280% !important;
  }
  .wd-xxxl-281 {
    width: 281% !important;
  }
  .wd-xxxl-282 {
    width: 282% !important;
  }
  .wd-xxxl-283 {
    width: 283% !important;
  }
  .wd-xxxl-284 {
    width: 284% !important;
  }
  .wd-xxxl-285 {
    width: 285% !important;
  }
  .wd-xxxl-286 {
    width: 286% !important;
  }
  .wd-xxxl-287 {
    width: 287% !important;
  }
  .wd-xxxl-288 {
    width: 288% !important;
  }
  .wd-xxxl-289 {
    width: 289% !important;
  }
  .wd-xxxl-290 {
    width: 290% !important;
  }
  .wd-xxxl-291 {
    width: 291% !important;
  }
  .wd-xxxl-292 {
    width: 292% !important;
  }
  .wd-xxxl-293 {
    width: 293% !important;
  }
  .wd-xxxl-294 {
    width: 294% !important;
  }
  .wd-xxxl-295 {
    width: 295% !important;
  }
  .wd-xxxl-296 {
    width: 296% !important;
  }
  .wd-xxxl-297 {
    width: 297% !important;
  }
  .wd-xxxl-298 {
    width: 298% !important;
  }
  .wd-xxxl-299 {
    width: 299% !important;
  }
  .wd-xxxl-300 {
    width: 300% !important;
  }
  .wd-xxxl-301 {
    width: 301% !important;
  }
  .wd-xxxl-302 {
    width: 302% !important;
  }
  .wd-xxxl-303 {
    width: 303% !important;
  }
  .wd-xxxl-304 {
    width: 304% !important;
  }
  .wd-xxxl-305 {
    width: 305% !important;
  }
  .wd-xxxl-306 {
    width: 306% !important;
  }
  .wd-xxxl-307 {
    width: 307% !important;
  }
  .wd-xxxl-308 {
    width: 308% !important;
  }
  .wd-xxxl-309 {
    width: 309% !important;
  }
  .wd-xxxl-310 {
    width: 310% !important;
  }
  .wd-xxxl-311 {
    width: 311% !important;
  }
  .wd-xxxl-312 {
    width: 312% !important;
  }
  .wd-xxxl-313 {
    width: 313% !important;
  }
  .wd-xxxl-314 {
    width: 314% !important;
  }
  .wd-xxxl-315 {
    width: 315% !important;
  }
  .wd-xxxl-316 {
    width: 316% !important;
  }
  .wd-xxxl-317 {
    width: 317% !important;
  }
  .wd-xxxl-318 {
    width: 318% !important;
  }
  .wd-xxxl-319 {
    width: 319% !important;
  }
  .wd-xxxl-320 {
    width: 320% !important;
  }
  .wd-xxxl-321 {
    width: 321% !important;
  }
  .wd-xxxl-322 {
    width: 322% !important;
  }
  .wd-xxxl-323 {
    width: 323% !important;
  }
  .wd-xxxl-324 {
    width: 324% !important;
  }
  .wd-xxxl-325 {
    width: 325% !important;
  }
  .wd-xxxl-326 {
    width: 326% !important;
  }
  .wd-xxxl-327 {
    width: 327% !important;
  }
  .wd-xxxl-328 {
    width: 328% !important;
  }
  .wd-xxxl-329 {
    width: 329% !important;
  }
  .wd-xxxl-330 {
    width: 330% !important;
  }
  .wd-xxxl-331 {
    width: 331% !important;
  }
  .wd-xxxl-332 {
    width: 332% !important;
  }
  .wd-xxxl-333 {
    width: 333% !important;
  }
  .wd-xxxl-334 {
    width: 334% !important;
  }
  .wd-xxxl-335 {
    width: 335% !important;
  }
  .wd-xxxl-336 {
    width: 336% !important;
  }
  .wd-xxxl-337 {
    width: 337% !important;
  }
  .wd-xxxl-338 {
    width: 338% !important;
  }
  .wd-xxxl-339 {
    width: 339% !important;
  }
  .wd-xxxl-340 {
    width: 340% !important;
  }
  .wd-xxxl-341 {
    width: 341% !important;
  }
  .wd-xxxl-342 {
    width: 342% !important;
  }
  .wd-xxxl-343 {
    width: 343% !important;
  }
  .wd-xxxl-344 {
    width: 344% !important;
  }
  .wd-xxxl-345 {
    width: 345% !important;
  }
  .wd-xxxl-346 {
    width: 346% !important;
  }
  .wd-xxxl-347 {
    width: 347% !important;
  }
  .wd-xxxl-348 {
    width: 348% !important;
  }
  .wd-xxxl-349 {
    width: 349% !important;
  }
  .wd-xxxl-350 {
    width: 350% !important;
  }
  .wd-xxxl-351 {
    width: 351% !important;
  }
  .wd-xxxl-352 {
    width: 352% !important;
  }
  .wd-xxxl-353 {
    width: 353% !important;
  }
  .wd-xxxl-354 {
    width: 354% !important;
  }
  .wd-xxxl-355 {
    width: 355% !important;
  }
  .wd-xxxl-356 {
    width: 356% !important;
  }
  .wd-xxxl-357 {
    width: 357% !important;
  }
  .wd-xxxl-358 {
    width: 358% !important;
  }
  .wd-xxxl-359 {
    width: 359% !important;
  }
  .wd-xxxl-360 {
    width: 360% !important;
  }
  .wd-xxxl-361 {
    width: 361% !important;
  }
  .wd-xxxl-362 {
    width: 362% !important;
  }
  .wd-xxxl-363 {
    width: 363% !important;
  }
  .wd-xxxl-364 {
    width: 364% !important;
  }
  .wd-xxxl-365 {
    width: 365% !important;
  }
  .wd-xxxl-366 {
    width: 366% !important;
  }
  .wd-xxxl-367 {
    width: 367% !important;
  }
  .wd-xxxl-368 {
    width: 368% !important;
  }
  .wd-xxxl-369 {
    width: 369% !important;
  }
  .wd-xxxl-370 {
    width: 370% !important;
  }
  .wd-xxxl-371 {
    width: 371% !important;
  }
  .wd-xxxl-372 {
    width: 372% !important;
  }
  .wd-xxxl-373 {
    width: 373% !important;
  }
  .wd-xxxl-374 {
    width: 374% !important;
  }
  .wd-xxxl-375 {
    width: 375% !important;
  }
  .wd-xxxl-376 {
    width: 376% !important;
  }
  .wd-xxxl-377 {
    width: 377% !important;
  }
  .wd-xxxl-378 {
    width: 378% !important;
  }
  .wd-xxxl-379 {
    width: 379% !important;
  }
  .wd-xxxl-380 {
    width: 380% !important;
  }
  .wd-xxxl-381 {
    width: 381% !important;
  }
  .wd-xxxl-382 {
    width: 382% !important;
  }
  .wd-xxxl-383 {
    width: 383% !important;
  }
  .wd-xxxl-384 {
    width: 384% !important;
  }
  .wd-xxxl-385 {
    width: 385% !important;
  }
  .wd-xxxl-386 {
    width: 386% !important;
  }
  .wd-xxxl-387 {
    width: 387% !important;
  }
  .wd-xxxl-388 {
    width: 388% !important;
  }
  .wd-xxxl-389 {
    width: 389% !important;
  }
  .wd-xxxl-390 {
    width: 390% !important;
  }
  .wd-xxxl-391 {
    width: 391% !important;
  }
  .wd-xxxl-392 {
    width: 392% !important;
  }
  .wd-xxxl-393 {
    width: 393% !important;
  }
  .wd-xxxl-394 {
    width: 394% !important;
  }
  .wd-xxxl-395 {
    width: 395% !important;
  }
  .wd-xxxl-396 {
    width: 396% !important;
  }
  .wd-xxxl-397 {
    width: 397% !important;
  }
  .wd-xxxl-398 {
    width: 398% !important;
  }
  .wd-xxxl-399 {
    width: 399% !important;
  }
  .wd-xxxl-400 {
    width: 400% !important;
  }
  .wd-xxxl-401 {
    width: 401% !important;
  }
  .wd-xxxl-402 {
    width: 402% !important;
  }
  .wd-xxxl-403 {
    width: 403% !important;
  }
  .wd-xxxl-404 {
    width: 404% !important;
  }
  .wd-xxxl-405 {
    width: 405% !important;
  }
  .wd-xxxl-406 {
    width: 406% !important;
  }
  .wd-xxxl-407 {
    width: 407% !important;
  }
  .wd-xxxl-408 {
    width: 408% !important;
  }
  .wd-xxxl-409 {
    width: 409% !important;
  }
  .wd-xxxl-410 {
    width: 410% !important;
  }
  .wd-xxxl-411 {
    width: 411% !important;
  }
  .wd-xxxl-412 {
    width: 412% !important;
  }
  .wd-xxxl-413 {
    width: 413% !important;
  }
  .wd-xxxl-414 {
    width: 414% !important;
  }
  .wd-xxxl-415 {
    width: 415% !important;
  }
  .wd-xxxl-416 {
    width: 416% !important;
  }
  .wd-xxxl-417 {
    width: 417% !important;
  }
  .wd-xxxl-418 {
    width: 418% !important;
  }
  .wd-xxxl-419 {
    width: 419% !important;
  }
  .wd-xxxl-420 {
    width: 420% !important;
  }
  .wd-xxxl-421 {
    width: 421% !important;
  }
  .wd-xxxl-422 {
    width: 422% !important;
  }
  .wd-xxxl-423 {
    width: 423% !important;
  }
  .wd-xxxl-424 {
    width: 424% !important;
  }
  .wd-xxxl-425 {
    width: 425% !important;
  }
  .wd-xxxl-426 {
    width: 426% !important;
  }
  .wd-xxxl-427 {
    width: 427% !important;
  }
  .wd-xxxl-428 {
    width: 428% !important;
  }
  .wd-xxxl-429 {
    width: 429% !important;
  }
  .wd-xxxl-430 {
    width: 430% !important;
  }
  .wd-xxxl-431 {
    width: 431% !important;
  }
  .wd-xxxl-432 {
    width: 432% !important;
  }
  .wd-xxxl-433 {
    width: 433% !important;
  }
  .wd-xxxl-434 {
    width: 434% !important;
  }
  .wd-xxxl-435 {
    width: 435% !important;
  }
  .wd-xxxl-436 {
    width: 436% !important;
  }
  .wd-xxxl-437 {
    width: 437% !important;
  }
  .wd-xxxl-438 {
    width: 438% !important;
  }
  .wd-xxxl-439 {
    width: 439% !important;
  }
  .wd-xxxl-440 {
    width: 440% !important;
  }
  .wd-xxxl-441 {
    width: 441% !important;
  }
  .wd-xxxl-442 {
    width: 442% !important;
  }
  .wd-xxxl-443 {
    width: 443% !important;
  }
  .wd-xxxl-444 {
    width: 444% !important;
  }
  .wd-xxxl-445 {
    width: 445% !important;
  }
  .wd-xxxl-446 {
    width: 446% !important;
  }
  .wd-xxxl-447 {
    width: 447% !important;
  }
  .wd-xxxl-448 {
    width: 448% !important;
  }
  .wd-xxxl-449 {
    width: 449% !important;
  }
  .wd-xxxl-450 {
    width: 450% !important;
  }
  .wd-xxxl-451 {
    width: 451% !important;
  }
  .wd-xxxl-452 {
    width: 452% !important;
  }
  .wd-xxxl-453 {
    width: 453% !important;
  }
  .wd-xxxl-454 {
    width: 454% !important;
  }
  .wd-xxxl-455 {
    width: 455% !important;
  }
  .wd-xxxl-456 {
    width: 456% !important;
  }
  .wd-xxxl-457 {
    width: 457% !important;
  }
  .wd-xxxl-458 {
    width: 458% !important;
  }
  .wd-xxxl-459 {
    width: 459% !important;
  }
  .wd-xxxl-460 {
    width: 460% !important;
  }
  .wd-xxxl-461 {
    width: 461% !important;
  }
  .wd-xxxl-462 {
    width: 462% !important;
  }
  .wd-xxxl-463 {
    width: 463% !important;
  }
  .wd-xxxl-464 {
    width: 464% !important;
  }
  .wd-xxxl-465 {
    width: 465% !important;
  }
  .wd-xxxl-466 {
    width: 466% !important;
  }
  .wd-xxxl-467 {
    width: 467% !important;
  }
  .wd-xxxl-468 {
    width: 468% !important;
  }
  .wd-xxxl-469 {
    width: 469% !important;
  }
  .wd-xxxl-470 {
    width: 470% !important;
  }
  .wd-xxxl-471 {
    width: 471% !important;
  }
  .wd-xxxl-472 {
    width: 472% !important;
  }
  .wd-xxxl-473 {
    width: 473% !important;
  }
  .wd-xxxl-474 {
    width: 474% !important;
  }
  .wd-xxxl-475 {
    width: 475% !important;
  }
  .wd-xxxl-476 {
    width: 476% !important;
  }
  .wd-xxxl-477 {
    width: 477% !important;
  }
  .wd-xxxl-478 {
    width: 478% !important;
  }
  .wd-xxxl-479 {
    width: 479% !important;
  }
  .wd-xxxl-480 {
    width: 480% !important;
  }
  .wd-xxxl-481 {
    width: 481% !important;
  }
  .wd-xxxl-482 {
    width: 482% !important;
  }
  .wd-xxxl-483 {
    width: 483% !important;
  }
  .wd-xxxl-484 {
    width: 484% !important;
  }
  .wd-xxxl-485 {
    width: 485% !important;
  }
  .wd-xxxl-486 {
    width: 486% !important;
  }
  .wd-xxxl-487 {
    width: 487% !important;
  }
  .wd-xxxl-488 {
    width: 488% !important;
  }
  .wd-xxxl-489 {
    width: 489% !important;
  }
  .wd-xxxl-490 {
    width: 490% !important;
  }
  .wd-xxxl-491 {
    width: 491% !important;
  }
  .wd-xxxl-492 {
    width: 492% !important;
  }
  .wd-xxxl-493 {
    width: 493% !important;
  }
  .wd-xxxl-494 {
    width: 494% !important;
  }
  .wd-xxxl-495 {
    width: 495% !important;
  }
  .wd-xxxl-496 {
    width: 496% !important;
  }
  .wd-xxxl-497 {
    width: 497% !important;
  }
  .wd-xxxl-498 {
    width: 498% !important;
  }
  .wd-xxxl-499 {
    width: 499% !important;
  }
  .wd-xxxl-500 {
    width: 500% !important;
  }
  .wd-xxxl-501 {
    width: 501% !important;
  }
  .wd-xxxl-502 {
    width: 502% !important;
  }
  .wd-xxxl-503 {
    width: 503% !important;
  }
  .wd-xxxl-504 {
    width: 504% !important;
  }
  .wd-xxxl-505 {
    width: 505% !important;
  }
  .wd-xxxl-506 {
    width: 506% !important;
  }
  .wd-xxxl-507 {
    width: 507% !important;
  }
  .wd-xxxl-508 {
    width: 508% !important;
  }
  .wd-xxxl-509 {
    width: 509% !important;
  }
  .wd-xxxl-510 {
    width: 510% !important;
  }
  .wd-xxxl-511 {
    width: 511% !important;
  }
  .wd-xxxl-512 {
    width: 512% !important;
  }
  .wd-xxxl-513 {
    width: 513% !important;
  }
  .wd-xxxl-514 {
    width: 514% !important;
  }
  .wd-xxxl-515 {
    width: 515% !important;
  }
  .wd-xxxl-516 {
    width: 516% !important;
  }
  .wd-xxxl-517 {
    width: 517% !important;
  }
  .wd-xxxl-518 {
    width: 518% !important;
  }
  .wd-xxxl-519 {
    width: 519% !important;
  }
  .wd-xxxl-520 {
    width: 520% !important;
  }
  .wd-xxxl-521 {
    width: 521% !important;
  }
  .wd-xxxl-522 {
    width: 522% !important;
  }
  .wd-xxxl-523 {
    width: 523% !important;
  }
  .wd-xxxl-524 {
    width: 524% !important;
  }
  .wd-xxxl-525 {
    width: 525% !important;
  }
  .wd-xxxl-526 {
    width: 526% !important;
  }
  .wd-xxxl-527 {
    width: 527% !important;
  }
  .wd-xxxl-528 {
    width: 528% !important;
  }
  .wd-xxxl-529 {
    width: 529% !important;
  }
  .wd-xxxl-530 {
    width: 530% !important;
  }
  .wd-xxxl-531 {
    width: 531% !important;
  }
  .wd-xxxl-532 {
    width: 532% !important;
  }
  .wd-xxxl-533 {
    width: 533% !important;
  }
  .wd-xxxl-534 {
    width: 534% !important;
  }
  .wd-xxxl-535 {
    width: 535% !important;
  }
  .wd-xxxl-536 {
    width: 536% !important;
  }
  .wd-xxxl-537 {
    width: 537% !important;
  }
  .wd-xxxl-538 {
    width: 538% !important;
  }
  .wd-xxxl-539 {
    width: 539% !important;
  }
  .wd-xxxl-540 {
    width: 540% !important;
  }
  .wd-xxxl-541 {
    width: 541% !important;
  }
  .wd-xxxl-542 {
    width: 542% !important;
  }
  .wd-xxxl-543 {
    width: 543% !important;
  }
  .wd-xxxl-544 {
    width: 544% !important;
  }
  .wd-xxxl-545 {
    width: 545% !important;
  }
  .wd-xxxl-546 {
    width: 546% !important;
  }
  .wd-xxxl-547 {
    width: 547% !important;
  }
  .wd-xxxl-548 {
    width: 548% !important;
  }
  .wd-xxxl-549 {
    width: 549% !important;
  }
  .wd-xxxl-550 {
    width: 550% !important;
  }
  .wd-xxxl-551 {
    width: 551% !important;
  }
  .wd-xxxl-552 {
    width: 552% !important;
  }
  .wd-xxxl-553 {
    width: 553% !important;
  }
  .wd-xxxl-554 {
    width: 554% !important;
  }
  .wd-xxxl-555 {
    width: 555% !important;
  }
  .wd-xxxl-556 {
    width: 556% !important;
  }
  .wd-xxxl-557 {
    width: 557% !important;
  }
  .wd-xxxl-558 {
    width: 558% !important;
  }
  .wd-xxxl-559 {
    width: 559% !important;
  }
  .wd-xxxl-560 {
    width: 560% !important;
  }
  .wd-xxxl-561 {
    width: 561% !important;
  }
  .wd-xxxl-562 {
    width: 562% !important;
  }
  .wd-xxxl-563 {
    width: 563% !important;
  }
  .wd-xxxl-564 {
    width: 564% !important;
  }
  .wd-xxxl-565 {
    width: 565% !important;
  }
  .wd-xxxl-566 {
    width: 566% !important;
  }
  .wd-xxxl-567 {
    width: 567% !important;
  }
  .wd-xxxl-568 {
    width: 568% !important;
  }
  .wd-xxxl-569 {
    width: 569% !important;
  }
  .wd-xxxl-570 {
    width: 570% !important;
  }
  .wd-xxxl-571 {
    width: 571% !important;
  }
  .wd-xxxl-572 {
    width: 572% !important;
  }
  .wd-xxxl-573 {
    width: 573% !important;
  }
  .wd-xxxl-574 {
    width: 574% !important;
  }
  .wd-xxxl-575 {
    width: 575% !important;
  }
  .wd-xxxl-576 {
    width: 576% !important;
  }
  .wd-xxxl-577 {
    width: 577% !important;
  }
  .wd-xxxl-578 {
    width: 578% !important;
  }
  .wd-xxxl-579 {
    width: 579% !important;
  }
  .wd-xxxl-580 {
    width: 580% !important;
  }
  .wd-xxxl-581 {
    width: 581% !important;
  }
  .wd-xxxl-582 {
    width: 582% !important;
  }
  .wd-xxxl-583 {
    width: 583% !important;
  }
  .wd-xxxl-584 {
    width: 584% !important;
  }
  .wd-xxxl-585 {
    width: 585% !important;
  }
  .wd-xxxl-586 {
    width: 586% !important;
  }
  .wd-xxxl-587 {
    width: 587% !important;
  }
  .wd-xxxl-588 {
    width: 588% !important;
  }
  .wd-xxxl-589 {
    width: 589% !important;
  }
  .wd-xxxl-590 {
    width: 590% !important;
  }
  .wd-xxxl-591 {
    width: 591% !important;
  }
  .wd-xxxl-592 {
    width: 592% !important;
  }
  .wd-xxxl-593 {
    width: 593% !important;
  }
  .wd-xxxl-594 {
    width: 594% !important;
  }
  .wd-xxxl-595 {
    width: 595% !important;
  }
  .wd-xxxl-596 {
    width: 596% !important;
  }
  .wd-xxxl-597 {
    width: 597% !important;
  }
  .wd-xxxl-598 {
    width: 598% !important;
  }
  .wd-xxxl-599 {
    width: 599% !important;
  }
  .wd-xxxl-600 {
    width: 600% !important;
  }
  .wd-xxxl-601 {
    width: 601% !important;
  }
  .wd-xxxl-602 {
    width: 602% !important;
  }
  .wd-xxxl-603 {
    width: 603% !important;
  }
  .wd-xxxl-604 {
    width: 604% !important;
  }
  .wd-xxxl-605 {
    width: 605% !important;
  }
  .wd-xxxl-606 {
    width: 606% !important;
  }
  .wd-xxxl-607 {
    width: 607% !important;
  }
  .wd-xxxl-608 {
    width: 608% !important;
  }
  .wd-xxxl-609 {
    width: 609% !important;
  }
  .wd-xxxl-610 {
    width: 610% !important;
  }
  .wd-xxxl-611 {
    width: 611% !important;
  }
  .wd-xxxl-612 {
    width: 612% !important;
  }
  .wd-xxxl-613 {
    width: 613% !important;
  }
  .wd-xxxl-614 {
    width: 614% !important;
  }
  .wd-xxxl-615 {
    width: 615% !important;
  }
  .wd-xxxl-616 {
    width: 616% !important;
  }
  .wd-xxxl-617 {
    width: 617% !important;
  }
  .wd-xxxl-618 {
    width: 618% !important;
  }
  .wd-xxxl-619 {
    width: 619% !important;
  }
  .wd-xxxl-620 {
    width: 620% !important;
  }
  .wd-xxxl-621 {
    width: 621% !important;
  }
  .wd-xxxl-622 {
    width: 622% !important;
  }
  .wd-xxxl-623 {
    width: 623% !important;
  }
  .wd-xxxl-624 {
    width: 624% !important;
  }
  .wd-xxxl-625 {
    width: 625% !important;
  }
  .wd-xxxl-626 {
    width: 626% !important;
  }
  .wd-xxxl-627 {
    width: 627% !important;
  }
  .wd-xxxl-628 {
    width: 628% !important;
  }
  .wd-xxxl-629 {
    width: 629% !important;
  }
  .wd-xxxl-630 {
    width: 630% !important;
  }
  .wd-xxxl-631 {
    width: 631% !important;
  }
  .wd-xxxl-632 {
    width: 632% !important;
  }
  .wd-xxxl-633 {
    width: 633% !important;
  }
  .wd-xxxl-634 {
    width: 634% !important;
  }
  .wd-xxxl-635 {
    width: 635% !important;
  }
  .wd-xxxl-636 {
    width: 636% !important;
  }
  .wd-xxxl-637 {
    width: 637% !important;
  }
  .wd-xxxl-638 {
    width: 638% !important;
  }
  .wd-xxxl-639 {
    width: 639% !important;
  }
  .wd-xxxl-640 {
    width: 640% !important;
  }
  .wd-xxxl-641 {
    width: 641% !important;
  }
  .wd-xxxl-642 {
    width: 642% !important;
  }
  .wd-xxxl-643 {
    width: 643% !important;
  }
  .wd-xxxl-644 {
    width: 644% !important;
  }
  .wd-xxxl-645 {
    width: 645% !important;
  }
  .wd-xxxl-646 {
    width: 646% !important;
  }
  .wd-xxxl-647 {
    width: 647% !important;
  }
  .wd-xxxl-648 {
    width: 648% !important;
  }
  .wd-xxxl-649 {
    width: 649% !important;
  }
  .wd-xxxl-650 {
    width: 650% !important;
  }
  .wd-xxxl-651 {
    width: 651% !important;
  }
  .wd-xxxl-652 {
    width: 652% !important;
  }
  .wd-xxxl-653 {
    width: 653% !important;
  }
  .wd-xxxl-654 {
    width: 654% !important;
  }
  .wd-xxxl-655 {
    width: 655% !important;
  }
  .wd-xxxl-656 {
    width: 656% !important;
  }
  .wd-xxxl-657 {
    width: 657% !important;
  }
  .wd-xxxl-658 {
    width: 658% !important;
  }
  .wd-xxxl-659 {
    width: 659% !important;
  }
  .wd-xxxl-660 {
    width: 660% !important;
  }
  .wd-xxxl-661 {
    width: 661% !important;
  }
  .wd-xxxl-662 {
    width: 662% !important;
  }
  .wd-xxxl-663 {
    width: 663% !important;
  }
  .wd-xxxl-664 {
    width: 664% !important;
  }
  .wd-xxxl-665 {
    width: 665% !important;
  }
  .wd-xxxl-666 {
    width: 666% !important;
  }
  .wd-xxxl-667 {
    width: 667% !important;
  }
  .wd-xxxl-668 {
    width: 668% !important;
  }
  .wd-xxxl-669 {
    width: 669% !important;
  }
  .wd-xxxl-670 {
    width: 670% !important;
  }
  .wd-xxxl-671 {
    width: 671% !important;
  }
  .wd-xxxl-672 {
    width: 672% !important;
  }
  .wd-xxxl-673 {
    width: 673% !important;
  }
  .wd-xxxl-674 {
    width: 674% !important;
  }
  .wd-xxxl-675 {
    width: 675% !important;
  }
  .wd-xxxl-676 {
    width: 676% !important;
  }
  .wd-xxxl-677 {
    width: 677% !important;
  }
  .wd-xxxl-678 {
    width: 678% !important;
  }
  .wd-xxxl-679 {
    width: 679% !important;
  }
  .wd-xxxl-680 {
    width: 680% !important;
  }
  .wd-xxxl-681 {
    width: 681% !important;
  }
  .wd-xxxl-682 {
    width: 682% !important;
  }
  .wd-xxxl-683 {
    width: 683% !important;
  }
  .wd-xxxl-684 {
    width: 684% !important;
  }
  .wd-xxxl-685 {
    width: 685% !important;
  }
  .wd-xxxl-686 {
    width: 686% !important;
  }
  .wd-xxxl-687 {
    width: 687% !important;
  }
  .wd-xxxl-688 {
    width: 688% !important;
  }
  .wd-xxxl-689 {
    width: 689% !important;
  }
  .wd-xxxl-690 {
    width: 690% !important;
  }
  .wd-xxxl-691 {
    width: 691% !important;
  }
  .wd-xxxl-692 {
    width: 692% !important;
  }
  .wd-xxxl-693 {
    width: 693% !important;
  }
  .wd-xxxl-694 {
    width: 694% !important;
  }
  .wd-xxxl-695 {
    width: 695% !important;
  }
  .wd-xxxl-696 {
    width: 696% !important;
  }
  .wd-xxxl-697 {
    width: 697% !important;
  }
  .wd-xxxl-698 {
    width: 698% !important;
  }
  .wd-xxxl-699 {
    width: 699% !important;
  }
  .wd-xxxl-700 {
    width: 700% !important;
  }
  .wd-xxxl-701 {
    width: 701% !important;
  }
  .wd-xxxl-702 {
    width: 702% !important;
  }
  .wd-xxxl-703 {
    width: 703% !important;
  }
  .wd-xxxl-704 {
    width: 704% !important;
  }
  .wd-xxxl-705 {
    width: 705% !important;
  }
  .wd-xxxl-706 {
    width: 706% !important;
  }
  .wd-xxxl-707 {
    width: 707% !important;
  }
  .wd-xxxl-708 {
    width: 708% !important;
  }
  .wd-xxxl-709 {
    width: 709% !important;
  }
  .wd-xxxl-710 {
    width: 710% !important;
  }
  .wd-xxxl-711 {
    width: 711% !important;
  }
  .wd-xxxl-712 {
    width: 712% !important;
  }
  .wd-xxxl-713 {
    width: 713% !important;
  }
  .wd-xxxl-714 {
    width: 714% !important;
  }
  .wd-xxxl-715 {
    width: 715% !important;
  }
  .wd-xxxl-716 {
    width: 716% !important;
  }
  .wd-xxxl-717 {
    width: 717% !important;
  }
  .wd-xxxl-718 {
    width: 718% !important;
  }
  .wd-xxxl-719 {
    width: 719% !important;
  }
  .wd-xxxl-720 {
    width: 720% !important;
  }
  .wd-xxxl-721 {
    width: 721% !important;
  }
  .wd-xxxl-722 {
    width: 722% !important;
  }
  .wd-xxxl-723 {
    width: 723% !important;
  }
  .wd-xxxl-724 {
    width: 724% !important;
  }
  .wd-xxxl-725 {
    width: 725% !important;
  }
  .wd-xxxl-726 {
    width: 726% !important;
  }
  .wd-xxxl-727 {
    width: 727% !important;
  }
  .wd-xxxl-728 {
    width: 728% !important;
  }
  .wd-xxxl-729 {
    width: 729% !important;
  }
  .wd-xxxl-730 {
    width: 730% !important;
  }
  .wd-xxxl-731 {
    width: 731% !important;
  }
  .wd-xxxl-732 {
    width: 732% !important;
  }
  .wd-xxxl-733 {
    width: 733% !important;
  }
  .wd-xxxl-734 {
    width: 734% !important;
  }
  .wd-xxxl-735 {
    width: 735% !important;
  }
  .wd-xxxl-736 {
    width: 736% !important;
  }
  .wd-xxxl-737 {
    width: 737% !important;
  }
  .wd-xxxl-738 {
    width: 738% !important;
  }
  .wd-xxxl-739 {
    width: 739% !important;
  }
  .wd-xxxl-740 {
    width: 740% !important;
  }
  .wd-xxxl-741 {
    width: 741% !important;
  }
  .wd-xxxl-742 {
    width: 742% !important;
  }
  .wd-xxxl-743 {
    width: 743% !important;
  }
  .wd-xxxl-744 {
    width: 744% !important;
  }
  .wd-xxxl-745 {
    width: 745% !important;
  }
  .wd-xxxl-746 {
    width: 746% !important;
  }
  .wd-xxxl-747 {
    width: 747% !important;
  }
  .wd-xxxl-748 {
    width: 748% !important;
  }
  .wd-xxxl-749 {
    width: 749% !important;
  }
  .wd-xxxl-750 {
    width: 750% !important;
  }
  .wd-xxxl-751 {
    width: 751% !important;
  }
  .wd-xxxl-752 {
    width: 752% !important;
  }
  .wd-xxxl-753 {
    width: 753% !important;
  }
  .wd-xxxl-754 {
    width: 754% !important;
  }
  .wd-xxxl-755 {
    width: 755% !important;
  }
  .wd-xxxl-756 {
    width: 756% !important;
  }
  .wd-xxxl-757 {
    width: 757% !important;
  }
  .wd-xxxl-758 {
    width: 758% !important;
  }
  .wd-xxxl-759 {
    width: 759% !important;
  }
  .wd-xxxl-760 {
    width: 760% !important;
  }
  .wd-xxxl-761 {
    width: 761% !important;
  }
  .wd-xxxl-762 {
    width: 762% !important;
  }
  .wd-xxxl-763 {
    width: 763% !important;
  }
  .wd-xxxl-764 {
    width: 764% !important;
  }
  .wd-xxxl-765 {
    width: 765% !important;
  }
  .wd-xxxl-766 {
    width: 766% !important;
  }
  .wd-xxxl-767 {
    width: 767% !important;
  }
  .wd-xxxl-768 {
    width: 768% !important;
  }
  .wd-xxxl-769 {
    width: 769% !important;
  }
  .wd-xxxl-770 {
    width: 770% !important;
  }
  .wd-xxxl-771 {
    width: 771% !important;
  }
  .wd-xxxl-772 {
    width: 772% !important;
  }
  .wd-xxxl-773 {
    width: 773% !important;
  }
  .wd-xxxl-774 {
    width: 774% !important;
  }
  .wd-xxxl-775 {
    width: 775% !important;
  }
  .wd-xxxl-776 {
    width: 776% !important;
  }
  .wd-xxxl-777 {
    width: 777% !important;
  }
  .wd-xxxl-778 {
    width: 778% !important;
  }
  .wd-xxxl-779 {
    width: 779% !important;
  }
  .wd-xxxl-780 {
    width: 780% !important;
  }
  .wd-xxxl-781 {
    width: 781% !important;
  }
  .wd-xxxl-782 {
    width: 782% !important;
  }
  .wd-xxxl-783 {
    width: 783% !important;
  }
  .wd-xxxl-784 {
    width: 784% !important;
  }
  .wd-xxxl-785 {
    width: 785% !important;
  }
  .wd-xxxl-786 {
    width: 786% !important;
  }
  .wd-xxxl-787 {
    width: 787% !important;
  }
  .wd-xxxl-788 {
    width: 788% !important;
  }
  .wd-xxxl-789 {
    width: 789% !important;
  }
  .wd-xxxl-790 {
    width: 790% !important;
  }
  .wd-xxxl-791 {
    width: 791% !important;
  }
  .wd-xxxl-792 {
    width: 792% !important;
  }
  .wd-xxxl-793 {
    width: 793% !important;
  }
  .wd-xxxl-794 {
    width: 794% !important;
  }
  .wd-xxxl-795 {
    width: 795% !important;
  }
  .wd-xxxl-796 {
    width: 796% !important;
  }
  .wd-xxxl-797 {
    width: 797% !important;
  }
  .wd-xxxl-798 {
    width: 798% !important;
  }
  .wd-xxxl-799 {
    width: 799% !important;
  }
  .wd-xxxl-800 {
    width: 800% !important;
  }
  .wd-xxxl-801 {
    width: 801% !important;
  }
  .wd-xxxl-802 {
    width: 802% !important;
  }
  .wd-xxxl-803 {
    width: 803% !important;
  }
  .wd-xxxl-804 {
    width: 804% !important;
  }
  .wd-xxxl-805 {
    width: 805% !important;
  }
  .wd-xxxl-806 {
    width: 806% !important;
  }
  .wd-xxxl-807 {
    width: 807% !important;
  }
  .wd-xxxl-808 {
    width: 808% !important;
  }
  .wd-xxxl-809 {
    width: 809% !important;
  }
  .wd-xxxl-810 {
    width: 810% !important;
  }
  .wd-xxxl-811 {
    width: 811% !important;
  }
  .wd-xxxl-812 {
    width: 812% !important;
  }
  .wd-xxxl-813 {
    width: 813% !important;
  }
  .wd-xxxl-814 {
    width: 814% !important;
  }
  .wd-xxxl-815 {
    width: 815% !important;
  }
  .wd-xxxl-816 {
    width: 816% !important;
  }
  .wd-xxxl-817 {
    width: 817% !important;
  }
  .wd-xxxl-818 {
    width: 818% !important;
  }
  .wd-xxxl-819 {
    width: 819% !important;
  }
  .wd-xxxl-820 {
    width: 820% !important;
  }
  .wd-xxxl-821 {
    width: 821% !important;
  }
  .wd-xxxl-822 {
    width: 822% !important;
  }
  .wd-xxxl-823 {
    width: 823% !important;
  }
  .wd-xxxl-824 {
    width: 824% !important;
  }
  .wd-xxxl-825 {
    width: 825% !important;
  }
  .wd-xxxl-826 {
    width: 826% !important;
  }
  .wd-xxxl-827 {
    width: 827% !important;
  }
  .wd-xxxl-828 {
    width: 828% !important;
  }
  .wd-xxxl-829 {
    width: 829% !important;
  }
  .wd-xxxl-830 {
    width: 830% !important;
  }
  .wd-xxxl-831 {
    width: 831% !important;
  }
  .wd-xxxl-832 {
    width: 832% !important;
  }
  .wd-xxxl-833 {
    width: 833% !important;
  }
  .wd-xxxl-834 {
    width: 834% !important;
  }
  .wd-xxxl-835 {
    width: 835% !important;
  }
  .wd-xxxl-836 {
    width: 836% !important;
  }
  .wd-xxxl-837 {
    width: 837% !important;
  }
  .wd-xxxl-838 {
    width: 838% !important;
  }
  .wd-xxxl-839 {
    width: 839% !important;
  }
  .wd-xxxl-840 {
    width: 840% !important;
  }
  .wd-xxxl-841 {
    width: 841% !important;
  }
  .wd-xxxl-842 {
    width: 842% !important;
  }
  .wd-xxxl-843 {
    width: 843% !important;
  }
  .wd-xxxl-844 {
    width: 844% !important;
  }
  .wd-xxxl-845 {
    width: 845% !important;
  }
  .wd-xxxl-846 {
    width: 846% !important;
  }
  .wd-xxxl-847 {
    width: 847% !important;
  }
  .wd-xxxl-848 {
    width: 848% !important;
  }
  .wd-xxxl-849 {
    width: 849% !important;
  }
  .wd-xxxl-850 {
    width: 850% !important;
  }
  .wd-xxxl-851 {
    width: 851% !important;
  }
  .wd-xxxl-852 {
    width: 852% !important;
  }
  .wd-xxxl-853 {
    width: 853% !important;
  }
  .wd-xxxl-854 {
    width: 854% !important;
  }
  .wd-xxxl-855 {
    width: 855% !important;
  }
  .wd-xxxl-856 {
    width: 856% !important;
  }
  .wd-xxxl-857 {
    width: 857% !important;
  }
  .wd-xxxl-858 {
    width: 858% !important;
  }
  .wd-xxxl-859 {
    width: 859% !important;
  }
  .wd-xxxl-860 {
    width: 860% !important;
  }
  .wd-xxxl-861 {
    width: 861% !important;
  }
  .wd-xxxl-862 {
    width: 862% !important;
  }
  .wd-xxxl-863 {
    width: 863% !important;
  }
  .wd-xxxl-864 {
    width: 864% !important;
  }
  .wd-xxxl-865 {
    width: 865% !important;
  }
  .wd-xxxl-866 {
    width: 866% !important;
  }
  .wd-xxxl-867 {
    width: 867% !important;
  }
  .wd-xxxl-868 {
    width: 868% !important;
  }
  .wd-xxxl-869 {
    width: 869% !important;
  }
  .wd-xxxl-870 {
    width: 870% !important;
  }
  .wd-xxxl-871 {
    width: 871% !important;
  }
  .wd-xxxl-872 {
    width: 872% !important;
  }
  .wd-xxxl-873 {
    width: 873% !important;
  }
  .wd-xxxl-874 {
    width: 874% !important;
  }
  .wd-xxxl-875 {
    width: 875% !important;
  }
  .wd-xxxl-876 {
    width: 876% !important;
  }
  .wd-xxxl-877 {
    width: 877% !important;
  }
  .wd-xxxl-878 {
    width: 878% !important;
  }
  .wd-xxxl-879 {
    width: 879% !important;
  }
  .wd-xxxl-880 {
    width: 880% !important;
  }
  .wd-xxxl-881 {
    width: 881% !important;
  }
  .wd-xxxl-882 {
    width: 882% !important;
  }
  .wd-xxxl-883 {
    width: 883% !important;
  }
  .wd-xxxl-884 {
    width: 884% !important;
  }
  .wd-xxxl-885 {
    width: 885% !important;
  }
  .wd-xxxl-886 {
    width: 886% !important;
  }
  .wd-xxxl-887 {
    width: 887% !important;
  }
  .wd-xxxl-888 {
    width: 888% !important;
  }
  .wd-xxxl-889 {
    width: 889% !important;
  }
  .wd-xxxl-890 {
    width: 890% !important;
  }
  .wd-xxxl-891 {
    width: 891% !important;
  }
  .wd-xxxl-892 {
    width: 892% !important;
  }
  .wd-xxxl-893 {
    width: 893% !important;
  }
  .wd-xxxl-894 {
    width: 894% !important;
  }
  .wd-xxxl-895 {
    width: 895% !important;
  }
  .wd-xxxl-896 {
    width: 896% !important;
  }
  .wd-xxxl-897 {
    width: 897% !important;
  }
  .wd-xxxl-898 {
    width: 898% !important;
  }
  .wd-xxxl-899 {
    width: 899% !important;
  }
  .wd-xxxl-900 {
    width: 900% !important;
  }
  .wd-xxxl-901 {
    width: 901% !important;
  }
  .wd-xxxl-902 {
    width: 902% !important;
  }
  .wd-xxxl-903 {
    width: 903% !important;
  }
  .wd-xxxl-904 {
    width: 904% !important;
  }
  .wd-xxxl-905 {
    width: 905% !important;
  }
  .wd-xxxl-906 {
    width: 906% !important;
  }
  .wd-xxxl-907 {
    width: 907% !important;
  }
  .wd-xxxl-908 {
    width: 908% !important;
  }
  .wd-xxxl-909 {
    width: 909% !important;
  }
  .wd-xxxl-910 {
    width: 910% !important;
  }
  .wd-xxxl-911 {
    width: 911% !important;
  }
  .wd-xxxl-912 {
    width: 912% !important;
  }
  .wd-xxxl-913 {
    width: 913% !important;
  }
  .wd-xxxl-914 {
    width: 914% !important;
  }
  .wd-xxxl-915 {
    width: 915% !important;
  }
  .wd-xxxl-916 {
    width: 916% !important;
  }
  .wd-xxxl-917 {
    width: 917% !important;
  }
  .wd-xxxl-918 {
    width: 918% !important;
  }
  .wd-xxxl-919 {
    width: 919% !important;
  }
  .wd-xxxl-920 {
    width: 920% !important;
  }
  .wd-xxxl-921 {
    width: 921% !important;
  }
  .wd-xxxl-922 {
    width: 922% !important;
  }
  .wd-xxxl-923 {
    width: 923% !important;
  }
  .wd-xxxl-924 {
    width: 924% !important;
  }
  .wd-xxxl-925 {
    width: 925% !important;
  }
  .wd-xxxl-926 {
    width: 926% !important;
  }
  .wd-xxxl-927 {
    width: 927% !important;
  }
  .wd-xxxl-928 {
    width: 928% !important;
  }
  .wd-xxxl-929 {
    width: 929% !important;
  }
  .wd-xxxl-930 {
    width: 930% !important;
  }
  .wd-xxxl-931 {
    width: 931% !important;
  }
  .wd-xxxl-932 {
    width: 932% !important;
  }
  .wd-xxxl-933 {
    width: 933% !important;
  }
  .wd-xxxl-934 {
    width: 934% !important;
  }
  .wd-xxxl-935 {
    width: 935% !important;
  }
  .wd-xxxl-936 {
    width: 936% !important;
  }
  .wd-xxxl-937 {
    width: 937% !important;
  }
  .wd-xxxl-938 {
    width: 938% !important;
  }
  .wd-xxxl-939 {
    width: 939% !important;
  }
  .wd-xxxl-940 {
    width: 940% !important;
  }
  .wd-xxxl-941 {
    width: 941% !important;
  }
  .wd-xxxl-942 {
    width: 942% !important;
  }
  .wd-xxxl-943 {
    width: 943% !important;
  }
  .wd-xxxl-944 {
    width: 944% !important;
  }
  .wd-xxxl-945 {
    width: 945% !important;
  }
  .wd-xxxl-946 {
    width: 946% !important;
  }
  .wd-xxxl-947 {
    width: 947% !important;
  }
  .wd-xxxl-948 {
    width: 948% !important;
  }
  .wd-xxxl-949 {
    width: 949% !important;
  }
  .wd-xxxl-950 {
    width: 950% !important;
  }
  .wd-xxxl-951 {
    width: 951% !important;
  }
  .wd-xxxl-952 {
    width: 952% !important;
  }
  .wd-xxxl-953 {
    width: 953% !important;
  }
  .wd-xxxl-954 {
    width: 954% !important;
  }
  .wd-xxxl-955 {
    width: 955% !important;
  }
  .wd-xxxl-956 {
    width: 956% !important;
  }
  .wd-xxxl-957 {
    width: 957% !important;
  }
  .wd-xxxl-958 {
    width: 958% !important;
  }
  .wd-xxxl-959 {
    width: 959% !important;
  }
  .wd-xxxl-960 {
    width: 960% !important;
  }
  .wd-xxxl-961 {
    width: 961% !important;
  }
  .wd-xxxl-962 {
    width: 962% !important;
  }
  .wd-xxxl-963 {
    width: 963% !important;
  }
  .wd-xxxl-964 {
    width: 964% !important;
  }
  .wd-xxxl-965 {
    width: 965% !important;
  }
  .wd-xxxl-966 {
    width: 966% !important;
  }
  .wd-xxxl-967 {
    width: 967% !important;
  }
  .wd-xxxl-968 {
    width: 968% !important;
  }
  .wd-xxxl-969 {
    width: 969% !important;
  }
  .wd-xxxl-970 {
    width: 970% !important;
  }
  .wd-xxxl-971 {
    width: 971% !important;
  }
  .wd-xxxl-972 {
    width: 972% !important;
  }
  .wd-xxxl-973 {
    width: 973% !important;
  }
  .wd-xxxl-974 {
    width: 974% !important;
  }
  .wd-xxxl-975 {
    width: 975% !important;
  }
  .wd-xxxl-976 {
    width: 976% !important;
  }
  .wd-xxxl-977 {
    width: 977% !important;
  }
  .wd-xxxl-978 {
    width: 978% !important;
  }
  .wd-xxxl-979 {
    width: 979% !important;
  }
  .wd-xxxl-980 {
    width: 980% !important;
  }
  .wd-xxxl-981 {
    width: 981% !important;
  }
  .wd-xxxl-982 {
    width: 982% !important;
  }
  .wd-xxxl-983 {
    width: 983% !important;
  }
  .wd-xxxl-984 {
    width: 984% !important;
  }
  .wd-xxxl-985 {
    width: 985% !important;
  }
  .wd-xxxl-986 {
    width: 986% !important;
  }
  .wd-xxxl-987 {
    width: 987% !important;
  }
  .wd-xxxl-988 {
    width: 988% !important;
  }
  .wd-xxxl-989 {
    width: 989% !important;
  }
  .wd-xxxl-990 {
    width: 990% !important;
  }
  .wd-xxxl-991 {
    width: 991% !important;
  }
  .wd-xxxl-992 {
    width: 992% !important;
  }
  .wd-xxxl-993 {
    width: 993% !important;
  }
  .wd-xxxl-994 {
    width: 994% !important;
  }
  .wd-xxxl-995 {
    width: 995% !important;
  }
  .wd-xxxl-996 {
    width: 996% !important;
  }
  .wd-xxxl-997 {
    width: 997% !important;
  }
  .wd-xxxl-998 {
    width: 998% !important;
  }
  .wd-xxxl-999 {
    width: 999% !important;
  }
  .wd-xxxl-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 2200px) {
  .wd-xxxxl-5 {
    width: 5% !important;
  }
  .wd-xxxxl-10 {
    width: 10% !important;
  }
  .wd-xxxxl-11 {
    width: 11% !important;
  }
  .wd-xxxxl-12 {
    width: 12% !important;
  }
  .wd-xxxxl-13 {
    width: 13% !important;
  }
  .wd-xxxxl-14 {
    width: 14% !important;
  }
  .wd-xxxxl-15 {
    width: 15% !important;
  }
  .wd-xxxxl-16 {
    width: 16% !important;
  }
  .wd-xxxxl-17 {
    width: 17% !important;
  }
  .wd-xxxxl-18 {
    width: 18% !important;
  }
  .wd-xxxxl-19 {
    width: 19% !important;
  }
  .wd-xxxxl-20 {
    width: 20% !important;
  }
  .wd-xxxxl-21 {
    width: 21% !important;
  }
  .wd-xxxxl-22 {
    width: 22% !important;
  }
  .wd-xxxxl-23 {
    width: 23% !important;
  }
  .wd-xxxxl-24 {
    width: 24% !important;
  }
  .wd-xxxxl-25 {
    width: 25% !important;
  }
  .wd-xxxxl-26 {
    width: 26% !important;
  }
  .wd-xxxxl-27 {
    width: 27% !important;
  }
  .wd-xxxxl-28 {
    width: 28% !important;
  }
  .wd-xxxxl-29 {
    width: 29% !important;
  }
  .wd-xxxxl-30 {
    width: 30% !important;
  }
  .wd-xxxxl-31 {
    width: 31% !important;
  }
  .wd-xxxxl-32 {
    width: 32% !important;
  }
  .wd-xxxxl-33 {
    width: 33% !important;
  }
  .wd-xxxxl-34 {
    width: 34% !important;
  }
  .wd-xxxxl-35 {
    width: 35% !important;
  }
  .wd-xxxxl-36 {
    width: 36% !important;
  }
  .wd-xxxxl-37 {
    width: 37% !important;
  }
  .wd-xxxxl-38 {
    width: 38% !important;
  }
  .wd-xxxxl-39 {
    width: 39% !important;
  }
  .wd-xxxxl-40 {
    width: 40% !important;
  }
  .wd-xxxxl-41 {
    width: 41% !important;
  }
  .wd-xxxxl-42 {
    width: 42% !important;
  }
  .wd-xxxxl-43 {
    width: 43% !important;
  }
  .wd-xxxxl-44 {
    width: 44% !important;
  }
  .wd-xxxxl-45 {
    width: 45% !important;
  }
  .wd-xxxxl-46 {
    width: 46% !important;
  }
  .wd-xxxxl-47 {
    width: 47% !important;
  }
  .wd-xxxxl-48 {
    width: 48% !important;
  }
  .wd-xxxxl-49 {
    width: 49% !important;
  }
  .wd-xxxxl-50 {
    width: 50% !important;
  }
  .wd-xxxxl-51 {
    width: 51% !important;
  }
  .wd-xxxxl-52 {
    width: 52% !important;
  }
  .wd-xxxxl-53 {
    width: 53% !important;
  }
  .wd-xxxxl-54 {
    width: 54% !important;
  }
  .wd-xxxxl-55 {
    width: 55% !important;
  }
  .wd-xxxxl-56 {
    width: 56% !important;
  }
  .wd-xxxxl-57 {
    width: 57% !important;
  }
  .wd-xxxxl-58 {
    width: 58% !important;
  }
  .wd-xxxxl-59 {
    width: 59% !important;
  }
  .wd-xxxxl-60 {
    width: 60% !important;
  }
  .wd-xxxxl-61 {
    width: 61% !important;
  }
  .wd-xxxxl-62 {
    width: 62% !important;
  }
  .wd-xxxxl-63 {
    width: 63% !important;
  }
  .wd-xxxxl-64 {
    width: 64% !important;
  }
  .wd-xxxxl-65 {
    width: 65% !important;
  }
  .wd-xxxxl-66 {
    width: 66% !important;
  }
  .wd-xxxxl-67 {
    width: 67% !important;
  }
  .wd-xxxxl-68 {
    width: 68% !important;
  }
  .wd-xxxxl-69 {
    width: 69% !important;
  }
  .wd-xxxxl-70 {
    width: 70% !important;
  }
  .wd-xxxxl-71 {
    width: 71% !important;
  }
  .wd-xxxxl-72 {
    width: 72% !important;
  }
  .wd-xxxxl-73 {
    width: 73% !important;
  }
  .wd-xxxxl-74 {
    width: 74% !important;
  }
  .wd-xxxxl-75 {
    width: 75% !important;
  }
  .wd-xxxxl-76 {
    width: 76% !important;
  }
  .wd-xxxxl-77 {
    width: 77% !important;
  }
  .wd-xxxxl-78 {
    width: 78% !important;
  }
  .wd-xxxxl-79 {
    width: 79% !important;
  }
  .wd-xxxxl-80 {
    width: 80% !important;
  }
  .wd-xxxxl-81 {
    width: 81% !important;
  }
  .wd-xxxxl-82 {
    width: 82% !important;
  }
  .wd-xxxxl-83 {
    width: 83% !important;
  }
  .wd-xxxxl-84 {
    width: 84% !important;
  }
  .wd-xxxxl-85 {
    width: 85% !important;
  }
  .wd-xxxxl-86 {
    width: 86% !important;
  }
  .wd-xxxxl-87 {
    width: 87% !important;
  }
  .wd-xxxxl-88 {
    width: 88% !important;
  }
  .wd-xxxxl-89 {
    width: 89% !important;
  }
  .wd-xxxxl-90 {
    width: 90% !important;
  }
  .wd-xxxxl-91 {
    width: 91% !important;
  }
  .wd-xxxxl-92 {
    width: 92% !important;
  }
  .wd-xxxxl-93 {
    width: 93% !important;
  }
  .wd-xxxxl-94 {
    width: 94% !important;
  }
  .wd-xxxxl-95 {
    width: 95% !important;
  }
  .wd-xxxxl-96 {
    width: 96% !important;
  }
  .wd-xxxxl-97 {
    width: 97% !important;
  }
  .wd-xxxxl-98 {
    width: 98% !important;
  }
  .wd-xxxxl-99 {
    width: 99% !important;
  }
  .wd-xxxxl-100 {
    width: 100% !important;
  }
  .wd-xxxxl-101 {
    width: 101% !important;
  }
  .wd-xxxxl-102 {
    width: 102% !important;
  }
  .wd-xxxxl-103 {
    width: 103% !important;
  }
  .wd-xxxxl-104 {
    width: 104% !important;
  }
  .wd-xxxxl-105 {
    width: 105% !important;
  }
  .wd-xxxxl-106 {
    width: 106% !important;
  }
  .wd-xxxxl-107 {
    width: 107% !important;
  }
  .wd-xxxxl-108 {
    width: 108% !important;
  }
  .wd-xxxxl-109 {
    width: 109% !important;
  }
  .wd-xxxxl-110 {
    width: 110% !important;
  }
  .wd-xxxxl-111 {
    width: 111% !important;
  }
  .wd-xxxxl-112 {
    width: 112% !important;
  }
  .wd-xxxxl-113 {
    width: 113% !important;
  }
  .wd-xxxxl-114 {
    width: 114% !important;
  }
  .wd-xxxxl-115 {
    width: 115% !important;
  }
  .wd-xxxxl-116 {
    width: 116% !important;
  }
  .wd-xxxxl-117 {
    width: 117% !important;
  }
  .wd-xxxxl-118 {
    width: 118% !important;
  }
  .wd-xxxxl-119 {
    width: 119% !important;
  }
  .wd-xxxxl-120 {
    width: 120% !important;
  }
  .wd-xxxxl-121 {
    width: 121% !important;
  }
  .wd-xxxxl-122 {
    width: 122% !important;
  }
  .wd-xxxxl-123 {
    width: 123% !important;
  }
  .wd-xxxxl-124 {
    width: 124% !important;
  }
  .wd-xxxxl-125 {
    width: 125% !important;
  }
  .wd-xxxxl-126 {
    width: 126% !important;
  }
  .wd-xxxxl-127 {
    width: 127% !important;
  }
  .wd-xxxxl-128 {
    width: 128% !important;
  }
  .wd-xxxxl-129 {
    width: 129% !important;
  }
  .wd-xxxxl-130 {
    width: 130% !important;
  }
  .wd-xxxxl-131 {
    width: 131% !important;
  }
  .wd-xxxxl-132 {
    width: 132% !important;
  }
  .wd-xxxxl-133 {
    width: 133% !important;
  }
  .wd-xxxxl-134 {
    width: 134% !important;
  }
  .wd-xxxxl-135 {
    width: 135% !important;
  }
  .wd-xxxxl-136 {
    width: 136% !important;
  }
  .wd-xxxxl-137 {
    width: 137% !important;
  }
  .wd-xxxxl-138 {
    width: 138% !important;
  }
  .wd-xxxxl-139 {
    width: 139% !important;
  }
  .wd-xxxxl-140 {
    width: 140% !important;
  }
  .wd-xxxxl-141 {
    width: 141% !important;
  }
  .wd-xxxxl-142 {
    width: 142% !important;
  }
  .wd-xxxxl-143 {
    width: 143% !important;
  }
  .wd-xxxxl-144 {
    width: 144% !important;
  }
  .wd-xxxxl-145 {
    width: 145% !important;
  }
  .wd-xxxxl-146 {
    width: 146% !important;
  }
  .wd-xxxxl-147 {
    width: 147% !important;
  }
  .wd-xxxxl-148 {
    width: 148% !important;
  }
  .wd-xxxxl-149 {
    width: 149% !important;
  }
  .wd-xxxxl-150 {
    width: 150% !important;
  }
  .wd-xxxxl-151 {
    width: 151% !important;
  }
  .wd-xxxxl-152 {
    width: 152% !important;
  }
  .wd-xxxxl-153 {
    width: 153% !important;
  }
  .wd-xxxxl-154 {
    width: 154% !important;
  }
  .wd-xxxxl-155 {
    width: 155% !important;
  }
  .wd-xxxxl-156 {
    width: 156% !important;
  }
  .wd-xxxxl-157 {
    width: 157% !important;
  }
  .wd-xxxxl-158 {
    width: 158% !important;
  }
  .wd-xxxxl-159 {
    width: 159% !important;
  }
  .wd-xxxxl-160 {
    width: 160% !important;
  }
  .wd-xxxxl-161 {
    width: 161% !important;
  }
  .wd-xxxxl-162 {
    width: 162% !important;
  }
  .wd-xxxxl-163 {
    width: 163% !important;
  }
  .wd-xxxxl-164 {
    width: 164% !important;
  }
  .wd-xxxxl-165 {
    width: 165% !important;
  }
  .wd-xxxxl-166 {
    width: 166% !important;
  }
  .wd-xxxxl-167 {
    width: 167% !important;
  }
  .wd-xxxxl-168 {
    width: 168% !important;
  }
  .wd-xxxxl-169 {
    width: 169% !important;
  }
  .wd-xxxxl-170 {
    width: 170% !important;
  }
  .wd-xxxxl-171 {
    width: 171% !important;
  }
  .wd-xxxxl-172 {
    width: 172% !important;
  }
  .wd-xxxxl-173 {
    width: 173% !important;
  }
  .wd-xxxxl-174 {
    width: 174% !important;
  }
  .wd-xxxxl-175 {
    width: 175% !important;
  }
  .wd-xxxxl-176 {
    width: 176% !important;
  }
  .wd-xxxxl-177 {
    width: 177% !important;
  }
  .wd-xxxxl-178 {
    width: 178% !important;
  }
  .wd-xxxxl-179 {
    width: 179% !important;
  }
  .wd-xxxxl-180 {
    width: 180% !important;
  }
  .wd-xxxxl-181 {
    width: 181% !important;
  }
  .wd-xxxxl-182 {
    width: 182% !important;
  }
  .wd-xxxxl-183 {
    width: 183% !important;
  }
  .wd-xxxxl-184 {
    width: 184% !important;
  }
  .wd-xxxxl-185 {
    width: 185% !important;
  }
  .wd-xxxxl-186 {
    width: 186% !important;
  }
  .wd-xxxxl-187 {
    width: 187% !important;
  }
  .wd-xxxxl-188 {
    width: 188% !important;
  }
  .wd-xxxxl-189 {
    width: 189% !important;
  }
  .wd-xxxxl-190 {
    width: 190% !important;
  }
  .wd-xxxxl-191 {
    width: 191% !important;
  }
  .wd-xxxxl-192 {
    width: 192% !important;
  }
  .wd-xxxxl-193 {
    width: 193% !important;
  }
  .wd-xxxxl-194 {
    width: 194% !important;
  }
  .wd-xxxxl-195 {
    width: 195% !important;
  }
  .wd-xxxxl-196 {
    width: 196% !important;
  }
  .wd-xxxxl-197 {
    width: 197% !important;
  }
  .wd-xxxxl-198 {
    width: 198% !important;
  }
  .wd-xxxxl-199 {
    width: 199% !important;
  }
  .wd-xxxxl-200 {
    width: 200% !important;
  }
  .wd-xxxxl-201 {
    width: 201% !important;
  }
  .wd-xxxxl-202 {
    width: 202% !important;
  }
  .wd-xxxxl-203 {
    width: 203% !important;
  }
  .wd-xxxxl-204 {
    width: 204% !important;
  }
  .wd-xxxxl-205 {
    width: 205% !important;
  }
  .wd-xxxxl-206 {
    width: 206% !important;
  }
  .wd-xxxxl-207 {
    width: 207% !important;
  }
  .wd-xxxxl-208 {
    width: 208% !important;
  }
  .wd-xxxxl-209 {
    width: 209% !important;
  }
  .wd-xxxxl-210 {
    width: 210% !important;
  }
  .wd-xxxxl-211 {
    width: 211% !important;
  }
  .wd-xxxxl-212 {
    width: 212% !important;
  }
  .wd-xxxxl-213 {
    width: 213% !important;
  }
  .wd-xxxxl-214 {
    width: 214% !important;
  }
  .wd-xxxxl-215 {
    width: 215% !important;
  }
  .wd-xxxxl-216 {
    width: 216% !important;
  }
  .wd-xxxxl-217 {
    width: 217% !important;
  }
  .wd-xxxxl-218 {
    width: 218% !important;
  }
  .wd-xxxxl-219 {
    width: 219% !important;
  }
  .wd-xxxxl-220 {
    width: 220% !important;
  }
  .wd-xxxxl-221 {
    width: 221% !important;
  }
  .wd-xxxxl-222 {
    width: 222% !important;
  }
  .wd-xxxxl-223 {
    width: 223% !important;
  }
  .wd-xxxxl-224 {
    width: 224% !important;
  }
  .wd-xxxxl-225 {
    width: 225% !important;
  }
  .wd-xxxxl-226 {
    width: 226% !important;
  }
  .wd-xxxxl-227 {
    width: 227% !important;
  }
  .wd-xxxxl-228 {
    width: 228% !important;
  }
  .wd-xxxxl-229 {
    width: 229% !important;
  }
  .wd-xxxxl-230 {
    width: 230% !important;
  }
  .wd-xxxxl-231 {
    width: 231% !important;
  }
  .wd-xxxxl-232 {
    width: 232% !important;
  }
  .wd-xxxxl-233 {
    width: 233% !important;
  }
  .wd-xxxxl-234 {
    width: 234% !important;
  }
  .wd-xxxxl-235 {
    width: 235% !important;
  }
  .wd-xxxxl-236 {
    width: 236% !important;
  }
  .wd-xxxxl-237 {
    width: 237% !important;
  }
  .wd-xxxxl-238 {
    width: 238% !important;
  }
  .wd-xxxxl-239 {
    width: 239% !important;
  }
  .wd-xxxxl-240 {
    width: 240% !important;
  }
  .wd-xxxxl-241 {
    width: 241% !important;
  }
  .wd-xxxxl-242 {
    width: 242% !important;
  }
  .wd-xxxxl-243 {
    width: 243% !important;
  }
  .wd-xxxxl-244 {
    width: 244% !important;
  }
  .wd-xxxxl-245 {
    width: 245% !important;
  }
  .wd-xxxxl-246 {
    width: 246% !important;
  }
  .wd-xxxxl-247 {
    width: 247% !important;
  }
  .wd-xxxxl-248 {
    width: 248% !important;
  }
  .wd-xxxxl-249 {
    width: 249% !important;
  }
  .wd-xxxxl-250 {
    width: 250% !important;
  }
  .wd-xxxxl-251 {
    width: 251% !important;
  }
  .wd-xxxxl-252 {
    width: 252% !important;
  }
  .wd-xxxxl-253 {
    width: 253% !important;
  }
  .wd-xxxxl-254 {
    width: 254% !important;
  }
  .wd-xxxxl-255 {
    width: 255% !important;
  }
  .wd-xxxxl-256 {
    width: 256% !important;
  }
  .wd-xxxxl-257 {
    width: 257% !important;
  }
  .wd-xxxxl-258 {
    width: 258% !important;
  }
  .wd-xxxxl-259 {
    width: 259% !important;
  }
  .wd-xxxxl-260 {
    width: 260% !important;
  }
  .wd-xxxxl-261 {
    width: 261% !important;
  }
  .wd-xxxxl-262 {
    width: 262% !important;
  }
  .wd-xxxxl-263 {
    width: 263% !important;
  }
  .wd-xxxxl-264 {
    width: 264% !important;
  }
  .wd-xxxxl-265 {
    width: 265% !important;
  }
  .wd-xxxxl-266 {
    width: 266% !important;
  }
  .wd-xxxxl-267 {
    width: 267% !important;
  }
  .wd-xxxxl-268 {
    width: 268% !important;
  }
  .wd-xxxxl-269 {
    width: 269% !important;
  }
  .wd-xxxxl-270 {
    width: 270% !important;
  }
  .wd-xxxxl-271 {
    width: 271% !important;
  }
  .wd-xxxxl-272 {
    width: 272% !important;
  }
  .wd-xxxxl-273 {
    width: 273% !important;
  }
  .wd-xxxxl-274 {
    width: 274% !important;
  }
  .wd-xxxxl-275 {
    width: 275% !important;
  }
  .wd-xxxxl-276 {
    width: 276% !important;
  }
  .wd-xxxxl-277 {
    width: 277% !important;
  }
  .wd-xxxxl-278 {
    width: 278% !important;
  }
  .wd-xxxxl-279 {
    width: 279% !important;
  }
  .wd-xxxxl-280 {
    width: 280% !important;
  }
  .wd-xxxxl-281 {
    width: 281% !important;
  }
  .wd-xxxxl-282 {
    width: 282% !important;
  }
  .wd-xxxxl-283 {
    width: 283% !important;
  }
  .wd-xxxxl-284 {
    width: 284% !important;
  }
  .wd-xxxxl-285 {
    width: 285% !important;
  }
  .wd-xxxxl-286 {
    width: 286% !important;
  }
  .wd-xxxxl-287 {
    width: 287% !important;
  }
  .wd-xxxxl-288 {
    width: 288% !important;
  }
  .wd-xxxxl-289 {
    width: 289% !important;
  }
  .wd-xxxxl-290 {
    width: 290% !important;
  }
  .wd-xxxxl-291 {
    width: 291% !important;
  }
  .wd-xxxxl-292 {
    width: 292% !important;
  }
  .wd-xxxxl-293 {
    width: 293% !important;
  }
  .wd-xxxxl-294 {
    width: 294% !important;
  }
  .wd-xxxxl-295 {
    width: 295% !important;
  }
  .wd-xxxxl-296 {
    width: 296% !important;
  }
  .wd-xxxxl-297 {
    width: 297% !important;
  }
  .wd-xxxxl-298 {
    width: 298% !important;
  }
  .wd-xxxxl-299 {
    width: 299% !important;
  }
  .wd-xxxxl-300 {
    width: 300% !important;
  }
  .wd-xxxxl-301 {
    width: 301% !important;
  }
  .wd-xxxxl-302 {
    width: 302% !important;
  }
  .wd-xxxxl-303 {
    width: 303% !important;
  }
  .wd-xxxxl-304 {
    width: 304% !important;
  }
  .wd-xxxxl-305 {
    width: 305% !important;
  }
  .wd-xxxxl-306 {
    width: 306% !important;
  }
  .wd-xxxxl-307 {
    width: 307% !important;
  }
  .wd-xxxxl-308 {
    width: 308% !important;
  }
  .wd-xxxxl-309 {
    width: 309% !important;
  }
  .wd-xxxxl-310 {
    width: 310% !important;
  }
  .wd-xxxxl-311 {
    width: 311% !important;
  }
  .wd-xxxxl-312 {
    width: 312% !important;
  }
  .wd-xxxxl-313 {
    width: 313% !important;
  }
  .wd-xxxxl-314 {
    width: 314% !important;
  }
  .wd-xxxxl-315 {
    width: 315% !important;
  }
  .wd-xxxxl-316 {
    width: 316% !important;
  }
  .wd-xxxxl-317 {
    width: 317% !important;
  }
  .wd-xxxxl-318 {
    width: 318% !important;
  }
  .wd-xxxxl-319 {
    width: 319% !important;
  }
  .wd-xxxxl-320 {
    width: 320% !important;
  }
  .wd-xxxxl-321 {
    width: 321% !important;
  }
  .wd-xxxxl-322 {
    width: 322% !important;
  }
  .wd-xxxxl-323 {
    width: 323% !important;
  }
  .wd-xxxxl-324 {
    width: 324% !important;
  }
  .wd-xxxxl-325 {
    width: 325% !important;
  }
  .wd-xxxxl-326 {
    width: 326% !important;
  }
  .wd-xxxxl-327 {
    width: 327% !important;
  }
  .wd-xxxxl-328 {
    width: 328% !important;
  }
  .wd-xxxxl-329 {
    width: 329% !important;
  }
  .wd-xxxxl-330 {
    width: 330% !important;
  }
  .wd-xxxxl-331 {
    width: 331% !important;
  }
  .wd-xxxxl-332 {
    width: 332% !important;
  }
  .wd-xxxxl-333 {
    width: 333% !important;
  }
  .wd-xxxxl-334 {
    width: 334% !important;
  }
  .wd-xxxxl-335 {
    width: 335% !important;
  }
  .wd-xxxxl-336 {
    width: 336% !important;
  }
  .wd-xxxxl-337 {
    width: 337% !important;
  }
  .wd-xxxxl-338 {
    width: 338% !important;
  }
  .wd-xxxxl-339 {
    width: 339% !important;
  }
  .wd-xxxxl-340 {
    width: 340% !important;
  }
  .wd-xxxxl-341 {
    width: 341% !important;
  }
  .wd-xxxxl-342 {
    width: 342% !important;
  }
  .wd-xxxxl-343 {
    width: 343% !important;
  }
  .wd-xxxxl-344 {
    width: 344% !important;
  }
  .wd-xxxxl-345 {
    width: 345% !important;
  }
  .wd-xxxxl-346 {
    width: 346% !important;
  }
  .wd-xxxxl-347 {
    width: 347% !important;
  }
  .wd-xxxxl-348 {
    width: 348% !important;
  }
  .wd-xxxxl-349 {
    width: 349% !important;
  }
  .wd-xxxxl-350 {
    width: 350% !important;
  }
  .wd-xxxxl-351 {
    width: 351% !important;
  }
  .wd-xxxxl-352 {
    width: 352% !important;
  }
  .wd-xxxxl-353 {
    width: 353% !important;
  }
  .wd-xxxxl-354 {
    width: 354% !important;
  }
  .wd-xxxxl-355 {
    width: 355% !important;
  }
  .wd-xxxxl-356 {
    width: 356% !important;
  }
  .wd-xxxxl-357 {
    width: 357% !important;
  }
  .wd-xxxxl-358 {
    width: 358% !important;
  }
  .wd-xxxxl-359 {
    width: 359% !important;
  }
  .wd-xxxxl-360 {
    width: 360% !important;
  }
  .wd-xxxxl-361 {
    width: 361% !important;
  }
  .wd-xxxxl-362 {
    width: 362% !important;
  }
  .wd-xxxxl-363 {
    width: 363% !important;
  }
  .wd-xxxxl-364 {
    width: 364% !important;
  }
  .wd-xxxxl-365 {
    width: 365% !important;
  }
  .wd-xxxxl-366 {
    width: 366% !important;
  }
  .wd-xxxxl-367 {
    width: 367% !important;
  }
  .wd-xxxxl-368 {
    width: 368% !important;
  }
  .wd-xxxxl-369 {
    width: 369% !important;
  }
  .wd-xxxxl-370 {
    width: 370% !important;
  }
  .wd-xxxxl-371 {
    width: 371% !important;
  }
  .wd-xxxxl-372 {
    width: 372% !important;
  }
  .wd-xxxxl-373 {
    width: 373% !important;
  }
  .wd-xxxxl-374 {
    width: 374% !important;
  }
  .wd-xxxxl-375 {
    width: 375% !important;
  }
  .wd-xxxxl-376 {
    width: 376% !important;
  }
  .wd-xxxxl-377 {
    width: 377% !important;
  }
  .wd-xxxxl-378 {
    width: 378% !important;
  }
  .wd-xxxxl-379 {
    width: 379% !important;
  }
  .wd-xxxxl-380 {
    width: 380% !important;
  }
  .wd-xxxxl-381 {
    width: 381% !important;
  }
  .wd-xxxxl-382 {
    width: 382% !important;
  }
  .wd-xxxxl-383 {
    width: 383% !important;
  }
  .wd-xxxxl-384 {
    width: 384% !important;
  }
  .wd-xxxxl-385 {
    width: 385% !important;
  }
  .wd-xxxxl-386 {
    width: 386% !important;
  }
  .wd-xxxxl-387 {
    width: 387% !important;
  }
  .wd-xxxxl-388 {
    width: 388% !important;
  }
  .wd-xxxxl-389 {
    width: 389% !important;
  }
  .wd-xxxxl-390 {
    width: 390% !important;
  }
  .wd-xxxxl-391 {
    width: 391% !important;
  }
  .wd-xxxxl-392 {
    width: 392% !important;
  }
  .wd-xxxxl-393 {
    width: 393% !important;
  }
  .wd-xxxxl-394 {
    width: 394% !important;
  }
  .wd-xxxxl-395 {
    width: 395% !important;
  }
  .wd-xxxxl-396 {
    width: 396% !important;
  }
  .wd-xxxxl-397 {
    width: 397% !important;
  }
  .wd-xxxxl-398 {
    width: 398% !important;
  }
  .wd-xxxxl-399 {
    width: 399% !important;
  }
  .wd-xxxxl-400 {
    width: 400% !important;
  }
  .wd-xxxxl-401 {
    width: 401% !important;
  }
  .wd-xxxxl-402 {
    width: 402% !important;
  }
  .wd-xxxxl-403 {
    width: 403% !important;
  }
  .wd-xxxxl-404 {
    width: 404% !important;
  }
  .wd-xxxxl-405 {
    width: 405% !important;
  }
  .wd-xxxxl-406 {
    width: 406% !important;
  }
  .wd-xxxxl-407 {
    width: 407% !important;
  }
  .wd-xxxxl-408 {
    width: 408% !important;
  }
  .wd-xxxxl-409 {
    width: 409% !important;
  }
  .wd-xxxxl-410 {
    width: 410% !important;
  }
  .wd-xxxxl-411 {
    width: 411% !important;
  }
  .wd-xxxxl-412 {
    width: 412% !important;
  }
  .wd-xxxxl-413 {
    width: 413% !important;
  }
  .wd-xxxxl-414 {
    width: 414% !important;
  }
  .wd-xxxxl-415 {
    width: 415% !important;
  }
  .wd-xxxxl-416 {
    width: 416% !important;
  }
  .wd-xxxxl-417 {
    width: 417% !important;
  }
  .wd-xxxxl-418 {
    width: 418% !important;
  }
  .wd-xxxxl-419 {
    width: 419% !important;
  }
  .wd-xxxxl-420 {
    width: 420% !important;
  }
  .wd-xxxxl-421 {
    width: 421% !important;
  }
  .wd-xxxxl-422 {
    width: 422% !important;
  }
  .wd-xxxxl-423 {
    width: 423% !important;
  }
  .wd-xxxxl-424 {
    width: 424% !important;
  }
  .wd-xxxxl-425 {
    width: 425% !important;
  }
  .wd-xxxxl-426 {
    width: 426% !important;
  }
  .wd-xxxxl-427 {
    width: 427% !important;
  }
  .wd-xxxxl-428 {
    width: 428% !important;
  }
  .wd-xxxxl-429 {
    width: 429% !important;
  }
  .wd-xxxxl-430 {
    width: 430% !important;
  }
  .wd-xxxxl-431 {
    width: 431% !important;
  }
  .wd-xxxxl-432 {
    width: 432% !important;
  }
  .wd-xxxxl-433 {
    width: 433% !important;
  }
  .wd-xxxxl-434 {
    width: 434% !important;
  }
  .wd-xxxxl-435 {
    width: 435% !important;
  }
  .wd-xxxxl-436 {
    width: 436% !important;
  }
  .wd-xxxxl-437 {
    width: 437% !important;
  }
  .wd-xxxxl-438 {
    width: 438% !important;
  }
  .wd-xxxxl-439 {
    width: 439% !important;
  }
  .wd-xxxxl-440 {
    width: 440% !important;
  }
  .wd-xxxxl-441 {
    width: 441% !important;
  }
  .wd-xxxxl-442 {
    width: 442% !important;
  }
  .wd-xxxxl-443 {
    width: 443% !important;
  }
  .wd-xxxxl-444 {
    width: 444% !important;
  }
  .wd-xxxxl-445 {
    width: 445% !important;
  }
  .wd-xxxxl-446 {
    width: 446% !important;
  }
  .wd-xxxxl-447 {
    width: 447% !important;
  }
  .wd-xxxxl-448 {
    width: 448% !important;
  }
  .wd-xxxxl-449 {
    width: 449% !important;
  }
  .wd-xxxxl-450 {
    width: 450% !important;
  }
  .wd-xxxxl-451 {
    width: 451% !important;
  }
  .wd-xxxxl-452 {
    width: 452% !important;
  }
  .wd-xxxxl-453 {
    width: 453% !important;
  }
  .wd-xxxxl-454 {
    width: 454% !important;
  }
  .wd-xxxxl-455 {
    width: 455% !important;
  }
  .wd-xxxxl-456 {
    width: 456% !important;
  }
  .wd-xxxxl-457 {
    width: 457% !important;
  }
  .wd-xxxxl-458 {
    width: 458% !important;
  }
  .wd-xxxxl-459 {
    width: 459% !important;
  }
  .wd-xxxxl-460 {
    width: 460% !important;
  }
  .wd-xxxxl-461 {
    width: 461% !important;
  }
  .wd-xxxxl-462 {
    width: 462% !important;
  }
  .wd-xxxxl-463 {
    width: 463% !important;
  }
  .wd-xxxxl-464 {
    width: 464% !important;
  }
  .wd-xxxxl-465 {
    width: 465% !important;
  }
  .wd-xxxxl-466 {
    width: 466% !important;
  }
  .wd-xxxxl-467 {
    width: 467% !important;
  }
  .wd-xxxxl-468 {
    width: 468% !important;
  }
  .wd-xxxxl-469 {
    width: 469% !important;
  }
  .wd-xxxxl-470 {
    width: 470% !important;
  }
  .wd-xxxxl-471 {
    width: 471% !important;
  }
  .wd-xxxxl-472 {
    width: 472% !important;
  }
  .wd-xxxxl-473 {
    width: 473% !important;
  }
  .wd-xxxxl-474 {
    width: 474% !important;
  }
  .wd-xxxxl-475 {
    width: 475% !important;
  }
  .wd-xxxxl-476 {
    width: 476% !important;
  }
  .wd-xxxxl-477 {
    width: 477% !important;
  }
  .wd-xxxxl-478 {
    width: 478% !important;
  }
  .wd-xxxxl-479 {
    width: 479% !important;
  }
  .wd-xxxxl-480 {
    width: 480% !important;
  }
  .wd-xxxxl-481 {
    width: 481% !important;
  }
  .wd-xxxxl-482 {
    width: 482% !important;
  }
  .wd-xxxxl-483 {
    width: 483% !important;
  }
  .wd-xxxxl-484 {
    width: 484% !important;
  }
  .wd-xxxxl-485 {
    width: 485% !important;
  }
  .wd-xxxxl-486 {
    width: 486% !important;
  }
  .wd-xxxxl-487 {
    width: 487% !important;
  }
  .wd-xxxxl-488 {
    width: 488% !important;
  }
  .wd-xxxxl-489 {
    width: 489% !important;
  }
  .wd-xxxxl-490 {
    width: 490% !important;
  }
  .wd-xxxxl-491 {
    width: 491% !important;
  }
  .wd-xxxxl-492 {
    width: 492% !important;
  }
  .wd-xxxxl-493 {
    width: 493% !important;
  }
  .wd-xxxxl-494 {
    width: 494% !important;
  }
  .wd-xxxxl-495 {
    width: 495% !important;
  }
  .wd-xxxxl-496 {
    width: 496% !important;
  }
  .wd-xxxxl-497 {
    width: 497% !important;
  }
  .wd-xxxxl-498 {
    width: 498% !important;
  }
  .wd-xxxxl-499 {
    width: 499% !important;
  }
  .wd-xxxxl-500 {
    width: 500% !important;
  }
  .wd-xxxxl-501 {
    width: 501% !important;
  }
  .wd-xxxxl-502 {
    width: 502% !important;
  }
  .wd-xxxxl-503 {
    width: 503% !important;
  }
  .wd-xxxxl-504 {
    width: 504% !important;
  }
  .wd-xxxxl-505 {
    width: 505% !important;
  }
  .wd-xxxxl-506 {
    width: 506% !important;
  }
  .wd-xxxxl-507 {
    width: 507% !important;
  }
  .wd-xxxxl-508 {
    width: 508% !important;
  }
  .wd-xxxxl-509 {
    width: 509% !important;
  }
  .wd-xxxxl-510 {
    width: 510% !important;
  }
  .wd-xxxxl-511 {
    width: 511% !important;
  }
  .wd-xxxxl-512 {
    width: 512% !important;
  }
  .wd-xxxxl-513 {
    width: 513% !important;
  }
  .wd-xxxxl-514 {
    width: 514% !important;
  }
  .wd-xxxxl-515 {
    width: 515% !important;
  }
  .wd-xxxxl-516 {
    width: 516% !important;
  }
  .wd-xxxxl-517 {
    width: 517% !important;
  }
  .wd-xxxxl-518 {
    width: 518% !important;
  }
  .wd-xxxxl-519 {
    width: 519% !important;
  }
  .wd-xxxxl-520 {
    width: 520% !important;
  }
  .wd-xxxxl-521 {
    width: 521% !important;
  }
  .wd-xxxxl-522 {
    width: 522% !important;
  }
  .wd-xxxxl-523 {
    width: 523% !important;
  }
  .wd-xxxxl-524 {
    width: 524% !important;
  }
  .wd-xxxxl-525 {
    width: 525% !important;
  }
  .wd-xxxxl-526 {
    width: 526% !important;
  }
  .wd-xxxxl-527 {
    width: 527% !important;
  }
  .wd-xxxxl-528 {
    width: 528% !important;
  }
  .wd-xxxxl-529 {
    width: 529% !important;
  }
  .wd-xxxxl-530 {
    width: 530% !important;
  }
  .wd-xxxxl-531 {
    width: 531% !important;
  }
  .wd-xxxxl-532 {
    width: 532% !important;
  }
  .wd-xxxxl-533 {
    width: 533% !important;
  }
  .wd-xxxxl-534 {
    width: 534% !important;
  }
  .wd-xxxxl-535 {
    width: 535% !important;
  }
  .wd-xxxxl-536 {
    width: 536% !important;
  }
  .wd-xxxxl-537 {
    width: 537% !important;
  }
  .wd-xxxxl-538 {
    width: 538% !important;
  }
  .wd-xxxxl-539 {
    width: 539% !important;
  }
  .wd-xxxxl-540 {
    width: 540% !important;
  }
  .wd-xxxxl-541 {
    width: 541% !important;
  }
  .wd-xxxxl-542 {
    width: 542% !important;
  }
  .wd-xxxxl-543 {
    width: 543% !important;
  }
  .wd-xxxxl-544 {
    width: 544% !important;
  }
  .wd-xxxxl-545 {
    width: 545% !important;
  }
  .wd-xxxxl-546 {
    width: 546% !important;
  }
  .wd-xxxxl-547 {
    width: 547% !important;
  }
  .wd-xxxxl-548 {
    width: 548% !important;
  }
  .wd-xxxxl-549 {
    width: 549% !important;
  }
  .wd-xxxxl-550 {
    width: 550% !important;
  }
  .wd-xxxxl-551 {
    width: 551% !important;
  }
  .wd-xxxxl-552 {
    width: 552% !important;
  }
  .wd-xxxxl-553 {
    width: 553% !important;
  }
  .wd-xxxxl-554 {
    width: 554% !important;
  }
  .wd-xxxxl-555 {
    width: 555% !important;
  }
  .wd-xxxxl-556 {
    width: 556% !important;
  }
  .wd-xxxxl-557 {
    width: 557% !important;
  }
  .wd-xxxxl-558 {
    width: 558% !important;
  }
  .wd-xxxxl-559 {
    width: 559% !important;
  }
  .wd-xxxxl-560 {
    width: 560% !important;
  }
  .wd-xxxxl-561 {
    width: 561% !important;
  }
  .wd-xxxxl-562 {
    width: 562% !important;
  }
  .wd-xxxxl-563 {
    width: 563% !important;
  }
  .wd-xxxxl-564 {
    width: 564% !important;
  }
  .wd-xxxxl-565 {
    width: 565% !important;
  }
  .wd-xxxxl-566 {
    width: 566% !important;
  }
  .wd-xxxxl-567 {
    width: 567% !important;
  }
  .wd-xxxxl-568 {
    width: 568% !important;
  }
  .wd-xxxxl-569 {
    width: 569% !important;
  }
  .wd-xxxxl-570 {
    width: 570% !important;
  }
  .wd-xxxxl-571 {
    width: 571% !important;
  }
  .wd-xxxxl-572 {
    width: 572% !important;
  }
  .wd-xxxxl-573 {
    width: 573% !important;
  }
  .wd-xxxxl-574 {
    width: 574% !important;
  }
  .wd-xxxxl-575 {
    width: 575% !important;
  }
  .wd-xxxxl-576 {
    width: 576% !important;
  }
  .wd-xxxxl-577 {
    width: 577% !important;
  }
  .wd-xxxxl-578 {
    width: 578% !important;
  }
  .wd-xxxxl-579 {
    width: 579% !important;
  }
  .wd-xxxxl-580 {
    width: 580% !important;
  }
  .wd-xxxxl-581 {
    width: 581% !important;
  }
  .wd-xxxxl-582 {
    width: 582% !important;
  }
  .wd-xxxxl-583 {
    width: 583% !important;
  }
  .wd-xxxxl-584 {
    width: 584% !important;
  }
  .wd-xxxxl-585 {
    width: 585% !important;
  }
  .wd-xxxxl-586 {
    width: 586% !important;
  }
  .wd-xxxxl-587 {
    width: 587% !important;
  }
  .wd-xxxxl-588 {
    width: 588% !important;
  }
  .wd-xxxxl-589 {
    width: 589% !important;
  }
  .wd-xxxxl-590 {
    width: 590% !important;
  }
  .wd-xxxxl-591 {
    width: 591% !important;
  }
  .wd-xxxxl-592 {
    width: 592% !important;
  }
  .wd-xxxxl-593 {
    width: 593% !important;
  }
  .wd-xxxxl-594 {
    width: 594% !important;
  }
  .wd-xxxxl-595 {
    width: 595% !important;
  }
  .wd-xxxxl-596 {
    width: 596% !important;
  }
  .wd-xxxxl-597 {
    width: 597% !important;
  }
  .wd-xxxxl-598 {
    width: 598% !important;
  }
  .wd-xxxxl-599 {
    width: 599% !important;
  }
  .wd-xxxxl-600 {
    width: 600% !important;
  }
  .wd-xxxxl-601 {
    width: 601% !important;
  }
  .wd-xxxxl-602 {
    width: 602% !important;
  }
  .wd-xxxxl-603 {
    width: 603% !important;
  }
  .wd-xxxxl-604 {
    width: 604% !important;
  }
  .wd-xxxxl-605 {
    width: 605% !important;
  }
  .wd-xxxxl-606 {
    width: 606% !important;
  }
  .wd-xxxxl-607 {
    width: 607% !important;
  }
  .wd-xxxxl-608 {
    width: 608% !important;
  }
  .wd-xxxxl-609 {
    width: 609% !important;
  }
  .wd-xxxxl-610 {
    width: 610% !important;
  }
  .wd-xxxxl-611 {
    width: 611% !important;
  }
  .wd-xxxxl-612 {
    width: 612% !important;
  }
  .wd-xxxxl-613 {
    width: 613% !important;
  }
  .wd-xxxxl-614 {
    width: 614% !important;
  }
  .wd-xxxxl-615 {
    width: 615% !important;
  }
  .wd-xxxxl-616 {
    width: 616% !important;
  }
  .wd-xxxxl-617 {
    width: 617% !important;
  }
  .wd-xxxxl-618 {
    width: 618% !important;
  }
  .wd-xxxxl-619 {
    width: 619% !important;
  }
  .wd-xxxxl-620 {
    width: 620% !important;
  }
  .wd-xxxxl-621 {
    width: 621% !important;
  }
  .wd-xxxxl-622 {
    width: 622% !important;
  }
  .wd-xxxxl-623 {
    width: 623% !important;
  }
  .wd-xxxxl-624 {
    width: 624% !important;
  }
  .wd-xxxxl-625 {
    width: 625% !important;
  }
  .wd-xxxxl-626 {
    width: 626% !important;
  }
  .wd-xxxxl-627 {
    width: 627% !important;
  }
  .wd-xxxxl-628 {
    width: 628% !important;
  }
  .wd-xxxxl-629 {
    width: 629% !important;
  }
  .wd-xxxxl-630 {
    width: 630% !important;
  }
  .wd-xxxxl-631 {
    width: 631% !important;
  }
  .wd-xxxxl-632 {
    width: 632% !important;
  }
  .wd-xxxxl-633 {
    width: 633% !important;
  }
  .wd-xxxxl-634 {
    width: 634% !important;
  }
  .wd-xxxxl-635 {
    width: 635% !important;
  }
  .wd-xxxxl-636 {
    width: 636% !important;
  }
  .wd-xxxxl-637 {
    width: 637% !important;
  }
  .wd-xxxxl-638 {
    width: 638% !important;
  }
  .wd-xxxxl-639 {
    width: 639% !important;
  }
  .wd-xxxxl-640 {
    width: 640% !important;
  }
  .wd-xxxxl-641 {
    width: 641% !important;
  }
  .wd-xxxxl-642 {
    width: 642% !important;
  }
  .wd-xxxxl-643 {
    width: 643% !important;
  }
  .wd-xxxxl-644 {
    width: 644% !important;
  }
  .wd-xxxxl-645 {
    width: 645% !important;
  }
  .wd-xxxxl-646 {
    width: 646% !important;
  }
  .wd-xxxxl-647 {
    width: 647% !important;
  }
  .wd-xxxxl-648 {
    width: 648% !important;
  }
  .wd-xxxxl-649 {
    width: 649% !important;
  }
  .wd-xxxxl-650 {
    width: 650% !important;
  }
  .wd-xxxxl-651 {
    width: 651% !important;
  }
  .wd-xxxxl-652 {
    width: 652% !important;
  }
  .wd-xxxxl-653 {
    width: 653% !important;
  }
  .wd-xxxxl-654 {
    width: 654% !important;
  }
  .wd-xxxxl-655 {
    width: 655% !important;
  }
  .wd-xxxxl-656 {
    width: 656% !important;
  }
  .wd-xxxxl-657 {
    width: 657% !important;
  }
  .wd-xxxxl-658 {
    width: 658% !important;
  }
  .wd-xxxxl-659 {
    width: 659% !important;
  }
  .wd-xxxxl-660 {
    width: 660% !important;
  }
  .wd-xxxxl-661 {
    width: 661% !important;
  }
  .wd-xxxxl-662 {
    width: 662% !important;
  }
  .wd-xxxxl-663 {
    width: 663% !important;
  }
  .wd-xxxxl-664 {
    width: 664% !important;
  }
  .wd-xxxxl-665 {
    width: 665% !important;
  }
  .wd-xxxxl-666 {
    width: 666% !important;
  }
  .wd-xxxxl-667 {
    width: 667% !important;
  }
  .wd-xxxxl-668 {
    width: 668% !important;
  }
  .wd-xxxxl-669 {
    width: 669% !important;
  }
  .wd-xxxxl-670 {
    width: 670% !important;
  }
  .wd-xxxxl-671 {
    width: 671% !important;
  }
  .wd-xxxxl-672 {
    width: 672% !important;
  }
  .wd-xxxxl-673 {
    width: 673% !important;
  }
  .wd-xxxxl-674 {
    width: 674% !important;
  }
  .wd-xxxxl-675 {
    width: 675% !important;
  }
  .wd-xxxxl-676 {
    width: 676% !important;
  }
  .wd-xxxxl-677 {
    width: 677% !important;
  }
  .wd-xxxxl-678 {
    width: 678% !important;
  }
  .wd-xxxxl-679 {
    width: 679% !important;
  }
  .wd-xxxxl-680 {
    width: 680% !important;
  }
  .wd-xxxxl-681 {
    width: 681% !important;
  }
  .wd-xxxxl-682 {
    width: 682% !important;
  }
  .wd-xxxxl-683 {
    width: 683% !important;
  }
  .wd-xxxxl-684 {
    width: 684% !important;
  }
  .wd-xxxxl-685 {
    width: 685% !important;
  }
  .wd-xxxxl-686 {
    width: 686% !important;
  }
  .wd-xxxxl-687 {
    width: 687% !important;
  }
  .wd-xxxxl-688 {
    width: 688% !important;
  }
  .wd-xxxxl-689 {
    width: 689% !important;
  }
  .wd-xxxxl-690 {
    width: 690% !important;
  }
  .wd-xxxxl-691 {
    width: 691% !important;
  }
  .wd-xxxxl-692 {
    width: 692% !important;
  }
  .wd-xxxxl-693 {
    width: 693% !important;
  }
  .wd-xxxxl-694 {
    width: 694% !important;
  }
  .wd-xxxxl-695 {
    width: 695% !important;
  }
  .wd-xxxxl-696 {
    width: 696% !important;
  }
  .wd-xxxxl-697 {
    width: 697% !important;
  }
  .wd-xxxxl-698 {
    width: 698% !important;
  }
  .wd-xxxxl-699 {
    width: 699% !important;
  }
  .wd-xxxxl-700 {
    width: 700% !important;
  }
  .wd-xxxxl-701 {
    width: 701% !important;
  }
  .wd-xxxxl-702 {
    width: 702% !important;
  }
  .wd-xxxxl-703 {
    width: 703% !important;
  }
  .wd-xxxxl-704 {
    width: 704% !important;
  }
  .wd-xxxxl-705 {
    width: 705% !important;
  }
  .wd-xxxxl-706 {
    width: 706% !important;
  }
  .wd-xxxxl-707 {
    width: 707% !important;
  }
  .wd-xxxxl-708 {
    width: 708% !important;
  }
  .wd-xxxxl-709 {
    width: 709% !important;
  }
  .wd-xxxxl-710 {
    width: 710% !important;
  }
  .wd-xxxxl-711 {
    width: 711% !important;
  }
  .wd-xxxxl-712 {
    width: 712% !important;
  }
  .wd-xxxxl-713 {
    width: 713% !important;
  }
  .wd-xxxxl-714 {
    width: 714% !important;
  }
  .wd-xxxxl-715 {
    width: 715% !important;
  }
  .wd-xxxxl-716 {
    width: 716% !important;
  }
  .wd-xxxxl-717 {
    width: 717% !important;
  }
  .wd-xxxxl-718 {
    width: 718% !important;
  }
  .wd-xxxxl-719 {
    width: 719% !important;
  }
  .wd-xxxxl-720 {
    width: 720% !important;
  }
  .wd-xxxxl-721 {
    width: 721% !important;
  }
  .wd-xxxxl-722 {
    width: 722% !important;
  }
  .wd-xxxxl-723 {
    width: 723% !important;
  }
  .wd-xxxxl-724 {
    width: 724% !important;
  }
  .wd-xxxxl-725 {
    width: 725% !important;
  }
  .wd-xxxxl-726 {
    width: 726% !important;
  }
  .wd-xxxxl-727 {
    width: 727% !important;
  }
  .wd-xxxxl-728 {
    width: 728% !important;
  }
  .wd-xxxxl-729 {
    width: 729% !important;
  }
  .wd-xxxxl-730 {
    width: 730% !important;
  }
  .wd-xxxxl-731 {
    width: 731% !important;
  }
  .wd-xxxxl-732 {
    width: 732% !important;
  }
  .wd-xxxxl-733 {
    width: 733% !important;
  }
  .wd-xxxxl-734 {
    width: 734% !important;
  }
  .wd-xxxxl-735 {
    width: 735% !important;
  }
  .wd-xxxxl-736 {
    width: 736% !important;
  }
  .wd-xxxxl-737 {
    width: 737% !important;
  }
  .wd-xxxxl-738 {
    width: 738% !important;
  }
  .wd-xxxxl-739 {
    width: 739% !important;
  }
  .wd-xxxxl-740 {
    width: 740% !important;
  }
  .wd-xxxxl-741 {
    width: 741% !important;
  }
  .wd-xxxxl-742 {
    width: 742% !important;
  }
  .wd-xxxxl-743 {
    width: 743% !important;
  }
  .wd-xxxxl-744 {
    width: 744% !important;
  }
  .wd-xxxxl-745 {
    width: 745% !important;
  }
  .wd-xxxxl-746 {
    width: 746% !important;
  }
  .wd-xxxxl-747 {
    width: 747% !important;
  }
  .wd-xxxxl-748 {
    width: 748% !important;
  }
  .wd-xxxxl-749 {
    width: 749% !important;
  }
  .wd-xxxxl-750 {
    width: 750% !important;
  }
  .wd-xxxxl-751 {
    width: 751% !important;
  }
  .wd-xxxxl-752 {
    width: 752% !important;
  }
  .wd-xxxxl-753 {
    width: 753% !important;
  }
  .wd-xxxxl-754 {
    width: 754% !important;
  }
  .wd-xxxxl-755 {
    width: 755% !important;
  }
  .wd-xxxxl-756 {
    width: 756% !important;
  }
  .wd-xxxxl-757 {
    width: 757% !important;
  }
  .wd-xxxxl-758 {
    width: 758% !important;
  }
  .wd-xxxxl-759 {
    width: 759% !important;
  }
  .wd-xxxxl-760 {
    width: 760% !important;
  }
  .wd-xxxxl-761 {
    width: 761% !important;
  }
  .wd-xxxxl-762 {
    width: 762% !important;
  }
  .wd-xxxxl-763 {
    width: 763% !important;
  }
  .wd-xxxxl-764 {
    width: 764% !important;
  }
  .wd-xxxxl-765 {
    width: 765% !important;
  }
  .wd-xxxxl-766 {
    width: 766% !important;
  }
  .wd-xxxxl-767 {
    width: 767% !important;
  }
  .wd-xxxxl-768 {
    width: 768% !important;
  }
  .wd-xxxxl-769 {
    width: 769% !important;
  }
  .wd-xxxxl-770 {
    width: 770% !important;
  }
  .wd-xxxxl-771 {
    width: 771% !important;
  }
  .wd-xxxxl-772 {
    width: 772% !important;
  }
  .wd-xxxxl-773 {
    width: 773% !important;
  }
  .wd-xxxxl-774 {
    width: 774% !important;
  }
  .wd-xxxxl-775 {
    width: 775% !important;
  }
  .wd-xxxxl-776 {
    width: 776% !important;
  }
  .wd-xxxxl-777 {
    width: 777% !important;
  }
  .wd-xxxxl-778 {
    width: 778% !important;
  }
  .wd-xxxxl-779 {
    width: 779% !important;
  }
  .wd-xxxxl-780 {
    width: 780% !important;
  }
  .wd-xxxxl-781 {
    width: 781% !important;
  }
  .wd-xxxxl-782 {
    width: 782% !important;
  }
  .wd-xxxxl-783 {
    width: 783% !important;
  }
  .wd-xxxxl-784 {
    width: 784% !important;
  }
  .wd-xxxxl-785 {
    width: 785% !important;
  }
  .wd-xxxxl-786 {
    width: 786% !important;
  }
  .wd-xxxxl-787 {
    width: 787% !important;
  }
  .wd-xxxxl-788 {
    width: 788% !important;
  }
  .wd-xxxxl-789 {
    width: 789% !important;
  }
  .wd-xxxxl-790 {
    width: 790% !important;
  }
  .wd-xxxxl-791 {
    width: 791% !important;
  }
  .wd-xxxxl-792 {
    width: 792% !important;
  }
  .wd-xxxxl-793 {
    width: 793% !important;
  }
  .wd-xxxxl-794 {
    width: 794% !important;
  }
  .wd-xxxxl-795 {
    width: 795% !important;
  }
  .wd-xxxxl-796 {
    width: 796% !important;
  }
  .wd-xxxxl-797 {
    width: 797% !important;
  }
  .wd-xxxxl-798 {
    width: 798% !important;
  }
  .wd-xxxxl-799 {
    width: 799% !important;
  }
  .wd-xxxxl-800 {
    width: 800% !important;
  }
  .wd-xxxxl-801 {
    width: 801% !important;
  }
  .wd-xxxxl-802 {
    width: 802% !important;
  }
  .wd-xxxxl-803 {
    width: 803% !important;
  }
  .wd-xxxxl-804 {
    width: 804% !important;
  }
  .wd-xxxxl-805 {
    width: 805% !important;
  }
  .wd-xxxxl-806 {
    width: 806% !important;
  }
  .wd-xxxxl-807 {
    width: 807% !important;
  }
  .wd-xxxxl-808 {
    width: 808% !important;
  }
  .wd-xxxxl-809 {
    width: 809% !important;
  }
  .wd-xxxxl-810 {
    width: 810% !important;
  }
  .wd-xxxxl-811 {
    width: 811% !important;
  }
  .wd-xxxxl-812 {
    width: 812% !important;
  }
  .wd-xxxxl-813 {
    width: 813% !important;
  }
  .wd-xxxxl-814 {
    width: 814% !important;
  }
  .wd-xxxxl-815 {
    width: 815% !important;
  }
  .wd-xxxxl-816 {
    width: 816% !important;
  }
  .wd-xxxxl-817 {
    width: 817% !important;
  }
  .wd-xxxxl-818 {
    width: 818% !important;
  }
  .wd-xxxxl-819 {
    width: 819% !important;
  }
  .wd-xxxxl-820 {
    width: 820% !important;
  }
  .wd-xxxxl-821 {
    width: 821% !important;
  }
  .wd-xxxxl-822 {
    width: 822% !important;
  }
  .wd-xxxxl-823 {
    width: 823% !important;
  }
  .wd-xxxxl-824 {
    width: 824% !important;
  }
  .wd-xxxxl-825 {
    width: 825% !important;
  }
  .wd-xxxxl-826 {
    width: 826% !important;
  }
  .wd-xxxxl-827 {
    width: 827% !important;
  }
  .wd-xxxxl-828 {
    width: 828% !important;
  }
  .wd-xxxxl-829 {
    width: 829% !important;
  }
  .wd-xxxxl-830 {
    width: 830% !important;
  }
  .wd-xxxxl-831 {
    width: 831% !important;
  }
  .wd-xxxxl-832 {
    width: 832% !important;
  }
  .wd-xxxxl-833 {
    width: 833% !important;
  }
  .wd-xxxxl-834 {
    width: 834% !important;
  }
  .wd-xxxxl-835 {
    width: 835% !important;
  }
  .wd-xxxxl-836 {
    width: 836% !important;
  }
  .wd-xxxxl-837 {
    width: 837% !important;
  }
  .wd-xxxxl-838 {
    width: 838% !important;
  }
  .wd-xxxxl-839 {
    width: 839% !important;
  }
  .wd-xxxxl-840 {
    width: 840% !important;
  }
  .wd-xxxxl-841 {
    width: 841% !important;
  }
  .wd-xxxxl-842 {
    width: 842% !important;
  }
  .wd-xxxxl-843 {
    width: 843% !important;
  }
  .wd-xxxxl-844 {
    width: 844% !important;
  }
  .wd-xxxxl-845 {
    width: 845% !important;
  }
  .wd-xxxxl-846 {
    width: 846% !important;
  }
  .wd-xxxxl-847 {
    width: 847% !important;
  }
  .wd-xxxxl-848 {
    width: 848% !important;
  }
  .wd-xxxxl-849 {
    width: 849% !important;
  }
  .wd-xxxxl-850 {
    width: 850% !important;
  }
  .wd-xxxxl-851 {
    width: 851% !important;
  }
  .wd-xxxxl-852 {
    width: 852% !important;
  }
  .wd-xxxxl-853 {
    width: 853% !important;
  }
  .wd-xxxxl-854 {
    width: 854% !important;
  }
  .wd-xxxxl-855 {
    width: 855% !important;
  }
  .wd-xxxxl-856 {
    width: 856% !important;
  }
  .wd-xxxxl-857 {
    width: 857% !important;
  }
  .wd-xxxxl-858 {
    width: 858% !important;
  }
  .wd-xxxxl-859 {
    width: 859% !important;
  }
  .wd-xxxxl-860 {
    width: 860% !important;
  }
  .wd-xxxxl-861 {
    width: 861% !important;
  }
  .wd-xxxxl-862 {
    width: 862% !important;
  }
  .wd-xxxxl-863 {
    width: 863% !important;
  }
  .wd-xxxxl-864 {
    width: 864% !important;
  }
  .wd-xxxxl-865 {
    width: 865% !important;
  }
  .wd-xxxxl-866 {
    width: 866% !important;
  }
  .wd-xxxxl-867 {
    width: 867% !important;
  }
  .wd-xxxxl-868 {
    width: 868% !important;
  }
  .wd-xxxxl-869 {
    width: 869% !important;
  }
  .wd-xxxxl-870 {
    width: 870% !important;
  }
  .wd-xxxxl-871 {
    width: 871% !important;
  }
  .wd-xxxxl-872 {
    width: 872% !important;
  }
  .wd-xxxxl-873 {
    width: 873% !important;
  }
  .wd-xxxxl-874 {
    width: 874% !important;
  }
  .wd-xxxxl-875 {
    width: 875% !important;
  }
  .wd-xxxxl-876 {
    width: 876% !important;
  }
  .wd-xxxxl-877 {
    width: 877% !important;
  }
  .wd-xxxxl-878 {
    width: 878% !important;
  }
  .wd-xxxxl-879 {
    width: 879% !important;
  }
  .wd-xxxxl-880 {
    width: 880% !important;
  }
  .wd-xxxxl-881 {
    width: 881% !important;
  }
  .wd-xxxxl-882 {
    width: 882% !important;
  }
  .wd-xxxxl-883 {
    width: 883% !important;
  }
  .wd-xxxxl-884 {
    width: 884% !important;
  }
  .wd-xxxxl-885 {
    width: 885% !important;
  }
  .wd-xxxxl-886 {
    width: 886% !important;
  }
  .wd-xxxxl-887 {
    width: 887% !important;
  }
  .wd-xxxxl-888 {
    width: 888% !important;
  }
  .wd-xxxxl-889 {
    width: 889% !important;
  }
  .wd-xxxxl-890 {
    width: 890% !important;
  }
  .wd-xxxxl-891 {
    width: 891% !important;
  }
  .wd-xxxxl-892 {
    width: 892% !important;
  }
  .wd-xxxxl-893 {
    width: 893% !important;
  }
  .wd-xxxxl-894 {
    width: 894% !important;
  }
  .wd-xxxxl-895 {
    width: 895% !important;
  }
  .wd-xxxxl-896 {
    width: 896% !important;
  }
  .wd-xxxxl-897 {
    width: 897% !important;
  }
  .wd-xxxxl-898 {
    width: 898% !important;
  }
  .wd-xxxxl-899 {
    width: 899% !important;
  }
  .wd-xxxxl-900 {
    width: 900% !important;
  }
  .wd-xxxxl-901 {
    width: 901% !important;
  }
  .wd-xxxxl-902 {
    width: 902% !important;
  }
  .wd-xxxxl-903 {
    width: 903% !important;
  }
  .wd-xxxxl-904 {
    width: 904% !important;
  }
  .wd-xxxxl-905 {
    width: 905% !important;
  }
  .wd-xxxxl-906 {
    width: 906% !important;
  }
  .wd-xxxxl-907 {
    width: 907% !important;
  }
  .wd-xxxxl-908 {
    width: 908% !important;
  }
  .wd-xxxxl-909 {
    width: 909% !important;
  }
  .wd-xxxxl-910 {
    width: 910% !important;
  }
  .wd-xxxxl-911 {
    width: 911% !important;
  }
  .wd-xxxxl-912 {
    width: 912% !important;
  }
  .wd-xxxxl-913 {
    width: 913% !important;
  }
  .wd-xxxxl-914 {
    width: 914% !important;
  }
  .wd-xxxxl-915 {
    width: 915% !important;
  }
  .wd-xxxxl-916 {
    width: 916% !important;
  }
  .wd-xxxxl-917 {
    width: 917% !important;
  }
  .wd-xxxxl-918 {
    width: 918% !important;
  }
  .wd-xxxxl-919 {
    width: 919% !important;
  }
  .wd-xxxxl-920 {
    width: 920% !important;
  }
  .wd-xxxxl-921 {
    width: 921% !important;
  }
  .wd-xxxxl-922 {
    width: 922% !important;
  }
  .wd-xxxxl-923 {
    width: 923% !important;
  }
  .wd-xxxxl-924 {
    width: 924% !important;
  }
  .wd-xxxxl-925 {
    width: 925% !important;
  }
  .wd-xxxxl-926 {
    width: 926% !important;
  }
  .wd-xxxxl-927 {
    width: 927% !important;
  }
  .wd-xxxxl-928 {
    width: 928% !important;
  }
  .wd-xxxxl-929 {
    width: 929% !important;
  }
  .wd-xxxxl-930 {
    width: 930% !important;
  }
  .wd-xxxxl-931 {
    width: 931% !important;
  }
  .wd-xxxxl-932 {
    width: 932% !important;
  }
  .wd-xxxxl-933 {
    width: 933% !important;
  }
  .wd-xxxxl-934 {
    width: 934% !important;
  }
  .wd-xxxxl-935 {
    width: 935% !important;
  }
  .wd-xxxxl-936 {
    width: 936% !important;
  }
  .wd-xxxxl-937 {
    width: 937% !important;
  }
  .wd-xxxxl-938 {
    width: 938% !important;
  }
  .wd-xxxxl-939 {
    width: 939% !important;
  }
  .wd-xxxxl-940 {
    width: 940% !important;
  }
  .wd-xxxxl-941 {
    width: 941% !important;
  }
  .wd-xxxxl-942 {
    width: 942% !important;
  }
  .wd-xxxxl-943 {
    width: 943% !important;
  }
  .wd-xxxxl-944 {
    width: 944% !important;
  }
  .wd-xxxxl-945 {
    width: 945% !important;
  }
  .wd-xxxxl-946 {
    width: 946% !important;
  }
  .wd-xxxxl-947 {
    width: 947% !important;
  }
  .wd-xxxxl-948 {
    width: 948% !important;
  }
  .wd-xxxxl-949 {
    width: 949% !important;
  }
  .wd-xxxxl-950 {
    width: 950% !important;
  }
  .wd-xxxxl-951 {
    width: 951% !important;
  }
  .wd-xxxxl-952 {
    width: 952% !important;
  }
  .wd-xxxxl-953 {
    width: 953% !important;
  }
  .wd-xxxxl-954 {
    width: 954% !important;
  }
  .wd-xxxxl-955 {
    width: 955% !important;
  }
  .wd-xxxxl-956 {
    width: 956% !important;
  }
  .wd-xxxxl-957 {
    width: 957% !important;
  }
  .wd-xxxxl-958 {
    width: 958% !important;
  }
  .wd-xxxxl-959 {
    width: 959% !important;
  }
  .wd-xxxxl-960 {
    width: 960% !important;
  }
  .wd-xxxxl-961 {
    width: 961% !important;
  }
  .wd-xxxxl-962 {
    width: 962% !important;
  }
  .wd-xxxxl-963 {
    width: 963% !important;
  }
  .wd-xxxxl-964 {
    width: 964% !important;
  }
  .wd-xxxxl-965 {
    width: 965% !important;
  }
  .wd-xxxxl-966 {
    width: 966% !important;
  }
  .wd-xxxxl-967 {
    width: 967% !important;
  }
  .wd-xxxxl-968 {
    width: 968% !important;
  }
  .wd-xxxxl-969 {
    width: 969% !important;
  }
  .wd-xxxxl-970 {
    width: 970% !important;
  }
  .wd-xxxxl-971 {
    width: 971% !important;
  }
  .wd-xxxxl-972 {
    width: 972% !important;
  }
  .wd-xxxxl-973 {
    width: 973% !important;
  }
  .wd-xxxxl-974 {
    width: 974% !important;
  }
  .wd-xxxxl-975 {
    width: 975% !important;
  }
  .wd-xxxxl-976 {
    width: 976% !important;
  }
  .wd-xxxxl-977 {
    width: 977% !important;
  }
  .wd-xxxxl-978 {
    width: 978% !important;
  }
  .wd-xxxxl-979 {
    width: 979% !important;
  }
  .wd-xxxxl-980 {
    width: 980% !important;
  }
  .wd-xxxxl-981 {
    width: 981% !important;
  }
  .wd-xxxxl-982 {
    width: 982% !important;
  }
  .wd-xxxxl-983 {
    width: 983% !important;
  }
  .wd-xxxxl-984 {
    width: 984% !important;
  }
  .wd-xxxxl-985 {
    width: 985% !important;
  }
  .wd-xxxxl-986 {
    width: 986% !important;
  }
  .wd-xxxxl-987 {
    width: 987% !important;
  }
  .wd-xxxxl-988 {
    width: 988% !important;
  }
  .wd-xxxxl-989 {
    width: 989% !important;
  }
  .wd-xxxxl-990 {
    width: 990% !important;
  }
  .wd-xxxxl-991 {
    width: 991% !important;
  }
  .wd-xxxxl-992 {
    width: 992% !important;
  }
  .wd-xxxxl-993 {
    width: 993% !important;
  }
  .wd-xxxxl-994 {
    width: 994% !important;
  }
  .wd-xxxxl-995 {
    width: 995% !important;
  }
  .wd-xxxxl-996 {
    width: 996% !important;
  }
  .wd-xxxxl-997 {
    width: 997% !important;
  }
  .wd-xxxxl-998 {
    width: 998% !important;
  }
  .wd-xxxxl-999 {
    width: 999% !important;
  }
  .wd-xxxxl-1000 {
    width: 1000% !important;
  }
}
@media (min-width: 0) {
  .wd-xxs-5 {
    width: 5%;
  }
  .wd-xxs-10 {
    width: 10%;
  }
  .wd-xxs-11 {
    width: 11%;
  }
  .wd-xxs-12 {
    width: 12%;
  }
  .wd-xxs-13 {
    width: 13%;
  }
  .wd-xxs-14 {
    width: 14%;
  }
  .wd-xxs-15 {
    width: 15%;
  }
  .wd-xxs-16 {
    width: 16%;
  }
  .wd-xxs-17 {
    width: 17%;
  }
  .wd-xxs-18 {
    width: 18%;
  }
  .wd-xxs-19 {
    width: 19%;
  }
  .wd-xxs-20 {
    width: 20%;
  }
  .wd-xxs-21 {
    width: 21%;
  }
  .wd-xxs-22 {
    width: 22%;
  }
  .wd-xxs-23 {
    width: 23%;
  }
  .wd-xxs-24 {
    width: 24%;
  }
  .wd-xxs-25 {
    width: 25%;
  }
  .wd-xxs-26 {
    width: 26%;
  }
  .wd-xxs-27 {
    width: 27%;
  }
  .wd-xxs-28 {
    width: 28%;
  }
  .wd-xxs-29 {
    width: 29%;
  }
  .wd-xxs-30 {
    width: 30%;
  }
  .wd-xxs-31 {
    width: 31%;
  }
  .wd-xxs-32 {
    width: 32%;
  }
  .wd-xxs-33 {
    width: 33%;
  }
  .wd-xxs-34 {
    width: 34%;
  }
  .wd-xxs-35 {
    width: 35%;
  }
  .wd-xxs-36 {
    width: 36%;
  }
  .wd-xxs-37 {
    width: 37%;
  }
  .wd-xxs-38 {
    width: 38%;
  }
  .wd-xxs-39 {
    width: 39%;
  }
  .wd-xxs-40 {
    width: 40%;
  }
  .wd-xxs-41 {
    width: 41%;
  }
  .wd-xxs-42 {
    width: 42%;
  }
  .wd-xxs-43 {
    width: 43%;
  }
  .wd-xxs-44 {
    width: 44%;
  }
  .wd-xxs-45 {
    width: 45%;
  }
  .wd-xxs-46 {
    width: 46%;
  }
  .wd-xxs-47 {
    width: 47%;
  }
  .wd-xxs-48 {
    width: 48%;
  }
  .wd-xxs-49 {
    width: 49%;
  }
  .wd-xxs-50 {
    width: 50%;
  }
  .wd-xxs-51 {
    width: 51%;
  }
  .wd-xxs-52 {
    width: 52%;
  }
  .wd-xxs-53 {
    width: 53%;
  }
  .wd-xxs-54 {
    width: 54%;
  }
  .wd-xxs-55 {
    width: 55%;
  }
  .wd-xxs-56 {
    width: 56%;
  }
  .wd-xxs-57 {
    width: 57%;
  }
  .wd-xxs-58 {
    width: 58%;
  }
  .wd-xxs-59 {
    width: 59%;
  }
  .wd-xxs-60 {
    width: 60%;
  }
  .wd-xxs-61 {
    width: 61%;
  }
  .wd-xxs-62 {
    width: 62%;
  }
  .wd-xxs-63 {
    width: 63%;
  }
  .wd-xxs-64 {
    width: 64%;
  }
  .wd-xxs-65 {
    width: 65%;
  }
  .wd-xxs-66 {
    width: 66%;
  }
  .wd-xxs-67 {
    width: 67%;
  }
  .wd-xxs-68 {
    width: 68%;
  }
  .wd-xxs-69 {
    width: 69%;
  }
  .wd-xxs-70 {
    width: 70%;
  }
  .wd-xxs-71 {
    width: 71%;
  }
  .wd-xxs-72 {
    width: 72%;
  }
  .wd-xxs-73 {
    width: 73%;
  }
  .wd-xxs-74 {
    width: 74%;
  }
  .wd-xxs-75 {
    width: 75%;
  }
  .wd-xxs-76 {
    width: 76%;
  }
  .wd-xxs-77 {
    width: 77%;
  }
  .wd-xxs-78 {
    width: 78%;
  }
  .wd-xxs-79 {
    width: 79%;
  }
  .wd-xxs-80 {
    width: 80%;
  }
  .wd-xxs-81 {
    width: 81%;
  }
  .wd-xxs-82 {
    width: 82%;
  }
  .wd-xxs-83 {
    width: 83%;
  }
  .wd-xxs-84 {
    width: 84%;
  }
  .wd-xxs-85 {
    width: 85%;
  }
  .wd-xxs-86 {
    width: 86%;
  }
  .wd-xxs-87 {
    width: 87%;
  }
  .wd-xxs-88 {
    width: 88%;
  }
  .wd-xxs-89 {
    width: 89%;
  }
  .wd-xxs-90 {
    width: 90%;
  }
  .wd-xxs-91 {
    width: 91%;
  }
  .wd-xxs-92 {
    width: 92%;
  }
  .wd-xxs-93 {
    width: 93%;
  }
  .wd-xxs-94 {
    width: 94%;
  }
  .wd-xxs-95 {
    width: 95%;
  }
  .wd-xxs-96 {
    width: 96%;
  }
  .wd-xxs-97 {
    width: 97%;
  }
  .wd-xxs-98 {
    width: 98%;
  }
  .wd-xxs-99 {
    width: 99%;
  }
  .wd-xxs-100 {
    width: 100%;
  }
  .wd-xxs-101 {
    width: 101%;
  }
  .wd-xxs-102 {
    width: 102%;
  }
  .wd-xxs-103 {
    width: 103%;
  }
  .wd-xxs-104 {
    width: 104%;
  }
  .wd-xxs-105 {
    width: 105%;
  }
  .wd-xxs-106 {
    width: 106%;
  }
  .wd-xxs-107 {
    width: 107%;
  }
  .wd-xxs-108 {
    width: 108%;
  }
  .wd-xxs-109 {
    width: 109%;
  }
  .wd-xxs-110 {
    width: 110%;
  }
  .wd-xxs-111 {
    width: 111%;
  }
  .wd-xxs-112 {
    width: 112%;
  }
  .wd-xxs-113 {
    width: 113%;
  }
  .wd-xxs-114 {
    width: 114%;
  }
  .wd-xxs-115 {
    width: 115%;
  }
  .wd-xxs-116 {
    width: 116%;
  }
  .wd-xxs-117 {
    width: 117%;
  }
  .wd-xxs-118 {
    width: 118%;
  }
  .wd-xxs-119 {
    width: 119%;
  }
  .wd-xxs-120 {
    width: 120%;
  }
  .wd-xxs-121 {
    width: 121%;
  }
  .wd-xxs-122 {
    width: 122%;
  }
  .wd-xxs-123 {
    width: 123%;
  }
  .wd-xxs-124 {
    width: 124%;
  }
  .wd-xxs-125 {
    width: 125%;
  }
  .wd-xxs-126 {
    width: 126%;
  }
  .wd-xxs-127 {
    width: 127%;
  }
  .wd-xxs-128 {
    width: 128%;
  }
  .wd-xxs-129 {
    width: 129%;
  }
  .wd-xxs-130 {
    width: 130%;
  }
  .wd-xxs-131 {
    width: 131%;
  }
  .wd-xxs-132 {
    width: 132%;
  }
  .wd-xxs-133 {
    width: 133%;
  }
  .wd-xxs-134 {
    width: 134%;
  }
  .wd-xxs-135 {
    width: 135%;
  }
  .wd-xxs-136 {
    width: 136%;
  }
  .wd-xxs-137 {
    width: 137%;
  }
  .wd-xxs-138 {
    width: 138%;
  }
  .wd-xxs-139 {
    width: 139%;
  }
  .wd-xxs-140 {
    width: 140%;
  }
  .wd-xxs-141 {
    width: 141%;
  }
  .wd-xxs-142 {
    width: 142%;
  }
  .wd-xxs-143 {
    width: 143%;
  }
  .wd-xxs-144 {
    width: 144%;
  }
  .wd-xxs-145 {
    width: 145%;
  }
  .wd-xxs-146 {
    width: 146%;
  }
  .wd-xxs-147 {
    width: 147%;
  }
  .wd-xxs-148 {
    width: 148%;
  }
  .wd-xxs-149 {
    width: 149%;
  }
  .wd-xxs-150 {
    width: 150%;
  }
  .wd-xxs-151 {
    width: 151%;
  }
  .wd-xxs-152 {
    width: 152%;
  }
  .wd-xxs-153 {
    width: 153%;
  }
  .wd-xxs-154 {
    width: 154%;
  }
  .wd-xxs-155 {
    width: 155%;
  }
  .wd-xxs-156 {
    width: 156%;
  }
  .wd-xxs-157 {
    width: 157%;
  }
  .wd-xxs-158 {
    width: 158%;
  }
  .wd-xxs-159 {
    width: 159%;
  }
  .wd-xxs-160 {
    width: 160%;
  }
  .wd-xxs-161 {
    width: 161%;
  }
  .wd-xxs-162 {
    width: 162%;
  }
  .wd-xxs-163 {
    width: 163%;
  }
  .wd-xxs-164 {
    width: 164%;
  }
  .wd-xxs-165 {
    width: 165%;
  }
  .wd-xxs-166 {
    width: 166%;
  }
  .wd-xxs-167 {
    width: 167%;
  }
  .wd-xxs-168 {
    width: 168%;
  }
  .wd-xxs-169 {
    width: 169%;
  }
  .wd-xxs-170 {
    width: 170%;
  }
  .wd-xxs-171 {
    width: 171%;
  }
  .wd-xxs-172 {
    width: 172%;
  }
  .wd-xxs-173 {
    width: 173%;
  }
  .wd-xxs-174 {
    width: 174%;
  }
  .wd-xxs-175 {
    width: 175%;
  }
  .wd-xxs-176 {
    width: 176%;
  }
  .wd-xxs-177 {
    width: 177%;
  }
  .wd-xxs-178 {
    width: 178%;
  }
  .wd-xxs-179 {
    width: 179%;
  }
  .wd-xxs-180 {
    width: 180%;
  }
  .wd-xxs-181 {
    width: 181%;
  }
  .wd-xxs-182 {
    width: 182%;
  }
  .wd-xxs-183 {
    width: 183%;
  }
  .wd-xxs-184 {
    width: 184%;
  }
  .wd-xxs-185 {
    width: 185%;
  }
  .wd-xxs-186 {
    width: 186%;
  }
  .wd-xxs-187 {
    width: 187%;
  }
  .wd-xxs-188 {
    width: 188%;
  }
  .wd-xxs-189 {
    width: 189%;
  }
  .wd-xxs-190 {
    width: 190%;
  }
  .wd-xxs-191 {
    width: 191%;
  }
  .wd-xxs-192 {
    width: 192%;
  }
  .wd-xxs-193 {
    width: 193%;
  }
  .wd-xxs-194 {
    width: 194%;
  }
  .wd-xxs-195 {
    width: 195%;
  }
  .wd-xxs-196 {
    width: 196%;
  }
  .wd-xxs-197 {
    width: 197%;
  }
  .wd-xxs-198 {
    width: 198%;
  }
  .wd-xxs-199 {
    width: 199%;
  }
  .wd-xxs-200 {
    width: 200%;
  }
  .wd-xxs-201 {
    width: 201%;
  }
  .wd-xxs-202 {
    width: 202%;
  }
  .wd-xxs-203 {
    width: 203%;
  }
  .wd-xxs-204 {
    width: 204%;
  }
  .wd-xxs-205 {
    width: 205%;
  }
  .wd-xxs-206 {
    width: 206%;
  }
  .wd-xxs-207 {
    width: 207%;
  }
  .wd-xxs-208 {
    width: 208%;
  }
  .wd-xxs-209 {
    width: 209%;
  }
  .wd-xxs-210 {
    width: 210%;
  }
  .wd-xxs-211 {
    width: 211%;
  }
  .wd-xxs-212 {
    width: 212%;
  }
  .wd-xxs-213 {
    width: 213%;
  }
  .wd-xxs-214 {
    width: 214%;
  }
  .wd-xxs-215 {
    width: 215%;
  }
  .wd-xxs-216 {
    width: 216%;
  }
  .wd-xxs-217 {
    width: 217%;
  }
  .wd-xxs-218 {
    width: 218%;
  }
  .wd-xxs-219 {
    width: 219%;
  }
  .wd-xxs-220 {
    width: 220%;
  }
  .wd-xxs-221 {
    width: 221%;
  }
  .wd-xxs-222 {
    width: 222%;
  }
  .wd-xxs-223 {
    width: 223%;
  }
  .wd-xxs-224 {
    width: 224%;
  }
  .wd-xxs-225 {
    width: 225%;
  }
  .wd-xxs-226 {
    width: 226%;
  }
  .wd-xxs-227 {
    width: 227%;
  }
  .wd-xxs-228 {
    width: 228%;
  }
  .wd-xxs-229 {
    width: 229%;
  }
  .wd-xxs-230 {
    width: 230%;
  }
  .wd-xxs-231 {
    width: 231%;
  }
  .wd-xxs-232 {
    width: 232%;
  }
  .wd-xxs-233 {
    width: 233%;
  }
  .wd-xxs-234 {
    width: 234%;
  }
  .wd-xxs-235 {
    width: 235%;
  }
  .wd-xxs-236 {
    width: 236%;
  }
  .wd-xxs-237 {
    width: 237%;
  }
  .wd-xxs-238 {
    width: 238%;
  }
  .wd-xxs-239 {
    width: 239%;
  }
  .wd-xxs-240 {
    width: 240%;
  }
  .wd-xxs-241 {
    width: 241%;
  }
  .wd-xxs-242 {
    width: 242%;
  }
  .wd-xxs-243 {
    width: 243%;
  }
  .wd-xxs-244 {
    width: 244%;
  }
  .wd-xxs-245 {
    width: 245%;
  }
  .wd-xxs-246 {
    width: 246%;
  }
  .wd-xxs-247 {
    width: 247%;
  }
  .wd-xxs-248 {
    width: 248%;
  }
  .wd-xxs-249 {
    width: 249%;
  }
  .wd-xxs-250 {
    width: 250%;
  }
  .wd-xxs-251 {
    width: 251%;
  }
  .wd-xxs-252 {
    width: 252%;
  }
  .wd-xxs-253 {
    width: 253%;
  }
  .wd-xxs-254 {
    width: 254%;
  }
  .wd-xxs-255 {
    width: 255%;
  }
  .wd-xxs-256 {
    width: 256%;
  }
  .wd-xxs-257 {
    width: 257%;
  }
  .wd-xxs-258 {
    width: 258%;
  }
  .wd-xxs-259 {
    width: 259%;
  }
  .wd-xxs-260 {
    width: 260%;
  }
  .wd-xxs-261 {
    width: 261%;
  }
  .wd-xxs-262 {
    width: 262%;
  }
  .wd-xxs-263 {
    width: 263%;
  }
  .wd-xxs-264 {
    width: 264%;
  }
  .wd-xxs-265 {
    width: 265%;
  }
  .wd-xxs-266 {
    width: 266%;
  }
  .wd-xxs-267 {
    width: 267%;
  }
  .wd-xxs-268 {
    width: 268%;
  }
  .wd-xxs-269 {
    width: 269%;
  }
  .wd-xxs-270 {
    width: 270%;
  }
  .wd-xxs-271 {
    width: 271%;
  }
  .wd-xxs-272 {
    width: 272%;
  }
  .wd-xxs-273 {
    width: 273%;
  }
  .wd-xxs-274 {
    width: 274%;
  }
  .wd-xxs-275 {
    width: 275%;
  }
  .wd-xxs-276 {
    width: 276%;
  }
  .wd-xxs-277 {
    width: 277%;
  }
  .wd-xxs-278 {
    width: 278%;
  }
  .wd-xxs-279 {
    width: 279%;
  }
  .wd-xxs-280 {
    width: 280%;
  }
  .wd-xxs-281 {
    width: 281%;
  }
  .wd-xxs-282 {
    width: 282%;
  }
  .wd-xxs-283 {
    width: 283%;
  }
  .wd-xxs-284 {
    width: 284%;
  }
  .wd-xxs-285 {
    width: 285%;
  }
  .wd-xxs-286 {
    width: 286%;
  }
  .wd-xxs-287 {
    width: 287%;
  }
  .wd-xxs-288 {
    width: 288%;
  }
  .wd-xxs-289 {
    width: 289%;
  }
  .wd-xxs-290 {
    width: 290%;
  }
  .wd-xxs-291 {
    width: 291%;
  }
  .wd-xxs-292 {
    width: 292%;
  }
  .wd-xxs-293 {
    width: 293%;
  }
  .wd-xxs-294 {
    width: 294%;
  }
  .wd-xxs-295 {
    width: 295%;
  }
  .wd-xxs-296 {
    width: 296%;
  }
  .wd-xxs-297 {
    width: 297%;
  }
  .wd-xxs-298 {
    width: 298%;
  }
  .wd-xxs-299 {
    width: 299%;
  }
  .wd-xxs-300 {
    width: 300%;
  }
  .wd-xxs-301 {
    width: 301%;
  }
  .wd-xxs-302 {
    width: 302%;
  }
  .wd-xxs-303 {
    width: 303%;
  }
  .wd-xxs-304 {
    width: 304%;
  }
  .wd-xxs-305 {
    width: 305%;
  }
  .wd-xxs-306 {
    width: 306%;
  }
  .wd-xxs-307 {
    width: 307%;
  }
  .wd-xxs-308 {
    width: 308%;
  }
  .wd-xxs-309 {
    width: 309%;
  }
  .wd-xxs-310 {
    width: 310%;
  }
  .wd-xxs-311 {
    width: 311%;
  }
  .wd-xxs-312 {
    width: 312%;
  }
  .wd-xxs-313 {
    width: 313%;
  }
  .wd-xxs-314 {
    width: 314%;
  }
  .wd-xxs-315 {
    width: 315%;
  }
  .wd-xxs-316 {
    width: 316%;
  }
  .wd-xxs-317 {
    width: 317%;
  }
  .wd-xxs-318 {
    width: 318%;
  }
  .wd-xxs-319 {
    width: 319%;
  }
  .wd-xxs-320 {
    width: 320%;
  }
  .wd-xxs-321 {
    width: 321%;
  }
  .wd-xxs-322 {
    width: 322%;
  }
  .wd-xxs-323 {
    width: 323%;
  }
  .wd-xxs-324 {
    width: 324%;
  }
  .wd-xxs-325 {
    width: 325%;
  }
  .wd-xxs-326 {
    width: 326%;
  }
  .wd-xxs-327 {
    width: 327%;
  }
  .wd-xxs-328 {
    width: 328%;
  }
  .wd-xxs-329 {
    width: 329%;
  }
  .wd-xxs-330 {
    width: 330%;
  }
  .wd-xxs-331 {
    width: 331%;
  }
  .wd-xxs-332 {
    width: 332%;
  }
  .wd-xxs-333 {
    width: 333%;
  }
  .wd-xxs-334 {
    width: 334%;
  }
  .wd-xxs-335 {
    width: 335%;
  }
  .wd-xxs-336 {
    width: 336%;
  }
  .wd-xxs-337 {
    width: 337%;
  }
  .wd-xxs-338 {
    width: 338%;
  }
  .wd-xxs-339 {
    width: 339%;
  }
  .wd-xxs-340 {
    width: 340%;
  }
  .wd-xxs-341 {
    width: 341%;
  }
  .wd-xxs-342 {
    width: 342%;
  }
  .wd-xxs-343 {
    width: 343%;
  }
  .wd-xxs-344 {
    width: 344%;
  }
  .wd-xxs-345 {
    width: 345%;
  }
  .wd-xxs-346 {
    width: 346%;
  }
  .wd-xxs-347 {
    width: 347%;
  }
  .wd-xxs-348 {
    width: 348%;
  }
  .wd-xxs-349 {
    width: 349%;
  }
  .wd-xxs-350 {
    width: 350%;
  }
  .wd-xxs-351 {
    width: 351%;
  }
  .wd-xxs-352 {
    width: 352%;
  }
  .wd-xxs-353 {
    width: 353%;
  }
  .wd-xxs-354 {
    width: 354%;
  }
  .wd-xxs-355 {
    width: 355%;
  }
  .wd-xxs-356 {
    width: 356%;
  }
  .wd-xxs-357 {
    width: 357%;
  }
  .wd-xxs-358 {
    width: 358%;
  }
  .wd-xxs-359 {
    width: 359%;
  }
  .wd-xxs-360 {
    width: 360%;
  }
  .wd-xxs-361 {
    width: 361%;
  }
  .wd-xxs-362 {
    width: 362%;
  }
  .wd-xxs-363 {
    width: 363%;
  }
  .wd-xxs-364 {
    width: 364%;
  }
  .wd-xxs-365 {
    width: 365%;
  }
  .wd-xxs-366 {
    width: 366%;
  }
  .wd-xxs-367 {
    width: 367%;
  }
  .wd-xxs-368 {
    width: 368%;
  }
  .wd-xxs-369 {
    width: 369%;
  }
  .wd-xxs-370 {
    width: 370%;
  }
  .wd-xxs-371 {
    width: 371%;
  }
  .wd-xxs-372 {
    width: 372%;
  }
  .wd-xxs-373 {
    width: 373%;
  }
  .wd-xxs-374 {
    width: 374%;
  }
  .wd-xxs-375 {
    width: 375%;
  }
  .wd-xxs-376 {
    width: 376%;
  }
  .wd-xxs-377 {
    width: 377%;
  }
  .wd-xxs-378 {
    width: 378%;
  }
  .wd-xxs-379 {
    width: 379%;
  }
  .wd-xxs-380 {
    width: 380%;
  }
  .wd-xxs-381 {
    width: 381%;
  }
  .wd-xxs-382 {
    width: 382%;
  }
  .wd-xxs-383 {
    width: 383%;
  }
  .wd-xxs-384 {
    width: 384%;
  }
  .wd-xxs-385 {
    width: 385%;
  }
  .wd-xxs-386 {
    width: 386%;
  }
  .wd-xxs-387 {
    width: 387%;
  }
  .wd-xxs-388 {
    width: 388%;
  }
  .wd-xxs-389 {
    width: 389%;
  }
  .wd-xxs-390 {
    width: 390%;
  }
  .wd-xxs-391 {
    width: 391%;
  }
  .wd-xxs-392 {
    width: 392%;
  }
  .wd-xxs-393 {
    width: 393%;
  }
  .wd-xxs-394 {
    width: 394%;
  }
  .wd-xxs-395 {
    width: 395%;
  }
  .wd-xxs-396 {
    width: 396%;
  }
  .wd-xxs-397 {
    width: 397%;
  }
  .wd-xxs-398 {
    width: 398%;
  }
  .wd-xxs-399 {
    width: 399%;
  }
  .wd-xxs-400 {
    width: 400%;
  }
  .wd-xxs-401 {
    width: 401%;
  }
  .wd-xxs-402 {
    width: 402%;
  }
  .wd-xxs-403 {
    width: 403%;
  }
  .wd-xxs-404 {
    width: 404%;
  }
  .wd-xxs-405 {
    width: 405%;
  }
  .wd-xxs-406 {
    width: 406%;
  }
  .wd-xxs-407 {
    width: 407%;
  }
  .wd-xxs-408 {
    width: 408%;
  }
  .wd-xxs-409 {
    width: 409%;
  }
  .wd-xxs-410 {
    width: 410%;
  }
  .wd-xxs-411 {
    width: 411%;
  }
  .wd-xxs-412 {
    width: 412%;
  }
  .wd-xxs-413 {
    width: 413%;
  }
  .wd-xxs-414 {
    width: 414%;
  }
  .wd-xxs-415 {
    width: 415%;
  }
  .wd-xxs-416 {
    width: 416%;
  }
  .wd-xxs-417 {
    width: 417%;
  }
  .wd-xxs-418 {
    width: 418%;
  }
  .wd-xxs-419 {
    width: 419%;
  }
  .wd-xxs-420 {
    width: 420%;
  }
  .wd-xxs-421 {
    width: 421%;
  }
  .wd-xxs-422 {
    width: 422%;
  }
  .wd-xxs-423 {
    width: 423%;
  }
  .wd-xxs-424 {
    width: 424%;
  }
  .wd-xxs-425 {
    width: 425%;
  }
  .wd-xxs-426 {
    width: 426%;
  }
  .wd-xxs-427 {
    width: 427%;
  }
  .wd-xxs-428 {
    width: 428%;
  }
  .wd-xxs-429 {
    width: 429%;
  }
  .wd-xxs-430 {
    width: 430%;
  }
  .wd-xxs-431 {
    width: 431%;
  }
  .wd-xxs-432 {
    width: 432%;
  }
  .wd-xxs-433 {
    width: 433%;
  }
  .wd-xxs-434 {
    width: 434%;
  }
  .wd-xxs-435 {
    width: 435%;
  }
  .wd-xxs-436 {
    width: 436%;
  }
  .wd-xxs-437 {
    width: 437%;
  }
  .wd-xxs-438 {
    width: 438%;
  }
  .wd-xxs-439 {
    width: 439%;
  }
  .wd-xxs-440 {
    width: 440%;
  }
  .wd-xxs-441 {
    width: 441%;
  }
  .wd-xxs-442 {
    width: 442%;
  }
  .wd-xxs-443 {
    width: 443%;
  }
  .wd-xxs-444 {
    width: 444%;
  }
  .wd-xxs-445 {
    width: 445%;
  }
  .wd-xxs-446 {
    width: 446%;
  }
  .wd-xxs-447 {
    width: 447%;
  }
  .wd-xxs-448 {
    width: 448%;
  }
  .wd-xxs-449 {
    width: 449%;
  }
  .wd-xxs-450 {
    width: 450%;
  }
  .wd-xxs-451 {
    width: 451%;
  }
  .wd-xxs-452 {
    width: 452%;
  }
  .wd-xxs-453 {
    width: 453%;
  }
  .wd-xxs-454 {
    width: 454%;
  }
  .wd-xxs-455 {
    width: 455%;
  }
  .wd-xxs-456 {
    width: 456%;
  }
  .wd-xxs-457 {
    width: 457%;
  }
  .wd-xxs-458 {
    width: 458%;
  }
  .wd-xxs-459 {
    width: 459%;
  }
  .wd-xxs-460 {
    width: 460%;
  }
  .wd-xxs-461 {
    width: 461%;
  }
  .wd-xxs-462 {
    width: 462%;
  }
  .wd-xxs-463 {
    width: 463%;
  }
  .wd-xxs-464 {
    width: 464%;
  }
  .wd-xxs-465 {
    width: 465%;
  }
  .wd-xxs-466 {
    width: 466%;
  }
  .wd-xxs-467 {
    width: 467%;
  }
  .wd-xxs-468 {
    width: 468%;
  }
  .wd-xxs-469 {
    width: 469%;
  }
  .wd-xxs-470 {
    width: 470%;
  }
  .wd-xxs-471 {
    width: 471%;
  }
  .wd-xxs-472 {
    width: 472%;
  }
  .wd-xxs-473 {
    width: 473%;
  }
  .wd-xxs-474 {
    width: 474%;
  }
  .wd-xxs-475 {
    width: 475%;
  }
  .wd-xxs-476 {
    width: 476%;
  }
  .wd-xxs-477 {
    width: 477%;
  }
  .wd-xxs-478 {
    width: 478%;
  }
  .wd-xxs-479 {
    width: 479%;
  }
  .wd-xxs-480 {
    width: 480%;
  }
  .wd-xxs-481 {
    width: 481%;
  }
  .wd-xxs-482 {
    width: 482%;
  }
  .wd-xxs-483 {
    width: 483%;
  }
  .wd-xxs-484 {
    width: 484%;
  }
  .wd-xxs-485 {
    width: 485%;
  }
  .wd-xxs-486 {
    width: 486%;
  }
  .wd-xxs-487 {
    width: 487%;
  }
  .wd-xxs-488 {
    width: 488%;
  }
  .wd-xxs-489 {
    width: 489%;
  }
  .wd-xxs-490 {
    width: 490%;
  }
  .wd-xxs-491 {
    width: 491%;
  }
  .wd-xxs-492 {
    width: 492%;
  }
  .wd-xxs-493 {
    width: 493%;
  }
  .wd-xxs-494 {
    width: 494%;
  }
  .wd-xxs-495 {
    width: 495%;
  }
  .wd-xxs-496 {
    width: 496%;
  }
  .wd-xxs-497 {
    width: 497%;
  }
  .wd-xxs-498 {
    width: 498%;
  }
  .wd-xxs-499 {
    width: 499%;
  }
  .wd-xxs-500 {
    width: 500%;
  }
  .wd-xxs-501 {
    width: 501%;
  }
  .wd-xxs-502 {
    width: 502%;
  }
  .wd-xxs-503 {
    width: 503%;
  }
  .wd-xxs-504 {
    width: 504%;
  }
  .wd-xxs-505 {
    width: 505%;
  }
  .wd-xxs-506 {
    width: 506%;
  }
  .wd-xxs-507 {
    width: 507%;
  }
  .wd-xxs-508 {
    width: 508%;
  }
  .wd-xxs-509 {
    width: 509%;
  }
  .wd-xxs-510 {
    width: 510%;
  }
  .wd-xxs-511 {
    width: 511%;
  }
  .wd-xxs-512 {
    width: 512%;
  }
  .wd-xxs-513 {
    width: 513%;
  }
  .wd-xxs-514 {
    width: 514%;
  }
  .wd-xxs-515 {
    width: 515%;
  }
  .wd-xxs-516 {
    width: 516%;
  }
  .wd-xxs-517 {
    width: 517%;
  }
  .wd-xxs-518 {
    width: 518%;
  }
  .wd-xxs-519 {
    width: 519%;
  }
  .wd-xxs-520 {
    width: 520%;
  }
  .wd-xxs-521 {
    width: 521%;
  }
  .wd-xxs-522 {
    width: 522%;
  }
  .wd-xxs-523 {
    width: 523%;
  }
  .wd-xxs-524 {
    width: 524%;
  }
  .wd-xxs-525 {
    width: 525%;
  }
  .wd-xxs-526 {
    width: 526%;
  }
  .wd-xxs-527 {
    width: 527%;
  }
  .wd-xxs-528 {
    width: 528%;
  }
  .wd-xxs-529 {
    width: 529%;
  }
  .wd-xxs-530 {
    width: 530%;
  }
  .wd-xxs-531 {
    width: 531%;
  }
  .wd-xxs-532 {
    width: 532%;
  }
  .wd-xxs-533 {
    width: 533%;
  }
  .wd-xxs-534 {
    width: 534%;
  }
  .wd-xxs-535 {
    width: 535%;
  }
  .wd-xxs-536 {
    width: 536%;
  }
  .wd-xxs-537 {
    width: 537%;
  }
  .wd-xxs-538 {
    width: 538%;
  }
  .wd-xxs-539 {
    width: 539%;
  }
  .wd-xxs-540 {
    width: 540%;
  }
  .wd-xxs-541 {
    width: 541%;
  }
  .wd-xxs-542 {
    width: 542%;
  }
  .wd-xxs-543 {
    width: 543%;
  }
  .wd-xxs-544 {
    width: 544%;
  }
  .wd-xxs-545 {
    width: 545%;
  }
  .wd-xxs-546 {
    width: 546%;
  }
  .wd-xxs-547 {
    width: 547%;
  }
  .wd-xxs-548 {
    width: 548%;
  }
  .wd-xxs-549 {
    width: 549%;
  }
  .wd-xxs-550 {
    width: 550%;
  }
  .wd-xxs-551 {
    width: 551%;
  }
  .wd-xxs-552 {
    width: 552%;
  }
  .wd-xxs-553 {
    width: 553%;
  }
  .wd-xxs-554 {
    width: 554%;
  }
  .wd-xxs-555 {
    width: 555%;
  }
  .wd-xxs-556 {
    width: 556%;
  }
  .wd-xxs-557 {
    width: 557%;
  }
  .wd-xxs-558 {
    width: 558%;
  }
  .wd-xxs-559 {
    width: 559%;
  }
  .wd-xxs-560 {
    width: 560%;
  }
  .wd-xxs-561 {
    width: 561%;
  }
  .wd-xxs-562 {
    width: 562%;
  }
  .wd-xxs-563 {
    width: 563%;
  }
  .wd-xxs-564 {
    width: 564%;
  }
  .wd-xxs-565 {
    width: 565%;
  }
  .wd-xxs-566 {
    width: 566%;
  }
  .wd-xxs-567 {
    width: 567%;
  }
  .wd-xxs-568 {
    width: 568%;
  }
  .wd-xxs-569 {
    width: 569%;
  }
  .wd-xxs-570 {
    width: 570%;
  }
  .wd-xxs-571 {
    width: 571%;
  }
  .wd-xxs-572 {
    width: 572%;
  }
  .wd-xxs-573 {
    width: 573%;
  }
  .wd-xxs-574 {
    width: 574%;
  }
  .wd-xxs-575 {
    width: 575%;
  }
  .wd-xxs-576 {
    width: 576%;
  }
  .wd-xxs-577 {
    width: 577%;
  }
  .wd-xxs-578 {
    width: 578%;
  }
  .wd-xxs-579 {
    width: 579%;
  }
  .wd-xxs-580 {
    width: 580%;
  }
  .wd-xxs-581 {
    width: 581%;
  }
  .wd-xxs-582 {
    width: 582%;
  }
  .wd-xxs-583 {
    width: 583%;
  }
  .wd-xxs-584 {
    width: 584%;
  }
  .wd-xxs-585 {
    width: 585%;
  }
  .wd-xxs-586 {
    width: 586%;
  }
  .wd-xxs-587 {
    width: 587%;
  }
  .wd-xxs-588 {
    width: 588%;
  }
  .wd-xxs-589 {
    width: 589%;
  }
  .wd-xxs-590 {
    width: 590%;
  }
  .wd-xxs-591 {
    width: 591%;
  }
  .wd-xxs-592 {
    width: 592%;
  }
  .wd-xxs-593 {
    width: 593%;
  }
  .wd-xxs-594 {
    width: 594%;
  }
  .wd-xxs-595 {
    width: 595%;
  }
  .wd-xxs-596 {
    width: 596%;
  }
  .wd-xxs-597 {
    width: 597%;
  }
  .wd-xxs-598 {
    width: 598%;
  }
  .wd-xxs-599 {
    width: 599%;
  }
  .wd-xxs-600 {
    width: 600%;
  }
  .wd-xxs-601 {
    width: 601%;
  }
  .wd-xxs-602 {
    width: 602%;
  }
  .wd-xxs-603 {
    width: 603%;
  }
  .wd-xxs-604 {
    width: 604%;
  }
  .wd-xxs-605 {
    width: 605%;
  }
  .wd-xxs-606 {
    width: 606%;
  }
  .wd-xxs-607 {
    width: 607%;
  }
  .wd-xxs-608 {
    width: 608%;
  }
  .wd-xxs-609 {
    width: 609%;
  }
  .wd-xxs-610 {
    width: 610%;
  }
  .wd-xxs-611 {
    width: 611%;
  }
  .wd-xxs-612 {
    width: 612%;
  }
  .wd-xxs-613 {
    width: 613%;
  }
  .wd-xxs-614 {
    width: 614%;
  }
  .wd-xxs-615 {
    width: 615%;
  }
  .wd-xxs-616 {
    width: 616%;
  }
  .wd-xxs-617 {
    width: 617%;
  }
  .wd-xxs-618 {
    width: 618%;
  }
  .wd-xxs-619 {
    width: 619%;
  }
  .wd-xxs-620 {
    width: 620%;
  }
  .wd-xxs-621 {
    width: 621%;
  }
  .wd-xxs-622 {
    width: 622%;
  }
  .wd-xxs-623 {
    width: 623%;
  }
  .wd-xxs-624 {
    width: 624%;
  }
  .wd-xxs-625 {
    width: 625%;
  }
  .wd-xxs-626 {
    width: 626%;
  }
  .wd-xxs-627 {
    width: 627%;
  }
  .wd-xxs-628 {
    width: 628%;
  }
  .wd-xxs-629 {
    width: 629%;
  }
  .wd-xxs-630 {
    width: 630%;
  }
  .wd-xxs-631 {
    width: 631%;
  }
  .wd-xxs-632 {
    width: 632%;
  }
  .wd-xxs-633 {
    width: 633%;
  }
  .wd-xxs-634 {
    width: 634%;
  }
  .wd-xxs-635 {
    width: 635%;
  }
  .wd-xxs-636 {
    width: 636%;
  }
  .wd-xxs-637 {
    width: 637%;
  }
  .wd-xxs-638 {
    width: 638%;
  }
  .wd-xxs-639 {
    width: 639%;
  }
  .wd-xxs-640 {
    width: 640%;
  }
  .wd-xxs-641 {
    width: 641%;
  }
  .wd-xxs-642 {
    width: 642%;
  }
  .wd-xxs-643 {
    width: 643%;
  }
  .wd-xxs-644 {
    width: 644%;
  }
  .wd-xxs-645 {
    width: 645%;
  }
  .wd-xxs-646 {
    width: 646%;
  }
  .wd-xxs-647 {
    width: 647%;
  }
  .wd-xxs-648 {
    width: 648%;
  }
  .wd-xxs-649 {
    width: 649%;
  }
  .wd-xxs-650 {
    width: 650%;
  }
  .wd-xxs-651 {
    width: 651%;
  }
  .wd-xxs-652 {
    width: 652%;
  }
  .wd-xxs-653 {
    width: 653%;
  }
  .wd-xxs-654 {
    width: 654%;
  }
  .wd-xxs-655 {
    width: 655%;
  }
  .wd-xxs-656 {
    width: 656%;
  }
  .wd-xxs-657 {
    width: 657%;
  }
  .wd-xxs-658 {
    width: 658%;
  }
  .wd-xxs-659 {
    width: 659%;
  }
  .wd-xxs-660 {
    width: 660%;
  }
  .wd-xxs-661 {
    width: 661%;
  }
  .wd-xxs-662 {
    width: 662%;
  }
  .wd-xxs-663 {
    width: 663%;
  }
  .wd-xxs-664 {
    width: 664%;
  }
  .wd-xxs-665 {
    width: 665%;
  }
  .wd-xxs-666 {
    width: 666%;
  }
  .wd-xxs-667 {
    width: 667%;
  }
  .wd-xxs-668 {
    width: 668%;
  }
  .wd-xxs-669 {
    width: 669%;
  }
  .wd-xxs-670 {
    width: 670%;
  }
  .wd-xxs-671 {
    width: 671%;
  }
  .wd-xxs-672 {
    width: 672%;
  }
  .wd-xxs-673 {
    width: 673%;
  }
  .wd-xxs-674 {
    width: 674%;
  }
  .wd-xxs-675 {
    width: 675%;
  }
  .wd-xxs-676 {
    width: 676%;
  }
  .wd-xxs-677 {
    width: 677%;
  }
  .wd-xxs-678 {
    width: 678%;
  }
  .wd-xxs-679 {
    width: 679%;
  }
  .wd-xxs-680 {
    width: 680%;
  }
  .wd-xxs-681 {
    width: 681%;
  }
  .wd-xxs-682 {
    width: 682%;
  }
  .wd-xxs-683 {
    width: 683%;
  }
  .wd-xxs-684 {
    width: 684%;
  }
  .wd-xxs-685 {
    width: 685%;
  }
  .wd-xxs-686 {
    width: 686%;
  }
  .wd-xxs-687 {
    width: 687%;
  }
  .wd-xxs-688 {
    width: 688%;
  }
  .wd-xxs-689 {
    width: 689%;
  }
  .wd-xxs-690 {
    width: 690%;
  }
  .wd-xxs-691 {
    width: 691%;
  }
  .wd-xxs-692 {
    width: 692%;
  }
  .wd-xxs-693 {
    width: 693%;
  }
  .wd-xxs-694 {
    width: 694%;
  }
  .wd-xxs-695 {
    width: 695%;
  }
  .wd-xxs-696 {
    width: 696%;
  }
  .wd-xxs-697 {
    width: 697%;
  }
  .wd-xxs-698 {
    width: 698%;
  }
  .wd-xxs-699 {
    width: 699%;
  }
  .wd-xxs-700 {
    width: 700%;
  }
  .wd-xxs-701 {
    width: 701%;
  }
  .wd-xxs-702 {
    width: 702%;
  }
  .wd-xxs-703 {
    width: 703%;
  }
  .wd-xxs-704 {
    width: 704%;
  }
  .wd-xxs-705 {
    width: 705%;
  }
  .wd-xxs-706 {
    width: 706%;
  }
  .wd-xxs-707 {
    width: 707%;
  }
  .wd-xxs-708 {
    width: 708%;
  }
  .wd-xxs-709 {
    width: 709%;
  }
  .wd-xxs-710 {
    width: 710%;
  }
  .wd-xxs-711 {
    width: 711%;
  }
  .wd-xxs-712 {
    width: 712%;
  }
  .wd-xxs-713 {
    width: 713%;
  }
  .wd-xxs-714 {
    width: 714%;
  }
  .wd-xxs-715 {
    width: 715%;
  }
  .wd-xxs-716 {
    width: 716%;
  }
  .wd-xxs-717 {
    width: 717%;
  }
  .wd-xxs-718 {
    width: 718%;
  }
  .wd-xxs-719 {
    width: 719%;
  }
  .wd-xxs-720 {
    width: 720%;
  }
  .wd-xxs-721 {
    width: 721%;
  }
  .wd-xxs-722 {
    width: 722%;
  }
  .wd-xxs-723 {
    width: 723%;
  }
  .wd-xxs-724 {
    width: 724%;
  }
  .wd-xxs-725 {
    width: 725%;
  }
  .wd-xxs-726 {
    width: 726%;
  }
  .wd-xxs-727 {
    width: 727%;
  }
  .wd-xxs-728 {
    width: 728%;
  }
  .wd-xxs-729 {
    width: 729%;
  }
  .wd-xxs-730 {
    width: 730%;
  }
  .wd-xxs-731 {
    width: 731%;
  }
  .wd-xxs-732 {
    width: 732%;
  }
  .wd-xxs-733 {
    width: 733%;
  }
  .wd-xxs-734 {
    width: 734%;
  }
  .wd-xxs-735 {
    width: 735%;
  }
  .wd-xxs-736 {
    width: 736%;
  }
  .wd-xxs-737 {
    width: 737%;
  }
  .wd-xxs-738 {
    width: 738%;
  }
  .wd-xxs-739 {
    width: 739%;
  }
  .wd-xxs-740 {
    width: 740%;
  }
  .wd-xxs-741 {
    width: 741%;
  }
  .wd-xxs-742 {
    width: 742%;
  }
  .wd-xxs-743 {
    width: 743%;
  }
  .wd-xxs-744 {
    width: 744%;
  }
  .wd-xxs-745 {
    width: 745%;
  }
  .wd-xxs-746 {
    width: 746%;
  }
  .wd-xxs-747 {
    width: 747%;
  }
  .wd-xxs-748 {
    width: 748%;
  }
  .wd-xxs-749 {
    width: 749%;
  }
  .wd-xxs-750 {
    width: 750%;
  }
  .wd-xxs-751 {
    width: 751%;
  }
  .wd-xxs-752 {
    width: 752%;
  }
  .wd-xxs-753 {
    width: 753%;
  }
  .wd-xxs-754 {
    width: 754%;
  }
  .wd-xxs-755 {
    width: 755%;
  }
  .wd-xxs-756 {
    width: 756%;
  }
  .wd-xxs-757 {
    width: 757%;
  }
  .wd-xxs-758 {
    width: 758%;
  }
  .wd-xxs-759 {
    width: 759%;
  }
  .wd-xxs-760 {
    width: 760%;
  }
  .wd-xxs-761 {
    width: 761%;
  }
  .wd-xxs-762 {
    width: 762%;
  }
  .wd-xxs-763 {
    width: 763%;
  }
  .wd-xxs-764 {
    width: 764%;
  }
  .wd-xxs-765 {
    width: 765%;
  }
  .wd-xxs-766 {
    width: 766%;
  }
  .wd-xxs-767 {
    width: 767%;
  }
  .wd-xxs-768 {
    width: 768%;
  }
  .wd-xxs-769 {
    width: 769%;
  }
  .wd-xxs-770 {
    width: 770%;
  }
  .wd-xxs-771 {
    width: 771%;
  }
  .wd-xxs-772 {
    width: 772%;
  }
  .wd-xxs-773 {
    width: 773%;
  }
  .wd-xxs-774 {
    width: 774%;
  }
  .wd-xxs-775 {
    width: 775%;
  }
  .wd-xxs-776 {
    width: 776%;
  }
  .wd-xxs-777 {
    width: 777%;
  }
  .wd-xxs-778 {
    width: 778%;
  }
  .wd-xxs-779 {
    width: 779%;
  }
  .wd-xxs-780 {
    width: 780%;
  }
  .wd-xxs-781 {
    width: 781%;
  }
  .wd-xxs-782 {
    width: 782%;
  }
  .wd-xxs-783 {
    width: 783%;
  }
  .wd-xxs-784 {
    width: 784%;
  }
  .wd-xxs-785 {
    width: 785%;
  }
  .wd-xxs-786 {
    width: 786%;
  }
  .wd-xxs-787 {
    width: 787%;
  }
  .wd-xxs-788 {
    width: 788%;
  }
  .wd-xxs-789 {
    width: 789%;
  }
  .wd-xxs-790 {
    width: 790%;
  }
  .wd-xxs-791 {
    width: 791%;
  }
  .wd-xxs-792 {
    width: 792%;
  }
  .wd-xxs-793 {
    width: 793%;
  }
  .wd-xxs-794 {
    width: 794%;
  }
  .wd-xxs-795 {
    width: 795%;
  }
  .wd-xxs-796 {
    width: 796%;
  }
  .wd-xxs-797 {
    width: 797%;
  }
  .wd-xxs-798 {
    width: 798%;
  }
  .wd-xxs-799 {
    width: 799%;
  }
  .wd-xxs-800 {
    width: 800%;
  }
  .wd-xxs-801 {
    width: 801%;
  }
  .wd-xxs-802 {
    width: 802%;
  }
  .wd-xxs-803 {
    width: 803%;
  }
  .wd-xxs-804 {
    width: 804%;
  }
  .wd-xxs-805 {
    width: 805%;
  }
  .wd-xxs-806 {
    width: 806%;
  }
  .wd-xxs-807 {
    width: 807%;
  }
  .wd-xxs-808 {
    width: 808%;
  }
  .wd-xxs-809 {
    width: 809%;
  }
  .wd-xxs-810 {
    width: 810%;
  }
  .wd-xxs-811 {
    width: 811%;
  }
  .wd-xxs-812 {
    width: 812%;
  }
  .wd-xxs-813 {
    width: 813%;
  }
  .wd-xxs-814 {
    width: 814%;
  }
  .wd-xxs-815 {
    width: 815%;
  }
  .wd-xxs-816 {
    width: 816%;
  }
  .wd-xxs-817 {
    width: 817%;
  }
  .wd-xxs-818 {
    width: 818%;
  }
  .wd-xxs-819 {
    width: 819%;
  }
  .wd-xxs-820 {
    width: 820%;
  }
  .wd-xxs-821 {
    width: 821%;
  }
  .wd-xxs-822 {
    width: 822%;
  }
  .wd-xxs-823 {
    width: 823%;
  }
  .wd-xxs-824 {
    width: 824%;
  }
  .wd-xxs-825 {
    width: 825%;
  }
  .wd-xxs-826 {
    width: 826%;
  }
  .wd-xxs-827 {
    width: 827%;
  }
  .wd-xxs-828 {
    width: 828%;
  }
  .wd-xxs-829 {
    width: 829%;
  }
  .wd-xxs-830 {
    width: 830%;
  }
  .wd-xxs-831 {
    width: 831%;
  }
  .wd-xxs-832 {
    width: 832%;
  }
  .wd-xxs-833 {
    width: 833%;
  }
  .wd-xxs-834 {
    width: 834%;
  }
  .wd-xxs-835 {
    width: 835%;
  }
  .wd-xxs-836 {
    width: 836%;
  }
  .wd-xxs-837 {
    width: 837%;
  }
  .wd-xxs-838 {
    width: 838%;
  }
  .wd-xxs-839 {
    width: 839%;
  }
  .wd-xxs-840 {
    width: 840%;
  }
  .wd-xxs-841 {
    width: 841%;
  }
  .wd-xxs-842 {
    width: 842%;
  }
  .wd-xxs-843 {
    width: 843%;
  }
  .wd-xxs-844 {
    width: 844%;
  }
  .wd-xxs-845 {
    width: 845%;
  }
  .wd-xxs-846 {
    width: 846%;
  }
  .wd-xxs-847 {
    width: 847%;
  }
  .wd-xxs-848 {
    width: 848%;
  }
  .wd-xxs-849 {
    width: 849%;
  }
  .wd-xxs-850 {
    width: 850%;
  }
  .wd-xxs-851 {
    width: 851%;
  }
  .wd-xxs-852 {
    width: 852%;
  }
  .wd-xxs-853 {
    width: 853%;
  }
  .wd-xxs-854 {
    width: 854%;
  }
  .wd-xxs-855 {
    width: 855%;
  }
  .wd-xxs-856 {
    width: 856%;
  }
  .wd-xxs-857 {
    width: 857%;
  }
  .wd-xxs-858 {
    width: 858%;
  }
  .wd-xxs-859 {
    width: 859%;
  }
  .wd-xxs-860 {
    width: 860%;
  }
  .wd-xxs-861 {
    width: 861%;
  }
  .wd-xxs-862 {
    width: 862%;
  }
  .wd-xxs-863 {
    width: 863%;
  }
  .wd-xxs-864 {
    width: 864%;
  }
  .wd-xxs-865 {
    width: 865%;
  }
  .wd-xxs-866 {
    width: 866%;
  }
  .wd-xxs-867 {
    width: 867%;
  }
  .wd-xxs-868 {
    width: 868%;
  }
  .wd-xxs-869 {
    width: 869%;
  }
  .wd-xxs-870 {
    width: 870%;
  }
  .wd-xxs-871 {
    width: 871%;
  }
  .wd-xxs-872 {
    width: 872%;
  }
  .wd-xxs-873 {
    width: 873%;
  }
  .wd-xxs-874 {
    width: 874%;
  }
  .wd-xxs-875 {
    width: 875%;
  }
  .wd-xxs-876 {
    width: 876%;
  }
  .wd-xxs-877 {
    width: 877%;
  }
  .wd-xxs-878 {
    width: 878%;
  }
  .wd-xxs-879 {
    width: 879%;
  }
  .wd-xxs-880 {
    width: 880%;
  }
  .wd-xxs-881 {
    width: 881%;
  }
  .wd-xxs-882 {
    width: 882%;
  }
  .wd-xxs-883 {
    width: 883%;
  }
  .wd-xxs-884 {
    width: 884%;
  }
  .wd-xxs-885 {
    width: 885%;
  }
  .wd-xxs-886 {
    width: 886%;
  }
  .wd-xxs-887 {
    width: 887%;
  }
  .wd-xxs-888 {
    width: 888%;
  }
  .wd-xxs-889 {
    width: 889%;
  }
  .wd-xxs-890 {
    width: 890%;
  }
  .wd-xxs-891 {
    width: 891%;
  }
  .wd-xxs-892 {
    width: 892%;
  }
  .wd-xxs-893 {
    width: 893%;
  }
  .wd-xxs-894 {
    width: 894%;
  }
  .wd-xxs-895 {
    width: 895%;
  }
  .wd-xxs-896 {
    width: 896%;
  }
  .wd-xxs-897 {
    width: 897%;
  }
  .wd-xxs-898 {
    width: 898%;
  }
  .wd-xxs-899 {
    width: 899%;
  }
  .wd-xxs-900 {
    width: 900%;
  }
  .wd-xxs-901 {
    width: 901%;
  }
  .wd-xxs-902 {
    width: 902%;
  }
  .wd-xxs-903 {
    width: 903%;
  }
  .wd-xxs-904 {
    width: 904%;
  }
  .wd-xxs-905 {
    width: 905%;
  }
  .wd-xxs-906 {
    width: 906%;
  }
  .wd-xxs-907 {
    width: 907%;
  }
  .wd-xxs-908 {
    width: 908%;
  }
  .wd-xxs-909 {
    width: 909%;
  }
  .wd-xxs-910 {
    width: 910%;
  }
  .wd-xxs-911 {
    width: 911%;
  }
  .wd-xxs-912 {
    width: 912%;
  }
  .wd-xxs-913 {
    width: 913%;
  }
  .wd-xxs-914 {
    width: 914%;
  }
  .wd-xxs-915 {
    width: 915%;
  }
  .wd-xxs-916 {
    width: 916%;
  }
  .wd-xxs-917 {
    width: 917%;
  }
  .wd-xxs-918 {
    width: 918%;
  }
  .wd-xxs-919 {
    width: 919%;
  }
  .wd-xxs-920 {
    width: 920%;
  }
  .wd-xxs-921 {
    width: 921%;
  }
  .wd-xxs-922 {
    width: 922%;
  }
  .wd-xxs-923 {
    width: 923%;
  }
  .wd-xxs-924 {
    width: 924%;
  }
  .wd-xxs-925 {
    width: 925%;
  }
  .wd-xxs-926 {
    width: 926%;
  }
  .wd-xxs-927 {
    width: 927%;
  }
  .wd-xxs-928 {
    width: 928%;
  }
  .wd-xxs-929 {
    width: 929%;
  }
  .wd-xxs-930 {
    width: 930%;
  }
  .wd-xxs-931 {
    width: 931%;
  }
  .wd-xxs-932 {
    width: 932%;
  }
  .wd-xxs-933 {
    width: 933%;
  }
  .wd-xxs-934 {
    width: 934%;
  }
  .wd-xxs-935 {
    width: 935%;
  }
  .wd-xxs-936 {
    width: 936%;
  }
  .wd-xxs-937 {
    width: 937%;
  }
  .wd-xxs-938 {
    width: 938%;
  }
  .wd-xxs-939 {
    width: 939%;
  }
  .wd-xxs-940 {
    width: 940%;
  }
  .wd-xxs-941 {
    width: 941%;
  }
  .wd-xxs-942 {
    width: 942%;
  }
  .wd-xxs-943 {
    width: 943%;
  }
  .wd-xxs-944 {
    width: 944%;
  }
  .wd-xxs-945 {
    width: 945%;
  }
  .wd-xxs-946 {
    width: 946%;
  }
  .wd-xxs-947 {
    width: 947%;
  }
  .wd-xxs-948 {
    width: 948%;
  }
  .wd-xxs-949 {
    width: 949%;
  }
  .wd-xxs-950 {
    width: 950%;
  }
  .wd-xxs-951 {
    width: 951%;
  }
  .wd-xxs-952 {
    width: 952%;
  }
  .wd-xxs-953 {
    width: 953%;
  }
  .wd-xxs-954 {
    width: 954%;
  }
  .wd-xxs-955 {
    width: 955%;
  }
  .wd-xxs-956 {
    width: 956%;
  }
  .wd-xxs-957 {
    width: 957%;
  }
  .wd-xxs-958 {
    width: 958%;
  }
  .wd-xxs-959 {
    width: 959%;
  }
  .wd-xxs-960 {
    width: 960%;
  }
  .wd-xxs-961 {
    width: 961%;
  }
  .wd-xxs-962 {
    width: 962%;
  }
  .wd-xxs-963 {
    width: 963%;
  }
  .wd-xxs-964 {
    width: 964%;
  }
  .wd-xxs-965 {
    width: 965%;
  }
  .wd-xxs-966 {
    width: 966%;
  }
  .wd-xxs-967 {
    width: 967%;
  }
  .wd-xxs-968 {
    width: 968%;
  }
  .wd-xxs-969 {
    width: 969%;
  }
  .wd-xxs-970 {
    width: 970%;
  }
  .wd-xxs-971 {
    width: 971%;
  }
  .wd-xxs-972 {
    width: 972%;
  }
  .wd-xxs-973 {
    width: 973%;
  }
  .wd-xxs-974 {
    width: 974%;
  }
  .wd-xxs-975 {
    width: 975%;
  }
  .wd-xxs-976 {
    width: 976%;
  }
  .wd-xxs-977 {
    width: 977%;
  }
  .wd-xxs-978 {
    width: 978%;
  }
  .wd-xxs-979 {
    width: 979%;
  }
  .wd-xxs-980 {
    width: 980%;
  }
  .wd-xxs-981 {
    width: 981%;
  }
  .wd-xxs-982 {
    width: 982%;
  }
  .wd-xxs-983 {
    width: 983%;
  }
  .wd-xxs-984 {
    width: 984%;
  }
  .wd-xxs-985 {
    width: 985%;
  }
  .wd-xxs-986 {
    width: 986%;
  }
  .wd-xxs-987 {
    width: 987%;
  }
  .wd-xxs-988 {
    width: 988%;
  }
  .wd-xxs-989 {
    width: 989%;
  }
  .wd-xxs-990 {
    width: 990%;
  }
  .wd-xxs-991 {
    width: 991%;
  }
  .wd-xxs-992 {
    width: 992%;
  }
  .wd-xxs-993 {
    width: 993%;
  }
  .wd-xxs-994 {
    width: 994%;
  }
  .wd-xxs-995 {
    width: 995%;
  }
  .wd-xxs-996 {
    width: 996%;
  }
  .wd-xxs-997 {
    width: 997%;
  }
  .wd-xxs-998 {
    width: 998%;
  }
  .wd-xxs-999 {
    width: 999%;
  }
  .wd-xxs-1000 {
    width: 1000%;
  }
}
@media (min-width: 301px) {
  .wd-mini-5 {
    width: 5%;
  }
  .wd-mini-10 {
    width: 10%;
  }
  .wd-mini-11 {
    width: 11%;
  }
  .wd-mini-12 {
    width: 12%;
  }
  .wd-mini-13 {
    width: 13%;
  }
  .wd-mini-14 {
    width: 14%;
  }
  .wd-mini-15 {
    width: 15%;
  }
  .wd-mini-16 {
    width: 16%;
  }
  .wd-mini-17 {
    width: 17%;
  }
  .wd-mini-18 {
    width: 18%;
  }
  .wd-mini-19 {
    width: 19%;
  }
  .wd-mini-20 {
    width: 20%;
  }
  .wd-mini-21 {
    width: 21%;
  }
  .wd-mini-22 {
    width: 22%;
  }
  .wd-mini-23 {
    width: 23%;
  }
  .wd-mini-24 {
    width: 24%;
  }
  .wd-mini-25 {
    width: 25%;
  }
  .wd-mini-26 {
    width: 26%;
  }
  .wd-mini-27 {
    width: 27%;
  }
  .wd-mini-28 {
    width: 28%;
  }
  .wd-mini-29 {
    width: 29%;
  }
  .wd-mini-30 {
    width: 30%;
  }
  .wd-mini-31 {
    width: 31%;
  }
  .wd-mini-32 {
    width: 32%;
  }
  .wd-mini-33 {
    width: 33%;
  }
  .wd-mini-34 {
    width: 34%;
  }
  .wd-mini-35 {
    width: 35%;
  }
  .wd-mini-36 {
    width: 36%;
  }
  .wd-mini-37 {
    width: 37%;
  }
  .wd-mini-38 {
    width: 38%;
  }
  .wd-mini-39 {
    width: 39%;
  }
  .wd-mini-40 {
    width: 40%;
  }
  .wd-mini-41 {
    width: 41%;
  }
  .wd-mini-42 {
    width: 42%;
  }
  .wd-mini-43 {
    width: 43%;
  }
  .wd-mini-44 {
    width: 44%;
  }
  .wd-mini-45 {
    width: 45%;
  }
  .wd-mini-46 {
    width: 46%;
  }
  .wd-mini-47 {
    width: 47%;
  }
  .wd-mini-48 {
    width: 48%;
  }
  .wd-mini-49 {
    width: 49%;
  }
  .wd-mini-50 {
    width: 50%;
  }
  .wd-mini-51 {
    width: 51%;
  }
  .wd-mini-52 {
    width: 52%;
  }
  .wd-mini-53 {
    width: 53%;
  }
  .wd-mini-54 {
    width: 54%;
  }
  .wd-mini-55 {
    width: 55%;
  }
  .wd-mini-56 {
    width: 56%;
  }
  .wd-mini-57 {
    width: 57%;
  }
  .wd-mini-58 {
    width: 58%;
  }
  .wd-mini-59 {
    width: 59%;
  }
  .wd-mini-60 {
    width: 60%;
  }
  .wd-mini-61 {
    width: 61%;
  }
  .wd-mini-62 {
    width: 62%;
  }
  .wd-mini-63 {
    width: 63%;
  }
  .wd-mini-64 {
    width: 64%;
  }
  .wd-mini-65 {
    width: 65%;
  }
  .wd-mini-66 {
    width: 66%;
  }
  .wd-mini-67 {
    width: 67%;
  }
  .wd-mini-68 {
    width: 68%;
  }
  .wd-mini-69 {
    width: 69%;
  }
  .wd-mini-70 {
    width: 70%;
  }
  .wd-mini-71 {
    width: 71%;
  }
  .wd-mini-72 {
    width: 72%;
  }
  .wd-mini-73 {
    width: 73%;
  }
  .wd-mini-74 {
    width: 74%;
  }
  .wd-mini-75 {
    width: 75%;
  }
  .wd-mini-76 {
    width: 76%;
  }
  .wd-mini-77 {
    width: 77%;
  }
  .wd-mini-78 {
    width: 78%;
  }
  .wd-mini-79 {
    width: 79%;
  }
  .wd-mini-80 {
    width: 80%;
  }
  .wd-mini-81 {
    width: 81%;
  }
  .wd-mini-82 {
    width: 82%;
  }
  .wd-mini-83 {
    width: 83%;
  }
  .wd-mini-84 {
    width: 84%;
  }
  .wd-mini-85 {
    width: 85%;
  }
  .wd-mini-86 {
    width: 86%;
  }
  .wd-mini-87 {
    width: 87%;
  }
  .wd-mini-88 {
    width: 88%;
  }
  .wd-mini-89 {
    width: 89%;
  }
  .wd-mini-90 {
    width: 90%;
  }
  .wd-mini-91 {
    width: 91%;
  }
  .wd-mini-92 {
    width: 92%;
  }
  .wd-mini-93 {
    width: 93%;
  }
  .wd-mini-94 {
    width: 94%;
  }
  .wd-mini-95 {
    width: 95%;
  }
  .wd-mini-96 {
    width: 96%;
  }
  .wd-mini-97 {
    width: 97%;
  }
  .wd-mini-98 {
    width: 98%;
  }
  .wd-mini-99 {
    width: 99%;
  }
  .wd-mini-100 {
    width: 100%;
  }
  .wd-mini-101 {
    width: 101%;
  }
  .wd-mini-102 {
    width: 102%;
  }
  .wd-mini-103 {
    width: 103%;
  }
  .wd-mini-104 {
    width: 104%;
  }
  .wd-mini-105 {
    width: 105%;
  }
  .wd-mini-106 {
    width: 106%;
  }
  .wd-mini-107 {
    width: 107%;
  }
  .wd-mini-108 {
    width: 108%;
  }
  .wd-mini-109 {
    width: 109%;
  }
  .wd-mini-110 {
    width: 110%;
  }
  .wd-mini-111 {
    width: 111%;
  }
  .wd-mini-112 {
    width: 112%;
  }
  .wd-mini-113 {
    width: 113%;
  }
  .wd-mini-114 {
    width: 114%;
  }
  .wd-mini-115 {
    width: 115%;
  }
  .wd-mini-116 {
    width: 116%;
  }
  .wd-mini-117 {
    width: 117%;
  }
  .wd-mini-118 {
    width: 118%;
  }
  .wd-mini-119 {
    width: 119%;
  }
  .wd-mini-120 {
    width: 120%;
  }
  .wd-mini-121 {
    width: 121%;
  }
  .wd-mini-122 {
    width: 122%;
  }
  .wd-mini-123 {
    width: 123%;
  }
  .wd-mini-124 {
    width: 124%;
  }
  .wd-mini-125 {
    width: 125%;
  }
  .wd-mini-126 {
    width: 126%;
  }
  .wd-mini-127 {
    width: 127%;
  }
  .wd-mini-128 {
    width: 128%;
  }
  .wd-mini-129 {
    width: 129%;
  }
  .wd-mini-130 {
    width: 130%;
  }
  .wd-mini-131 {
    width: 131%;
  }
  .wd-mini-132 {
    width: 132%;
  }
  .wd-mini-133 {
    width: 133%;
  }
  .wd-mini-134 {
    width: 134%;
  }
  .wd-mini-135 {
    width: 135%;
  }
  .wd-mini-136 {
    width: 136%;
  }
  .wd-mini-137 {
    width: 137%;
  }
  .wd-mini-138 {
    width: 138%;
  }
  .wd-mini-139 {
    width: 139%;
  }
  .wd-mini-140 {
    width: 140%;
  }
  .wd-mini-141 {
    width: 141%;
  }
  .wd-mini-142 {
    width: 142%;
  }
  .wd-mini-143 {
    width: 143%;
  }
  .wd-mini-144 {
    width: 144%;
  }
  .wd-mini-145 {
    width: 145%;
  }
  .wd-mini-146 {
    width: 146%;
  }
  .wd-mini-147 {
    width: 147%;
  }
  .wd-mini-148 {
    width: 148%;
  }
  .wd-mini-149 {
    width: 149%;
  }
  .wd-mini-150 {
    width: 150%;
  }
  .wd-mini-151 {
    width: 151%;
  }
  .wd-mini-152 {
    width: 152%;
  }
  .wd-mini-153 {
    width: 153%;
  }
  .wd-mini-154 {
    width: 154%;
  }
  .wd-mini-155 {
    width: 155%;
  }
  .wd-mini-156 {
    width: 156%;
  }
  .wd-mini-157 {
    width: 157%;
  }
  .wd-mini-158 {
    width: 158%;
  }
  .wd-mini-159 {
    width: 159%;
  }
  .wd-mini-160 {
    width: 160%;
  }
  .wd-mini-161 {
    width: 161%;
  }
  .wd-mini-162 {
    width: 162%;
  }
  .wd-mini-163 {
    width: 163%;
  }
  .wd-mini-164 {
    width: 164%;
  }
  .wd-mini-165 {
    width: 165%;
  }
  .wd-mini-166 {
    width: 166%;
  }
  .wd-mini-167 {
    width: 167%;
  }
  .wd-mini-168 {
    width: 168%;
  }
  .wd-mini-169 {
    width: 169%;
  }
  .wd-mini-170 {
    width: 170%;
  }
  .wd-mini-171 {
    width: 171%;
  }
  .wd-mini-172 {
    width: 172%;
  }
  .wd-mini-173 {
    width: 173%;
  }
  .wd-mini-174 {
    width: 174%;
  }
  .wd-mini-175 {
    width: 175%;
  }
  .wd-mini-176 {
    width: 176%;
  }
  .wd-mini-177 {
    width: 177%;
  }
  .wd-mini-178 {
    width: 178%;
  }
  .wd-mini-179 {
    width: 179%;
  }
  .wd-mini-180 {
    width: 180%;
  }
  .wd-mini-181 {
    width: 181%;
  }
  .wd-mini-182 {
    width: 182%;
  }
  .wd-mini-183 {
    width: 183%;
  }
  .wd-mini-184 {
    width: 184%;
  }
  .wd-mini-185 {
    width: 185%;
  }
  .wd-mini-186 {
    width: 186%;
  }
  .wd-mini-187 {
    width: 187%;
  }
  .wd-mini-188 {
    width: 188%;
  }
  .wd-mini-189 {
    width: 189%;
  }
  .wd-mini-190 {
    width: 190%;
  }
  .wd-mini-191 {
    width: 191%;
  }
  .wd-mini-192 {
    width: 192%;
  }
  .wd-mini-193 {
    width: 193%;
  }
  .wd-mini-194 {
    width: 194%;
  }
  .wd-mini-195 {
    width: 195%;
  }
  .wd-mini-196 {
    width: 196%;
  }
  .wd-mini-197 {
    width: 197%;
  }
  .wd-mini-198 {
    width: 198%;
  }
  .wd-mini-199 {
    width: 199%;
  }
  .wd-mini-200 {
    width: 200%;
  }
  .wd-mini-201 {
    width: 201%;
  }
  .wd-mini-202 {
    width: 202%;
  }
  .wd-mini-203 {
    width: 203%;
  }
  .wd-mini-204 {
    width: 204%;
  }
  .wd-mini-205 {
    width: 205%;
  }
  .wd-mini-206 {
    width: 206%;
  }
  .wd-mini-207 {
    width: 207%;
  }
  .wd-mini-208 {
    width: 208%;
  }
  .wd-mini-209 {
    width: 209%;
  }
  .wd-mini-210 {
    width: 210%;
  }
  .wd-mini-211 {
    width: 211%;
  }
  .wd-mini-212 {
    width: 212%;
  }
  .wd-mini-213 {
    width: 213%;
  }
  .wd-mini-214 {
    width: 214%;
  }
  .wd-mini-215 {
    width: 215%;
  }
  .wd-mini-216 {
    width: 216%;
  }
  .wd-mini-217 {
    width: 217%;
  }
  .wd-mini-218 {
    width: 218%;
  }
  .wd-mini-219 {
    width: 219%;
  }
  .wd-mini-220 {
    width: 220%;
  }
  .wd-mini-221 {
    width: 221%;
  }
  .wd-mini-222 {
    width: 222%;
  }
  .wd-mini-223 {
    width: 223%;
  }
  .wd-mini-224 {
    width: 224%;
  }
  .wd-mini-225 {
    width: 225%;
  }
  .wd-mini-226 {
    width: 226%;
  }
  .wd-mini-227 {
    width: 227%;
  }
  .wd-mini-228 {
    width: 228%;
  }
  .wd-mini-229 {
    width: 229%;
  }
  .wd-mini-230 {
    width: 230%;
  }
  .wd-mini-231 {
    width: 231%;
  }
  .wd-mini-232 {
    width: 232%;
  }
  .wd-mini-233 {
    width: 233%;
  }
  .wd-mini-234 {
    width: 234%;
  }
  .wd-mini-235 {
    width: 235%;
  }
  .wd-mini-236 {
    width: 236%;
  }
  .wd-mini-237 {
    width: 237%;
  }
  .wd-mini-238 {
    width: 238%;
  }
  .wd-mini-239 {
    width: 239%;
  }
  .wd-mini-240 {
    width: 240%;
  }
  .wd-mini-241 {
    width: 241%;
  }
  .wd-mini-242 {
    width: 242%;
  }
  .wd-mini-243 {
    width: 243%;
  }
  .wd-mini-244 {
    width: 244%;
  }
  .wd-mini-245 {
    width: 245%;
  }
  .wd-mini-246 {
    width: 246%;
  }
  .wd-mini-247 {
    width: 247%;
  }
  .wd-mini-248 {
    width: 248%;
  }
  .wd-mini-249 {
    width: 249%;
  }
  .wd-mini-250 {
    width: 250%;
  }
  .wd-mini-251 {
    width: 251%;
  }
  .wd-mini-252 {
    width: 252%;
  }
  .wd-mini-253 {
    width: 253%;
  }
  .wd-mini-254 {
    width: 254%;
  }
  .wd-mini-255 {
    width: 255%;
  }
  .wd-mini-256 {
    width: 256%;
  }
  .wd-mini-257 {
    width: 257%;
  }
  .wd-mini-258 {
    width: 258%;
  }
  .wd-mini-259 {
    width: 259%;
  }
  .wd-mini-260 {
    width: 260%;
  }
  .wd-mini-261 {
    width: 261%;
  }
  .wd-mini-262 {
    width: 262%;
  }
  .wd-mini-263 {
    width: 263%;
  }
  .wd-mini-264 {
    width: 264%;
  }
  .wd-mini-265 {
    width: 265%;
  }
  .wd-mini-266 {
    width: 266%;
  }
  .wd-mini-267 {
    width: 267%;
  }
  .wd-mini-268 {
    width: 268%;
  }
  .wd-mini-269 {
    width: 269%;
  }
  .wd-mini-270 {
    width: 270%;
  }
  .wd-mini-271 {
    width: 271%;
  }
  .wd-mini-272 {
    width: 272%;
  }
  .wd-mini-273 {
    width: 273%;
  }
  .wd-mini-274 {
    width: 274%;
  }
  .wd-mini-275 {
    width: 275%;
  }
  .wd-mini-276 {
    width: 276%;
  }
  .wd-mini-277 {
    width: 277%;
  }
  .wd-mini-278 {
    width: 278%;
  }
  .wd-mini-279 {
    width: 279%;
  }
  .wd-mini-280 {
    width: 280%;
  }
  .wd-mini-281 {
    width: 281%;
  }
  .wd-mini-282 {
    width: 282%;
  }
  .wd-mini-283 {
    width: 283%;
  }
  .wd-mini-284 {
    width: 284%;
  }
  .wd-mini-285 {
    width: 285%;
  }
  .wd-mini-286 {
    width: 286%;
  }
  .wd-mini-287 {
    width: 287%;
  }
  .wd-mini-288 {
    width: 288%;
  }
  .wd-mini-289 {
    width: 289%;
  }
  .wd-mini-290 {
    width: 290%;
  }
  .wd-mini-291 {
    width: 291%;
  }
  .wd-mini-292 {
    width: 292%;
  }
  .wd-mini-293 {
    width: 293%;
  }
  .wd-mini-294 {
    width: 294%;
  }
  .wd-mini-295 {
    width: 295%;
  }
  .wd-mini-296 {
    width: 296%;
  }
  .wd-mini-297 {
    width: 297%;
  }
  .wd-mini-298 {
    width: 298%;
  }
  .wd-mini-299 {
    width: 299%;
  }
  .wd-mini-300 {
    width: 300%;
  }
  .wd-mini-301 {
    width: 301%;
  }
  .wd-mini-302 {
    width: 302%;
  }
  .wd-mini-303 {
    width: 303%;
  }
  .wd-mini-304 {
    width: 304%;
  }
  .wd-mini-305 {
    width: 305%;
  }
  .wd-mini-306 {
    width: 306%;
  }
  .wd-mini-307 {
    width: 307%;
  }
  .wd-mini-308 {
    width: 308%;
  }
  .wd-mini-309 {
    width: 309%;
  }
  .wd-mini-310 {
    width: 310%;
  }
  .wd-mini-311 {
    width: 311%;
  }
  .wd-mini-312 {
    width: 312%;
  }
  .wd-mini-313 {
    width: 313%;
  }
  .wd-mini-314 {
    width: 314%;
  }
  .wd-mini-315 {
    width: 315%;
  }
  .wd-mini-316 {
    width: 316%;
  }
  .wd-mini-317 {
    width: 317%;
  }
  .wd-mini-318 {
    width: 318%;
  }
  .wd-mini-319 {
    width: 319%;
  }
  .wd-mini-320 {
    width: 320%;
  }
  .wd-mini-321 {
    width: 321%;
  }
  .wd-mini-322 {
    width: 322%;
  }
  .wd-mini-323 {
    width: 323%;
  }
  .wd-mini-324 {
    width: 324%;
  }
  .wd-mini-325 {
    width: 325%;
  }
  .wd-mini-326 {
    width: 326%;
  }
  .wd-mini-327 {
    width: 327%;
  }
  .wd-mini-328 {
    width: 328%;
  }
  .wd-mini-329 {
    width: 329%;
  }
  .wd-mini-330 {
    width: 330%;
  }
  .wd-mini-331 {
    width: 331%;
  }
  .wd-mini-332 {
    width: 332%;
  }
  .wd-mini-333 {
    width: 333%;
  }
  .wd-mini-334 {
    width: 334%;
  }
  .wd-mini-335 {
    width: 335%;
  }
  .wd-mini-336 {
    width: 336%;
  }
  .wd-mini-337 {
    width: 337%;
  }
  .wd-mini-338 {
    width: 338%;
  }
  .wd-mini-339 {
    width: 339%;
  }
  .wd-mini-340 {
    width: 340%;
  }
  .wd-mini-341 {
    width: 341%;
  }
  .wd-mini-342 {
    width: 342%;
  }
  .wd-mini-343 {
    width: 343%;
  }
  .wd-mini-344 {
    width: 344%;
  }
  .wd-mini-345 {
    width: 345%;
  }
  .wd-mini-346 {
    width: 346%;
  }
  .wd-mini-347 {
    width: 347%;
  }
  .wd-mini-348 {
    width: 348%;
  }
  .wd-mini-349 {
    width: 349%;
  }
  .wd-mini-350 {
    width: 350%;
  }
  .wd-mini-351 {
    width: 351%;
  }
  .wd-mini-352 {
    width: 352%;
  }
  .wd-mini-353 {
    width: 353%;
  }
  .wd-mini-354 {
    width: 354%;
  }
  .wd-mini-355 {
    width: 355%;
  }
  .wd-mini-356 {
    width: 356%;
  }
  .wd-mini-357 {
    width: 357%;
  }
  .wd-mini-358 {
    width: 358%;
  }
  .wd-mini-359 {
    width: 359%;
  }
  .wd-mini-360 {
    width: 360%;
  }
  .wd-mini-361 {
    width: 361%;
  }
  .wd-mini-362 {
    width: 362%;
  }
  .wd-mini-363 {
    width: 363%;
  }
  .wd-mini-364 {
    width: 364%;
  }
  .wd-mini-365 {
    width: 365%;
  }
  .wd-mini-366 {
    width: 366%;
  }
  .wd-mini-367 {
    width: 367%;
  }
  .wd-mini-368 {
    width: 368%;
  }
  .wd-mini-369 {
    width: 369%;
  }
  .wd-mini-370 {
    width: 370%;
  }
  .wd-mini-371 {
    width: 371%;
  }
  .wd-mini-372 {
    width: 372%;
  }
  .wd-mini-373 {
    width: 373%;
  }
  .wd-mini-374 {
    width: 374%;
  }
  .wd-mini-375 {
    width: 375%;
  }
  .wd-mini-376 {
    width: 376%;
  }
  .wd-mini-377 {
    width: 377%;
  }
  .wd-mini-378 {
    width: 378%;
  }
  .wd-mini-379 {
    width: 379%;
  }
  .wd-mini-380 {
    width: 380%;
  }
  .wd-mini-381 {
    width: 381%;
  }
  .wd-mini-382 {
    width: 382%;
  }
  .wd-mini-383 {
    width: 383%;
  }
  .wd-mini-384 {
    width: 384%;
  }
  .wd-mini-385 {
    width: 385%;
  }
  .wd-mini-386 {
    width: 386%;
  }
  .wd-mini-387 {
    width: 387%;
  }
  .wd-mini-388 {
    width: 388%;
  }
  .wd-mini-389 {
    width: 389%;
  }
  .wd-mini-390 {
    width: 390%;
  }
  .wd-mini-391 {
    width: 391%;
  }
  .wd-mini-392 {
    width: 392%;
  }
  .wd-mini-393 {
    width: 393%;
  }
  .wd-mini-394 {
    width: 394%;
  }
  .wd-mini-395 {
    width: 395%;
  }
  .wd-mini-396 {
    width: 396%;
  }
  .wd-mini-397 {
    width: 397%;
  }
  .wd-mini-398 {
    width: 398%;
  }
  .wd-mini-399 {
    width: 399%;
  }
  .wd-mini-400 {
    width: 400%;
  }
  .wd-mini-401 {
    width: 401%;
  }
  .wd-mini-402 {
    width: 402%;
  }
  .wd-mini-403 {
    width: 403%;
  }
  .wd-mini-404 {
    width: 404%;
  }
  .wd-mini-405 {
    width: 405%;
  }
  .wd-mini-406 {
    width: 406%;
  }
  .wd-mini-407 {
    width: 407%;
  }
  .wd-mini-408 {
    width: 408%;
  }
  .wd-mini-409 {
    width: 409%;
  }
  .wd-mini-410 {
    width: 410%;
  }
  .wd-mini-411 {
    width: 411%;
  }
  .wd-mini-412 {
    width: 412%;
  }
  .wd-mini-413 {
    width: 413%;
  }
  .wd-mini-414 {
    width: 414%;
  }
  .wd-mini-415 {
    width: 415%;
  }
  .wd-mini-416 {
    width: 416%;
  }
  .wd-mini-417 {
    width: 417%;
  }
  .wd-mini-418 {
    width: 418%;
  }
  .wd-mini-419 {
    width: 419%;
  }
  .wd-mini-420 {
    width: 420%;
  }
  .wd-mini-421 {
    width: 421%;
  }
  .wd-mini-422 {
    width: 422%;
  }
  .wd-mini-423 {
    width: 423%;
  }
  .wd-mini-424 {
    width: 424%;
  }
  .wd-mini-425 {
    width: 425%;
  }
  .wd-mini-426 {
    width: 426%;
  }
  .wd-mini-427 {
    width: 427%;
  }
  .wd-mini-428 {
    width: 428%;
  }
  .wd-mini-429 {
    width: 429%;
  }
  .wd-mini-430 {
    width: 430%;
  }
  .wd-mini-431 {
    width: 431%;
  }
  .wd-mini-432 {
    width: 432%;
  }
  .wd-mini-433 {
    width: 433%;
  }
  .wd-mini-434 {
    width: 434%;
  }
  .wd-mini-435 {
    width: 435%;
  }
  .wd-mini-436 {
    width: 436%;
  }
  .wd-mini-437 {
    width: 437%;
  }
  .wd-mini-438 {
    width: 438%;
  }
  .wd-mini-439 {
    width: 439%;
  }
  .wd-mini-440 {
    width: 440%;
  }
  .wd-mini-441 {
    width: 441%;
  }
  .wd-mini-442 {
    width: 442%;
  }
  .wd-mini-443 {
    width: 443%;
  }
  .wd-mini-444 {
    width: 444%;
  }
  .wd-mini-445 {
    width: 445%;
  }
  .wd-mini-446 {
    width: 446%;
  }
  .wd-mini-447 {
    width: 447%;
  }
  .wd-mini-448 {
    width: 448%;
  }
  .wd-mini-449 {
    width: 449%;
  }
  .wd-mini-450 {
    width: 450%;
  }
  .wd-mini-451 {
    width: 451%;
  }
  .wd-mini-452 {
    width: 452%;
  }
  .wd-mini-453 {
    width: 453%;
  }
  .wd-mini-454 {
    width: 454%;
  }
  .wd-mini-455 {
    width: 455%;
  }
  .wd-mini-456 {
    width: 456%;
  }
  .wd-mini-457 {
    width: 457%;
  }
  .wd-mini-458 {
    width: 458%;
  }
  .wd-mini-459 {
    width: 459%;
  }
  .wd-mini-460 {
    width: 460%;
  }
  .wd-mini-461 {
    width: 461%;
  }
  .wd-mini-462 {
    width: 462%;
  }
  .wd-mini-463 {
    width: 463%;
  }
  .wd-mini-464 {
    width: 464%;
  }
  .wd-mini-465 {
    width: 465%;
  }
  .wd-mini-466 {
    width: 466%;
  }
  .wd-mini-467 {
    width: 467%;
  }
  .wd-mini-468 {
    width: 468%;
  }
  .wd-mini-469 {
    width: 469%;
  }
  .wd-mini-470 {
    width: 470%;
  }
  .wd-mini-471 {
    width: 471%;
  }
  .wd-mini-472 {
    width: 472%;
  }
  .wd-mini-473 {
    width: 473%;
  }
  .wd-mini-474 {
    width: 474%;
  }
  .wd-mini-475 {
    width: 475%;
  }
  .wd-mini-476 {
    width: 476%;
  }
  .wd-mini-477 {
    width: 477%;
  }
  .wd-mini-478 {
    width: 478%;
  }
  .wd-mini-479 {
    width: 479%;
  }
  .wd-mini-480 {
    width: 480%;
  }
  .wd-mini-481 {
    width: 481%;
  }
  .wd-mini-482 {
    width: 482%;
  }
  .wd-mini-483 {
    width: 483%;
  }
  .wd-mini-484 {
    width: 484%;
  }
  .wd-mini-485 {
    width: 485%;
  }
  .wd-mini-486 {
    width: 486%;
  }
  .wd-mini-487 {
    width: 487%;
  }
  .wd-mini-488 {
    width: 488%;
  }
  .wd-mini-489 {
    width: 489%;
  }
  .wd-mini-490 {
    width: 490%;
  }
  .wd-mini-491 {
    width: 491%;
  }
  .wd-mini-492 {
    width: 492%;
  }
  .wd-mini-493 {
    width: 493%;
  }
  .wd-mini-494 {
    width: 494%;
  }
  .wd-mini-495 {
    width: 495%;
  }
  .wd-mini-496 {
    width: 496%;
  }
  .wd-mini-497 {
    width: 497%;
  }
  .wd-mini-498 {
    width: 498%;
  }
  .wd-mini-499 {
    width: 499%;
  }
  .wd-mini-500 {
    width: 500%;
  }
  .wd-mini-501 {
    width: 501%;
  }
  .wd-mini-502 {
    width: 502%;
  }
  .wd-mini-503 {
    width: 503%;
  }
  .wd-mini-504 {
    width: 504%;
  }
  .wd-mini-505 {
    width: 505%;
  }
  .wd-mini-506 {
    width: 506%;
  }
  .wd-mini-507 {
    width: 507%;
  }
  .wd-mini-508 {
    width: 508%;
  }
  .wd-mini-509 {
    width: 509%;
  }
  .wd-mini-510 {
    width: 510%;
  }
  .wd-mini-511 {
    width: 511%;
  }
  .wd-mini-512 {
    width: 512%;
  }
  .wd-mini-513 {
    width: 513%;
  }
  .wd-mini-514 {
    width: 514%;
  }
  .wd-mini-515 {
    width: 515%;
  }
  .wd-mini-516 {
    width: 516%;
  }
  .wd-mini-517 {
    width: 517%;
  }
  .wd-mini-518 {
    width: 518%;
  }
  .wd-mini-519 {
    width: 519%;
  }
  .wd-mini-520 {
    width: 520%;
  }
  .wd-mini-521 {
    width: 521%;
  }
  .wd-mini-522 {
    width: 522%;
  }
  .wd-mini-523 {
    width: 523%;
  }
  .wd-mini-524 {
    width: 524%;
  }
  .wd-mini-525 {
    width: 525%;
  }
  .wd-mini-526 {
    width: 526%;
  }
  .wd-mini-527 {
    width: 527%;
  }
  .wd-mini-528 {
    width: 528%;
  }
  .wd-mini-529 {
    width: 529%;
  }
  .wd-mini-530 {
    width: 530%;
  }
  .wd-mini-531 {
    width: 531%;
  }
  .wd-mini-532 {
    width: 532%;
  }
  .wd-mini-533 {
    width: 533%;
  }
  .wd-mini-534 {
    width: 534%;
  }
  .wd-mini-535 {
    width: 535%;
  }
  .wd-mini-536 {
    width: 536%;
  }
  .wd-mini-537 {
    width: 537%;
  }
  .wd-mini-538 {
    width: 538%;
  }
  .wd-mini-539 {
    width: 539%;
  }
  .wd-mini-540 {
    width: 540%;
  }
  .wd-mini-541 {
    width: 541%;
  }
  .wd-mini-542 {
    width: 542%;
  }
  .wd-mini-543 {
    width: 543%;
  }
  .wd-mini-544 {
    width: 544%;
  }
  .wd-mini-545 {
    width: 545%;
  }
  .wd-mini-546 {
    width: 546%;
  }
  .wd-mini-547 {
    width: 547%;
  }
  .wd-mini-548 {
    width: 548%;
  }
  .wd-mini-549 {
    width: 549%;
  }
  .wd-mini-550 {
    width: 550%;
  }
  .wd-mini-551 {
    width: 551%;
  }
  .wd-mini-552 {
    width: 552%;
  }
  .wd-mini-553 {
    width: 553%;
  }
  .wd-mini-554 {
    width: 554%;
  }
  .wd-mini-555 {
    width: 555%;
  }
  .wd-mini-556 {
    width: 556%;
  }
  .wd-mini-557 {
    width: 557%;
  }
  .wd-mini-558 {
    width: 558%;
  }
  .wd-mini-559 {
    width: 559%;
  }
  .wd-mini-560 {
    width: 560%;
  }
  .wd-mini-561 {
    width: 561%;
  }
  .wd-mini-562 {
    width: 562%;
  }
  .wd-mini-563 {
    width: 563%;
  }
  .wd-mini-564 {
    width: 564%;
  }
  .wd-mini-565 {
    width: 565%;
  }
  .wd-mini-566 {
    width: 566%;
  }
  .wd-mini-567 {
    width: 567%;
  }
  .wd-mini-568 {
    width: 568%;
  }
  .wd-mini-569 {
    width: 569%;
  }
  .wd-mini-570 {
    width: 570%;
  }
  .wd-mini-571 {
    width: 571%;
  }
  .wd-mini-572 {
    width: 572%;
  }
  .wd-mini-573 {
    width: 573%;
  }
  .wd-mini-574 {
    width: 574%;
  }
  .wd-mini-575 {
    width: 575%;
  }
  .wd-mini-576 {
    width: 576%;
  }
  .wd-mini-577 {
    width: 577%;
  }
  .wd-mini-578 {
    width: 578%;
  }
  .wd-mini-579 {
    width: 579%;
  }
  .wd-mini-580 {
    width: 580%;
  }
  .wd-mini-581 {
    width: 581%;
  }
  .wd-mini-582 {
    width: 582%;
  }
  .wd-mini-583 {
    width: 583%;
  }
  .wd-mini-584 {
    width: 584%;
  }
  .wd-mini-585 {
    width: 585%;
  }
  .wd-mini-586 {
    width: 586%;
  }
  .wd-mini-587 {
    width: 587%;
  }
  .wd-mini-588 {
    width: 588%;
  }
  .wd-mini-589 {
    width: 589%;
  }
  .wd-mini-590 {
    width: 590%;
  }
  .wd-mini-591 {
    width: 591%;
  }
  .wd-mini-592 {
    width: 592%;
  }
  .wd-mini-593 {
    width: 593%;
  }
  .wd-mini-594 {
    width: 594%;
  }
  .wd-mini-595 {
    width: 595%;
  }
  .wd-mini-596 {
    width: 596%;
  }
  .wd-mini-597 {
    width: 597%;
  }
  .wd-mini-598 {
    width: 598%;
  }
  .wd-mini-599 {
    width: 599%;
  }
  .wd-mini-600 {
    width: 600%;
  }
  .wd-mini-601 {
    width: 601%;
  }
  .wd-mini-602 {
    width: 602%;
  }
  .wd-mini-603 {
    width: 603%;
  }
  .wd-mini-604 {
    width: 604%;
  }
  .wd-mini-605 {
    width: 605%;
  }
  .wd-mini-606 {
    width: 606%;
  }
  .wd-mini-607 {
    width: 607%;
  }
  .wd-mini-608 {
    width: 608%;
  }
  .wd-mini-609 {
    width: 609%;
  }
  .wd-mini-610 {
    width: 610%;
  }
  .wd-mini-611 {
    width: 611%;
  }
  .wd-mini-612 {
    width: 612%;
  }
  .wd-mini-613 {
    width: 613%;
  }
  .wd-mini-614 {
    width: 614%;
  }
  .wd-mini-615 {
    width: 615%;
  }
  .wd-mini-616 {
    width: 616%;
  }
  .wd-mini-617 {
    width: 617%;
  }
  .wd-mini-618 {
    width: 618%;
  }
  .wd-mini-619 {
    width: 619%;
  }
  .wd-mini-620 {
    width: 620%;
  }
  .wd-mini-621 {
    width: 621%;
  }
  .wd-mini-622 {
    width: 622%;
  }
  .wd-mini-623 {
    width: 623%;
  }
  .wd-mini-624 {
    width: 624%;
  }
  .wd-mini-625 {
    width: 625%;
  }
  .wd-mini-626 {
    width: 626%;
  }
  .wd-mini-627 {
    width: 627%;
  }
  .wd-mini-628 {
    width: 628%;
  }
  .wd-mini-629 {
    width: 629%;
  }
  .wd-mini-630 {
    width: 630%;
  }
  .wd-mini-631 {
    width: 631%;
  }
  .wd-mini-632 {
    width: 632%;
  }
  .wd-mini-633 {
    width: 633%;
  }
  .wd-mini-634 {
    width: 634%;
  }
  .wd-mini-635 {
    width: 635%;
  }
  .wd-mini-636 {
    width: 636%;
  }
  .wd-mini-637 {
    width: 637%;
  }
  .wd-mini-638 {
    width: 638%;
  }
  .wd-mini-639 {
    width: 639%;
  }
  .wd-mini-640 {
    width: 640%;
  }
  .wd-mini-641 {
    width: 641%;
  }
  .wd-mini-642 {
    width: 642%;
  }
  .wd-mini-643 {
    width: 643%;
  }
  .wd-mini-644 {
    width: 644%;
  }
  .wd-mini-645 {
    width: 645%;
  }
  .wd-mini-646 {
    width: 646%;
  }
  .wd-mini-647 {
    width: 647%;
  }
  .wd-mini-648 {
    width: 648%;
  }
  .wd-mini-649 {
    width: 649%;
  }
  .wd-mini-650 {
    width: 650%;
  }
  .wd-mini-651 {
    width: 651%;
  }
  .wd-mini-652 {
    width: 652%;
  }
  .wd-mini-653 {
    width: 653%;
  }
  .wd-mini-654 {
    width: 654%;
  }
  .wd-mini-655 {
    width: 655%;
  }
  .wd-mini-656 {
    width: 656%;
  }
  .wd-mini-657 {
    width: 657%;
  }
  .wd-mini-658 {
    width: 658%;
  }
  .wd-mini-659 {
    width: 659%;
  }
  .wd-mini-660 {
    width: 660%;
  }
  .wd-mini-661 {
    width: 661%;
  }
  .wd-mini-662 {
    width: 662%;
  }
  .wd-mini-663 {
    width: 663%;
  }
  .wd-mini-664 {
    width: 664%;
  }
  .wd-mini-665 {
    width: 665%;
  }
  .wd-mini-666 {
    width: 666%;
  }
  .wd-mini-667 {
    width: 667%;
  }
  .wd-mini-668 {
    width: 668%;
  }
  .wd-mini-669 {
    width: 669%;
  }
  .wd-mini-670 {
    width: 670%;
  }
  .wd-mini-671 {
    width: 671%;
  }
  .wd-mini-672 {
    width: 672%;
  }
  .wd-mini-673 {
    width: 673%;
  }
  .wd-mini-674 {
    width: 674%;
  }
  .wd-mini-675 {
    width: 675%;
  }
  .wd-mini-676 {
    width: 676%;
  }
  .wd-mini-677 {
    width: 677%;
  }
  .wd-mini-678 {
    width: 678%;
  }
  .wd-mini-679 {
    width: 679%;
  }
  .wd-mini-680 {
    width: 680%;
  }
  .wd-mini-681 {
    width: 681%;
  }
  .wd-mini-682 {
    width: 682%;
  }
  .wd-mini-683 {
    width: 683%;
  }
  .wd-mini-684 {
    width: 684%;
  }
  .wd-mini-685 {
    width: 685%;
  }
  .wd-mini-686 {
    width: 686%;
  }
  .wd-mini-687 {
    width: 687%;
  }
  .wd-mini-688 {
    width: 688%;
  }
  .wd-mini-689 {
    width: 689%;
  }
  .wd-mini-690 {
    width: 690%;
  }
  .wd-mini-691 {
    width: 691%;
  }
  .wd-mini-692 {
    width: 692%;
  }
  .wd-mini-693 {
    width: 693%;
  }
  .wd-mini-694 {
    width: 694%;
  }
  .wd-mini-695 {
    width: 695%;
  }
  .wd-mini-696 {
    width: 696%;
  }
  .wd-mini-697 {
    width: 697%;
  }
  .wd-mini-698 {
    width: 698%;
  }
  .wd-mini-699 {
    width: 699%;
  }
  .wd-mini-700 {
    width: 700%;
  }
  .wd-mini-701 {
    width: 701%;
  }
  .wd-mini-702 {
    width: 702%;
  }
  .wd-mini-703 {
    width: 703%;
  }
  .wd-mini-704 {
    width: 704%;
  }
  .wd-mini-705 {
    width: 705%;
  }
  .wd-mini-706 {
    width: 706%;
  }
  .wd-mini-707 {
    width: 707%;
  }
  .wd-mini-708 {
    width: 708%;
  }
  .wd-mini-709 {
    width: 709%;
  }
  .wd-mini-710 {
    width: 710%;
  }
  .wd-mini-711 {
    width: 711%;
  }
  .wd-mini-712 {
    width: 712%;
  }
  .wd-mini-713 {
    width: 713%;
  }
  .wd-mini-714 {
    width: 714%;
  }
  .wd-mini-715 {
    width: 715%;
  }
  .wd-mini-716 {
    width: 716%;
  }
  .wd-mini-717 {
    width: 717%;
  }
  .wd-mini-718 {
    width: 718%;
  }
  .wd-mini-719 {
    width: 719%;
  }
  .wd-mini-720 {
    width: 720%;
  }
  .wd-mini-721 {
    width: 721%;
  }
  .wd-mini-722 {
    width: 722%;
  }
  .wd-mini-723 {
    width: 723%;
  }
  .wd-mini-724 {
    width: 724%;
  }
  .wd-mini-725 {
    width: 725%;
  }
  .wd-mini-726 {
    width: 726%;
  }
  .wd-mini-727 {
    width: 727%;
  }
  .wd-mini-728 {
    width: 728%;
  }
  .wd-mini-729 {
    width: 729%;
  }
  .wd-mini-730 {
    width: 730%;
  }
  .wd-mini-731 {
    width: 731%;
  }
  .wd-mini-732 {
    width: 732%;
  }
  .wd-mini-733 {
    width: 733%;
  }
  .wd-mini-734 {
    width: 734%;
  }
  .wd-mini-735 {
    width: 735%;
  }
  .wd-mini-736 {
    width: 736%;
  }
  .wd-mini-737 {
    width: 737%;
  }
  .wd-mini-738 {
    width: 738%;
  }
  .wd-mini-739 {
    width: 739%;
  }
  .wd-mini-740 {
    width: 740%;
  }
  .wd-mini-741 {
    width: 741%;
  }
  .wd-mini-742 {
    width: 742%;
  }
  .wd-mini-743 {
    width: 743%;
  }
  .wd-mini-744 {
    width: 744%;
  }
  .wd-mini-745 {
    width: 745%;
  }
  .wd-mini-746 {
    width: 746%;
  }
  .wd-mini-747 {
    width: 747%;
  }
  .wd-mini-748 {
    width: 748%;
  }
  .wd-mini-749 {
    width: 749%;
  }
  .wd-mini-750 {
    width: 750%;
  }
  .wd-mini-751 {
    width: 751%;
  }
  .wd-mini-752 {
    width: 752%;
  }
  .wd-mini-753 {
    width: 753%;
  }
  .wd-mini-754 {
    width: 754%;
  }
  .wd-mini-755 {
    width: 755%;
  }
  .wd-mini-756 {
    width: 756%;
  }
  .wd-mini-757 {
    width: 757%;
  }
  .wd-mini-758 {
    width: 758%;
  }
  .wd-mini-759 {
    width: 759%;
  }
  .wd-mini-760 {
    width: 760%;
  }
  .wd-mini-761 {
    width: 761%;
  }
  .wd-mini-762 {
    width: 762%;
  }
  .wd-mini-763 {
    width: 763%;
  }
  .wd-mini-764 {
    width: 764%;
  }
  .wd-mini-765 {
    width: 765%;
  }
  .wd-mini-766 {
    width: 766%;
  }
  .wd-mini-767 {
    width: 767%;
  }
  .wd-mini-768 {
    width: 768%;
  }
  .wd-mini-769 {
    width: 769%;
  }
  .wd-mini-770 {
    width: 770%;
  }
  .wd-mini-771 {
    width: 771%;
  }
  .wd-mini-772 {
    width: 772%;
  }
  .wd-mini-773 {
    width: 773%;
  }
  .wd-mini-774 {
    width: 774%;
  }
  .wd-mini-775 {
    width: 775%;
  }
  .wd-mini-776 {
    width: 776%;
  }
  .wd-mini-777 {
    width: 777%;
  }
  .wd-mini-778 {
    width: 778%;
  }
  .wd-mini-779 {
    width: 779%;
  }
  .wd-mini-780 {
    width: 780%;
  }
  .wd-mini-781 {
    width: 781%;
  }
  .wd-mini-782 {
    width: 782%;
  }
  .wd-mini-783 {
    width: 783%;
  }
  .wd-mini-784 {
    width: 784%;
  }
  .wd-mini-785 {
    width: 785%;
  }
  .wd-mini-786 {
    width: 786%;
  }
  .wd-mini-787 {
    width: 787%;
  }
  .wd-mini-788 {
    width: 788%;
  }
  .wd-mini-789 {
    width: 789%;
  }
  .wd-mini-790 {
    width: 790%;
  }
  .wd-mini-791 {
    width: 791%;
  }
  .wd-mini-792 {
    width: 792%;
  }
  .wd-mini-793 {
    width: 793%;
  }
  .wd-mini-794 {
    width: 794%;
  }
  .wd-mini-795 {
    width: 795%;
  }
  .wd-mini-796 {
    width: 796%;
  }
  .wd-mini-797 {
    width: 797%;
  }
  .wd-mini-798 {
    width: 798%;
  }
  .wd-mini-799 {
    width: 799%;
  }
  .wd-mini-800 {
    width: 800%;
  }
  .wd-mini-801 {
    width: 801%;
  }
  .wd-mini-802 {
    width: 802%;
  }
  .wd-mini-803 {
    width: 803%;
  }
  .wd-mini-804 {
    width: 804%;
  }
  .wd-mini-805 {
    width: 805%;
  }
  .wd-mini-806 {
    width: 806%;
  }
  .wd-mini-807 {
    width: 807%;
  }
  .wd-mini-808 {
    width: 808%;
  }
  .wd-mini-809 {
    width: 809%;
  }
  .wd-mini-810 {
    width: 810%;
  }
  .wd-mini-811 {
    width: 811%;
  }
  .wd-mini-812 {
    width: 812%;
  }
  .wd-mini-813 {
    width: 813%;
  }
  .wd-mini-814 {
    width: 814%;
  }
  .wd-mini-815 {
    width: 815%;
  }
  .wd-mini-816 {
    width: 816%;
  }
  .wd-mini-817 {
    width: 817%;
  }
  .wd-mini-818 {
    width: 818%;
  }
  .wd-mini-819 {
    width: 819%;
  }
  .wd-mini-820 {
    width: 820%;
  }
  .wd-mini-821 {
    width: 821%;
  }
  .wd-mini-822 {
    width: 822%;
  }
  .wd-mini-823 {
    width: 823%;
  }
  .wd-mini-824 {
    width: 824%;
  }
  .wd-mini-825 {
    width: 825%;
  }
  .wd-mini-826 {
    width: 826%;
  }
  .wd-mini-827 {
    width: 827%;
  }
  .wd-mini-828 {
    width: 828%;
  }
  .wd-mini-829 {
    width: 829%;
  }
  .wd-mini-830 {
    width: 830%;
  }
  .wd-mini-831 {
    width: 831%;
  }
  .wd-mini-832 {
    width: 832%;
  }
  .wd-mini-833 {
    width: 833%;
  }
  .wd-mini-834 {
    width: 834%;
  }
  .wd-mini-835 {
    width: 835%;
  }
  .wd-mini-836 {
    width: 836%;
  }
  .wd-mini-837 {
    width: 837%;
  }
  .wd-mini-838 {
    width: 838%;
  }
  .wd-mini-839 {
    width: 839%;
  }
  .wd-mini-840 {
    width: 840%;
  }
  .wd-mini-841 {
    width: 841%;
  }
  .wd-mini-842 {
    width: 842%;
  }
  .wd-mini-843 {
    width: 843%;
  }
  .wd-mini-844 {
    width: 844%;
  }
  .wd-mini-845 {
    width: 845%;
  }
  .wd-mini-846 {
    width: 846%;
  }
  .wd-mini-847 {
    width: 847%;
  }
  .wd-mini-848 {
    width: 848%;
  }
  .wd-mini-849 {
    width: 849%;
  }
  .wd-mini-850 {
    width: 850%;
  }
  .wd-mini-851 {
    width: 851%;
  }
  .wd-mini-852 {
    width: 852%;
  }
  .wd-mini-853 {
    width: 853%;
  }
  .wd-mini-854 {
    width: 854%;
  }
  .wd-mini-855 {
    width: 855%;
  }
  .wd-mini-856 {
    width: 856%;
  }
  .wd-mini-857 {
    width: 857%;
  }
  .wd-mini-858 {
    width: 858%;
  }
  .wd-mini-859 {
    width: 859%;
  }
  .wd-mini-860 {
    width: 860%;
  }
  .wd-mini-861 {
    width: 861%;
  }
  .wd-mini-862 {
    width: 862%;
  }
  .wd-mini-863 {
    width: 863%;
  }
  .wd-mini-864 {
    width: 864%;
  }
  .wd-mini-865 {
    width: 865%;
  }
  .wd-mini-866 {
    width: 866%;
  }
  .wd-mini-867 {
    width: 867%;
  }
  .wd-mini-868 {
    width: 868%;
  }
  .wd-mini-869 {
    width: 869%;
  }
  .wd-mini-870 {
    width: 870%;
  }
  .wd-mini-871 {
    width: 871%;
  }
  .wd-mini-872 {
    width: 872%;
  }
  .wd-mini-873 {
    width: 873%;
  }
  .wd-mini-874 {
    width: 874%;
  }
  .wd-mini-875 {
    width: 875%;
  }
  .wd-mini-876 {
    width: 876%;
  }
  .wd-mini-877 {
    width: 877%;
  }
  .wd-mini-878 {
    width: 878%;
  }
  .wd-mini-879 {
    width: 879%;
  }
  .wd-mini-880 {
    width: 880%;
  }
  .wd-mini-881 {
    width: 881%;
  }
  .wd-mini-882 {
    width: 882%;
  }
  .wd-mini-883 {
    width: 883%;
  }
  .wd-mini-884 {
    width: 884%;
  }
  .wd-mini-885 {
    width: 885%;
  }
  .wd-mini-886 {
    width: 886%;
  }
  .wd-mini-887 {
    width: 887%;
  }
  .wd-mini-888 {
    width: 888%;
  }
  .wd-mini-889 {
    width: 889%;
  }
  .wd-mini-890 {
    width: 890%;
  }
  .wd-mini-891 {
    width: 891%;
  }
  .wd-mini-892 {
    width: 892%;
  }
  .wd-mini-893 {
    width: 893%;
  }
  .wd-mini-894 {
    width: 894%;
  }
  .wd-mini-895 {
    width: 895%;
  }
  .wd-mini-896 {
    width: 896%;
  }
  .wd-mini-897 {
    width: 897%;
  }
  .wd-mini-898 {
    width: 898%;
  }
  .wd-mini-899 {
    width: 899%;
  }
  .wd-mini-900 {
    width: 900%;
  }
  .wd-mini-901 {
    width: 901%;
  }
  .wd-mini-902 {
    width: 902%;
  }
  .wd-mini-903 {
    width: 903%;
  }
  .wd-mini-904 {
    width: 904%;
  }
  .wd-mini-905 {
    width: 905%;
  }
  .wd-mini-906 {
    width: 906%;
  }
  .wd-mini-907 {
    width: 907%;
  }
  .wd-mini-908 {
    width: 908%;
  }
  .wd-mini-909 {
    width: 909%;
  }
  .wd-mini-910 {
    width: 910%;
  }
  .wd-mini-911 {
    width: 911%;
  }
  .wd-mini-912 {
    width: 912%;
  }
  .wd-mini-913 {
    width: 913%;
  }
  .wd-mini-914 {
    width: 914%;
  }
  .wd-mini-915 {
    width: 915%;
  }
  .wd-mini-916 {
    width: 916%;
  }
  .wd-mini-917 {
    width: 917%;
  }
  .wd-mini-918 {
    width: 918%;
  }
  .wd-mini-919 {
    width: 919%;
  }
  .wd-mini-920 {
    width: 920%;
  }
  .wd-mini-921 {
    width: 921%;
  }
  .wd-mini-922 {
    width: 922%;
  }
  .wd-mini-923 {
    width: 923%;
  }
  .wd-mini-924 {
    width: 924%;
  }
  .wd-mini-925 {
    width: 925%;
  }
  .wd-mini-926 {
    width: 926%;
  }
  .wd-mini-927 {
    width: 927%;
  }
  .wd-mini-928 {
    width: 928%;
  }
  .wd-mini-929 {
    width: 929%;
  }
  .wd-mini-930 {
    width: 930%;
  }
  .wd-mini-931 {
    width: 931%;
  }
  .wd-mini-932 {
    width: 932%;
  }
  .wd-mini-933 {
    width: 933%;
  }
  .wd-mini-934 {
    width: 934%;
  }
  .wd-mini-935 {
    width: 935%;
  }
  .wd-mini-936 {
    width: 936%;
  }
  .wd-mini-937 {
    width: 937%;
  }
  .wd-mini-938 {
    width: 938%;
  }
  .wd-mini-939 {
    width: 939%;
  }
  .wd-mini-940 {
    width: 940%;
  }
  .wd-mini-941 {
    width: 941%;
  }
  .wd-mini-942 {
    width: 942%;
  }
  .wd-mini-943 {
    width: 943%;
  }
  .wd-mini-944 {
    width: 944%;
  }
  .wd-mini-945 {
    width: 945%;
  }
  .wd-mini-946 {
    width: 946%;
  }
  .wd-mini-947 {
    width: 947%;
  }
  .wd-mini-948 {
    width: 948%;
  }
  .wd-mini-949 {
    width: 949%;
  }
  .wd-mini-950 {
    width: 950%;
  }
  .wd-mini-951 {
    width: 951%;
  }
  .wd-mini-952 {
    width: 952%;
  }
  .wd-mini-953 {
    width: 953%;
  }
  .wd-mini-954 {
    width: 954%;
  }
  .wd-mini-955 {
    width: 955%;
  }
  .wd-mini-956 {
    width: 956%;
  }
  .wd-mini-957 {
    width: 957%;
  }
  .wd-mini-958 {
    width: 958%;
  }
  .wd-mini-959 {
    width: 959%;
  }
  .wd-mini-960 {
    width: 960%;
  }
  .wd-mini-961 {
    width: 961%;
  }
  .wd-mini-962 {
    width: 962%;
  }
  .wd-mini-963 {
    width: 963%;
  }
  .wd-mini-964 {
    width: 964%;
  }
  .wd-mini-965 {
    width: 965%;
  }
  .wd-mini-966 {
    width: 966%;
  }
  .wd-mini-967 {
    width: 967%;
  }
  .wd-mini-968 {
    width: 968%;
  }
  .wd-mini-969 {
    width: 969%;
  }
  .wd-mini-970 {
    width: 970%;
  }
  .wd-mini-971 {
    width: 971%;
  }
  .wd-mini-972 {
    width: 972%;
  }
  .wd-mini-973 {
    width: 973%;
  }
  .wd-mini-974 {
    width: 974%;
  }
  .wd-mini-975 {
    width: 975%;
  }
  .wd-mini-976 {
    width: 976%;
  }
  .wd-mini-977 {
    width: 977%;
  }
  .wd-mini-978 {
    width: 978%;
  }
  .wd-mini-979 {
    width: 979%;
  }
  .wd-mini-980 {
    width: 980%;
  }
  .wd-mini-981 {
    width: 981%;
  }
  .wd-mini-982 {
    width: 982%;
  }
  .wd-mini-983 {
    width: 983%;
  }
  .wd-mini-984 {
    width: 984%;
  }
  .wd-mini-985 {
    width: 985%;
  }
  .wd-mini-986 {
    width: 986%;
  }
  .wd-mini-987 {
    width: 987%;
  }
  .wd-mini-988 {
    width: 988%;
  }
  .wd-mini-989 {
    width: 989%;
  }
  .wd-mini-990 {
    width: 990%;
  }
  .wd-mini-991 {
    width: 991%;
  }
  .wd-mini-992 {
    width: 992%;
  }
  .wd-mini-993 {
    width: 993%;
  }
  .wd-mini-994 {
    width: 994%;
  }
  .wd-mini-995 {
    width: 995%;
  }
  .wd-mini-996 {
    width: 996%;
  }
  .wd-mini-997 {
    width: 997%;
  }
  .wd-mini-998 {
    width: 998%;
  }
  .wd-mini-999 {
    width: 999%;
  }
  .wd-mini-1000 {
    width: 1000%;
  }
}
@media (min-width: 361px) {
  .wd-min-5 {
    width: 5%;
  }
  .wd-min-10 {
    width: 10%;
  }
  .wd-min-11 {
    width: 11%;
  }
  .wd-min-12 {
    width: 12%;
  }
  .wd-min-13 {
    width: 13%;
  }
  .wd-min-14 {
    width: 14%;
  }
  .wd-min-15 {
    width: 15%;
  }
  .wd-min-16 {
    width: 16%;
  }
  .wd-min-17 {
    width: 17%;
  }
  .wd-min-18 {
    width: 18%;
  }
  .wd-min-19 {
    width: 19%;
  }
  .wd-min-20 {
    width: 20%;
  }
  .wd-min-21 {
    width: 21%;
  }
  .wd-min-22 {
    width: 22%;
  }
  .wd-min-23 {
    width: 23%;
  }
  .wd-min-24 {
    width: 24%;
  }
  .wd-min-25 {
    width: 25%;
  }
  .wd-min-26 {
    width: 26%;
  }
  .wd-min-27 {
    width: 27%;
  }
  .wd-min-28 {
    width: 28%;
  }
  .wd-min-29 {
    width: 29%;
  }
  .wd-min-30 {
    width: 30%;
  }
  .wd-min-31 {
    width: 31%;
  }
  .wd-min-32 {
    width: 32%;
  }
  .wd-min-33 {
    width: 33%;
  }
  .wd-min-34 {
    width: 34%;
  }
  .wd-min-35 {
    width: 35%;
  }
  .wd-min-36 {
    width: 36%;
  }
  .wd-min-37 {
    width: 37%;
  }
  .wd-min-38 {
    width: 38%;
  }
  .wd-min-39 {
    width: 39%;
  }
  .wd-min-40 {
    width: 40%;
  }
  .wd-min-41 {
    width: 41%;
  }
  .wd-min-42 {
    width: 42%;
  }
  .wd-min-43 {
    width: 43%;
  }
  .wd-min-44 {
    width: 44%;
  }
  .wd-min-45 {
    width: 45%;
  }
  .wd-min-46 {
    width: 46%;
  }
  .wd-min-47 {
    width: 47%;
  }
  .wd-min-48 {
    width: 48%;
  }
  .wd-min-49 {
    width: 49%;
  }
  .wd-min-50 {
    width: 50%;
  }
  .wd-min-51 {
    width: 51%;
  }
  .wd-min-52 {
    width: 52%;
  }
  .wd-min-53 {
    width: 53%;
  }
  .wd-min-54 {
    width: 54%;
  }
  .wd-min-55 {
    width: 55%;
  }
  .wd-min-56 {
    width: 56%;
  }
  .wd-min-57 {
    width: 57%;
  }
  .wd-min-58 {
    width: 58%;
  }
  .wd-min-59 {
    width: 59%;
  }
  .wd-min-60 {
    width: 60%;
  }
  .wd-min-61 {
    width: 61%;
  }
  .wd-min-62 {
    width: 62%;
  }
  .wd-min-63 {
    width: 63%;
  }
  .wd-min-64 {
    width: 64%;
  }
  .wd-min-65 {
    width: 65%;
  }
  .wd-min-66 {
    width: 66%;
  }
  .wd-min-67 {
    width: 67%;
  }
  .wd-min-68 {
    width: 68%;
  }
  .wd-min-69 {
    width: 69%;
  }
  .wd-min-70 {
    width: 70%;
  }
  .wd-min-71 {
    width: 71%;
  }
  .wd-min-72 {
    width: 72%;
  }
  .wd-min-73 {
    width: 73%;
  }
  .wd-min-74 {
    width: 74%;
  }
  .wd-min-75 {
    width: 75%;
  }
  .wd-min-76 {
    width: 76%;
  }
  .wd-min-77 {
    width: 77%;
  }
  .wd-min-78 {
    width: 78%;
  }
  .wd-min-79 {
    width: 79%;
  }
  .wd-min-80 {
    width: 80%;
  }
  .wd-min-81 {
    width: 81%;
  }
  .wd-min-82 {
    width: 82%;
  }
  .wd-min-83 {
    width: 83%;
  }
  .wd-min-84 {
    width: 84%;
  }
  .wd-min-85 {
    width: 85%;
  }
  .wd-min-86 {
    width: 86%;
  }
  .wd-min-87 {
    width: 87%;
  }
  .wd-min-88 {
    width: 88%;
  }
  .wd-min-89 {
    width: 89%;
  }
  .wd-min-90 {
    width: 90%;
  }
  .wd-min-91 {
    width: 91%;
  }
  .wd-min-92 {
    width: 92%;
  }
  .wd-min-93 {
    width: 93%;
  }
  .wd-min-94 {
    width: 94%;
  }
  .wd-min-95 {
    width: 95%;
  }
  .wd-min-96 {
    width: 96%;
  }
  .wd-min-97 {
    width: 97%;
  }
  .wd-min-98 {
    width: 98%;
  }
  .wd-min-99 {
    width: 99%;
  }
  .wd-min-100 {
    width: 100%;
  }
  .wd-min-101 {
    width: 101%;
  }
  .wd-min-102 {
    width: 102%;
  }
  .wd-min-103 {
    width: 103%;
  }
  .wd-min-104 {
    width: 104%;
  }
  .wd-min-105 {
    width: 105%;
  }
  .wd-min-106 {
    width: 106%;
  }
  .wd-min-107 {
    width: 107%;
  }
  .wd-min-108 {
    width: 108%;
  }
  .wd-min-109 {
    width: 109%;
  }
  .wd-min-110 {
    width: 110%;
  }
  .wd-min-111 {
    width: 111%;
  }
  .wd-min-112 {
    width: 112%;
  }
  .wd-min-113 {
    width: 113%;
  }
  .wd-min-114 {
    width: 114%;
  }
  .wd-min-115 {
    width: 115%;
  }
  .wd-min-116 {
    width: 116%;
  }
  .wd-min-117 {
    width: 117%;
  }
  .wd-min-118 {
    width: 118%;
  }
  .wd-min-119 {
    width: 119%;
  }
  .wd-min-120 {
    width: 120%;
  }
  .wd-min-121 {
    width: 121%;
  }
  .wd-min-122 {
    width: 122%;
  }
  .wd-min-123 {
    width: 123%;
  }
  .wd-min-124 {
    width: 124%;
  }
  .wd-min-125 {
    width: 125%;
  }
  .wd-min-126 {
    width: 126%;
  }
  .wd-min-127 {
    width: 127%;
  }
  .wd-min-128 {
    width: 128%;
  }
  .wd-min-129 {
    width: 129%;
  }
  .wd-min-130 {
    width: 130%;
  }
  .wd-min-131 {
    width: 131%;
  }
  .wd-min-132 {
    width: 132%;
  }
  .wd-min-133 {
    width: 133%;
  }
  .wd-min-134 {
    width: 134%;
  }
  .wd-min-135 {
    width: 135%;
  }
  .wd-min-136 {
    width: 136%;
  }
  .wd-min-137 {
    width: 137%;
  }
  .wd-min-138 {
    width: 138%;
  }
  .wd-min-139 {
    width: 139%;
  }
  .wd-min-140 {
    width: 140%;
  }
  .wd-min-141 {
    width: 141%;
  }
  .wd-min-142 {
    width: 142%;
  }
  .wd-min-143 {
    width: 143%;
  }
  .wd-min-144 {
    width: 144%;
  }
  .wd-min-145 {
    width: 145%;
  }
  .wd-min-146 {
    width: 146%;
  }
  .wd-min-147 {
    width: 147%;
  }
  .wd-min-148 {
    width: 148%;
  }
  .wd-min-149 {
    width: 149%;
  }
  .wd-min-150 {
    width: 150%;
  }
  .wd-min-151 {
    width: 151%;
  }
  .wd-min-152 {
    width: 152%;
  }
  .wd-min-153 {
    width: 153%;
  }
  .wd-min-154 {
    width: 154%;
  }
  .wd-min-155 {
    width: 155%;
  }
  .wd-min-156 {
    width: 156%;
  }
  .wd-min-157 {
    width: 157%;
  }
  .wd-min-158 {
    width: 158%;
  }
  .wd-min-159 {
    width: 159%;
  }
  .wd-min-160 {
    width: 160%;
  }
  .wd-min-161 {
    width: 161%;
  }
  .wd-min-162 {
    width: 162%;
  }
  .wd-min-163 {
    width: 163%;
  }
  .wd-min-164 {
    width: 164%;
  }
  .wd-min-165 {
    width: 165%;
  }
  .wd-min-166 {
    width: 166%;
  }
  .wd-min-167 {
    width: 167%;
  }
  .wd-min-168 {
    width: 168%;
  }
  .wd-min-169 {
    width: 169%;
  }
  .wd-min-170 {
    width: 170%;
  }
  .wd-min-171 {
    width: 171%;
  }
  .wd-min-172 {
    width: 172%;
  }
  .wd-min-173 {
    width: 173%;
  }
  .wd-min-174 {
    width: 174%;
  }
  .wd-min-175 {
    width: 175%;
  }
  .wd-min-176 {
    width: 176%;
  }
  .wd-min-177 {
    width: 177%;
  }
  .wd-min-178 {
    width: 178%;
  }
  .wd-min-179 {
    width: 179%;
  }
  .wd-min-180 {
    width: 180%;
  }
  .wd-min-181 {
    width: 181%;
  }
  .wd-min-182 {
    width: 182%;
  }
  .wd-min-183 {
    width: 183%;
  }
  .wd-min-184 {
    width: 184%;
  }
  .wd-min-185 {
    width: 185%;
  }
  .wd-min-186 {
    width: 186%;
  }
  .wd-min-187 {
    width: 187%;
  }
  .wd-min-188 {
    width: 188%;
  }
  .wd-min-189 {
    width: 189%;
  }
  .wd-min-190 {
    width: 190%;
  }
  .wd-min-191 {
    width: 191%;
  }
  .wd-min-192 {
    width: 192%;
  }
  .wd-min-193 {
    width: 193%;
  }
  .wd-min-194 {
    width: 194%;
  }
  .wd-min-195 {
    width: 195%;
  }
  .wd-min-196 {
    width: 196%;
  }
  .wd-min-197 {
    width: 197%;
  }
  .wd-min-198 {
    width: 198%;
  }
  .wd-min-199 {
    width: 199%;
  }
  .wd-min-200 {
    width: 200%;
  }
  .wd-min-201 {
    width: 201%;
  }
  .wd-min-202 {
    width: 202%;
  }
  .wd-min-203 {
    width: 203%;
  }
  .wd-min-204 {
    width: 204%;
  }
  .wd-min-205 {
    width: 205%;
  }
  .wd-min-206 {
    width: 206%;
  }
  .wd-min-207 {
    width: 207%;
  }
  .wd-min-208 {
    width: 208%;
  }
  .wd-min-209 {
    width: 209%;
  }
  .wd-min-210 {
    width: 210%;
  }
  .wd-min-211 {
    width: 211%;
  }
  .wd-min-212 {
    width: 212%;
  }
  .wd-min-213 {
    width: 213%;
  }
  .wd-min-214 {
    width: 214%;
  }
  .wd-min-215 {
    width: 215%;
  }
  .wd-min-216 {
    width: 216%;
  }
  .wd-min-217 {
    width: 217%;
  }
  .wd-min-218 {
    width: 218%;
  }
  .wd-min-219 {
    width: 219%;
  }
  .wd-min-220 {
    width: 220%;
  }
  .wd-min-221 {
    width: 221%;
  }
  .wd-min-222 {
    width: 222%;
  }
  .wd-min-223 {
    width: 223%;
  }
  .wd-min-224 {
    width: 224%;
  }
  .wd-min-225 {
    width: 225%;
  }
  .wd-min-226 {
    width: 226%;
  }
  .wd-min-227 {
    width: 227%;
  }
  .wd-min-228 {
    width: 228%;
  }
  .wd-min-229 {
    width: 229%;
  }
  .wd-min-230 {
    width: 230%;
  }
  .wd-min-231 {
    width: 231%;
  }
  .wd-min-232 {
    width: 232%;
  }
  .wd-min-233 {
    width: 233%;
  }
  .wd-min-234 {
    width: 234%;
  }
  .wd-min-235 {
    width: 235%;
  }
  .wd-min-236 {
    width: 236%;
  }
  .wd-min-237 {
    width: 237%;
  }
  .wd-min-238 {
    width: 238%;
  }
  .wd-min-239 {
    width: 239%;
  }
  .wd-min-240 {
    width: 240%;
  }
  .wd-min-241 {
    width: 241%;
  }
  .wd-min-242 {
    width: 242%;
  }
  .wd-min-243 {
    width: 243%;
  }
  .wd-min-244 {
    width: 244%;
  }
  .wd-min-245 {
    width: 245%;
  }
  .wd-min-246 {
    width: 246%;
  }
  .wd-min-247 {
    width: 247%;
  }
  .wd-min-248 {
    width: 248%;
  }
  .wd-min-249 {
    width: 249%;
  }
  .wd-min-250 {
    width: 250%;
  }
  .wd-min-251 {
    width: 251%;
  }
  .wd-min-252 {
    width: 252%;
  }
  .wd-min-253 {
    width: 253%;
  }
  .wd-min-254 {
    width: 254%;
  }
  .wd-min-255 {
    width: 255%;
  }
  .wd-min-256 {
    width: 256%;
  }
  .wd-min-257 {
    width: 257%;
  }
  .wd-min-258 {
    width: 258%;
  }
  .wd-min-259 {
    width: 259%;
  }
  .wd-min-260 {
    width: 260%;
  }
  .wd-min-261 {
    width: 261%;
  }
  .wd-min-262 {
    width: 262%;
  }
  .wd-min-263 {
    width: 263%;
  }
  .wd-min-264 {
    width: 264%;
  }
  .wd-min-265 {
    width: 265%;
  }
  .wd-min-266 {
    width: 266%;
  }
  .wd-min-267 {
    width: 267%;
  }
  .wd-min-268 {
    width: 268%;
  }
  .wd-min-269 {
    width: 269%;
  }
  .wd-min-270 {
    width: 270%;
  }
  .wd-min-271 {
    width: 271%;
  }
  .wd-min-272 {
    width: 272%;
  }
  .wd-min-273 {
    width: 273%;
  }
  .wd-min-274 {
    width: 274%;
  }
  .wd-min-275 {
    width: 275%;
  }
  .wd-min-276 {
    width: 276%;
  }
  .wd-min-277 {
    width: 277%;
  }
  .wd-min-278 {
    width: 278%;
  }
  .wd-min-279 {
    width: 279%;
  }
  .wd-min-280 {
    width: 280%;
  }
  .wd-min-281 {
    width: 281%;
  }
  .wd-min-282 {
    width: 282%;
  }
  .wd-min-283 {
    width: 283%;
  }
  .wd-min-284 {
    width: 284%;
  }
  .wd-min-285 {
    width: 285%;
  }
  .wd-min-286 {
    width: 286%;
  }
  .wd-min-287 {
    width: 287%;
  }
  .wd-min-288 {
    width: 288%;
  }
  .wd-min-289 {
    width: 289%;
  }
  .wd-min-290 {
    width: 290%;
  }
  .wd-min-291 {
    width: 291%;
  }
  .wd-min-292 {
    width: 292%;
  }
  .wd-min-293 {
    width: 293%;
  }
  .wd-min-294 {
    width: 294%;
  }
  .wd-min-295 {
    width: 295%;
  }
  .wd-min-296 {
    width: 296%;
  }
  .wd-min-297 {
    width: 297%;
  }
  .wd-min-298 {
    width: 298%;
  }
  .wd-min-299 {
    width: 299%;
  }
  .wd-min-300 {
    width: 300%;
  }
  .wd-min-301 {
    width: 301%;
  }
  .wd-min-302 {
    width: 302%;
  }
  .wd-min-303 {
    width: 303%;
  }
  .wd-min-304 {
    width: 304%;
  }
  .wd-min-305 {
    width: 305%;
  }
  .wd-min-306 {
    width: 306%;
  }
  .wd-min-307 {
    width: 307%;
  }
  .wd-min-308 {
    width: 308%;
  }
  .wd-min-309 {
    width: 309%;
  }
  .wd-min-310 {
    width: 310%;
  }
  .wd-min-311 {
    width: 311%;
  }
  .wd-min-312 {
    width: 312%;
  }
  .wd-min-313 {
    width: 313%;
  }
  .wd-min-314 {
    width: 314%;
  }
  .wd-min-315 {
    width: 315%;
  }
  .wd-min-316 {
    width: 316%;
  }
  .wd-min-317 {
    width: 317%;
  }
  .wd-min-318 {
    width: 318%;
  }
  .wd-min-319 {
    width: 319%;
  }
  .wd-min-320 {
    width: 320%;
  }
  .wd-min-321 {
    width: 321%;
  }
  .wd-min-322 {
    width: 322%;
  }
  .wd-min-323 {
    width: 323%;
  }
  .wd-min-324 {
    width: 324%;
  }
  .wd-min-325 {
    width: 325%;
  }
  .wd-min-326 {
    width: 326%;
  }
  .wd-min-327 {
    width: 327%;
  }
  .wd-min-328 {
    width: 328%;
  }
  .wd-min-329 {
    width: 329%;
  }
  .wd-min-330 {
    width: 330%;
  }
  .wd-min-331 {
    width: 331%;
  }
  .wd-min-332 {
    width: 332%;
  }
  .wd-min-333 {
    width: 333%;
  }
  .wd-min-334 {
    width: 334%;
  }
  .wd-min-335 {
    width: 335%;
  }
  .wd-min-336 {
    width: 336%;
  }
  .wd-min-337 {
    width: 337%;
  }
  .wd-min-338 {
    width: 338%;
  }
  .wd-min-339 {
    width: 339%;
  }
  .wd-min-340 {
    width: 340%;
  }
  .wd-min-341 {
    width: 341%;
  }
  .wd-min-342 {
    width: 342%;
  }
  .wd-min-343 {
    width: 343%;
  }
  .wd-min-344 {
    width: 344%;
  }
  .wd-min-345 {
    width: 345%;
  }
  .wd-min-346 {
    width: 346%;
  }
  .wd-min-347 {
    width: 347%;
  }
  .wd-min-348 {
    width: 348%;
  }
  .wd-min-349 {
    width: 349%;
  }
  .wd-min-350 {
    width: 350%;
  }
  .wd-min-351 {
    width: 351%;
  }
  .wd-min-352 {
    width: 352%;
  }
  .wd-min-353 {
    width: 353%;
  }
  .wd-min-354 {
    width: 354%;
  }
  .wd-min-355 {
    width: 355%;
  }
  .wd-min-356 {
    width: 356%;
  }
  .wd-min-357 {
    width: 357%;
  }
  .wd-min-358 {
    width: 358%;
  }
  .wd-min-359 {
    width: 359%;
  }
  .wd-min-360 {
    width: 360%;
  }
  .wd-min-361 {
    width: 361%;
  }
  .wd-min-362 {
    width: 362%;
  }
  .wd-min-363 {
    width: 363%;
  }
  .wd-min-364 {
    width: 364%;
  }
  .wd-min-365 {
    width: 365%;
  }
  .wd-min-366 {
    width: 366%;
  }
  .wd-min-367 {
    width: 367%;
  }
  .wd-min-368 {
    width: 368%;
  }
  .wd-min-369 {
    width: 369%;
  }
  .wd-min-370 {
    width: 370%;
  }
  .wd-min-371 {
    width: 371%;
  }
  .wd-min-372 {
    width: 372%;
  }
  .wd-min-373 {
    width: 373%;
  }
  .wd-min-374 {
    width: 374%;
  }
  .wd-min-375 {
    width: 375%;
  }
  .wd-min-376 {
    width: 376%;
  }
  .wd-min-377 {
    width: 377%;
  }
  .wd-min-378 {
    width: 378%;
  }
  .wd-min-379 {
    width: 379%;
  }
  .wd-min-380 {
    width: 380%;
  }
  .wd-min-381 {
    width: 381%;
  }
  .wd-min-382 {
    width: 382%;
  }
  .wd-min-383 {
    width: 383%;
  }
  .wd-min-384 {
    width: 384%;
  }
  .wd-min-385 {
    width: 385%;
  }
  .wd-min-386 {
    width: 386%;
  }
  .wd-min-387 {
    width: 387%;
  }
  .wd-min-388 {
    width: 388%;
  }
  .wd-min-389 {
    width: 389%;
  }
  .wd-min-390 {
    width: 390%;
  }
  .wd-min-391 {
    width: 391%;
  }
  .wd-min-392 {
    width: 392%;
  }
  .wd-min-393 {
    width: 393%;
  }
  .wd-min-394 {
    width: 394%;
  }
  .wd-min-395 {
    width: 395%;
  }
  .wd-min-396 {
    width: 396%;
  }
  .wd-min-397 {
    width: 397%;
  }
  .wd-min-398 {
    width: 398%;
  }
  .wd-min-399 {
    width: 399%;
  }
  .wd-min-400 {
    width: 400%;
  }
  .wd-min-401 {
    width: 401%;
  }
  .wd-min-402 {
    width: 402%;
  }
  .wd-min-403 {
    width: 403%;
  }
  .wd-min-404 {
    width: 404%;
  }
  .wd-min-405 {
    width: 405%;
  }
  .wd-min-406 {
    width: 406%;
  }
  .wd-min-407 {
    width: 407%;
  }
  .wd-min-408 {
    width: 408%;
  }
  .wd-min-409 {
    width: 409%;
  }
  .wd-min-410 {
    width: 410%;
  }
  .wd-min-411 {
    width: 411%;
  }
  .wd-min-412 {
    width: 412%;
  }
  .wd-min-413 {
    width: 413%;
  }
  .wd-min-414 {
    width: 414%;
  }
  .wd-min-415 {
    width: 415%;
  }
  .wd-min-416 {
    width: 416%;
  }
  .wd-min-417 {
    width: 417%;
  }
  .wd-min-418 {
    width: 418%;
  }
  .wd-min-419 {
    width: 419%;
  }
  .wd-min-420 {
    width: 420%;
  }
  .wd-min-421 {
    width: 421%;
  }
  .wd-min-422 {
    width: 422%;
  }
  .wd-min-423 {
    width: 423%;
  }
  .wd-min-424 {
    width: 424%;
  }
  .wd-min-425 {
    width: 425%;
  }
  .wd-min-426 {
    width: 426%;
  }
  .wd-min-427 {
    width: 427%;
  }
  .wd-min-428 {
    width: 428%;
  }
  .wd-min-429 {
    width: 429%;
  }
  .wd-min-430 {
    width: 430%;
  }
  .wd-min-431 {
    width: 431%;
  }
  .wd-min-432 {
    width: 432%;
  }
  .wd-min-433 {
    width: 433%;
  }
  .wd-min-434 {
    width: 434%;
  }
  .wd-min-435 {
    width: 435%;
  }
  .wd-min-436 {
    width: 436%;
  }
  .wd-min-437 {
    width: 437%;
  }
  .wd-min-438 {
    width: 438%;
  }
  .wd-min-439 {
    width: 439%;
  }
  .wd-min-440 {
    width: 440%;
  }
  .wd-min-441 {
    width: 441%;
  }
  .wd-min-442 {
    width: 442%;
  }
  .wd-min-443 {
    width: 443%;
  }
  .wd-min-444 {
    width: 444%;
  }
  .wd-min-445 {
    width: 445%;
  }
  .wd-min-446 {
    width: 446%;
  }
  .wd-min-447 {
    width: 447%;
  }
  .wd-min-448 {
    width: 448%;
  }
  .wd-min-449 {
    width: 449%;
  }
  .wd-min-450 {
    width: 450%;
  }
  .wd-min-451 {
    width: 451%;
  }
  .wd-min-452 {
    width: 452%;
  }
  .wd-min-453 {
    width: 453%;
  }
  .wd-min-454 {
    width: 454%;
  }
  .wd-min-455 {
    width: 455%;
  }
  .wd-min-456 {
    width: 456%;
  }
  .wd-min-457 {
    width: 457%;
  }
  .wd-min-458 {
    width: 458%;
  }
  .wd-min-459 {
    width: 459%;
  }
  .wd-min-460 {
    width: 460%;
  }
  .wd-min-461 {
    width: 461%;
  }
  .wd-min-462 {
    width: 462%;
  }
  .wd-min-463 {
    width: 463%;
  }
  .wd-min-464 {
    width: 464%;
  }
  .wd-min-465 {
    width: 465%;
  }
  .wd-min-466 {
    width: 466%;
  }
  .wd-min-467 {
    width: 467%;
  }
  .wd-min-468 {
    width: 468%;
  }
  .wd-min-469 {
    width: 469%;
  }
  .wd-min-470 {
    width: 470%;
  }
  .wd-min-471 {
    width: 471%;
  }
  .wd-min-472 {
    width: 472%;
  }
  .wd-min-473 {
    width: 473%;
  }
  .wd-min-474 {
    width: 474%;
  }
  .wd-min-475 {
    width: 475%;
  }
  .wd-min-476 {
    width: 476%;
  }
  .wd-min-477 {
    width: 477%;
  }
  .wd-min-478 {
    width: 478%;
  }
  .wd-min-479 {
    width: 479%;
  }
  .wd-min-480 {
    width: 480%;
  }
  .wd-min-481 {
    width: 481%;
  }
  .wd-min-482 {
    width: 482%;
  }
  .wd-min-483 {
    width: 483%;
  }
  .wd-min-484 {
    width: 484%;
  }
  .wd-min-485 {
    width: 485%;
  }
  .wd-min-486 {
    width: 486%;
  }
  .wd-min-487 {
    width: 487%;
  }
  .wd-min-488 {
    width: 488%;
  }
  .wd-min-489 {
    width: 489%;
  }
  .wd-min-490 {
    width: 490%;
  }
  .wd-min-491 {
    width: 491%;
  }
  .wd-min-492 {
    width: 492%;
  }
  .wd-min-493 {
    width: 493%;
  }
  .wd-min-494 {
    width: 494%;
  }
  .wd-min-495 {
    width: 495%;
  }
  .wd-min-496 {
    width: 496%;
  }
  .wd-min-497 {
    width: 497%;
  }
  .wd-min-498 {
    width: 498%;
  }
  .wd-min-499 {
    width: 499%;
  }
  .wd-min-500 {
    width: 500%;
  }
  .wd-min-501 {
    width: 501%;
  }
  .wd-min-502 {
    width: 502%;
  }
  .wd-min-503 {
    width: 503%;
  }
  .wd-min-504 {
    width: 504%;
  }
  .wd-min-505 {
    width: 505%;
  }
  .wd-min-506 {
    width: 506%;
  }
  .wd-min-507 {
    width: 507%;
  }
  .wd-min-508 {
    width: 508%;
  }
  .wd-min-509 {
    width: 509%;
  }
  .wd-min-510 {
    width: 510%;
  }
  .wd-min-511 {
    width: 511%;
  }
  .wd-min-512 {
    width: 512%;
  }
  .wd-min-513 {
    width: 513%;
  }
  .wd-min-514 {
    width: 514%;
  }
  .wd-min-515 {
    width: 515%;
  }
  .wd-min-516 {
    width: 516%;
  }
  .wd-min-517 {
    width: 517%;
  }
  .wd-min-518 {
    width: 518%;
  }
  .wd-min-519 {
    width: 519%;
  }
  .wd-min-520 {
    width: 520%;
  }
  .wd-min-521 {
    width: 521%;
  }
  .wd-min-522 {
    width: 522%;
  }
  .wd-min-523 {
    width: 523%;
  }
  .wd-min-524 {
    width: 524%;
  }
  .wd-min-525 {
    width: 525%;
  }
  .wd-min-526 {
    width: 526%;
  }
  .wd-min-527 {
    width: 527%;
  }
  .wd-min-528 {
    width: 528%;
  }
  .wd-min-529 {
    width: 529%;
  }
  .wd-min-530 {
    width: 530%;
  }
  .wd-min-531 {
    width: 531%;
  }
  .wd-min-532 {
    width: 532%;
  }
  .wd-min-533 {
    width: 533%;
  }
  .wd-min-534 {
    width: 534%;
  }
  .wd-min-535 {
    width: 535%;
  }
  .wd-min-536 {
    width: 536%;
  }
  .wd-min-537 {
    width: 537%;
  }
  .wd-min-538 {
    width: 538%;
  }
  .wd-min-539 {
    width: 539%;
  }
  .wd-min-540 {
    width: 540%;
  }
  .wd-min-541 {
    width: 541%;
  }
  .wd-min-542 {
    width: 542%;
  }
  .wd-min-543 {
    width: 543%;
  }
  .wd-min-544 {
    width: 544%;
  }
  .wd-min-545 {
    width: 545%;
  }
  .wd-min-546 {
    width: 546%;
  }
  .wd-min-547 {
    width: 547%;
  }
  .wd-min-548 {
    width: 548%;
  }
  .wd-min-549 {
    width: 549%;
  }
  .wd-min-550 {
    width: 550%;
  }
  .wd-min-551 {
    width: 551%;
  }
  .wd-min-552 {
    width: 552%;
  }
  .wd-min-553 {
    width: 553%;
  }
  .wd-min-554 {
    width: 554%;
  }
  .wd-min-555 {
    width: 555%;
  }
  .wd-min-556 {
    width: 556%;
  }
  .wd-min-557 {
    width: 557%;
  }
  .wd-min-558 {
    width: 558%;
  }
  .wd-min-559 {
    width: 559%;
  }
  .wd-min-560 {
    width: 560%;
  }
  .wd-min-561 {
    width: 561%;
  }
  .wd-min-562 {
    width: 562%;
  }
  .wd-min-563 {
    width: 563%;
  }
  .wd-min-564 {
    width: 564%;
  }
  .wd-min-565 {
    width: 565%;
  }
  .wd-min-566 {
    width: 566%;
  }
  .wd-min-567 {
    width: 567%;
  }
  .wd-min-568 {
    width: 568%;
  }
  .wd-min-569 {
    width: 569%;
  }
  .wd-min-570 {
    width: 570%;
  }
  .wd-min-571 {
    width: 571%;
  }
  .wd-min-572 {
    width: 572%;
  }
  .wd-min-573 {
    width: 573%;
  }
  .wd-min-574 {
    width: 574%;
  }
  .wd-min-575 {
    width: 575%;
  }
  .wd-min-576 {
    width: 576%;
  }
  .wd-min-577 {
    width: 577%;
  }
  .wd-min-578 {
    width: 578%;
  }
  .wd-min-579 {
    width: 579%;
  }
  .wd-min-580 {
    width: 580%;
  }
  .wd-min-581 {
    width: 581%;
  }
  .wd-min-582 {
    width: 582%;
  }
  .wd-min-583 {
    width: 583%;
  }
  .wd-min-584 {
    width: 584%;
  }
  .wd-min-585 {
    width: 585%;
  }
  .wd-min-586 {
    width: 586%;
  }
  .wd-min-587 {
    width: 587%;
  }
  .wd-min-588 {
    width: 588%;
  }
  .wd-min-589 {
    width: 589%;
  }
  .wd-min-590 {
    width: 590%;
  }
  .wd-min-591 {
    width: 591%;
  }
  .wd-min-592 {
    width: 592%;
  }
  .wd-min-593 {
    width: 593%;
  }
  .wd-min-594 {
    width: 594%;
  }
  .wd-min-595 {
    width: 595%;
  }
  .wd-min-596 {
    width: 596%;
  }
  .wd-min-597 {
    width: 597%;
  }
  .wd-min-598 {
    width: 598%;
  }
  .wd-min-599 {
    width: 599%;
  }
  .wd-min-600 {
    width: 600%;
  }
  .wd-min-601 {
    width: 601%;
  }
  .wd-min-602 {
    width: 602%;
  }
  .wd-min-603 {
    width: 603%;
  }
  .wd-min-604 {
    width: 604%;
  }
  .wd-min-605 {
    width: 605%;
  }
  .wd-min-606 {
    width: 606%;
  }
  .wd-min-607 {
    width: 607%;
  }
  .wd-min-608 {
    width: 608%;
  }
  .wd-min-609 {
    width: 609%;
  }
  .wd-min-610 {
    width: 610%;
  }
  .wd-min-611 {
    width: 611%;
  }
  .wd-min-612 {
    width: 612%;
  }
  .wd-min-613 {
    width: 613%;
  }
  .wd-min-614 {
    width: 614%;
  }
  .wd-min-615 {
    width: 615%;
  }
  .wd-min-616 {
    width: 616%;
  }
  .wd-min-617 {
    width: 617%;
  }
  .wd-min-618 {
    width: 618%;
  }
  .wd-min-619 {
    width: 619%;
  }
  .wd-min-620 {
    width: 620%;
  }
  .wd-min-621 {
    width: 621%;
  }
  .wd-min-622 {
    width: 622%;
  }
  .wd-min-623 {
    width: 623%;
  }
  .wd-min-624 {
    width: 624%;
  }
  .wd-min-625 {
    width: 625%;
  }
  .wd-min-626 {
    width: 626%;
  }
  .wd-min-627 {
    width: 627%;
  }
  .wd-min-628 {
    width: 628%;
  }
  .wd-min-629 {
    width: 629%;
  }
  .wd-min-630 {
    width: 630%;
  }
  .wd-min-631 {
    width: 631%;
  }
  .wd-min-632 {
    width: 632%;
  }
  .wd-min-633 {
    width: 633%;
  }
  .wd-min-634 {
    width: 634%;
  }
  .wd-min-635 {
    width: 635%;
  }
  .wd-min-636 {
    width: 636%;
  }
  .wd-min-637 {
    width: 637%;
  }
  .wd-min-638 {
    width: 638%;
  }
  .wd-min-639 {
    width: 639%;
  }
  .wd-min-640 {
    width: 640%;
  }
  .wd-min-641 {
    width: 641%;
  }
  .wd-min-642 {
    width: 642%;
  }
  .wd-min-643 {
    width: 643%;
  }
  .wd-min-644 {
    width: 644%;
  }
  .wd-min-645 {
    width: 645%;
  }
  .wd-min-646 {
    width: 646%;
  }
  .wd-min-647 {
    width: 647%;
  }
  .wd-min-648 {
    width: 648%;
  }
  .wd-min-649 {
    width: 649%;
  }
  .wd-min-650 {
    width: 650%;
  }
  .wd-min-651 {
    width: 651%;
  }
  .wd-min-652 {
    width: 652%;
  }
  .wd-min-653 {
    width: 653%;
  }
  .wd-min-654 {
    width: 654%;
  }
  .wd-min-655 {
    width: 655%;
  }
  .wd-min-656 {
    width: 656%;
  }
  .wd-min-657 {
    width: 657%;
  }
  .wd-min-658 {
    width: 658%;
  }
  .wd-min-659 {
    width: 659%;
  }
  .wd-min-660 {
    width: 660%;
  }
  .wd-min-661 {
    width: 661%;
  }
  .wd-min-662 {
    width: 662%;
  }
  .wd-min-663 {
    width: 663%;
  }
  .wd-min-664 {
    width: 664%;
  }
  .wd-min-665 {
    width: 665%;
  }
  .wd-min-666 {
    width: 666%;
  }
  .wd-min-667 {
    width: 667%;
  }
  .wd-min-668 {
    width: 668%;
  }
  .wd-min-669 {
    width: 669%;
  }
  .wd-min-670 {
    width: 670%;
  }
  .wd-min-671 {
    width: 671%;
  }
  .wd-min-672 {
    width: 672%;
  }
  .wd-min-673 {
    width: 673%;
  }
  .wd-min-674 {
    width: 674%;
  }
  .wd-min-675 {
    width: 675%;
  }
  .wd-min-676 {
    width: 676%;
  }
  .wd-min-677 {
    width: 677%;
  }
  .wd-min-678 {
    width: 678%;
  }
  .wd-min-679 {
    width: 679%;
  }
  .wd-min-680 {
    width: 680%;
  }
  .wd-min-681 {
    width: 681%;
  }
  .wd-min-682 {
    width: 682%;
  }
  .wd-min-683 {
    width: 683%;
  }
  .wd-min-684 {
    width: 684%;
  }
  .wd-min-685 {
    width: 685%;
  }
  .wd-min-686 {
    width: 686%;
  }
  .wd-min-687 {
    width: 687%;
  }
  .wd-min-688 {
    width: 688%;
  }
  .wd-min-689 {
    width: 689%;
  }
  .wd-min-690 {
    width: 690%;
  }
  .wd-min-691 {
    width: 691%;
  }
  .wd-min-692 {
    width: 692%;
  }
  .wd-min-693 {
    width: 693%;
  }
  .wd-min-694 {
    width: 694%;
  }
  .wd-min-695 {
    width: 695%;
  }
  .wd-min-696 {
    width: 696%;
  }
  .wd-min-697 {
    width: 697%;
  }
  .wd-min-698 {
    width: 698%;
  }
  .wd-min-699 {
    width: 699%;
  }
  .wd-min-700 {
    width: 700%;
  }
  .wd-min-701 {
    width: 701%;
  }
  .wd-min-702 {
    width: 702%;
  }
  .wd-min-703 {
    width: 703%;
  }
  .wd-min-704 {
    width: 704%;
  }
  .wd-min-705 {
    width: 705%;
  }
  .wd-min-706 {
    width: 706%;
  }
  .wd-min-707 {
    width: 707%;
  }
  .wd-min-708 {
    width: 708%;
  }
  .wd-min-709 {
    width: 709%;
  }
  .wd-min-710 {
    width: 710%;
  }
  .wd-min-711 {
    width: 711%;
  }
  .wd-min-712 {
    width: 712%;
  }
  .wd-min-713 {
    width: 713%;
  }
  .wd-min-714 {
    width: 714%;
  }
  .wd-min-715 {
    width: 715%;
  }
  .wd-min-716 {
    width: 716%;
  }
  .wd-min-717 {
    width: 717%;
  }
  .wd-min-718 {
    width: 718%;
  }
  .wd-min-719 {
    width: 719%;
  }
  .wd-min-720 {
    width: 720%;
  }
  .wd-min-721 {
    width: 721%;
  }
  .wd-min-722 {
    width: 722%;
  }
  .wd-min-723 {
    width: 723%;
  }
  .wd-min-724 {
    width: 724%;
  }
  .wd-min-725 {
    width: 725%;
  }
  .wd-min-726 {
    width: 726%;
  }
  .wd-min-727 {
    width: 727%;
  }
  .wd-min-728 {
    width: 728%;
  }
  .wd-min-729 {
    width: 729%;
  }
  .wd-min-730 {
    width: 730%;
  }
  .wd-min-731 {
    width: 731%;
  }
  .wd-min-732 {
    width: 732%;
  }
  .wd-min-733 {
    width: 733%;
  }
  .wd-min-734 {
    width: 734%;
  }
  .wd-min-735 {
    width: 735%;
  }
  .wd-min-736 {
    width: 736%;
  }
  .wd-min-737 {
    width: 737%;
  }
  .wd-min-738 {
    width: 738%;
  }
  .wd-min-739 {
    width: 739%;
  }
  .wd-min-740 {
    width: 740%;
  }
  .wd-min-741 {
    width: 741%;
  }
  .wd-min-742 {
    width: 742%;
  }
  .wd-min-743 {
    width: 743%;
  }
  .wd-min-744 {
    width: 744%;
  }
  .wd-min-745 {
    width: 745%;
  }
  .wd-min-746 {
    width: 746%;
  }
  .wd-min-747 {
    width: 747%;
  }
  .wd-min-748 {
    width: 748%;
  }
  .wd-min-749 {
    width: 749%;
  }
  .wd-min-750 {
    width: 750%;
  }
  .wd-min-751 {
    width: 751%;
  }
  .wd-min-752 {
    width: 752%;
  }
  .wd-min-753 {
    width: 753%;
  }
  .wd-min-754 {
    width: 754%;
  }
  .wd-min-755 {
    width: 755%;
  }
  .wd-min-756 {
    width: 756%;
  }
  .wd-min-757 {
    width: 757%;
  }
  .wd-min-758 {
    width: 758%;
  }
  .wd-min-759 {
    width: 759%;
  }
  .wd-min-760 {
    width: 760%;
  }
  .wd-min-761 {
    width: 761%;
  }
  .wd-min-762 {
    width: 762%;
  }
  .wd-min-763 {
    width: 763%;
  }
  .wd-min-764 {
    width: 764%;
  }
  .wd-min-765 {
    width: 765%;
  }
  .wd-min-766 {
    width: 766%;
  }
  .wd-min-767 {
    width: 767%;
  }
  .wd-min-768 {
    width: 768%;
  }
  .wd-min-769 {
    width: 769%;
  }
  .wd-min-770 {
    width: 770%;
  }
  .wd-min-771 {
    width: 771%;
  }
  .wd-min-772 {
    width: 772%;
  }
  .wd-min-773 {
    width: 773%;
  }
  .wd-min-774 {
    width: 774%;
  }
  .wd-min-775 {
    width: 775%;
  }
  .wd-min-776 {
    width: 776%;
  }
  .wd-min-777 {
    width: 777%;
  }
  .wd-min-778 {
    width: 778%;
  }
  .wd-min-779 {
    width: 779%;
  }
  .wd-min-780 {
    width: 780%;
  }
  .wd-min-781 {
    width: 781%;
  }
  .wd-min-782 {
    width: 782%;
  }
  .wd-min-783 {
    width: 783%;
  }
  .wd-min-784 {
    width: 784%;
  }
  .wd-min-785 {
    width: 785%;
  }
  .wd-min-786 {
    width: 786%;
  }
  .wd-min-787 {
    width: 787%;
  }
  .wd-min-788 {
    width: 788%;
  }
  .wd-min-789 {
    width: 789%;
  }
  .wd-min-790 {
    width: 790%;
  }
  .wd-min-791 {
    width: 791%;
  }
  .wd-min-792 {
    width: 792%;
  }
  .wd-min-793 {
    width: 793%;
  }
  .wd-min-794 {
    width: 794%;
  }
  .wd-min-795 {
    width: 795%;
  }
  .wd-min-796 {
    width: 796%;
  }
  .wd-min-797 {
    width: 797%;
  }
  .wd-min-798 {
    width: 798%;
  }
  .wd-min-799 {
    width: 799%;
  }
  .wd-min-800 {
    width: 800%;
  }
  .wd-min-801 {
    width: 801%;
  }
  .wd-min-802 {
    width: 802%;
  }
  .wd-min-803 {
    width: 803%;
  }
  .wd-min-804 {
    width: 804%;
  }
  .wd-min-805 {
    width: 805%;
  }
  .wd-min-806 {
    width: 806%;
  }
  .wd-min-807 {
    width: 807%;
  }
  .wd-min-808 {
    width: 808%;
  }
  .wd-min-809 {
    width: 809%;
  }
  .wd-min-810 {
    width: 810%;
  }
  .wd-min-811 {
    width: 811%;
  }
  .wd-min-812 {
    width: 812%;
  }
  .wd-min-813 {
    width: 813%;
  }
  .wd-min-814 {
    width: 814%;
  }
  .wd-min-815 {
    width: 815%;
  }
  .wd-min-816 {
    width: 816%;
  }
  .wd-min-817 {
    width: 817%;
  }
  .wd-min-818 {
    width: 818%;
  }
  .wd-min-819 {
    width: 819%;
  }
  .wd-min-820 {
    width: 820%;
  }
  .wd-min-821 {
    width: 821%;
  }
  .wd-min-822 {
    width: 822%;
  }
  .wd-min-823 {
    width: 823%;
  }
  .wd-min-824 {
    width: 824%;
  }
  .wd-min-825 {
    width: 825%;
  }
  .wd-min-826 {
    width: 826%;
  }
  .wd-min-827 {
    width: 827%;
  }
  .wd-min-828 {
    width: 828%;
  }
  .wd-min-829 {
    width: 829%;
  }
  .wd-min-830 {
    width: 830%;
  }
  .wd-min-831 {
    width: 831%;
  }
  .wd-min-832 {
    width: 832%;
  }
  .wd-min-833 {
    width: 833%;
  }
  .wd-min-834 {
    width: 834%;
  }
  .wd-min-835 {
    width: 835%;
  }
  .wd-min-836 {
    width: 836%;
  }
  .wd-min-837 {
    width: 837%;
  }
  .wd-min-838 {
    width: 838%;
  }
  .wd-min-839 {
    width: 839%;
  }
  .wd-min-840 {
    width: 840%;
  }
  .wd-min-841 {
    width: 841%;
  }
  .wd-min-842 {
    width: 842%;
  }
  .wd-min-843 {
    width: 843%;
  }
  .wd-min-844 {
    width: 844%;
  }
  .wd-min-845 {
    width: 845%;
  }
  .wd-min-846 {
    width: 846%;
  }
  .wd-min-847 {
    width: 847%;
  }
  .wd-min-848 {
    width: 848%;
  }
  .wd-min-849 {
    width: 849%;
  }
  .wd-min-850 {
    width: 850%;
  }
  .wd-min-851 {
    width: 851%;
  }
  .wd-min-852 {
    width: 852%;
  }
  .wd-min-853 {
    width: 853%;
  }
  .wd-min-854 {
    width: 854%;
  }
  .wd-min-855 {
    width: 855%;
  }
  .wd-min-856 {
    width: 856%;
  }
  .wd-min-857 {
    width: 857%;
  }
  .wd-min-858 {
    width: 858%;
  }
  .wd-min-859 {
    width: 859%;
  }
  .wd-min-860 {
    width: 860%;
  }
  .wd-min-861 {
    width: 861%;
  }
  .wd-min-862 {
    width: 862%;
  }
  .wd-min-863 {
    width: 863%;
  }
  .wd-min-864 {
    width: 864%;
  }
  .wd-min-865 {
    width: 865%;
  }
  .wd-min-866 {
    width: 866%;
  }
  .wd-min-867 {
    width: 867%;
  }
  .wd-min-868 {
    width: 868%;
  }
  .wd-min-869 {
    width: 869%;
  }
  .wd-min-870 {
    width: 870%;
  }
  .wd-min-871 {
    width: 871%;
  }
  .wd-min-872 {
    width: 872%;
  }
  .wd-min-873 {
    width: 873%;
  }
  .wd-min-874 {
    width: 874%;
  }
  .wd-min-875 {
    width: 875%;
  }
  .wd-min-876 {
    width: 876%;
  }
  .wd-min-877 {
    width: 877%;
  }
  .wd-min-878 {
    width: 878%;
  }
  .wd-min-879 {
    width: 879%;
  }
  .wd-min-880 {
    width: 880%;
  }
  .wd-min-881 {
    width: 881%;
  }
  .wd-min-882 {
    width: 882%;
  }
  .wd-min-883 {
    width: 883%;
  }
  .wd-min-884 {
    width: 884%;
  }
  .wd-min-885 {
    width: 885%;
  }
  .wd-min-886 {
    width: 886%;
  }
  .wd-min-887 {
    width: 887%;
  }
  .wd-min-888 {
    width: 888%;
  }
  .wd-min-889 {
    width: 889%;
  }
  .wd-min-890 {
    width: 890%;
  }
  .wd-min-891 {
    width: 891%;
  }
  .wd-min-892 {
    width: 892%;
  }
  .wd-min-893 {
    width: 893%;
  }
  .wd-min-894 {
    width: 894%;
  }
  .wd-min-895 {
    width: 895%;
  }
  .wd-min-896 {
    width: 896%;
  }
  .wd-min-897 {
    width: 897%;
  }
  .wd-min-898 {
    width: 898%;
  }
  .wd-min-899 {
    width: 899%;
  }
  .wd-min-900 {
    width: 900%;
  }
  .wd-min-901 {
    width: 901%;
  }
  .wd-min-902 {
    width: 902%;
  }
  .wd-min-903 {
    width: 903%;
  }
  .wd-min-904 {
    width: 904%;
  }
  .wd-min-905 {
    width: 905%;
  }
  .wd-min-906 {
    width: 906%;
  }
  .wd-min-907 {
    width: 907%;
  }
  .wd-min-908 {
    width: 908%;
  }
  .wd-min-909 {
    width: 909%;
  }
  .wd-min-910 {
    width: 910%;
  }
  .wd-min-911 {
    width: 911%;
  }
  .wd-min-912 {
    width: 912%;
  }
  .wd-min-913 {
    width: 913%;
  }
  .wd-min-914 {
    width: 914%;
  }
  .wd-min-915 {
    width: 915%;
  }
  .wd-min-916 {
    width: 916%;
  }
  .wd-min-917 {
    width: 917%;
  }
  .wd-min-918 {
    width: 918%;
  }
  .wd-min-919 {
    width: 919%;
  }
  .wd-min-920 {
    width: 920%;
  }
  .wd-min-921 {
    width: 921%;
  }
  .wd-min-922 {
    width: 922%;
  }
  .wd-min-923 {
    width: 923%;
  }
  .wd-min-924 {
    width: 924%;
  }
  .wd-min-925 {
    width: 925%;
  }
  .wd-min-926 {
    width: 926%;
  }
  .wd-min-927 {
    width: 927%;
  }
  .wd-min-928 {
    width: 928%;
  }
  .wd-min-929 {
    width: 929%;
  }
  .wd-min-930 {
    width: 930%;
  }
  .wd-min-931 {
    width: 931%;
  }
  .wd-min-932 {
    width: 932%;
  }
  .wd-min-933 {
    width: 933%;
  }
  .wd-min-934 {
    width: 934%;
  }
  .wd-min-935 {
    width: 935%;
  }
  .wd-min-936 {
    width: 936%;
  }
  .wd-min-937 {
    width: 937%;
  }
  .wd-min-938 {
    width: 938%;
  }
  .wd-min-939 {
    width: 939%;
  }
  .wd-min-940 {
    width: 940%;
  }
  .wd-min-941 {
    width: 941%;
  }
  .wd-min-942 {
    width: 942%;
  }
  .wd-min-943 {
    width: 943%;
  }
  .wd-min-944 {
    width: 944%;
  }
  .wd-min-945 {
    width: 945%;
  }
  .wd-min-946 {
    width: 946%;
  }
  .wd-min-947 {
    width: 947%;
  }
  .wd-min-948 {
    width: 948%;
  }
  .wd-min-949 {
    width: 949%;
  }
  .wd-min-950 {
    width: 950%;
  }
  .wd-min-951 {
    width: 951%;
  }
  .wd-min-952 {
    width: 952%;
  }
  .wd-min-953 {
    width: 953%;
  }
  .wd-min-954 {
    width: 954%;
  }
  .wd-min-955 {
    width: 955%;
  }
  .wd-min-956 {
    width: 956%;
  }
  .wd-min-957 {
    width: 957%;
  }
  .wd-min-958 {
    width: 958%;
  }
  .wd-min-959 {
    width: 959%;
  }
  .wd-min-960 {
    width: 960%;
  }
  .wd-min-961 {
    width: 961%;
  }
  .wd-min-962 {
    width: 962%;
  }
  .wd-min-963 {
    width: 963%;
  }
  .wd-min-964 {
    width: 964%;
  }
  .wd-min-965 {
    width: 965%;
  }
  .wd-min-966 {
    width: 966%;
  }
  .wd-min-967 {
    width: 967%;
  }
  .wd-min-968 {
    width: 968%;
  }
  .wd-min-969 {
    width: 969%;
  }
  .wd-min-970 {
    width: 970%;
  }
  .wd-min-971 {
    width: 971%;
  }
  .wd-min-972 {
    width: 972%;
  }
  .wd-min-973 {
    width: 973%;
  }
  .wd-min-974 {
    width: 974%;
  }
  .wd-min-975 {
    width: 975%;
  }
  .wd-min-976 {
    width: 976%;
  }
  .wd-min-977 {
    width: 977%;
  }
  .wd-min-978 {
    width: 978%;
  }
  .wd-min-979 {
    width: 979%;
  }
  .wd-min-980 {
    width: 980%;
  }
  .wd-min-981 {
    width: 981%;
  }
  .wd-min-982 {
    width: 982%;
  }
  .wd-min-983 {
    width: 983%;
  }
  .wd-min-984 {
    width: 984%;
  }
  .wd-min-985 {
    width: 985%;
  }
  .wd-min-986 {
    width: 986%;
  }
  .wd-min-987 {
    width: 987%;
  }
  .wd-min-988 {
    width: 988%;
  }
  .wd-min-989 {
    width: 989%;
  }
  .wd-min-990 {
    width: 990%;
  }
  .wd-min-991 {
    width: 991%;
  }
  .wd-min-992 {
    width: 992%;
  }
  .wd-min-993 {
    width: 993%;
  }
  .wd-min-994 {
    width: 994%;
  }
  .wd-min-995 {
    width: 995%;
  }
  .wd-min-996 {
    width: 996%;
  }
  .wd-min-997 {
    width: 997%;
  }
  .wd-min-998 {
    width: 998%;
  }
  .wd-min-999 {
    width: 999%;
  }
  .wd-min-1000 {
    width: 1000%;
  }
}
@media (min-width: 411px) {
  .wd-xs-5 {
    width: 5%;
  }
  .wd-xs-10 {
    width: 10%;
  }
  .wd-xs-11 {
    width: 11%;
  }
  .wd-xs-12 {
    width: 12%;
  }
  .wd-xs-13 {
    width: 13%;
  }
  .wd-xs-14 {
    width: 14%;
  }
  .wd-xs-15 {
    width: 15%;
  }
  .wd-xs-16 {
    width: 16%;
  }
  .wd-xs-17 {
    width: 17%;
  }
  .wd-xs-18 {
    width: 18%;
  }
  .wd-xs-19 {
    width: 19%;
  }
  .wd-xs-20 {
    width: 20%;
  }
  .wd-xs-21 {
    width: 21%;
  }
  .wd-xs-22 {
    width: 22%;
  }
  .wd-xs-23 {
    width: 23%;
  }
  .wd-xs-24 {
    width: 24%;
  }
  .wd-xs-25 {
    width: 25%;
  }
  .wd-xs-26 {
    width: 26%;
  }
  .wd-xs-27 {
    width: 27%;
  }
  .wd-xs-28 {
    width: 28%;
  }
  .wd-xs-29 {
    width: 29%;
  }
  .wd-xs-30 {
    width: 30%;
  }
  .wd-xs-31 {
    width: 31%;
  }
  .wd-xs-32 {
    width: 32%;
  }
  .wd-xs-33 {
    width: 33%;
  }
  .wd-xs-34 {
    width: 34%;
  }
  .wd-xs-35 {
    width: 35%;
  }
  .wd-xs-36 {
    width: 36%;
  }
  .wd-xs-37 {
    width: 37%;
  }
  .wd-xs-38 {
    width: 38%;
  }
  .wd-xs-39 {
    width: 39%;
  }
  .wd-xs-40 {
    width: 40%;
  }
  .wd-xs-41 {
    width: 41%;
  }
  .wd-xs-42 {
    width: 42%;
  }
  .wd-xs-43 {
    width: 43%;
  }
  .wd-xs-44 {
    width: 44%;
  }
  .wd-xs-45 {
    width: 45%;
  }
  .wd-xs-46 {
    width: 46%;
  }
  .wd-xs-47 {
    width: 47%;
  }
  .wd-xs-48 {
    width: 48%;
  }
  .wd-xs-49 {
    width: 49%;
  }
  .wd-xs-50 {
    width: 50%;
  }
  .wd-xs-51 {
    width: 51%;
  }
  .wd-xs-52 {
    width: 52%;
  }
  .wd-xs-53 {
    width: 53%;
  }
  .wd-xs-54 {
    width: 54%;
  }
  .wd-xs-55 {
    width: 55%;
  }
  .wd-xs-56 {
    width: 56%;
  }
  .wd-xs-57 {
    width: 57%;
  }
  .wd-xs-58 {
    width: 58%;
  }
  .wd-xs-59 {
    width: 59%;
  }
  .wd-xs-60 {
    width: 60%;
  }
  .wd-xs-61 {
    width: 61%;
  }
  .wd-xs-62 {
    width: 62%;
  }
  .wd-xs-63 {
    width: 63%;
  }
  .wd-xs-64 {
    width: 64%;
  }
  .wd-xs-65 {
    width: 65%;
  }
  .wd-xs-66 {
    width: 66%;
  }
  .wd-xs-67 {
    width: 67%;
  }
  .wd-xs-68 {
    width: 68%;
  }
  .wd-xs-69 {
    width: 69%;
  }
  .wd-xs-70 {
    width: 70%;
  }
  .wd-xs-71 {
    width: 71%;
  }
  .wd-xs-72 {
    width: 72%;
  }
  .wd-xs-73 {
    width: 73%;
  }
  .wd-xs-74 {
    width: 74%;
  }
  .wd-xs-75 {
    width: 75%;
  }
  .wd-xs-76 {
    width: 76%;
  }
  .wd-xs-77 {
    width: 77%;
  }
  .wd-xs-78 {
    width: 78%;
  }
  .wd-xs-79 {
    width: 79%;
  }
  .wd-xs-80 {
    width: 80%;
  }
  .wd-xs-81 {
    width: 81%;
  }
  .wd-xs-82 {
    width: 82%;
  }
  .wd-xs-83 {
    width: 83%;
  }
  .wd-xs-84 {
    width: 84%;
  }
  .wd-xs-85 {
    width: 85%;
  }
  .wd-xs-86 {
    width: 86%;
  }
  .wd-xs-87 {
    width: 87%;
  }
  .wd-xs-88 {
    width: 88%;
  }
  .wd-xs-89 {
    width: 89%;
  }
  .wd-xs-90 {
    width: 90%;
  }
  .wd-xs-91 {
    width: 91%;
  }
  .wd-xs-92 {
    width: 92%;
  }
  .wd-xs-93 {
    width: 93%;
  }
  .wd-xs-94 {
    width: 94%;
  }
  .wd-xs-95 {
    width: 95%;
  }
  .wd-xs-96 {
    width: 96%;
  }
  .wd-xs-97 {
    width: 97%;
  }
  .wd-xs-98 {
    width: 98%;
  }
  .wd-xs-99 {
    width: 99%;
  }
  .wd-xs-100 {
    width: 100%;
  }
  .wd-xs-101 {
    width: 101%;
  }
  .wd-xs-102 {
    width: 102%;
  }
  .wd-xs-103 {
    width: 103%;
  }
  .wd-xs-104 {
    width: 104%;
  }
  .wd-xs-105 {
    width: 105%;
  }
  .wd-xs-106 {
    width: 106%;
  }
  .wd-xs-107 {
    width: 107%;
  }
  .wd-xs-108 {
    width: 108%;
  }
  .wd-xs-109 {
    width: 109%;
  }
  .wd-xs-110 {
    width: 110%;
  }
  .wd-xs-111 {
    width: 111%;
  }
  .wd-xs-112 {
    width: 112%;
  }
  .wd-xs-113 {
    width: 113%;
  }
  .wd-xs-114 {
    width: 114%;
  }
  .wd-xs-115 {
    width: 115%;
  }
  .wd-xs-116 {
    width: 116%;
  }
  .wd-xs-117 {
    width: 117%;
  }
  .wd-xs-118 {
    width: 118%;
  }
  .wd-xs-119 {
    width: 119%;
  }
  .wd-xs-120 {
    width: 120%;
  }
  .wd-xs-121 {
    width: 121%;
  }
  .wd-xs-122 {
    width: 122%;
  }
  .wd-xs-123 {
    width: 123%;
  }
  .wd-xs-124 {
    width: 124%;
  }
  .wd-xs-125 {
    width: 125%;
  }
  .wd-xs-126 {
    width: 126%;
  }
  .wd-xs-127 {
    width: 127%;
  }
  .wd-xs-128 {
    width: 128%;
  }
  .wd-xs-129 {
    width: 129%;
  }
  .wd-xs-130 {
    width: 130%;
  }
  .wd-xs-131 {
    width: 131%;
  }
  .wd-xs-132 {
    width: 132%;
  }
  .wd-xs-133 {
    width: 133%;
  }
  .wd-xs-134 {
    width: 134%;
  }
  .wd-xs-135 {
    width: 135%;
  }
  .wd-xs-136 {
    width: 136%;
  }
  .wd-xs-137 {
    width: 137%;
  }
  .wd-xs-138 {
    width: 138%;
  }
  .wd-xs-139 {
    width: 139%;
  }
  .wd-xs-140 {
    width: 140%;
  }
  .wd-xs-141 {
    width: 141%;
  }
  .wd-xs-142 {
    width: 142%;
  }
  .wd-xs-143 {
    width: 143%;
  }
  .wd-xs-144 {
    width: 144%;
  }
  .wd-xs-145 {
    width: 145%;
  }
  .wd-xs-146 {
    width: 146%;
  }
  .wd-xs-147 {
    width: 147%;
  }
  .wd-xs-148 {
    width: 148%;
  }
  .wd-xs-149 {
    width: 149%;
  }
  .wd-xs-150 {
    width: 150%;
  }
  .wd-xs-151 {
    width: 151%;
  }
  .wd-xs-152 {
    width: 152%;
  }
  .wd-xs-153 {
    width: 153%;
  }
  .wd-xs-154 {
    width: 154%;
  }
  .wd-xs-155 {
    width: 155%;
  }
  .wd-xs-156 {
    width: 156%;
  }
  .wd-xs-157 {
    width: 157%;
  }
  .wd-xs-158 {
    width: 158%;
  }
  .wd-xs-159 {
    width: 159%;
  }
  .wd-xs-160 {
    width: 160%;
  }
  .wd-xs-161 {
    width: 161%;
  }
  .wd-xs-162 {
    width: 162%;
  }
  .wd-xs-163 {
    width: 163%;
  }
  .wd-xs-164 {
    width: 164%;
  }
  .wd-xs-165 {
    width: 165%;
  }
  .wd-xs-166 {
    width: 166%;
  }
  .wd-xs-167 {
    width: 167%;
  }
  .wd-xs-168 {
    width: 168%;
  }
  .wd-xs-169 {
    width: 169%;
  }
  .wd-xs-170 {
    width: 170%;
  }
  .wd-xs-171 {
    width: 171%;
  }
  .wd-xs-172 {
    width: 172%;
  }
  .wd-xs-173 {
    width: 173%;
  }
  .wd-xs-174 {
    width: 174%;
  }
  .wd-xs-175 {
    width: 175%;
  }
  .wd-xs-176 {
    width: 176%;
  }
  .wd-xs-177 {
    width: 177%;
  }
  .wd-xs-178 {
    width: 178%;
  }
  .wd-xs-179 {
    width: 179%;
  }
  .wd-xs-180 {
    width: 180%;
  }
  .wd-xs-181 {
    width: 181%;
  }
  .wd-xs-182 {
    width: 182%;
  }
  .wd-xs-183 {
    width: 183%;
  }
  .wd-xs-184 {
    width: 184%;
  }
  .wd-xs-185 {
    width: 185%;
  }
  .wd-xs-186 {
    width: 186%;
  }
  .wd-xs-187 {
    width: 187%;
  }
  .wd-xs-188 {
    width: 188%;
  }
  .wd-xs-189 {
    width: 189%;
  }
  .wd-xs-190 {
    width: 190%;
  }
  .wd-xs-191 {
    width: 191%;
  }
  .wd-xs-192 {
    width: 192%;
  }
  .wd-xs-193 {
    width: 193%;
  }
  .wd-xs-194 {
    width: 194%;
  }
  .wd-xs-195 {
    width: 195%;
  }
  .wd-xs-196 {
    width: 196%;
  }
  .wd-xs-197 {
    width: 197%;
  }
  .wd-xs-198 {
    width: 198%;
  }
  .wd-xs-199 {
    width: 199%;
  }
  .wd-xs-200 {
    width: 200%;
  }
  .wd-xs-201 {
    width: 201%;
  }
  .wd-xs-202 {
    width: 202%;
  }
  .wd-xs-203 {
    width: 203%;
  }
  .wd-xs-204 {
    width: 204%;
  }
  .wd-xs-205 {
    width: 205%;
  }
  .wd-xs-206 {
    width: 206%;
  }
  .wd-xs-207 {
    width: 207%;
  }
  .wd-xs-208 {
    width: 208%;
  }
  .wd-xs-209 {
    width: 209%;
  }
  .wd-xs-210 {
    width: 210%;
  }
  .wd-xs-211 {
    width: 211%;
  }
  .wd-xs-212 {
    width: 212%;
  }
  .wd-xs-213 {
    width: 213%;
  }
  .wd-xs-214 {
    width: 214%;
  }
  .wd-xs-215 {
    width: 215%;
  }
  .wd-xs-216 {
    width: 216%;
  }
  .wd-xs-217 {
    width: 217%;
  }
  .wd-xs-218 {
    width: 218%;
  }
  .wd-xs-219 {
    width: 219%;
  }
  .wd-xs-220 {
    width: 220%;
  }
  .wd-xs-221 {
    width: 221%;
  }
  .wd-xs-222 {
    width: 222%;
  }
  .wd-xs-223 {
    width: 223%;
  }
  .wd-xs-224 {
    width: 224%;
  }
  .wd-xs-225 {
    width: 225%;
  }
  .wd-xs-226 {
    width: 226%;
  }
  .wd-xs-227 {
    width: 227%;
  }
  .wd-xs-228 {
    width: 228%;
  }
  .wd-xs-229 {
    width: 229%;
  }
  .wd-xs-230 {
    width: 230%;
  }
  .wd-xs-231 {
    width: 231%;
  }
  .wd-xs-232 {
    width: 232%;
  }
  .wd-xs-233 {
    width: 233%;
  }
  .wd-xs-234 {
    width: 234%;
  }
  .wd-xs-235 {
    width: 235%;
  }
  .wd-xs-236 {
    width: 236%;
  }
  .wd-xs-237 {
    width: 237%;
  }
  .wd-xs-238 {
    width: 238%;
  }
  .wd-xs-239 {
    width: 239%;
  }
  .wd-xs-240 {
    width: 240%;
  }
  .wd-xs-241 {
    width: 241%;
  }
  .wd-xs-242 {
    width: 242%;
  }
  .wd-xs-243 {
    width: 243%;
  }
  .wd-xs-244 {
    width: 244%;
  }
  .wd-xs-245 {
    width: 245%;
  }
  .wd-xs-246 {
    width: 246%;
  }
  .wd-xs-247 {
    width: 247%;
  }
  .wd-xs-248 {
    width: 248%;
  }
  .wd-xs-249 {
    width: 249%;
  }
  .wd-xs-250 {
    width: 250%;
  }
  .wd-xs-251 {
    width: 251%;
  }
  .wd-xs-252 {
    width: 252%;
  }
  .wd-xs-253 {
    width: 253%;
  }
  .wd-xs-254 {
    width: 254%;
  }
  .wd-xs-255 {
    width: 255%;
  }
  .wd-xs-256 {
    width: 256%;
  }
  .wd-xs-257 {
    width: 257%;
  }
  .wd-xs-258 {
    width: 258%;
  }
  .wd-xs-259 {
    width: 259%;
  }
  .wd-xs-260 {
    width: 260%;
  }
  .wd-xs-261 {
    width: 261%;
  }
  .wd-xs-262 {
    width: 262%;
  }
  .wd-xs-263 {
    width: 263%;
  }
  .wd-xs-264 {
    width: 264%;
  }
  .wd-xs-265 {
    width: 265%;
  }
  .wd-xs-266 {
    width: 266%;
  }
  .wd-xs-267 {
    width: 267%;
  }
  .wd-xs-268 {
    width: 268%;
  }
  .wd-xs-269 {
    width: 269%;
  }
  .wd-xs-270 {
    width: 270%;
  }
  .wd-xs-271 {
    width: 271%;
  }
  .wd-xs-272 {
    width: 272%;
  }
  .wd-xs-273 {
    width: 273%;
  }
  .wd-xs-274 {
    width: 274%;
  }
  .wd-xs-275 {
    width: 275%;
  }
  .wd-xs-276 {
    width: 276%;
  }
  .wd-xs-277 {
    width: 277%;
  }
  .wd-xs-278 {
    width: 278%;
  }
  .wd-xs-279 {
    width: 279%;
  }
  .wd-xs-280 {
    width: 280%;
  }
  .wd-xs-281 {
    width: 281%;
  }
  .wd-xs-282 {
    width: 282%;
  }
  .wd-xs-283 {
    width: 283%;
  }
  .wd-xs-284 {
    width: 284%;
  }
  .wd-xs-285 {
    width: 285%;
  }
  .wd-xs-286 {
    width: 286%;
  }
  .wd-xs-287 {
    width: 287%;
  }
  .wd-xs-288 {
    width: 288%;
  }
  .wd-xs-289 {
    width: 289%;
  }
  .wd-xs-290 {
    width: 290%;
  }
  .wd-xs-291 {
    width: 291%;
  }
  .wd-xs-292 {
    width: 292%;
  }
  .wd-xs-293 {
    width: 293%;
  }
  .wd-xs-294 {
    width: 294%;
  }
  .wd-xs-295 {
    width: 295%;
  }
  .wd-xs-296 {
    width: 296%;
  }
  .wd-xs-297 {
    width: 297%;
  }
  .wd-xs-298 {
    width: 298%;
  }
  .wd-xs-299 {
    width: 299%;
  }
  .wd-xs-300 {
    width: 300%;
  }
  .wd-xs-301 {
    width: 301%;
  }
  .wd-xs-302 {
    width: 302%;
  }
  .wd-xs-303 {
    width: 303%;
  }
  .wd-xs-304 {
    width: 304%;
  }
  .wd-xs-305 {
    width: 305%;
  }
  .wd-xs-306 {
    width: 306%;
  }
  .wd-xs-307 {
    width: 307%;
  }
  .wd-xs-308 {
    width: 308%;
  }
  .wd-xs-309 {
    width: 309%;
  }
  .wd-xs-310 {
    width: 310%;
  }
  .wd-xs-311 {
    width: 311%;
  }
  .wd-xs-312 {
    width: 312%;
  }
  .wd-xs-313 {
    width: 313%;
  }
  .wd-xs-314 {
    width: 314%;
  }
  .wd-xs-315 {
    width: 315%;
  }
  .wd-xs-316 {
    width: 316%;
  }
  .wd-xs-317 {
    width: 317%;
  }
  .wd-xs-318 {
    width: 318%;
  }
  .wd-xs-319 {
    width: 319%;
  }
  .wd-xs-320 {
    width: 320%;
  }
  .wd-xs-321 {
    width: 321%;
  }
  .wd-xs-322 {
    width: 322%;
  }
  .wd-xs-323 {
    width: 323%;
  }
  .wd-xs-324 {
    width: 324%;
  }
  .wd-xs-325 {
    width: 325%;
  }
  .wd-xs-326 {
    width: 326%;
  }
  .wd-xs-327 {
    width: 327%;
  }
  .wd-xs-328 {
    width: 328%;
  }
  .wd-xs-329 {
    width: 329%;
  }
  .wd-xs-330 {
    width: 330%;
  }
  .wd-xs-331 {
    width: 331%;
  }
  .wd-xs-332 {
    width: 332%;
  }
  .wd-xs-333 {
    width: 333%;
  }
  .wd-xs-334 {
    width: 334%;
  }
  .wd-xs-335 {
    width: 335%;
  }
  .wd-xs-336 {
    width: 336%;
  }
  .wd-xs-337 {
    width: 337%;
  }
  .wd-xs-338 {
    width: 338%;
  }
  .wd-xs-339 {
    width: 339%;
  }
  .wd-xs-340 {
    width: 340%;
  }
  .wd-xs-341 {
    width: 341%;
  }
  .wd-xs-342 {
    width: 342%;
  }
  .wd-xs-343 {
    width: 343%;
  }
  .wd-xs-344 {
    width: 344%;
  }
  .wd-xs-345 {
    width: 345%;
  }
  .wd-xs-346 {
    width: 346%;
  }
  .wd-xs-347 {
    width: 347%;
  }
  .wd-xs-348 {
    width: 348%;
  }
  .wd-xs-349 {
    width: 349%;
  }
  .wd-xs-350 {
    width: 350%;
  }
  .wd-xs-351 {
    width: 351%;
  }
  .wd-xs-352 {
    width: 352%;
  }
  .wd-xs-353 {
    width: 353%;
  }
  .wd-xs-354 {
    width: 354%;
  }
  .wd-xs-355 {
    width: 355%;
  }
  .wd-xs-356 {
    width: 356%;
  }
  .wd-xs-357 {
    width: 357%;
  }
  .wd-xs-358 {
    width: 358%;
  }
  .wd-xs-359 {
    width: 359%;
  }
  .wd-xs-360 {
    width: 360%;
  }
  .wd-xs-361 {
    width: 361%;
  }
  .wd-xs-362 {
    width: 362%;
  }
  .wd-xs-363 {
    width: 363%;
  }
  .wd-xs-364 {
    width: 364%;
  }
  .wd-xs-365 {
    width: 365%;
  }
  .wd-xs-366 {
    width: 366%;
  }
  .wd-xs-367 {
    width: 367%;
  }
  .wd-xs-368 {
    width: 368%;
  }
  .wd-xs-369 {
    width: 369%;
  }
  .wd-xs-370 {
    width: 370%;
  }
  .wd-xs-371 {
    width: 371%;
  }
  .wd-xs-372 {
    width: 372%;
  }
  .wd-xs-373 {
    width: 373%;
  }
  .wd-xs-374 {
    width: 374%;
  }
  .wd-xs-375 {
    width: 375%;
  }
  .wd-xs-376 {
    width: 376%;
  }
  .wd-xs-377 {
    width: 377%;
  }
  .wd-xs-378 {
    width: 378%;
  }
  .wd-xs-379 {
    width: 379%;
  }
  .wd-xs-380 {
    width: 380%;
  }
  .wd-xs-381 {
    width: 381%;
  }
  .wd-xs-382 {
    width: 382%;
  }
  .wd-xs-383 {
    width: 383%;
  }
  .wd-xs-384 {
    width: 384%;
  }
  .wd-xs-385 {
    width: 385%;
  }
  .wd-xs-386 {
    width: 386%;
  }
  .wd-xs-387 {
    width: 387%;
  }
  .wd-xs-388 {
    width: 388%;
  }
  .wd-xs-389 {
    width: 389%;
  }
  .wd-xs-390 {
    width: 390%;
  }
  .wd-xs-391 {
    width: 391%;
  }
  .wd-xs-392 {
    width: 392%;
  }
  .wd-xs-393 {
    width: 393%;
  }
  .wd-xs-394 {
    width: 394%;
  }
  .wd-xs-395 {
    width: 395%;
  }
  .wd-xs-396 {
    width: 396%;
  }
  .wd-xs-397 {
    width: 397%;
  }
  .wd-xs-398 {
    width: 398%;
  }
  .wd-xs-399 {
    width: 399%;
  }
  .wd-xs-400 {
    width: 400%;
  }
  .wd-xs-401 {
    width: 401%;
  }
  .wd-xs-402 {
    width: 402%;
  }
  .wd-xs-403 {
    width: 403%;
  }
  .wd-xs-404 {
    width: 404%;
  }
  .wd-xs-405 {
    width: 405%;
  }
  .wd-xs-406 {
    width: 406%;
  }
  .wd-xs-407 {
    width: 407%;
  }
  .wd-xs-408 {
    width: 408%;
  }
  .wd-xs-409 {
    width: 409%;
  }
  .wd-xs-410 {
    width: 410%;
  }
  .wd-xs-411 {
    width: 411%;
  }
  .wd-xs-412 {
    width: 412%;
  }
  .wd-xs-413 {
    width: 413%;
  }
  .wd-xs-414 {
    width: 414%;
  }
  .wd-xs-415 {
    width: 415%;
  }
  .wd-xs-416 {
    width: 416%;
  }
  .wd-xs-417 {
    width: 417%;
  }
  .wd-xs-418 {
    width: 418%;
  }
  .wd-xs-419 {
    width: 419%;
  }
  .wd-xs-420 {
    width: 420%;
  }
  .wd-xs-421 {
    width: 421%;
  }
  .wd-xs-422 {
    width: 422%;
  }
  .wd-xs-423 {
    width: 423%;
  }
  .wd-xs-424 {
    width: 424%;
  }
  .wd-xs-425 {
    width: 425%;
  }
  .wd-xs-426 {
    width: 426%;
  }
  .wd-xs-427 {
    width: 427%;
  }
  .wd-xs-428 {
    width: 428%;
  }
  .wd-xs-429 {
    width: 429%;
  }
  .wd-xs-430 {
    width: 430%;
  }
  .wd-xs-431 {
    width: 431%;
  }
  .wd-xs-432 {
    width: 432%;
  }
  .wd-xs-433 {
    width: 433%;
  }
  .wd-xs-434 {
    width: 434%;
  }
  .wd-xs-435 {
    width: 435%;
  }
  .wd-xs-436 {
    width: 436%;
  }
  .wd-xs-437 {
    width: 437%;
  }
  .wd-xs-438 {
    width: 438%;
  }
  .wd-xs-439 {
    width: 439%;
  }
  .wd-xs-440 {
    width: 440%;
  }
  .wd-xs-441 {
    width: 441%;
  }
  .wd-xs-442 {
    width: 442%;
  }
  .wd-xs-443 {
    width: 443%;
  }
  .wd-xs-444 {
    width: 444%;
  }
  .wd-xs-445 {
    width: 445%;
  }
  .wd-xs-446 {
    width: 446%;
  }
  .wd-xs-447 {
    width: 447%;
  }
  .wd-xs-448 {
    width: 448%;
  }
  .wd-xs-449 {
    width: 449%;
  }
  .wd-xs-450 {
    width: 450%;
  }
  .wd-xs-451 {
    width: 451%;
  }
  .wd-xs-452 {
    width: 452%;
  }
  .wd-xs-453 {
    width: 453%;
  }
  .wd-xs-454 {
    width: 454%;
  }
  .wd-xs-455 {
    width: 455%;
  }
  .wd-xs-456 {
    width: 456%;
  }
  .wd-xs-457 {
    width: 457%;
  }
  .wd-xs-458 {
    width: 458%;
  }
  .wd-xs-459 {
    width: 459%;
  }
  .wd-xs-460 {
    width: 460%;
  }
  .wd-xs-461 {
    width: 461%;
  }
  .wd-xs-462 {
    width: 462%;
  }
  .wd-xs-463 {
    width: 463%;
  }
  .wd-xs-464 {
    width: 464%;
  }
  .wd-xs-465 {
    width: 465%;
  }
  .wd-xs-466 {
    width: 466%;
  }
  .wd-xs-467 {
    width: 467%;
  }
  .wd-xs-468 {
    width: 468%;
  }
  .wd-xs-469 {
    width: 469%;
  }
  .wd-xs-470 {
    width: 470%;
  }
  .wd-xs-471 {
    width: 471%;
  }
  .wd-xs-472 {
    width: 472%;
  }
  .wd-xs-473 {
    width: 473%;
  }
  .wd-xs-474 {
    width: 474%;
  }
  .wd-xs-475 {
    width: 475%;
  }
  .wd-xs-476 {
    width: 476%;
  }
  .wd-xs-477 {
    width: 477%;
  }
  .wd-xs-478 {
    width: 478%;
  }
  .wd-xs-479 {
    width: 479%;
  }
  .wd-xs-480 {
    width: 480%;
  }
  .wd-xs-481 {
    width: 481%;
  }
  .wd-xs-482 {
    width: 482%;
  }
  .wd-xs-483 {
    width: 483%;
  }
  .wd-xs-484 {
    width: 484%;
  }
  .wd-xs-485 {
    width: 485%;
  }
  .wd-xs-486 {
    width: 486%;
  }
  .wd-xs-487 {
    width: 487%;
  }
  .wd-xs-488 {
    width: 488%;
  }
  .wd-xs-489 {
    width: 489%;
  }
  .wd-xs-490 {
    width: 490%;
  }
  .wd-xs-491 {
    width: 491%;
  }
  .wd-xs-492 {
    width: 492%;
  }
  .wd-xs-493 {
    width: 493%;
  }
  .wd-xs-494 {
    width: 494%;
  }
  .wd-xs-495 {
    width: 495%;
  }
  .wd-xs-496 {
    width: 496%;
  }
  .wd-xs-497 {
    width: 497%;
  }
  .wd-xs-498 {
    width: 498%;
  }
  .wd-xs-499 {
    width: 499%;
  }
  .wd-xs-500 {
    width: 500%;
  }
  .wd-xs-501 {
    width: 501%;
  }
  .wd-xs-502 {
    width: 502%;
  }
  .wd-xs-503 {
    width: 503%;
  }
  .wd-xs-504 {
    width: 504%;
  }
  .wd-xs-505 {
    width: 505%;
  }
  .wd-xs-506 {
    width: 506%;
  }
  .wd-xs-507 {
    width: 507%;
  }
  .wd-xs-508 {
    width: 508%;
  }
  .wd-xs-509 {
    width: 509%;
  }
  .wd-xs-510 {
    width: 510%;
  }
  .wd-xs-511 {
    width: 511%;
  }
  .wd-xs-512 {
    width: 512%;
  }
  .wd-xs-513 {
    width: 513%;
  }
  .wd-xs-514 {
    width: 514%;
  }
  .wd-xs-515 {
    width: 515%;
  }
  .wd-xs-516 {
    width: 516%;
  }
  .wd-xs-517 {
    width: 517%;
  }
  .wd-xs-518 {
    width: 518%;
  }
  .wd-xs-519 {
    width: 519%;
  }
  .wd-xs-520 {
    width: 520%;
  }
  .wd-xs-521 {
    width: 521%;
  }
  .wd-xs-522 {
    width: 522%;
  }
  .wd-xs-523 {
    width: 523%;
  }
  .wd-xs-524 {
    width: 524%;
  }
  .wd-xs-525 {
    width: 525%;
  }
  .wd-xs-526 {
    width: 526%;
  }
  .wd-xs-527 {
    width: 527%;
  }
  .wd-xs-528 {
    width: 528%;
  }
  .wd-xs-529 {
    width: 529%;
  }
  .wd-xs-530 {
    width: 530%;
  }
  .wd-xs-531 {
    width: 531%;
  }
  .wd-xs-532 {
    width: 532%;
  }
  .wd-xs-533 {
    width: 533%;
  }
  .wd-xs-534 {
    width: 534%;
  }
  .wd-xs-535 {
    width: 535%;
  }
  .wd-xs-536 {
    width: 536%;
  }
  .wd-xs-537 {
    width: 537%;
  }
  .wd-xs-538 {
    width: 538%;
  }
  .wd-xs-539 {
    width: 539%;
  }
  .wd-xs-540 {
    width: 540%;
  }
  .wd-xs-541 {
    width: 541%;
  }
  .wd-xs-542 {
    width: 542%;
  }
  .wd-xs-543 {
    width: 543%;
  }
  .wd-xs-544 {
    width: 544%;
  }
  .wd-xs-545 {
    width: 545%;
  }
  .wd-xs-546 {
    width: 546%;
  }
  .wd-xs-547 {
    width: 547%;
  }
  .wd-xs-548 {
    width: 548%;
  }
  .wd-xs-549 {
    width: 549%;
  }
  .wd-xs-550 {
    width: 550%;
  }
  .wd-xs-551 {
    width: 551%;
  }
  .wd-xs-552 {
    width: 552%;
  }
  .wd-xs-553 {
    width: 553%;
  }
  .wd-xs-554 {
    width: 554%;
  }
  .wd-xs-555 {
    width: 555%;
  }
  .wd-xs-556 {
    width: 556%;
  }
  .wd-xs-557 {
    width: 557%;
  }
  .wd-xs-558 {
    width: 558%;
  }
  .wd-xs-559 {
    width: 559%;
  }
  .wd-xs-560 {
    width: 560%;
  }
  .wd-xs-561 {
    width: 561%;
  }
  .wd-xs-562 {
    width: 562%;
  }
  .wd-xs-563 {
    width: 563%;
  }
  .wd-xs-564 {
    width: 564%;
  }
  .wd-xs-565 {
    width: 565%;
  }
  .wd-xs-566 {
    width: 566%;
  }
  .wd-xs-567 {
    width: 567%;
  }
  .wd-xs-568 {
    width: 568%;
  }
  .wd-xs-569 {
    width: 569%;
  }
  .wd-xs-570 {
    width: 570%;
  }
  .wd-xs-571 {
    width: 571%;
  }
  .wd-xs-572 {
    width: 572%;
  }
  .wd-xs-573 {
    width: 573%;
  }
  .wd-xs-574 {
    width: 574%;
  }
  .wd-xs-575 {
    width: 575%;
  }
  .wd-xs-576 {
    width: 576%;
  }
  .wd-xs-577 {
    width: 577%;
  }
  .wd-xs-578 {
    width: 578%;
  }
  .wd-xs-579 {
    width: 579%;
  }
  .wd-xs-580 {
    width: 580%;
  }
  .wd-xs-581 {
    width: 581%;
  }
  .wd-xs-582 {
    width: 582%;
  }
  .wd-xs-583 {
    width: 583%;
  }
  .wd-xs-584 {
    width: 584%;
  }
  .wd-xs-585 {
    width: 585%;
  }
  .wd-xs-586 {
    width: 586%;
  }
  .wd-xs-587 {
    width: 587%;
  }
  .wd-xs-588 {
    width: 588%;
  }
  .wd-xs-589 {
    width: 589%;
  }
  .wd-xs-590 {
    width: 590%;
  }
  .wd-xs-591 {
    width: 591%;
  }
  .wd-xs-592 {
    width: 592%;
  }
  .wd-xs-593 {
    width: 593%;
  }
  .wd-xs-594 {
    width: 594%;
  }
  .wd-xs-595 {
    width: 595%;
  }
  .wd-xs-596 {
    width: 596%;
  }
  .wd-xs-597 {
    width: 597%;
  }
  .wd-xs-598 {
    width: 598%;
  }
  .wd-xs-599 {
    width: 599%;
  }
  .wd-xs-600 {
    width: 600%;
  }
  .wd-xs-601 {
    width: 601%;
  }
  .wd-xs-602 {
    width: 602%;
  }
  .wd-xs-603 {
    width: 603%;
  }
  .wd-xs-604 {
    width: 604%;
  }
  .wd-xs-605 {
    width: 605%;
  }
  .wd-xs-606 {
    width: 606%;
  }
  .wd-xs-607 {
    width: 607%;
  }
  .wd-xs-608 {
    width: 608%;
  }
  .wd-xs-609 {
    width: 609%;
  }
  .wd-xs-610 {
    width: 610%;
  }
  .wd-xs-611 {
    width: 611%;
  }
  .wd-xs-612 {
    width: 612%;
  }
  .wd-xs-613 {
    width: 613%;
  }
  .wd-xs-614 {
    width: 614%;
  }
  .wd-xs-615 {
    width: 615%;
  }
  .wd-xs-616 {
    width: 616%;
  }
  .wd-xs-617 {
    width: 617%;
  }
  .wd-xs-618 {
    width: 618%;
  }
  .wd-xs-619 {
    width: 619%;
  }
  .wd-xs-620 {
    width: 620%;
  }
  .wd-xs-621 {
    width: 621%;
  }
  .wd-xs-622 {
    width: 622%;
  }
  .wd-xs-623 {
    width: 623%;
  }
  .wd-xs-624 {
    width: 624%;
  }
  .wd-xs-625 {
    width: 625%;
  }
  .wd-xs-626 {
    width: 626%;
  }
  .wd-xs-627 {
    width: 627%;
  }
  .wd-xs-628 {
    width: 628%;
  }
  .wd-xs-629 {
    width: 629%;
  }
  .wd-xs-630 {
    width: 630%;
  }
  .wd-xs-631 {
    width: 631%;
  }
  .wd-xs-632 {
    width: 632%;
  }
  .wd-xs-633 {
    width: 633%;
  }
  .wd-xs-634 {
    width: 634%;
  }
  .wd-xs-635 {
    width: 635%;
  }
  .wd-xs-636 {
    width: 636%;
  }
  .wd-xs-637 {
    width: 637%;
  }
  .wd-xs-638 {
    width: 638%;
  }
  .wd-xs-639 {
    width: 639%;
  }
  .wd-xs-640 {
    width: 640%;
  }
  .wd-xs-641 {
    width: 641%;
  }
  .wd-xs-642 {
    width: 642%;
  }
  .wd-xs-643 {
    width: 643%;
  }
  .wd-xs-644 {
    width: 644%;
  }
  .wd-xs-645 {
    width: 645%;
  }
  .wd-xs-646 {
    width: 646%;
  }
  .wd-xs-647 {
    width: 647%;
  }
  .wd-xs-648 {
    width: 648%;
  }
  .wd-xs-649 {
    width: 649%;
  }
  .wd-xs-650 {
    width: 650%;
  }
  .wd-xs-651 {
    width: 651%;
  }
  .wd-xs-652 {
    width: 652%;
  }
  .wd-xs-653 {
    width: 653%;
  }
  .wd-xs-654 {
    width: 654%;
  }
  .wd-xs-655 {
    width: 655%;
  }
  .wd-xs-656 {
    width: 656%;
  }
  .wd-xs-657 {
    width: 657%;
  }
  .wd-xs-658 {
    width: 658%;
  }
  .wd-xs-659 {
    width: 659%;
  }
  .wd-xs-660 {
    width: 660%;
  }
  .wd-xs-661 {
    width: 661%;
  }
  .wd-xs-662 {
    width: 662%;
  }
  .wd-xs-663 {
    width: 663%;
  }
  .wd-xs-664 {
    width: 664%;
  }
  .wd-xs-665 {
    width: 665%;
  }
  .wd-xs-666 {
    width: 666%;
  }
  .wd-xs-667 {
    width: 667%;
  }
  .wd-xs-668 {
    width: 668%;
  }
  .wd-xs-669 {
    width: 669%;
  }
  .wd-xs-670 {
    width: 670%;
  }
  .wd-xs-671 {
    width: 671%;
  }
  .wd-xs-672 {
    width: 672%;
  }
  .wd-xs-673 {
    width: 673%;
  }
  .wd-xs-674 {
    width: 674%;
  }
  .wd-xs-675 {
    width: 675%;
  }
  .wd-xs-676 {
    width: 676%;
  }
  .wd-xs-677 {
    width: 677%;
  }
  .wd-xs-678 {
    width: 678%;
  }
  .wd-xs-679 {
    width: 679%;
  }
  .wd-xs-680 {
    width: 680%;
  }
  .wd-xs-681 {
    width: 681%;
  }
  .wd-xs-682 {
    width: 682%;
  }
  .wd-xs-683 {
    width: 683%;
  }
  .wd-xs-684 {
    width: 684%;
  }
  .wd-xs-685 {
    width: 685%;
  }
  .wd-xs-686 {
    width: 686%;
  }
  .wd-xs-687 {
    width: 687%;
  }
  .wd-xs-688 {
    width: 688%;
  }
  .wd-xs-689 {
    width: 689%;
  }
  .wd-xs-690 {
    width: 690%;
  }
  .wd-xs-691 {
    width: 691%;
  }
  .wd-xs-692 {
    width: 692%;
  }
  .wd-xs-693 {
    width: 693%;
  }
  .wd-xs-694 {
    width: 694%;
  }
  .wd-xs-695 {
    width: 695%;
  }
  .wd-xs-696 {
    width: 696%;
  }
  .wd-xs-697 {
    width: 697%;
  }
  .wd-xs-698 {
    width: 698%;
  }
  .wd-xs-699 {
    width: 699%;
  }
  .wd-xs-700 {
    width: 700%;
  }
  .wd-xs-701 {
    width: 701%;
  }
  .wd-xs-702 {
    width: 702%;
  }
  .wd-xs-703 {
    width: 703%;
  }
  .wd-xs-704 {
    width: 704%;
  }
  .wd-xs-705 {
    width: 705%;
  }
  .wd-xs-706 {
    width: 706%;
  }
  .wd-xs-707 {
    width: 707%;
  }
  .wd-xs-708 {
    width: 708%;
  }
  .wd-xs-709 {
    width: 709%;
  }
  .wd-xs-710 {
    width: 710%;
  }
  .wd-xs-711 {
    width: 711%;
  }
  .wd-xs-712 {
    width: 712%;
  }
  .wd-xs-713 {
    width: 713%;
  }
  .wd-xs-714 {
    width: 714%;
  }
  .wd-xs-715 {
    width: 715%;
  }
  .wd-xs-716 {
    width: 716%;
  }
  .wd-xs-717 {
    width: 717%;
  }
  .wd-xs-718 {
    width: 718%;
  }
  .wd-xs-719 {
    width: 719%;
  }
  .wd-xs-720 {
    width: 720%;
  }
  .wd-xs-721 {
    width: 721%;
  }
  .wd-xs-722 {
    width: 722%;
  }
  .wd-xs-723 {
    width: 723%;
  }
  .wd-xs-724 {
    width: 724%;
  }
  .wd-xs-725 {
    width: 725%;
  }
  .wd-xs-726 {
    width: 726%;
  }
  .wd-xs-727 {
    width: 727%;
  }
  .wd-xs-728 {
    width: 728%;
  }
  .wd-xs-729 {
    width: 729%;
  }
  .wd-xs-730 {
    width: 730%;
  }
  .wd-xs-731 {
    width: 731%;
  }
  .wd-xs-732 {
    width: 732%;
  }
  .wd-xs-733 {
    width: 733%;
  }
  .wd-xs-734 {
    width: 734%;
  }
  .wd-xs-735 {
    width: 735%;
  }
  .wd-xs-736 {
    width: 736%;
  }
  .wd-xs-737 {
    width: 737%;
  }
  .wd-xs-738 {
    width: 738%;
  }
  .wd-xs-739 {
    width: 739%;
  }
  .wd-xs-740 {
    width: 740%;
  }
  .wd-xs-741 {
    width: 741%;
  }
  .wd-xs-742 {
    width: 742%;
  }
  .wd-xs-743 {
    width: 743%;
  }
  .wd-xs-744 {
    width: 744%;
  }
  .wd-xs-745 {
    width: 745%;
  }
  .wd-xs-746 {
    width: 746%;
  }
  .wd-xs-747 {
    width: 747%;
  }
  .wd-xs-748 {
    width: 748%;
  }
  .wd-xs-749 {
    width: 749%;
  }
  .wd-xs-750 {
    width: 750%;
  }
  .wd-xs-751 {
    width: 751%;
  }
  .wd-xs-752 {
    width: 752%;
  }
  .wd-xs-753 {
    width: 753%;
  }
  .wd-xs-754 {
    width: 754%;
  }
  .wd-xs-755 {
    width: 755%;
  }
  .wd-xs-756 {
    width: 756%;
  }
  .wd-xs-757 {
    width: 757%;
  }
  .wd-xs-758 {
    width: 758%;
  }
  .wd-xs-759 {
    width: 759%;
  }
  .wd-xs-760 {
    width: 760%;
  }
  .wd-xs-761 {
    width: 761%;
  }
  .wd-xs-762 {
    width: 762%;
  }
  .wd-xs-763 {
    width: 763%;
  }
  .wd-xs-764 {
    width: 764%;
  }
  .wd-xs-765 {
    width: 765%;
  }
  .wd-xs-766 {
    width: 766%;
  }
  .wd-xs-767 {
    width: 767%;
  }
  .wd-xs-768 {
    width: 768%;
  }
  .wd-xs-769 {
    width: 769%;
  }
  .wd-xs-770 {
    width: 770%;
  }
  .wd-xs-771 {
    width: 771%;
  }
  .wd-xs-772 {
    width: 772%;
  }
  .wd-xs-773 {
    width: 773%;
  }
  .wd-xs-774 {
    width: 774%;
  }
  .wd-xs-775 {
    width: 775%;
  }
  .wd-xs-776 {
    width: 776%;
  }
  .wd-xs-777 {
    width: 777%;
  }
  .wd-xs-778 {
    width: 778%;
  }
  .wd-xs-779 {
    width: 779%;
  }
  .wd-xs-780 {
    width: 780%;
  }
  .wd-xs-781 {
    width: 781%;
  }
  .wd-xs-782 {
    width: 782%;
  }
  .wd-xs-783 {
    width: 783%;
  }
  .wd-xs-784 {
    width: 784%;
  }
  .wd-xs-785 {
    width: 785%;
  }
  .wd-xs-786 {
    width: 786%;
  }
  .wd-xs-787 {
    width: 787%;
  }
  .wd-xs-788 {
    width: 788%;
  }
  .wd-xs-789 {
    width: 789%;
  }
  .wd-xs-790 {
    width: 790%;
  }
  .wd-xs-791 {
    width: 791%;
  }
  .wd-xs-792 {
    width: 792%;
  }
  .wd-xs-793 {
    width: 793%;
  }
  .wd-xs-794 {
    width: 794%;
  }
  .wd-xs-795 {
    width: 795%;
  }
  .wd-xs-796 {
    width: 796%;
  }
  .wd-xs-797 {
    width: 797%;
  }
  .wd-xs-798 {
    width: 798%;
  }
  .wd-xs-799 {
    width: 799%;
  }
  .wd-xs-800 {
    width: 800%;
  }
  .wd-xs-801 {
    width: 801%;
  }
  .wd-xs-802 {
    width: 802%;
  }
  .wd-xs-803 {
    width: 803%;
  }
  .wd-xs-804 {
    width: 804%;
  }
  .wd-xs-805 {
    width: 805%;
  }
  .wd-xs-806 {
    width: 806%;
  }
  .wd-xs-807 {
    width: 807%;
  }
  .wd-xs-808 {
    width: 808%;
  }
  .wd-xs-809 {
    width: 809%;
  }
  .wd-xs-810 {
    width: 810%;
  }
  .wd-xs-811 {
    width: 811%;
  }
  .wd-xs-812 {
    width: 812%;
  }
  .wd-xs-813 {
    width: 813%;
  }
  .wd-xs-814 {
    width: 814%;
  }
  .wd-xs-815 {
    width: 815%;
  }
  .wd-xs-816 {
    width: 816%;
  }
  .wd-xs-817 {
    width: 817%;
  }
  .wd-xs-818 {
    width: 818%;
  }
  .wd-xs-819 {
    width: 819%;
  }
  .wd-xs-820 {
    width: 820%;
  }
  .wd-xs-821 {
    width: 821%;
  }
  .wd-xs-822 {
    width: 822%;
  }
  .wd-xs-823 {
    width: 823%;
  }
  .wd-xs-824 {
    width: 824%;
  }
  .wd-xs-825 {
    width: 825%;
  }
  .wd-xs-826 {
    width: 826%;
  }
  .wd-xs-827 {
    width: 827%;
  }
  .wd-xs-828 {
    width: 828%;
  }
  .wd-xs-829 {
    width: 829%;
  }
  .wd-xs-830 {
    width: 830%;
  }
  .wd-xs-831 {
    width: 831%;
  }
  .wd-xs-832 {
    width: 832%;
  }
  .wd-xs-833 {
    width: 833%;
  }
  .wd-xs-834 {
    width: 834%;
  }
  .wd-xs-835 {
    width: 835%;
  }
  .wd-xs-836 {
    width: 836%;
  }
  .wd-xs-837 {
    width: 837%;
  }
  .wd-xs-838 {
    width: 838%;
  }
  .wd-xs-839 {
    width: 839%;
  }
  .wd-xs-840 {
    width: 840%;
  }
  .wd-xs-841 {
    width: 841%;
  }
  .wd-xs-842 {
    width: 842%;
  }
  .wd-xs-843 {
    width: 843%;
  }
  .wd-xs-844 {
    width: 844%;
  }
  .wd-xs-845 {
    width: 845%;
  }
  .wd-xs-846 {
    width: 846%;
  }
  .wd-xs-847 {
    width: 847%;
  }
  .wd-xs-848 {
    width: 848%;
  }
  .wd-xs-849 {
    width: 849%;
  }
  .wd-xs-850 {
    width: 850%;
  }
  .wd-xs-851 {
    width: 851%;
  }
  .wd-xs-852 {
    width: 852%;
  }
  .wd-xs-853 {
    width: 853%;
  }
  .wd-xs-854 {
    width: 854%;
  }
  .wd-xs-855 {
    width: 855%;
  }
  .wd-xs-856 {
    width: 856%;
  }
  .wd-xs-857 {
    width: 857%;
  }
  .wd-xs-858 {
    width: 858%;
  }
  .wd-xs-859 {
    width: 859%;
  }
  .wd-xs-860 {
    width: 860%;
  }
  .wd-xs-861 {
    width: 861%;
  }
  .wd-xs-862 {
    width: 862%;
  }
  .wd-xs-863 {
    width: 863%;
  }
  .wd-xs-864 {
    width: 864%;
  }
  .wd-xs-865 {
    width: 865%;
  }
  .wd-xs-866 {
    width: 866%;
  }
  .wd-xs-867 {
    width: 867%;
  }
  .wd-xs-868 {
    width: 868%;
  }
  .wd-xs-869 {
    width: 869%;
  }
  .wd-xs-870 {
    width: 870%;
  }
  .wd-xs-871 {
    width: 871%;
  }
  .wd-xs-872 {
    width: 872%;
  }
  .wd-xs-873 {
    width: 873%;
  }
  .wd-xs-874 {
    width: 874%;
  }
  .wd-xs-875 {
    width: 875%;
  }
  .wd-xs-876 {
    width: 876%;
  }
  .wd-xs-877 {
    width: 877%;
  }
  .wd-xs-878 {
    width: 878%;
  }
  .wd-xs-879 {
    width: 879%;
  }
  .wd-xs-880 {
    width: 880%;
  }
  .wd-xs-881 {
    width: 881%;
  }
  .wd-xs-882 {
    width: 882%;
  }
  .wd-xs-883 {
    width: 883%;
  }
  .wd-xs-884 {
    width: 884%;
  }
  .wd-xs-885 {
    width: 885%;
  }
  .wd-xs-886 {
    width: 886%;
  }
  .wd-xs-887 {
    width: 887%;
  }
  .wd-xs-888 {
    width: 888%;
  }
  .wd-xs-889 {
    width: 889%;
  }
  .wd-xs-890 {
    width: 890%;
  }
  .wd-xs-891 {
    width: 891%;
  }
  .wd-xs-892 {
    width: 892%;
  }
  .wd-xs-893 {
    width: 893%;
  }
  .wd-xs-894 {
    width: 894%;
  }
  .wd-xs-895 {
    width: 895%;
  }
  .wd-xs-896 {
    width: 896%;
  }
  .wd-xs-897 {
    width: 897%;
  }
  .wd-xs-898 {
    width: 898%;
  }
  .wd-xs-899 {
    width: 899%;
  }
  .wd-xs-900 {
    width: 900%;
  }
  .wd-xs-901 {
    width: 901%;
  }
  .wd-xs-902 {
    width: 902%;
  }
  .wd-xs-903 {
    width: 903%;
  }
  .wd-xs-904 {
    width: 904%;
  }
  .wd-xs-905 {
    width: 905%;
  }
  .wd-xs-906 {
    width: 906%;
  }
  .wd-xs-907 {
    width: 907%;
  }
  .wd-xs-908 {
    width: 908%;
  }
  .wd-xs-909 {
    width: 909%;
  }
  .wd-xs-910 {
    width: 910%;
  }
  .wd-xs-911 {
    width: 911%;
  }
  .wd-xs-912 {
    width: 912%;
  }
  .wd-xs-913 {
    width: 913%;
  }
  .wd-xs-914 {
    width: 914%;
  }
  .wd-xs-915 {
    width: 915%;
  }
  .wd-xs-916 {
    width: 916%;
  }
  .wd-xs-917 {
    width: 917%;
  }
  .wd-xs-918 {
    width: 918%;
  }
  .wd-xs-919 {
    width: 919%;
  }
  .wd-xs-920 {
    width: 920%;
  }
  .wd-xs-921 {
    width: 921%;
  }
  .wd-xs-922 {
    width: 922%;
  }
  .wd-xs-923 {
    width: 923%;
  }
  .wd-xs-924 {
    width: 924%;
  }
  .wd-xs-925 {
    width: 925%;
  }
  .wd-xs-926 {
    width: 926%;
  }
  .wd-xs-927 {
    width: 927%;
  }
  .wd-xs-928 {
    width: 928%;
  }
  .wd-xs-929 {
    width: 929%;
  }
  .wd-xs-930 {
    width: 930%;
  }
  .wd-xs-931 {
    width: 931%;
  }
  .wd-xs-932 {
    width: 932%;
  }
  .wd-xs-933 {
    width: 933%;
  }
  .wd-xs-934 {
    width: 934%;
  }
  .wd-xs-935 {
    width: 935%;
  }
  .wd-xs-936 {
    width: 936%;
  }
  .wd-xs-937 {
    width: 937%;
  }
  .wd-xs-938 {
    width: 938%;
  }
  .wd-xs-939 {
    width: 939%;
  }
  .wd-xs-940 {
    width: 940%;
  }
  .wd-xs-941 {
    width: 941%;
  }
  .wd-xs-942 {
    width: 942%;
  }
  .wd-xs-943 {
    width: 943%;
  }
  .wd-xs-944 {
    width: 944%;
  }
  .wd-xs-945 {
    width: 945%;
  }
  .wd-xs-946 {
    width: 946%;
  }
  .wd-xs-947 {
    width: 947%;
  }
  .wd-xs-948 {
    width: 948%;
  }
  .wd-xs-949 {
    width: 949%;
  }
  .wd-xs-950 {
    width: 950%;
  }
  .wd-xs-951 {
    width: 951%;
  }
  .wd-xs-952 {
    width: 952%;
  }
  .wd-xs-953 {
    width: 953%;
  }
  .wd-xs-954 {
    width: 954%;
  }
  .wd-xs-955 {
    width: 955%;
  }
  .wd-xs-956 {
    width: 956%;
  }
  .wd-xs-957 {
    width: 957%;
  }
  .wd-xs-958 {
    width: 958%;
  }
  .wd-xs-959 {
    width: 959%;
  }
  .wd-xs-960 {
    width: 960%;
  }
  .wd-xs-961 {
    width: 961%;
  }
  .wd-xs-962 {
    width: 962%;
  }
  .wd-xs-963 {
    width: 963%;
  }
  .wd-xs-964 {
    width: 964%;
  }
  .wd-xs-965 {
    width: 965%;
  }
  .wd-xs-966 {
    width: 966%;
  }
  .wd-xs-967 {
    width: 967%;
  }
  .wd-xs-968 {
    width: 968%;
  }
  .wd-xs-969 {
    width: 969%;
  }
  .wd-xs-970 {
    width: 970%;
  }
  .wd-xs-971 {
    width: 971%;
  }
  .wd-xs-972 {
    width: 972%;
  }
  .wd-xs-973 {
    width: 973%;
  }
  .wd-xs-974 {
    width: 974%;
  }
  .wd-xs-975 {
    width: 975%;
  }
  .wd-xs-976 {
    width: 976%;
  }
  .wd-xs-977 {
    width: 977%;
  }
  .wd-xs-978 {
    width: 978%;
  }
  .wd-xs-979 {
    width: 979%;
  }
  .wd-xs-980 {
    width: 980%;
  }
  .wd-xs-981 {
    width: 981%;
  }
  .wd-xs-982 {
    width: 982%;
  }
  .wd-xs-983 {
    width: 983%;
  }
  .wd-xs-984 {
    width: 984%;
  }
  .wd-xs-985 {
    width: 985%;
  }
  .wd-xs-986 {
    width: 986%;
  }
  .wd-xs-987 {
    width: 987%;
  }
  .wd-xs-988 {
    width: 988%;
  }
  .wd-xs-989 {
    width: 989%;
  }
  .wd-xs-990 {
    width: 990%;
  }
  .wd-xs-991 {
    width: 991%;
  }
  .wd-xs-992 {
    width: 992%;
  }
  .wd-xs-993 {
    width: 993%;
  }
  .wd-xs-994 {
    width: 994%;
  }
  .wd-xs-995 {
    width: 995%;
  }
  .wd-xs-996 {
    width: 996%;
  }
  .wd-xs-997 {
    width: 997%;
  }
  .wd-xs-998 {
    width: 998%;
  }
  .wd-xs-999 {
    width: 999%;
  }
  .wd-xs-1000 {
    width: 1000%;
  }
}
@media (min-width: 577px) {
  .wd-sm-5 {
    width: 5%;
  }
  .wd-sm-10 {
    width: 10%;
  }
  .wd-sm-11 {
    width: 11%;
  }
  .wd-sm-12 {
    width: 12%;
  }
  .wd-sm-13 {
    width: 13%;
  }
  .wd-sm-14 {
    width: 14%;
  }
  .wd-sm-15 {
    width: 15%;
  }
  .wd-sm-16 {
    width: 16%;
  }
  .wd-sm-17 {
    width: 17%;
  }
  .wd-sm-18 {
    width: 18%;
  }
  .wd-sm-19 {
    width: 19%;
  }
  .wd-sm-20 {
    width: 20%;
  }
  .wd-sm-21 {
    width: 21%;
  }
  .wd-sm-22 {
    width: 22%;
  }
  .wd-sm-23 {
    width: 23%;
  }
  .wd-sm-24 {
    width: 24%;
  }
  .wd-sm-25 {
    width: 25%;
  }
  .wd-sm-26 {
    width: 26%;
  }
  .wd-sm-27 {
    width: 27%;
  }
  .wd-sm-28 {
    width: 28%;
  }
  .wd-sm-29 {
    width: 29%;
  }
  .wd-sm-30 {
    width: 30%;
  }
  .wd-sm-31 {
    width: 31%;
  }
  .wd-sm-32 {
    width: 32%;
  }
  .wd-sm-33 {
    width: 33%;
  }
  .wd-sm-34 {
    width: 34%;
  }
  .wd-sm-35 {
    width: 35%;
  }
  .wd-sm-36 {
    width: 36%;
  }
  .wd-sm-37 {
    width: 37%;
  }
  .wd-sm-38 {
    width: 38%;
  }
  .wd-sm-39 {
    width: 39%;
  }
  .wd-sm-40 {
    width: 40%;
  }
  .wd-sm-41 {
    width: 41%;
  }
  .wd-sm-42 {
    width: 42%;
  }
  .wd-sm-43 {
    width: 43%;
  }
  .wd-sm-44 {
    width: 44%;
  }
  .wd-sm-45 {
    width: 45%;
  }
  .wd-sm-46 {
    width: 46%;
  }
  .wd-sm-47 {
    width: 47%;
  }
  .wd-sm-48 {
    width: 48%;
  }
  .wd-sm-49 {
    width: 49%;
  }
  .wd-sm-50 {
    width: 50%;
  }
  .wd-sm-51 {
    width: 51%;
  }
  .wd-sm-52 {
    width: 52%;
  }
  .wd-sm-53 {
    width: 53%;
  }
  .wd-sm-54 {
    width: 54%;
  }
  .wd-sm-55 {
    width: 55%;
  }
  .wd-sm-56 {
    width: 56%;
  }
  .wd-sm-57 {
    width: 57%;
  }
  .wd-sm-58 {
    width: 58%;
  }
  .wd-sm-59 {
    width: 59%;
  }
  .wd-sm-60 {
    width: 60%;
  }
  .wd-sm-61 {
    width: 61%;
  }
  .wd-sm-62 {
    width: 62%;
  }
  .wd-sm-63 {
    width: 63%;
  }
  .wd-sm-64 {
    width: 64%;
  }
  .wd-sm-65 {
    width: 65%;
  }
  .wd-sm-66 {
    width: 66%;
  }
  .wd-sm-67 {
    width: 67%;
  }
  .wd-sm-68 {
    width: 68%;
  }
  .wd-sm-69 {
    width: 69%;
  }
  .wd-sm-70 {
    width: 70%;
  }
  .wd-sm-71 {
    width: 71%;
  }
  .wd-sm-72 {
    width: 72%;
  }
  .wd-sm-73 {
    width: 73%;
  }
  .wd-sm-74 {
    width: 74%;
  }
  .wd-sm-75 {
    width: 75%;
  }
  .wd-sm-76 {
    width: 76%;
  }
  .wd-sm-77 {
    width: 77%;
  }
  .wd-sm-78 {
    width: 78%;
  }
  .wd-sm-79 {
    width: 79%;
  }
  .wd-sm-80 {
    width: 80%;
  }
  .wd-sm-81 {
    width: 81%;
  }
  .wd-sm-82 {
    width: 82%;
  }
  .wd-sm-83 {
    width: 83%;
  }
  .wd-sm-84 {
    width: 84%;
  }
  .wd-sm-85 {
    width: 85%;
  }
  .wd-sm-86 {
    width: 86%;
  }
  .wd-sm-87 {
    width: 87%;
  }
  .wd-sm-88 {
    width: 88%;
  }
  .wd-sm-89 {
    width: 89%;
  }
  .wd-sm-90 {
    width: 90%;
  }
  .wd-sm-91 {
    width: 91%;
  }
  .wd-sm-92 {
    width: 92%;
  }
  .wd-sm-93 {
    width: 93%;
  }
  .wd-sm-94 {
    width: 94%;
  }
  .wd-sm-95 {
    width: 95%;
  }
  .wd-sm-96 {
    width: 96%;
  }
  .wd-sm-97 {
    width: 97%;
  }
  .wd-sm-98 {
    width: 98%;
  }
  .wd-sm-99 {
    width: 99%;
  }
  .wd-sm-100 {
    width: 100%;
  }
  .wd-sm-101 {
    width: 101%;
  }
  .wd-sm-102 {
    width: 102%;
  }
  .wd-sm-103 {
    width: 103%;
  }
  .wd-sm-104 {
    width: 104%;
  }
  .wd-sm-105 {
    width: 105%;
  }
  .wd-sm-106 {
    width: 106%;
  }
  .wd-sm-107 {
    width: 107%;
  }
  .wd-sm-108 {
    width: 108%;
  }
  .wd-sm-109 {
    width: 109%;
  }
  .wd-sm-110 {
    width: 110%;
  }
  .wd-sm-111 {
    width: 111%;
  }
  .wd-sm-112 {
    width: 112%;
  }
  .wd-sm-113 {
    width: 113%;
  }
  .wd-sm-114 {
    width: 114%;
  }
  .wd-sm-115 {
    width: 115%;
  }
  .wd-sm-116 {
    width: 116%;
  }
  .wd-sm-117 {
    width: 117%;
  }
  .wd-sm-118 {
    width: 118%;
  }
  .wd-sm-119 {
    width: 119%;
  }
  .wd-sm-120 {
    width: 120%;
  }
  .wd-sm-121 {
    width: 121%;
  }
  .wd-sm-122 {
    width: 122%;
  }
  .wd-sm-123 {
    width: 123%;
  }
  .wd-sm-124 {
    width: 124%;
  }
  .wd-sm-125 {
    width: 125%;
  }
  .wd-sm-126 {
    width: 126%;
  }
  .wd-sm-127 {
    width: 127%;
  }
  .wd-sm-128 {
    width: 128%;
  }
  .wd-sm-129 {
    width: 129%;
  }
  .wd-sm-130 {
    width: 130%;
  }
  .wd-sm-131 {
    width: 131%;
  }
  .wd-sm-132 {
    width: 132%;
  }
  .wd-sm-133 {
    width: 133%;
  }
  .wd-sm-134 {
    width: 134%;
  }
  .wd-sm-135 {
    width: 135%;
  }
  .wd-sm-136 {
    width: 136%;
  }
  .wd-sm-137 {
    width: 137%;
  }
  .wd-sm-138 {
    width: 138%;
  }
  .wd-sm-139 {
    width: 139%;
  }
  .wd-sm-140 {
    width: 140%;
  }
  .wd-sm-141 {
    width: 141%;
  }
  .wd-sm-142 {
    width: 142%;
  }
  .wd-sm-143 {
    width: 143%;
  }
  .wd-sm-144 {
    width: 144%;
  }
  .wd-sm-145 {
    width: 145%;
  }
  .wd-sm-146 {
    width: 146%;
  }
  .wd-sm-147 {
    width: 147%;
  }
  .wd-sm-148 {
    width: 148%;
  }
  .wd-sm-149 {
    width: 149%;
  }
  .wd-sm-150 {
    width: 150%;
  }
  .wd-sm-151 {
    width: 151%;
  }
  .wd-sm-152 {
    width: 152%;
  }
  .wd-sm-153 {
    width: 153%;
  }
  .wd-sm-154 {
    width: 154%;
  }
  .wd-sm-155 {
    width: 155%;
  }
  .wd-sm-156 {
    width: 156%;
  }
  .wd-sm-157 {
    width: 157%;
  }
  .wd-sm-158 {
    width: 158%;
  }
  .wd-sm-159 {
    width: 159%;
  }
  .wd-sm-160 {
    width: 160%;
  }
  .wd-sm-161 {
    width: 161%;
  }
  .wd-sm-162 {
    width: 162%;
  }
  .wd-sm-163 {
    width: 163%;
  }
  .wd-sm-164 {
    width: 164%;
  }
  .wd-sm-165 {
    width: 165%;
  }
  .wd-sm-166 {
    width: 166%;
  }
  .wd-sm-167 {
    width: 167%;
  }
  .wd-sm-168 {
    width: 168%;
  }
  .wd-sm-169 {
    width: 169%;
  }
  .wd-sm-170 {
    width: 170%;
  }
  .wd-sm-171 {
    width: 171%;
  }
  .wd-sm-172 {
    width: 172%;
  }
  .wd-sm-173 {
    width: 173%;
  }
  .wd-sm-174 {
    width: 174%;
  }
  .wd-sm-175 {
    width: 175%;
  }
  .wd-sm-176 {
    width: 176%;
  }
  .wd-sm-177 {
    width: 177%;
  }
  .wd-sm-178 {
    width: 178%;
  }
  .wd-sm-179 {
    width: 179%;
  }
  .wd-sm-180 {
    width: 180%;
  }
  .wd-sm-181 {
    width: 181%;
  }
  .wd-sm-182 {
    width: 182%;
  }
  .wd-sm-183 {
    width: 183%;
  }
  .wd-sm-184 {
    width: 184%;
  }
  .wd-sm-185 {
    width: 185%;
  }
  .wd-sm-186 {
    width: 186%;
  }
  .wd-sm-187 {
    width: 187%;
  }
  .wd-sm-188 {
    width: 188%;
  }
  .wd-sm-189 {
    width: 189%;
  }
  .wd-sm-190 {
    width: 190%;
  }
  .wd-sm-191 {
    width: 191%;
  }
  .wd-sm-192 {
    width: 192%;
  }
  .wd-sm-193 {
    width: 193%;
  }
  .wd-sm-194 {
    width: 194%;
  }
  .wd-sm-195 {
    width: 195%;
  }
  .wd-sm-196 {
    width: 196%;
  }
  .wd-sm-197 {
    width: 197%;
  }
  .wd-sm-198 {
    width: 198%;
  }
  .wd-sm-199 {
    width: 199%;
  }
  .wd-sm-200 {
    width: 200%;
  }
  .wd-sm-201 {
    width: 201%;
  }
  .wd-sm-202 {
    width: 202%;
  }
  .wd-sm-203 {
    width: 203%;
  }
  .wd-sm-204 {
    width: 204%;
  }
  .wd-sm-205 {
    width: 205%;
  }
  .wd-sm-206 {
    width: 206%;
  }
  .wd-sm-207 {
    width: 207%;
  }
  .wd-sm-208 {
    width: 208%;
  }
  .wd-sm-209 {
    width: 209%;
  }
  .wd-sm-210 {
    width: 210%;
  }
  .wd-sm-211 {
    width: 211%;
  }
  .wd-sm-212 {
    width: 212%;
  }
  .wd-sm-213 {
    width: 213%;
  }
  .wd-sm-214 {
    width: 214%;
  }
  .wd-sm-215 {
    width: 215%;
  }
  .wd-sm-216 {
    width: 216%;
  }
  .wd-sm-217 {
    width: 217%;
  }
  .wd-sm-218 {
    width: 218%;
  }
  .wd-sm-219 {
    width: 219%;
  }
  .wd-sm-220 {
    width: 220%;
  }
  .wd-sm-221 {
    width: 221%;
  }
  .wd-sm-222 {
    width: 222%;
  }
  .wd-sm-223 {
    width: 223%;
  }
  .wd-sm-224 {
    width: 224%;
  }
  .wd-sm-225 {
    width: 225%;
  }
  .wd-sm-226 {
    width: 226%;
  }
  .wd-sm-227 {
    width: 227%;
  }
  .wd-sm-228 {
    width: 228%;
  }
  .wd-sm-229 {
    width: 229%;
  }
  .wd-sm-230 {
    width: 230%;
  }
  .wd-sm-231 {
    width: 231%;
  }
  .wd-sm-232 {
    width: 232%;
  }
  .wd-sm-233 {
    width: 233%;
  }
  .wd-sm-234 {
    width: 234%;
  }
  .wd-sm-235 {
    width: 235%;
  }
  .wd-sm-236 {
    width: 236%;
  }
  .wd-sm-237 {
    width: 237%;
  }
  .wd-sm-238 {
    width: 238%;
  }
  .wd-sm-239 {
    width: 239%;
  }
  .wd-sm-240 {
    width: 240%;
  }
  .wd-sm-241 {
    width: 241%;
  }
  .wd-sm-242 {
    width: 242%;
  }
  .wd-sm-243 {
    width: 243%;
  }
  .wd-sm-244 {
    width: 244%;
  }
  .wd-sm-245 {
    width: 245%;
  }
  .wd-sm-246 {
    width: 246%;
  }
  .wd-sm-247 {
    width: 247%;
  }
  .wd-sm-248 {
    width: 248%;
  }
  .wd-sm-249 {
    width: 249%;
  }
  .wd-sm-250 {
    width: 250%;
  }
  .wd-sm-251 {
    width: 251%;
  }
  .wd-sm-252 {
    width: 252%;
  }
  .wd-sm-253 {
    width: 253%;
  }
  .wd-sm-254 {
    width: 254%;
  }
  .wd-sm-255 {
    width: 255%;
  }
  .wd-sm-256 {
    width: 256%;
  }
  .wd-sm-257 {
    width: 257%;
  }
  .wd-sm-258 {
    width: 258%;
  }
  .wd-sm-259 {
    width: 259%;
  }
  .wd-sm-260 {
    width: 260%;
  }
  .wd-sm-261 {
    width: 261%;
  }
  .wd-sm-262 {
    width: 262%;
  }
  .wd-sm-263 {
    width: 263%;
  }
  .wd-sm-264 {
    width: 264%;
  }
  .wd-sm-265 {
    width: 265%;
  }
  .wd-sm-266 {
    width: 266%;
  }
  .wd-sm-267 {
    width: 267%;
  }
  .wd-sm-268 {
    width: 268%;
  }
  .wd-sm-269 {
    width: 269%;
  }
  .wd-sm-270 {
    width: 270%;
  }
  .wd-sm-271 {
    width: 271%;
  }
  .wd-sm-272 {
    width: 272%;
  }
  .wd-sm-273 {
    width: 273%;
  }
  .wd-sm-274 {
    width: 274%;
  }
  .wd-sm-275 {
    width: 275%;
  }
  .wd-sm-276 {
    width: 276%;
  }
  .wd-sm-277 {
    width: 277%;
  }
  .wd-sm-278 {
    width: 278%;
  }
  .wd-sm-279 {
    width: 279%;
  }
  .wd-sm-280 {
    width: 280%;
  }
  .wd-sm-281 {
    width: 281%;
  }
  .wd-sm-282 {
    width: 282%;
  }
  .wd-sm-283 {
    width: 283%;
  }
  .wd-sm-284 {
    width: 284%;
  }
  .wd-sm-285 {
    width: 285%;
  }
  .wd-sm-286 {
    width: 286%;
  }
  .wd-sm-287 {
    width: 287%;
  }
  .wd-sm-288 {
    width: 288%;
  }
  .wd-sm-289 {
    width: 289%;
  }
  .wd-sm-290 {
    width: 290%;
  }
  .wd-sm-291 {
    width: 291%;
  }
  .wd-sm-292 {
    width: 292%;
  }
  .wd-sm-293 {
    width: 293%;
  }
  .wd-sm-294 {
    width: 294%;
  }
  .wd-sm-295 {
    width: 295%;
  }
  .wd-sm-296 {
    width: 296%;
  }
  .wd-sm-297 {
    width: 297%;
  }
  .wd-sm-298 {
    width: 298%;
  }
  .wd-sm-299 {
    width: 299%;
  }
  .wd-sm-300 {
    width: 300%;
  }
  .wd-sm-301 {
    width: 301%;
  }
  .wd-sm-302 {
    width: 302%;
  }
  .wd-sm-303 {
    width: 303%;
  }
  .wd-sm-304 {
    width: 304%;
  }
  .wd-sm-305 {
    width: 305%;
  }
  .wd-sm-306 {
    width: 306%;
  }
  .wd-sm-307 {
    width: 307%;
  }
  .wd-sm-308 {
    width: 308%;
  }
  .wd-sm-309 {
    width: 309%;
  }
  .wd-sm-310 {
    width: 310%;
  }
  .wd-sm-311 {
    width: 311%;
  }
  .wd-sm-312 {
    width: 312%;
  }
  .wd-sm-313 {
    width: 313%;
  }
  .wd-sm-314 {
    width: 314%;
  }
  .wd-sm-315 {
    width: 315%;
  }
  .wd-sm-316 {
    width: 316%;
  }
  .wd-sm-317 {
    width: 317%;
  }
  .wd-sm-318 {
    width: 318%;
  }
  .wd-sm-319 {
    width: 319%;
  }
  .wd-sm-320 {
    width: 320%;
  }
  .wd-sm-321 {
    width: 321%;
  }
  .wd-sm-322 {
    width: 322%;
  }
  .wd-sm-323 {
    width: 323%;
  }
  .wd-sm-324 {
    width: 324%;
  }
  .wd-sm-325 {
    width: 325%;
  }
  .wd-sm-326 {
    width: 326%;
  }
  .wd-sm-327 {
    width: 327%;
  }
  .wd-sm-328 {
    width: 328%;
  }
  .wd-sm-329 {
    width: 329%;
  }
  .wd-sm-330 {
    width: 330%;
  }
  .wd-sm-331 {
    width: 331%;
  }
  .wd-sm-332 {
    width: 332%;
  }
  .wd-sm-333 {
    width: 333%;
  }
  .wd-sm-334 {
    width: 334%;
  }
  .wd-sm-335 {
    width: 335%;
  }
  .wd-sm-336 {
    width: 336%;
  }
  .wd-sm-337 {
    width: 337%;
  }
  .wd-sm-338 {
    width: 338%;
  }
  .wd-sm-339 {
    width: 339%;
  }
  .wd-sm-340 {
    width: 340%;
  }
  .wd-sm-341 {
    width: 341%;
  }
  .wd-sm-342 {
    width: 342%;
  }
  .wd-sm-343 {
    width: 343%;
  }
  .wd-sm-344 {
    width: 344%;
  }
  .wd-sm-345 {
    width: 345%;
  }
  .wd-sm-346 {
    width: 346%;
  }
  .wd-sm-347 {
    width: 347%;
  }
  .wd-sm-348 {
    width: 348%;
  }
  .wd-sm-349 {
    width: 349%;
  }
  .wd-sm-350 {
    width: 350%;
  }
  .wd-sm-351 {
    width: 351%;
  }
  .wd-sm-352 {
    width: 352%;
  }
  .wd-sm-353 {
    width: 353%;
  }
  .wd-sm-354 {
    width: 354%;
  }
  .wd-sm-355 {
    width: 355%;
  }
  .wd-sm-356 {
    width: 356%;
  }
  .wd-sm-357 {
    width: 357%;
  }
  .wd-sm-358 {
    width: 358%;
  }
  .wd-sm-359 {
    width: 359%;
  }
  .wd-sm-360 {
    width: 360%;
  }
  .wd-sm-361 {
    width: 361%;
  }
  .wd-sm-362 {
    width: 362%;
  }
  .wd-sm-363 {
    width: 363%;
  }
  .wd-sm-364 {
    width: 364%;
  }
  .wd-sm-365 {
    width: 365%;
  }
  .wd-sm-366 {
    width: 366%;
  }
  .wd-sm-367 {
    width: 367%;
  }
  .wd-sm-368 {
    width: 368%;
  }
  .wd-sm-369 {
    width: 369%;
  }
  .wd-sm-370 {
    width: 370%;
  }
  .wd-sm-371 {
    width: 371%;
  }
  .wd-sm-372 {
    width: 372%;
  }
  .wd-sm-373 {
    width: 373%;
  }
  .wd-sm-374 {
    width: 374%;
  }
  .wd-sm-375 {
    width: 375%;
  }
  .wd-sm-376 {
    width: 376%;
  }
  .wd-sm-377 {
    width: 377%;
  }
  .wd-sm-378 {
    width: 378%;
  }
  .wd-sm-379 {
    width: 379%;
  }
  .wd-sm-380 {
    width: 380%;
  }
  .wd-sm-381 {
    width: 381%;
  }
  .wd-sm-382 {
    width: 382%;
  }
  .wd-sm-383 {
    width: 383%;
  }
  .wd-sm-384 {
    width: 384%;
  }
  .wd-sm-385 {
    width: 385%;
  }
  .wd-sm-386 {
    width: 386%;
  }
  .wd-sm-387 {
    width: 387%;
  }
  .wd-sm-388 {
    width: 388%;
  }
  .wd-sm-389 {
    width: 389%;
  }
  .wd-sm-390 {
    width: 390%;
  }
  .wd-sm-391 {
    width: 391%;
  }
  .wd-sm-392 {
    width: 392%;
  }
  .wd-sm-393 {
    width: 393%;
  }
  .wd-sm-394 {
    width: 394%;
  }
  .wd-sm-395 {
    width: 395%;
  }
  .wd-sm-396 {
    width: 396%;
  }
  .wd-sm-397 {
    width: 397%;
  }
  .wd-sm-398 {
    width: 398%;
  }
  .wd-sm-399 {
    width: 399%;
  }
  .wd-sm-400 {
    width: 400%;
  }
  .wd-sm-401 {
    width: 401%;
  }
  .wd-sm-402 {
    width: 402%;
  }
  .wd-sm-403 {
    width: 403%;
  }
  .wd-sm-404 {
    width: 404%;
  }
  .wd-sm-405 {
    width: 405%;
  }
  .wd-sm-406 {
    width: 406%;
  }
  .wd-sm-407 {
    width: 407%;
  }
  .wd-sm-408 {
    width: 408%;
  }
  .wd-sm-409 {
    width: 409%;
  }
  .wd-sm-410 {
    width: 410%;
  }
  .wd-sm-411 {
    width: 411%;
  }
  .wd-sm-412 {
    width: 412%;
  }
  .wd-sm-413 {
    width: 413%;
  }
  .wd-sm-414 {
    width: 414%;
  }
  .wd-sm-415 {
    width: 415%;
  }
  .wd-sm-416 {
    width: 416%;
  }
  .wd-sm-417 {
    width: 417%;
  }
  .wd-sm-418 {
    width: 418%;
  }
  .wd-sm-419 {
    width: 419%;
  }
  .wd-sm-420 {
    width: 420%;
  }
  .wd-sm-421 {
    width: 421%;
  }
  .wd-sm-422 {
    width: 422%;
  }
  .wd-sm-423 {
    width: 423%;
  }
  .wd-sm-424 {
    width: 424%;
  }
  .wd-sm-425 {
    width: 425%;
  }
  .wd-sm-426 {
    width: 426%;
  }
  .wd-sm-427 {
    width: 427%;
  }
  .wd-sm-428 {
    width: 428%;
  }
  .wd-sm-429 {
    width: 429%;
  }
  .wd-sm-430 {
    width: 430%;
  }
  .wd-sm-431 {
    width: 431%;
  }
  .wd-sm-432 {
    width: 432%;
  }
  .wd-sm-433 {
    width: 433%;
  }
  .wd-sm-434 {
    width: 434%;
  }
  .wd-sm-435 {
    width: 435%;
  }
  .wd-sm-436 {
    width: 436%;
  }
  .wd-sm-437 {
    width: 437%;
  }
  .wd-sm-438 {
    width: 438%;
  }
  .wd-sm-439 {
    width: 439%;
  }
  .wd-sm-440 {
    width: 440%;
  }
  .wd-sm-441 {
    width: 441%;
  }
  .wd-sm-442 {
    width: 442%;
  }
  .wd-sm-443 {
    width: 443%;
  }
  .wd-sm-444 {
    width: 444%;
  }
  .wd-sm-445 {
    width: 445%;
  }
  .wd-sm-446 {
    width: 446%;
  }
  .wd-sm-447 {
    width: 447%;
  }
  .wd-sm-448 {
    width: 448%;
  }
  .wd-sm-449 {
    width: 449%;
  }
  .wd-sm-450 {
    width: 450%;
  }
  .wd-sm-451 {
    width: 451%;
  }
  .wd-sm-452 {
    width: 452%;
  }
  .wd-sm-453 {
    width: 453%;
  }
  .wd-sm-454 {
    width: 454%;
  }
  .wd-sm-455 {
    width: 455%;
  }
  .wd-sm-456 {
    width: 456%;
  }
  .wd-sm-457 {
    width: 457%;
  }
  .wd-sm-458 {
    width: 458%;
  }
  .wd-sm-459 {
    width: 459%;
  }
  .wd-sm-460 {
    width: 460%;
  }
  .wd-sm-461 {
    width: 461%;
  }
  .wd-sm-462 {
    width: 462%;
  }
  .wd-sm-463 {
    width: 463%;
  }
  .wd-sm-464 {
    width: 464%;
  }
  .wd-sm-465 {
    width: 465%;
  }
  .wd-sm-466 {
    width: 466%;
  }
  .wd-sm-467 {
    width: 467%;
  }
  .wd-sm-468 {
    width: 468%;
  }
  .wd-sm-469 {
    width: 469%;
  }
  .wd-sm-470 {
    width: 470%;
  }
  .wd-sm-471 {
    width: 471%;
  }
  .wd-sm-472 {
    width: 472%;
  }
  .wd-sm-473 {
    width: 473%;
  }
  .wd-sm-474 {
    width: 474%;
  }
  .wd-sm-475 {
    width: 475%;
  }
  .wd-sm-476 {
    width: 476%;
  }
  .wd-sm-477 {
    width: 477%;
  }
  .wd-sm-478 {
    width: 478%;
  }
  .wd-sm-479 {
    width: 479%;
  }
  .wd-sm-480 {
    width: 480%;
  }
  .wd-sm-481 {
    width: 481%;
  }
  .wd-sm-482 {
    width: 482%;
  }
  .wd-sm-483 {
    width: 483%;
  }
  .wd-sm-484 {
    width: 484%;
  }
  .wd-sm-485 {
    width: 485%;
  }
  .wd-sm-486 {
    width: 486%;
  }
  .wd-sm-487 {
    width: 487%;
  }
  .wd-sm-488 {
    width: 488%;
  }
  .wd-sm-489 {
    width: 489%;
  }
  .wd-sm-490 {
    width: 490%;
  }
  .wd-sm-491 {
    width: 491%;
  }
  .wd-sm-492 {
    width: 492%;
  }
  .wd-sm-493 {
    width: 493%;
  }
  .wd-sm-494 {
    width: 494%;
  }
  .wd-sm-495 {
    width: 495%;
  }
  .wd-sm-496 {
    width: 496%;
  }
  .wd-sm-497 {
    width: 497%;
  }
  .wd-sm-498 {
    width: 498%;
  }
  .wd-sm-499 {
    width: 499%;
  }
  .wd-sm-500 {
    width: 500%;
  }
  .wd-sm-501 {
    width: 501%;
  }
  .wd-sm-502 {
    width: 502%;
  }
  .wd-sm-503 {
    width: 503%;
  }
  .wd-sm-504 {
    width: 504%;
  }
  .wd-sm-505 {
    width: 505%;
  }
  .wd-sm-506 {
    width: 506%;
  }
  .wd-sm-507 {
    width: 507%;
  }
  .wd-sm-508 {
    width: 508%;
  }
  .wd-sm-509 {
    width: 509%;
  }
  .wd-sm-510 {
    width: 510%;
  }
  .wd-sm-511 {
    width: 511%;
  }
  .wd-sm-512 {
    width: 512%;
  }
  .wd-sm-513 {
    width: 513%;
  }
  .wd-sm-514 {
    width: 514%;
  }
  .wd-sm-515 {
    width: 515%;
  }
  .wd-sm-516 {
    width: 516%;
  }
  .wd-sm-517 {
    width: 517%;
  }
  .wd-sm-518 {
    width: 518%;
  }
  .wd-sm-519 {
    width: 519%;
  }
  .wd-sm-520 {
    width: 520%;
  }
  .wd-sm-521 {
    width: 521%;
  }
  .wd-sm-522 {
    width: 522%;
  }
  .wd-sm-523 {
    width: 523%;
  }
  .wd-sm-524 {
    width: 524%;
  }
  .wd-sm-525 {
    width: 525%;
  }
  .wd-sm-526 {
    width: 526%;
  }
  .wd-sm-527 {
    width: 527%;
  }
  .wd-sm-528 {
    width: 528%;
  }
  .wd-sm-529 {
    width: 529%;
  }
  .wd-sm-530 {
    width: 530%;
  }
  .wd-sm-531 {
    width: 531%;
  }
  .wd-sm-532 {
    width: 532%;
  }
  .wd-sm-533 {
    width: 533%;
  }
  .wd-sm-534 {
    width: 534%;
  }
  .wd-sm-535 {
    width: 535%;
  }
  .wd-sm-536 {
    width: 536%;
  }
  .wd-sm-537 {
    width: 537%;
  }
  .wd-sm-538 {
    width: 538%;
  }
  .wd-sm-539 {
    width: 539%;
  }
  .wd-sm-540 {
    width: 540%;
  }
  .wd-sm-541 {
    width: 541%;
  }
  .wd-sm-542 {
    width: 542%;
  }
  .wd-sm-543 {
    width: 543%;
  }
  .wd-sm-544 {
    width: 544%;
  }
  .wd-sm-545 {
    width: 545%;
  }
  .wd-sm-546 {
    width: 546%;
  }
  .wd-sm-547 {
    width: 547%;
  }
  .wd-sm-548 {
    width: 548%;
  }
  .wd-sm-549 {
    width: 549%;
  }
  .wd-sm-550 {
    width: 550%;
  }
  .wd-sm-551 {
    width: 551%;
  }
  .wd-sm-552 {
    width: 552%;
  }
  .wd-sm-553 {
    width: 553%;
  }
  .wd-sm-554 {
    width: 554%;
  }
  .wd-sm-555 {
    width: 555%;
  }
  .wd-sm-556 {
    width: 556%;
  }
  .wd-sm-557 {
    width: 557%;
  }
  .wd-sm-558 {
    width: 558%;
  }
  .wd-sm-559 {
    width: 559%;
  }
  .wd-sm-560 {
    width: 560%;
  }
  .wd-sm-561 {
    width: 561%;
  }
  .wd-sm-562 {
    width: 562%;
  }
  .wd-sm-563 {
    width: 563%;
  }
  .wd-sm-564 {
    width: 564%;
  }
  .wd-sm-565 {
    width: 565%;
  }
  .wd-sm-566 {
    width: 566%;
  }
  .wd-sm-567 {
    width: 567%;
  }
  .wd-sm-568 {
    width: 568%;
  }
  .wd-sm-569 {
    width: 569%;
  }
  .wd-sm-570 {
    width: 570%;
  }
  .wd-sm-571 {
    width: 571%;
  }
  .wd-sm-572 {
    width: 572%;
  }
  .wd-sm-573 {
    width: 573%;
  }
  .wd-sm-574 {
    width: 574%;
  }
  .wd-sm-575 {
    width: 575%;
  }
  .wd-sm-576 {
    width: 576%;
  }
  .wd-sm-577 {
    width: 577%;
  }
  .wd-sm-578 {
    width: 578%;
  }
  .wd-sm-579 {
    width: 579%;
  }
  .wd-sm-580 {
    width: 580%;
  }
  .wd-sm-581 {
    width: 581%;
  }
  .wd-sm-582 {
    width: 582%;
  }
  .wd-sm-583 {
    width: 583%;
  }
  .wd-sm-584 {
    width: 584%;
  }
  .wd-sm-585 {
    width: 585%;
  }
  .wd-sm-586 {
    width: 586%;
  }
  .wd-sm-587 {
    width: 587%;
  }
  .wd-sm-588 {
    width: 588%;
  }
  .wd-sm-589 {
    width: 589%;
  }
  .wd-sm-590 {
    width: 590%;
  }
  .wd-sm-591 {
    width: 591%;
  }
  .wd-sm-592 {
    width: 592%;
  }
  .wd-sm-593 {
    width: 593%;
  }
  .wd-sm-594 {
    width: 594%;
  }
  .wd-sm-595 {
    width: 595%;
  }
  .wd-sm-596 {
    width: 596%;
  }
  .wd-sm-597 {
    width: 597%;
  }
  .wd-sm-598 {
    width: 598%;
  }
  .wd-sm-599 {
    width: 599%;
  }
  .wd-sm-600 {
    width: 600%;
  }
  .wd-sm-601 {
    width: 601%;
  }
  .wd-sm-602 {
    width: 602%;
  }
  .wd-sm-603 {
    width: 603%;
  }
  .wd-sm-604 {
    width: 604%;
  }
  .wd-sm-605 {
    width: 605%;
  }
  .wd-sm-606 {
    width: 606%;
  }
  .wd-sm-607 {
    width: 607%;
  }
  .wd-sm-608 {
    width: 608%;
  }
  .wd-sm-609 {
    width: 609%;
  }
  .wd-sm-610 {
    width: 610%;
  }
  .wd-sm-611 {
    width: 611%;
  }
  .wd-sm-612 {
    width: 612%;
  }
  .wd-sm-613 {
    width: 613%;
  }
  .wd-sm-614 {
    width: 614%;
  }
  .wd-sm-615 {
    width: 615%;
  }
  .wd-sm-616 {
    width: 616%;
  }
  .wd-sm-617 {
    width: 617%;
  }
  .wd-sm-618 {
    width: 618%;
  }
  .wd-sm-619 {
    width: 619%;
  }
  .wd-sm-620 {
    width: 620%;
  }
  .wd-sm-621 {
    width: 621%;
  }
  .wd-sm-622 {
    width: 622%;
  }
  .wd-sm-623 {
    width: 623%;
  }
  .wd-sm-624 {
    width: 624%;
  }
  .wd-sm-625 {
    width: 625%;
  }
  .wd-sm-626 {
    width: 626%;
  }
  .wd-sm-627 {
    width: 627%;
  }
  .wd-sm-628 {
    width: 628%;
  }
  .wd-sm-629 {
    width: 629%;
  }
  .wd-sm-630 {
    width: 630%;
  }
  .wd-sm-631 {
    width: 631%;
  }
  .wd-sm-632 {
    width: 632%;
  }
  .wd-sm-633 {
    width: 633%;
  }
  .wd-sm-634 {
    width: 634%;
  }
  .wd-sm-635 {
    width: 635%;
  }
  .wd-sm-636 {
    width: 636%;
  }
  .wd-sm-637 {
    width: 637%;
  }
  .wd-sm-638 {
    width: 638%;
  }
  .wd-sm-639 {
    width: 639%;
  }
  .wd-sm-640 {
    width: 640%;
  }
  .wd-sm-641 {
    width: 641%;
  }
  .wd-sm-642 {
    width: 642%;
  }
  .wd-sm-643 {
    width: 643%;
  }
  .wd-sm-644 {
    width: 644%;
  }
  .wd-sm-645 {
    width: 645%;
  }
  .wd-sm-646 {
    width: 646%;
  }
  .wd-sm-647 {
    width: 647%;
  }
  .wd-sm-648 {
    width: 648%;
  }
  .wd-sm-649 {
    width: 649%;
  }
  .wd-sm-650 {
    width: 650%;
  }
  .wd-sm-651 {
    width: 651%;
  }
  .wd-sm-652 {
    width: 652%;
  }
  .wd-sm-653 {
    width: 653%;
  }
  .wd-sm-654 {
    width: 654%;
  }
  .wd-sm-655 {
    width: 655%;
  }
  .wd-sm-656 {
    width: 656%;
  }
  .wd-sm-657 {
    width: 657%;
  }
  .wd-sm-658 {
    width: 658%;
  }
  .wd-sm-659 {
    width: 659%;
  }
  .wd-sm-660 {
    width: 660%;
  }
  .wd-sm-661 {
    width: 661%;
  }
  .wd-sm-662 {
    width: 662%;
  }
  .wd-sm-663 {
    width: 663%;
  }
  .wd-sm-664 {
    width: 664%;
  }
  .wd-sm-665 {
    width: 665%;
  }
  .wd-sm-666 {
    width: 666%;
  }
  .wd-sm-667 {
    width: 667%;
  }
  .wd-sm-668 {
    width: 668%;
  }
  .wd-sm-669 {
    width: 669%;
  }
  .wd-sm-670 {
    width: 670%;
  }
  .wd-sm-671 {
    width: 671%;
  }
  .wd-sm-672 {
    width: 672%;
  }
  .wd-sm-673 {
    width: 673%;
  }
  .wd-sm-674 {
    width: 674%;
  }
  .wd-sm-675 {
    width: 675%;
  }
  .wd-sm-676 {
    width: 676%;
  }
  .wd-sm-677 {
    width: 677%;
  }
  .wd-sm-678 {
    width: 678%;
  }
  .wd-sm-679 {
    width: 679%;
  }
  .wd-sm-680 {
    width: 680%;
  }
  .wd-sm-681 {
    width: 681%;
  }
  .wd-sm-682 {
    width: 682%;
  }
  .wd-sm-683 {
    width: 683%;
  }
  .wd-sm-684 {
    width: 684%;
  }
  .wd-sm-685 {
    width: 685%;
  }
  .wd-sm-686 {
    width: 686%;
  }
  .wd-sm-687 {
    width: 687%;
  }
  .wd-sm-688 {
    width: 688%;
  }
  .wd-sm-689 {
    width: 689%;
  }
  .wd-sm-690 {
    width: 690%;
  }
  .wd-sm-691 {
    width: 691%;
  }
  .wd-sm-692 {
    width: 692%;
  }
  .wd-sm-693 {
    width: 693%;
  }
  .wd-sm-694 {
    width: 694%;
  }
  .wd-sm-695 {
    width: 695%;
  }
  .wd-sm-696 {
    width: 696%;
  }
  .wd-sm-697 {
    width: 697%;
  }
  .wd-sm-698 {
    width: 698%;
  }
  .wd-sm-699 {
    width: 699%;
  }
  .wd-sm-700 {
    width: 700%;
  }
  .wd-sm-701 {
    width: 701%;
  }
  .wd-sm-702 {
    width: 702%;
  }
  .wd-sm-703 {
    width: 703%;
  }
  .wd-sm-704 {
    width: 704%;
  }
  .wd-sm-705 {
    width: 705%;
  }
  .wd-sm-706 {
    width: 706%;
  }
  .wd-sm-707 {
    width: 707%;
  }
  .wd-sm-708 {
    width: 708%;
  }
  .wd-sm-709 {
    width: 709%;
  }
  .wd-sm-710 {
    width: 710%;
  }
  .wd-sm-711 {
    width: 711%;
  }
  .wd-sm-712 {
    width: 712%;
  }
  .wd-sm-713 {
    width: 713%;
  }
  .wd-sm-714 {
    width: 714%;
  }
  .wd-sm-715 {
    width: 715%;
  }
  .wd-sm-716 {
    width: 716%;
  }
  .wd-sm-717 {
    width: 717%;
  }
  .wd-sm-718 {
    width: 718%;
  }
  .wd-sm-719 {
    width: 719%;
  }
  .wd-sm-720 {
    width: 720%;
  }
  .wd-sm-721 {
    width: 721%;
  }
  .wd-sm-722 {
    width: 722%;
  }
  .wd-sm-723 {
    width: 723%;
  }
  .wd-sm-724 {
    width: 724%;
  }
  .wd-sm-725 {
    width: 725%;
  }
  .wd-sm-726 {
    width: 726%;
  }
  .wd-sm-727 {
    width: 727%;
  }
  .wd-sm-728 {
    width: 728%;
  }
  .wd-sm-729 {
    width: 729%;
  }
  .wd-sm-730 {
    width: 730%;
  }
  .wd-sm-731 {
    width: 731%;
  }
  .wd-sm-732 {
    width: 732%;
  }
  .wd-sm-733 {
    width: 733%;
  }
  .wd-sm-734 {
    width: 734%;
  }
  .wd-sm-735 {
    width: 735%;
  }
  .wd-sm-736 {
    width: 736%;
  }
  .wd-sm-737 {
    width: 737%;
  }
  .wd-sm-738 {
    width: 738%;
  }
  .wd-sm-739 {
    width: 739%;
  }
  .wd-sm-740 {
    width: 740%;
  }
  .wd-sm-741 {
    width: 741%;
  }
  .wd-sm-742 {
    width: 742%;
  }
  .wd-sm-743 {
    width: 743%;
  }
  .wd-sm-744 {
    width: 744%;
  }
  .wd-sm-745 {
    width: 745%;
  }
  .wd-sm-746 {
    width: 746%;
  }
  .wd-sm-747 {
    width: 747%;
  }
  .wd-sm-748 {
    width: 748%;
  }
  .wd-sm-749 {
    width: 749%;
  }
  .wd-sm-750 {
    width: 750%;
  }
  .wd-sm-751 {
    width: 751%;
  }
  .wd-sm-752 {
    width: 752%;
  }
  .wd-sm-753 {
    width: 753%;
  }
  .wd-sm-754 {
    width: 754%;
  }
  .wd-sm-755 {
    width: 755%;
  }
  .wd-sm-756 {
    width: 756%;
  }
  .wd-sm-757 {
    width: 757%;
  }
  .wd-sm-758 {
    width: 758%;
  }
  .wd-sm-759 {
    width: 759%;
  }
  .wd-sm-760 {
    width: 760%;
  }
  .wd-sm-761 {
    width: 761%;
  }
  .wd-sm-762 {
    width: 762%;
  }
  .wd-sm-763 {
    width: 763%;
  }
  .wd-sm-764 {
    width: 764%;
  }
  .wd-sm-765 {
    width: 765%;
  }
  .wd-sm-766 {
    width: 766%;
  }
  .wd-sm-767 {
    width: 767%;
  }
  .wd-sm-768 {
    width: 768%;
  }
  .wd-sm-769 {
    width: 769%;
  }
  .wd-sm-770 {
    width: 770%;
  }
  .wd-sm-771 {
    width: 771%;
  }
  .wd-sm-772 {
    width: 772%;
  }
  .wd-sm-773 {
    width: 773%;
  }
  .wd-sm-774 {
    width: 774%;
  }
  .wd-sm-775 {
    width: 775%;
  }
  .wd-sm-776 {
    width: 776%;
  }
  .wd-sm-777 {
    width: 777%;
  }
  .wd-sm-778 {
    width: 778%;
  }
  .wd-sm-779 {
    width: 779%;
  }
  .wd-sm-780 {
    width: 780%;
  }
  .wd-sm-781 {
    width: 781%;
  }
  .wd-sm-782 {
    width: 782%;
  }
  .wd-sm-783 {
    width: 783%;
  }
  .wd-sm-784 {
    width: 784%;
  }
  .wd-sm-785 {
    width: 785%;
  }
  .wd-sm-786 {
    width: 786%;
  }
  .wd-sm-787 {
    width: 787%;
  }
  .wd-sm-788 {
    width: 788%;
  }
  .wd-sm-789 {
    width: 789%;
  }
  .wd-sm-790 {
    width: 790%;
  }
  .wd-sm-791 {
    width: 791%;
  }
  .wd-sm-792 {
    width: 792%;
  }
  .wd-sm-793 {
    width: 793%;
  }
  .wd-sm-794 {
    width: 794%;
  }
  .wd-sm-795 {
    width: 795%;
  }
  .wd-sm-796 {
    width: 796%;
  }
  .wd-sm-797 {
    width: 797%;
  }
  .wd-sm-798 {
    width: 798%;
  }
  .wd-sm-799 {
    width: 799%;
  }
  .wd-sm-800 {
    width: 800%;
  }
  .wd-sm-801 {
    width: 801%;
  }
  .wd-sm-802 {
    width: 802%;
  }
  .wd-sm-803 {
    width: 803%;
  }
  .wd-sm-804 {
    width: 804%;
  }
  .wd-sm-805 {
    width: 805%;
  }
  .wd-sm-806 {
    width: 806%;
  }
  .wd-sm-807 {
    width: 807%;
  }
  .wd-sm-808 {
    width: 808%;
  }
  .wd-sm-809 {
    width: 809%;
  }
  .wd-sm-810 {
    width: 810%;
  }
  .wd-sm-811 {
    width: 811%;
  }
  .wd-sm-812 {
    width: 812%;
  }
  .wd-sm-813 {
    width: 813%;
  }
  .wd-sm-814 {
    width: 814%;
  }
  .wd-sm-815 {
    width: 815%;
  }
  .wd-sm-816 {
    width: 816%;
  }
  .wd-sm-817 {
    width: 817%;
  }
  .wd-sm-818 {
    width: 818%;
  }
  .wd-sm-819 {
    width: 819%;
  }
  .wd-sm-820 {
    width: 820%;
  }
  .wd-sm-821 {
    width: 821%;
  }
  .wd-sm-822 {
    width: 822%;
  }
  .wd-sm-823 {
    width: 823%;
  }
  .wd-sm-824 {
    width: 824%;
  }
  .wd-sm-825 {
    width: 825%;
  }
  .wd-sm-826 {
    width: 826%;
  }
  .wd-sm-827 {
    width: 827%;
  }
  .wd-sm-828 {
    width: 828%;
  }
  .wd-sm-829 {
    width: 829%;
  }
  .wd-sm-830 {
    width: 830%;
  }
  .wd-sm-831 {
    width: 831%;
  }
  .wd-sm-832 {
    width: 832%;
  }
  .wd-sm-833 {
    width: 833%;
  }
  .wd-sm-834 {
    width: 834%;
  }
  .wd-sm-835 {
    width: 835%;
  }
  .wd-sm-836 {
    width: 836%;
  }
  .wd-sm-837 {
    width: 837%;
  }
  .wd-sm-838 {
    width: 838%;
  }
  .wd-sm-839 {
    width: 839%;
  }
  .wd-sm-840 {
    width: 840%;
  }
  .wd-sm-841 {
    width: 841%;
  }
  .wd-sm-842 {
    width: 842%;
  }
  .wd-sm-843 {
    width: 843%;
  }
  .wd-sm-844 {
    width: 844%;
  }
  .wd-sm-845 {
    width: 845%;
  }
  .wd-sm-846 {
    width: 846%;
  }
  .wd-sm-847 {
    width: 847%;
  }
  .wd-sm-848 {
    width: 848%;
  }
  .wd-sm-849 {
    width: 849%;
  }
  .wd-sm-850 {
    width: 850%;
  }
  .wd-sm-851 {
    width: 851%;
  }
  .wd-sm-852 {
    width: 852%;
  }
  .wd-sm-853 {
    width: 853%;
  }
  .wd-sm-854 {
    width: 854%;
  }
  .wd-sm-855 {
    width: 855%;
  }
  .wd-sm-856 {
    width: 856%;
  }
  .wd-sm-857 {
    width: 857%;
  }
  .wd-sm-858 {
    width: 858%;
  }
  .wd-sm-859 {
    width: 859%;
  }
  .wd-sm-860 {
    width: 860%;
  }
  .wd-sm-861 {
    width: 861%;
  }
  .wd-sm-862 {
    width: 862%;
  }
  .wd-sm-863 {
    width: 863%;
  }
  .wd-sm-864 {
    width: 864%;
  }
  .wd-sm-865 {
    width: 865%;
  }
  .wd-sm-866 {
    width: 866%;
  }
  .wd-sm-867 {
    width: 867%;
  }
  .wd-sm-868 {
    width: 868%;
  }
  .wd-sm-869 {
    width: 869%;
  }
  .wd-sm-870 {
    width: 870%;
  }
  .wd-sm-871 {
    width: 871%;
  }
  .wd-sm-872 {
    width: 872%;
  }
  .wd-sm-873 {
    width: 873%;
  }
  .wd-sm-874 {
    width: 874%;
  }
  .wd-sm-875 {
    width: 875%;
  }
  .wd-sm-876 {
    width: 876%;
  }
  .wd-sm-877 {
    width: 877%;
  }
  .wd-sm-878 {
    width: 878%;
  }
  .wd-sm-879 {
    width: 879%;
  }
  .wd-sm-880 {
    width: 880%;
  }
  .wd-sm-881 {
    width: 881%;
  }
  .wd-sm-882 {
    width: 882%;
  }
  .wd-sm-883 {
    width: 883%;
  }
  .wd-sm-884 {
    width: 884%;
  }
  .wd-sm-885 {
    width: 885%;
  }
  .wd-sm-886 {
    width: 886%;
  }
  .wd-sm-887 {
    width: 887%;
  }
  .wd-sm-888 {
    width: 888%;
  }
  .wd-sm-889 {
    width: 889%;
  }
  .wd-sm-890 {
    width: 890%;
  }
  .wd-sm-891 {
    width: 891%;
  }
  .wd-sm-892 {
    width: 892%;
  }
  .wd-sm-893 {
    width: 893%;
  }
  .wd-sm-894 {
    width: 894%;
  }
  .wd-sm-895 {
    width: 895%;
  }
  .wd-sm-896 {
    width: 896%;
  }
  .wd-sm-897 {
    width: 897%;
  }
  .wd-sm-898 {
    width: 898%;
  }
  .wd-sm-899 {
    width: 899%;
  }
  .wd-sm-900 {
    width: 900%;
  }
  .wd-sm-901 {
    width: 901%;
  }
  .wd-sm-902 {
    width: 902%;
  }
  .wd-sm-903 {
    width: 903%;
  }
  .wd-sm-904 {
    width: 904%;
  }
  .wd-sm-905 {
    width: 905%;
  }
  .wd-sm-906 {
    width: 906%;
  }
  .wd-sm-907 {
    width: 907%;
  }
  .wd-sm-908 {
    width: 908%;
  }
  .wd-sm-909 {
    width: 909%;
  }
  .wd-sm-910 {
    width: 910%;
  }
  .wd-sm-911 {
    width: 911%;
  }
  .wd-sm-912 {
    width: 912%;
  }
  .wd-sm-913 {
    width: 913%;
  }
  .wd-sm-914 {
    width: 914%;
  }
  .wd-sm-915 {
    width: 915%;
  }
  .wd-sm-916 {
    width: 916%;
  }
  .wd-sm-917 {
    width: 917%;
  }
  .wd-sm-918 {
    width: 918%;
  }
  .wd-sm-919 {
    width: 919%;
  }
  .wd-sm-920 {
    width: 920%;
  }
  .wd-sm-921 {
    width: 921%;
  }
  .wd-sm-922 {
    width: 922%;
  }
  .wd-sm-923 {
    width: 923%;
  }
  .wd-sm-924 {
    width: 924%;
  }
  .wd-sm-925 {
    width: 925%;
  }
  .wd-sm-926 {
    width: 926%;
  }
  .wd-sm-927 {
    width: 927%;
  }
  .wd-sm-928 {
    width: 928%;
  }
  .wd-sm-929 {
    width: 929%;
  }
  .wd-sm-930 {
    width: 930%;
  }
  .wd-sm-931 {
    width: 931%;
  }
  .wd-sm-932 {
    width: 932%;
  }
  .wd-sm-933 {
    width: 933%;
  }
  .wd-sm-934 {
    width: 934%;
  }
  .wd-sm-935 {
    width: 935%;
  }
  .wd-sm-936 {
    width: 936%;
  }
  .wd-sm-937 {
    width: 937%;
  }
  .wd-sm-938 {
    width: 938%;
  }
  .wd-sm-939 {
    width: 939%;
  }
  .wd-sm-940 {
    width: 940%;
  }
  .wd-sm-941 {
    width: 941%;
  }
  .wd-sm-942 {
    width: 942%;
  }
  .wd-sm-943 {
    width: 943%;
  }
  .wd-sm-944 {
    width: 944%;
  }
  .wd-sm-945 {
    width: 945%;
  }
  .wd-sm-946 {
    width: 946%;
  }
  .wd-sm-947 {
    width: 947%;
  }
  .wd-sm-948 {
    width: 948%;
  }
  .wd-sm-949 {
    width: 949%;
  }
  .wd-sm-950 {
    width: 950%;
  }
  .wd-sm-951 {
    width: 951%;
  }
  .wd-sm-952 {
    width: 952%;
  }
  .wd-sm-953 {
    width: 953%;
  }
  .wd-sm-954 {
    width: 954%;
  }
  .wd-sm-955 {
    width: 955%;
  }
  .wd-sm-956 {
    width: 956%;
  }
  .wd-sm-957 {
    width: 957%;
  }
  .wd-sm-958 {
    width: 958%;
  }
  .wd-sm-959 {
    width: 959%;
  }
  .wd-sm-960 {
    width: 960%;
  }
  .wd-sm-961 {
    width: 961%;
  }
  .wd-sm-962 {
    width: 962%;
  }
  .wd-sm-963 {
    width: 963%;
  }
  .wd-sm-964 {
    width: 964%;
  }
  .wd-sm-965 {
    width: 965%;
  }
  .wd-sm-966 {
    width: 966%;
  }
  .wd-sm-967 {
    width: 967%;
  }
  .wd-sm-968 {
    width: 968%;
  }
  .wd-sm-969 {
    width: 969%;
  }
  .wd-sm-970 {
    width: 970%;
  }
  .wd-sm-971 {
    width: 971%;
  }
  .wd-sm-972 {
    width: 972%;
  }
  .wd-sm-973 {
    width: 973%;
  }
  .wd-sm-974 {
    width: 974%;
  }
  .wd-sm-975 {
    width: 975%;
  }
  .wd-sm-976 {
    width: 976%;
  }
  .wd-sm-977 {
    width: 977%;
  }
  .wd-sm-978 {
    width: 978%;
  }
  .wd-sm-979 {
    width: 979%;
  }
  .wd-sm-980 {
    width: 980%;
  }
  .wd-sm-981 {
    width: 981%;
  }
  .wd-sm-982 {
    width: 982%;
  }
  .wd-sm-983 {
    width: 983%;
  }
  .wd-sm-984 {
    width: 984%;
  }
  .wd-sm-985 {
    width: 985%;
  }
  .wd-sm-986 {
    width: 986%;
  }
  .wd-sm-987 {
    width: 987%;
  }
  .wd-sm-988 {
    width: 988%;
  }
  .wd-sm-989 {
    width: 989%;
  }
  .wd-sm-990 {
    width: 990%;
  }
  .wd-sm-991 {
    width: 991%;
  }
  .wd-sm-992 {
    width: 992%;
  }
  .wd-sm-993 {
    width: 993%;
  }
  .wd-sm-994 {
    width: 994%;
  }
  .wd-sm-995 {
    width: 995%;
  }
  .wd-sm-996 {
    width: 996%;
  }
  .wd-sm-997 {
    width: 997%;
  }
  .wd-sm-998 {
    width: 998%;
  }
  .wd-sm-999 {
    width: 999%;
  }
  .wd-sm-1000 {
    width: 1000%;
  }
}
@media (min-width: 769px) {
  .wd-md-5 {
    width: 5%;
  }
  .wd-md-10 {
    width: 10%;
  }
  .wd-md-11 {
    width: 11%;
  }
  .wd-md-12 {
    width: 12%;
  }
  .wd-md-13 {
    width: 13%;
  }
  .wd-md-14 {
    width: 14%;
  }
  .wd-md-15 {
    width: 15%;
  }
  .wd-md-16 {
    width: 16%;
  }
  .wd-md-17 {
    width: 17%;
  }
  .wd-md-18 {
    width: 18%;
  }
  .wd-md-19 {
    width: 19%;
  }
  .wd-md-20 {
    width: 20%;
  }
  .wd-md-21 {
    width: 21%;
  }
  .wd-md-22 {
    width: 22%;
  }
  .wd-md-23 {
    width: 23%;
  }
  .wd-md-24 {
    width: 24%;
  }
  .wd-md-25 {
    width: 25%;
  }
  .wd-md-26 {
    width: 26%;
  }
  .wd-md-27 {
    width: 27%;
  }
  .wd-md-28 {
    width: 28%;
  }
  .wd-md-29 {
    width: 29%;
  }
  .wd-md-30 {
    width: 30%;
  }
  .wd-md-31 {
    width: 31%;
  }
  .wd-md-32 {
    width: 32%;
  }
  .wd-md-33 {
    width: 33%;
  }
  .wd-md-34 {
    width: 34%;
  }
  .wd-md-35 {
    width: 35%;
  }
  .wd-md-36 {
    width: 36%;
  }
  .wd-md-37 {
    width: 37%;
  }
  .wd-md-38 {
    width: 38%;
  }
  .wd-md-39 {
    width: 39%;
  }
  .wd-md-40 {
    width: 40%;
  }
  .wd-md-41 {
    width: 41%;
  }
  .wd-md-42 {
    width: 42%;
  }
  .wd-md-43 {
    width: 43%;
  }
  .wd-md-44 {
    width: 44%;
  }
  .wd-md-45 {
    width: 45%;
  }
  .wd-md-46 {
    width: 46%;
  }
  .wd-md-47 {
    width: 47%;
  }
  .wd-md-48 {
    width: 48%;
  }
  .wd-md-49 {
    width: 49%;
  }
  .wd-md-50 {
    width: 50%;
  }
  .wd-md-51 {
    width: 51%;
  }
  .wd-md-52 {
    width: 52%;
  }
  .wd-md-53 {
    width: 53%;
  }
  .wd-md-54 {
    width: 54%;
  }
  .wd-md-55 {
    width: 55%;
  }
  .wd-md-56 {
    width: 56%;
  }
  .wd-md-57 {
    width: 57%;
  }
  .wd-md-58 {
    width: 58%;
  }
  .wd-md-59 {
    width: 59%;
  }
  .wd-md-60 {
    width: 60%;
  }
  .wd-md-61 {
    width: 61%;
  }
  .wd-md-62 {
    width: 62%;
  }
  .wd-md-63 {
    width: 63%;
  }
  .wd-md-64 {
    width: 64%;
  }
  .wd-md-65 {
    width: 65%;
  }
  .wd-md-66 {
    width: 66%;
  }
  .wd-md-67 {
    width: 67%;
  }
  .wd-md-68 {
    width: 68%;
  }
  .wd-md-69 {
    width: 69%;
  }
  .wd-md-70 {
    width: 70%;
  }
  .wd-md-71 {
    width: 71%;
  }
  .wd-md-72 {
    width: 72%;
  }
  .wd-md-73 {
    width: 73%;
  }
  .wd-md-74 {
    width: 74%;
  }
  .wd-md-75 {
    width: 75%;
  }
  .wd-md-76 {
    width: 76%;
  }
  .wd-md-77 {
    width: 77%;
  }
  .wd-md-78 {
    width: 78%;
  }
  .wd-md-79 {
    width: 79%;
  }
  .wd-md-80 {
    width: 80%;
  }
  .wd-md-81 {
    width: 81%;
  }
  .wd-md-82 {
    width: 82%;
  }
  .wd-md-83 {
    width: 83%;
  }
  .wd-md-84 {
    width: 84%;
  }
  .wd-md-85 {
    width: 85%;
  }
  .wd-md-86 {
    width: 86%;
  }
  .wd-md-87 {
    width: 87%;
  }
  .wd-md-88 {
    width: 88%;
  }
  .wd-md-89 {
    width: 89%;
  }
  .wd-md-90 {
    width: 90%;
  }
  .wd-md-91 {
    width: 91%;
  }
  .wd-md-92 {
    width: 92%;
  }
  .wd-md-93 {
    width: 93%;
  }
  .wd-md-94 {
    width: 94%;
  }
  .wd-md-95 {
    width: 95%;
  }
  .wd-md-96 {
    width: 96%;
  }
  .wd-md-97 {
    width: 97%;
  }
  .wd-md-98 {
    width: 98%;
  }
  .wd-md-99 {
    width: 99%;
  }
  .wd-md-100 {
    width: 100%;
  }
  .wd-md-101 {
    width: 101%;
  }
  .wd-md-102 {
    width: 102%;
  }
  .wd-md-103 {
    width: 103%;
  }
  .wd-md-104 {
    width: 104%;
  }
  .wd-md-105 {
    width: 105%;
  }
  .wd-md-106 {
    width: 106%;
  }
  .wd-md-107 {
    width: 107%;
  }
  .wd-md-108 {
    width: 108%;
  }
  .wd-md-109 {
    width: 109%;
  }
  .wd-md-110 {
    width: 110%;
  }
  .wd-md-111 {
    width: 111%;
  }
  .wd-md-112 {
    width: 112%;
  }
  .wd-md-113 {
    width: 113%;
  }
  .wd-md-114 {
    width: 114%;
  }
  .wd-md-115 {
    width: 115%;
  }
  .wd-md-116 {
    width: 116%;
  }
  .wd-md-117 {
    width: 117%;
  }
  .wd-md-118 {
    width: 118%;
  }
  .wd-md-119 {
    width: 119%;
  }
  .wd-md-120 {
    width: 120%;
  }
  .wd-md-121 {
    width: 121%;
  }
  .wd-md-122 {
    width: 122%;
  }
  .wd-md-123 {
    width: 123%;
  }
  .wd-md-124 {
    width: 124%;
  }
  .wd-md-125 {
    width: 125%;
  }
  .wd-md-126 {
    width: 126%;
  }
  .wd-md-127 {
    width: 127%;
  }
  .wd-md-128 {
    width: 128%;
  }
  .wd-md-129 {
    width: 129%;
  }
  .wd-md-130 {
    width: 130%;
  }
  .wd-md-131 {
    width: 131%;
  }
  .wd-md-132 {
    width: 132%;
  }
  .wd-md-133 {
    width: 133%;
  }
  .wd-md-134 {
    width: 134%;
  }
  .wd-md-135 {
    width: 135%;
  }
  .wd-md-136 {
    width: 136%;
  }
  .wd-md-137 {
    width: 137%;
  }
  .wd-md-138 {
    width: 138%;
  }
  .wd-md-139 {
    width: 139%;
  }
  .wd-md-140 {
    width: 140%;
  }
  .wd-md-141 {
    width: 141%;
  }
  .wd-md-142 {
    width: 142%;
  }
  .wd-md-143 {
    width: 143%;
  }
  .wd-md-144 {
    width: 144%;
  }
  .wd-md-145 {
    width: 145%;
  }
  .wd-md-146 {
    width: 146%;
  }
  .wd-md-147 {
    width: 147%;
  }
  .wd-md-148 {
    width: 148%;
  }
  .wd-md-149 {
    width: 149%;
  }
  .wd-md-150 {
    width: 150%;
  }
  .wd-md-151 {
    width: 151%;
  }
  .wd-md-152 {
    width: 152%;
  }
  .wd-md-153 {
    width: 153%;
  }
  .wd-md-154 {
    width: 154%;
  }
  .wd-md-155 {
    width: 155%;
  }
  .wd-md-156 {
    width: 156%;
  }
  .wd-md-157 {
    width: 157%;
  }
  .wd-md-158 {
    width: 158%;
  }
  .wd-md-159 {
    width: 159%;
  }
  .wd-md-160 {
    width: 160%;
  }
  .wd-md-161 {
    width: 161%;
  }
  .wd-md-162 {
    width: 162%;
  }
  .wd-md-163 {
    width: 163%;
  }
  .wd-md-164 {
    width: 164%;
  }
  .wd-md-165 {
    width: 165%;
  }
  .wd-md-166 {
    width: 166%;
  }
  .wd-md-167 {
    width: 167%;
  }
  .wd-md-168 {
    width: 168%;
  }
  .wd-md-169 {
    width: 169%;
  }
  .wd-md-170 {
    width: 170%;
  }
  .wd-md-171 {
    width: 171%;
  }
  .wd-md-172 {
    width: 172%;
  }
  .wd-md-173 {
    width: 173%;
  }
  .wd-md-174 {
    width: 174%;
  }
  .wd-md-175 {
    width: 175%;
  }
  .wd-md-176 {
    width: 176%;
  }
  .wd-md-177 {
    width: 177%;
  }
  .wd-md-178 {
    width: 178%;
  }
  .wd-md-179 {
    width: 179%;
  }
  .wd-md-180 {
    width: 180%;
  }
  .wd-md-181 {
    width: 181%;
  }
  .wd-md-182 {
    width: 182%;
  }
  .wd-md-183 {
    width: 183%;
  }
  .wd-md-184 {
    width: 184%;
  }
  .wd-md-185 {
    width: 185%;
  }
  .wd-md-186 {
    width: 186%;
  }
  .wd-md-187 {
    width: 187%;
  }
  .wd-md-188 {
    width: 188%;
  }
  .wd-md-189 {
    width: 189%;
  }
  .wd-md-190 {
    width: 190%;
  }
  .wd-md-191 {
    width: 191%;
  }
  .wd-md-192 {
    width: 192%;
  }
  .wd-md-193 {
    width: 193%;
  }
  .wd-md-194 {
    width: 194%;
  }
  .wd-md-195 {
    width: 195%;
  }
  .wd-md-196 {
    width: 196%;
  }
  .wd-md-197 {
    width: 197%;
  }
  .wd-md-198 {
    width: 198%;
  }
  .wd-md-199 {
    width: 199%;
  }
  .wd-md-200 {
    width: 200%;
  }
  .wd-md-201 {
    width: 201%;
  }
  .wd-md-202 {
    width: 202%;
  }
  .wd-md-203 {
    width: 203%;
  }
  .wd-md-204 {
    width: 204%;
  }
  .wd-md-205 {
    width: 205%;
  }
  .wd-md-206 {
    width: 206%;
  }
  .wd-md-207 {
    width: 207%;
  }
  .wd-md-208 {
    width: 208%;
  }
  .wd-md-209 {
    width: 209%;
  }
  .wd-md-210 {
    width: 210%;
  }
  .wd-md-211 {
    width: 211%;
  }
  .wd-md-212 {
    width: 212%;
  }
  .wd-md-213 {
    width: 213%;
  }
  .wd-md-214 {
    width: 214%;
  }
  .wd-md-215 {
    width: 215%;
  }
  .wd-md-216 {
    width: 216%;
  }
  .wd-md-217 {
    width: 217%;
  }
  .wd-md-218 {
    width: 218%;
  }
  .wd-md-219 {
    width: 219%;
  }
  .wd-md-220 {
    width: 220%;
  }
  .wd-md-221 {
    width: 221%;
  }
  .wd-md-222 {
    width: 222%;
  }
  .wd-md-223 {
    width: 223%;
  }
  .wd-md-224 {
    width: 224%;
  }
  .wd-md-225 {
    width: 225%;
  }
  .wd-md-226 {
    width: 226%;
  }
  .wd-md-227 {
    width: 227%;
  }
  .wd-md-228 {
    width: 228%;
  }
  .wd-md-229 {
    width: 229%;
  }
  .wd-md-230 {
    width: 230%;
  }
  .wd-md-231 {
    width: 231%;
  }
  .wd-md-232 {
    width: 232%;
  }
  .wd-md-233 {
    width: 233%;
  }
  .wd-md-234 {
    width: 234%;
  }
  .wd-md-235 {
    width: 235%;
  }
  .wd-md-236 {
    width: 236%;
  }
  .wd-md-237 {
    width: 237%;
  }
  .wd-md-238 {
    width: 238%;
  }
  .wd-md-239 {
    width: 239%;
  }
  .wd-md-240 {
    width: 240%;
  }
  .wd-md-241 {
    width: 241%;
  }
  .wd-md-242 {
    width: 242%;
  }
  .wd-md-243 {
    width: 243%;
  }
  .wd-md-244 {
    width: 244%;
  }
  .wd-md-245 {
    width: 245%;
  }
  .wd-md-246 {
    width: 246%;
  }
  .wd-md-247 {
    width: 247%;
  }
  .wd-md-248 {
    width: 248%;
  }
  .wd-md-249 {
    width: 249%;
  }
  .wd-md-250 {
    width: 250%;
  }
  .wd-md-251 {
    width: 251%;
  }
  .wd-md-252 {
    width: 252%;
  }
  .wd-md-253 {
    width: 253%;
  }
  .wd-md-254 {
    width: 254%;
  }
  .wd-md-255 {
    width: 255%;
  }
  .wd-md-256 {
    width: 256%;
  }
  .wd-md-257 {
    width: 257%;
  }
  .wd-md-258 {
    width: 258%;
  }
  .wd-md-259 {
    width: 259%;
  }
  .wd-md-260 {
    width: 260%;
  }
  .wd-md-261 {
    width: 261%;
  }
  .wd-md-262 {
    width: 262%;
  }
  .wd-md-263 {
    width: 263%;
  }
  .wd-md-264 {
    width: 264%;
  }
  .wd-md-265 {
    width: 265%;
  }
  .wd-md-266 {
    width: 266%;
  }
  .wd-md-267 {
    width: 267%;
  }
  .wd-md-268 {
    width: 268%;
  }
  .wd-md-269 {
    width: 269%;
  }
  .wd-md-270 {
    width: 270%;
  }
  .wd-md-271 {
    width: 271%;
  }
  .wd-md-272 {
    width: 272%;
  }
  .wd-md-273 {
    width: 273%;
  }
  .wd-md-274 {
    width: 274%;
  }
  .wd-md-275 {
    width: 275%;
  }
  .wd-md-276 {
    width: 276%;
  }
  .wd-md-277 {
    width: 277%;
  }
  .wd-md-278 {
    width: 278%;
  }
  .wd-md-279 {
    width: 279%;
  }
  .wd-md-280 {
    width: 280%;
  }
  .wd-md-281 {
    width: 281%;
  }
  .wd-md-282 {
    width: 282%;
  }
  .wd-md-283 {
    width: 283%;
  }
  .wd-md-284 {
    width: 284%;
  }
  .wd-md-285 {
    width: 285%;
  }
  .wd-md-286 {
    width: 286%;
  }
  .wd-md-287 {
    width: 287%;
  }
  .wd-md-288 {
    width: 288%;
  }
  .wd-md-289 {
    width: 289%;
  }
  .wd-md-290 {
    width: 290%;
  }
  .wd-md-291 {
    width: 291%;
  }
  .wd-md-292 {
    width: 292%;
  }
  .wd-md-293 {
    width: 293%;
  }
  .wd-md-294 {
    width: 294%;
  }
  .wd-md-295 {
    width: 295%;
  }
  .wd-md-296 {
    width: 296%;
  }
  .wd-md-297 {
    width: 297%;
  }
  .wd-md-298 {
    width: 298%;
  }
  .wd-md-299 {
    width: 299%;
  }
  .wd-md-300 {
    width: 300%;
  }
  .wd-md-301 {
    width: 301%;
  }
  .wd-md-302 {
    width: 302%;
  }
  .wd-md-303 {
    width: 303%;
  }
  .wd-md-304 {
    width: 304%;
  }
  .wd-md-305 {
    width: 305%;
  }
  .wd-md-306 {
    width: 306%;
  }
  .wd-md-307 {
    width: 307%;
  }
  .wd-md-308 {
    width: 308%;
  }
  .wd-md-309 {
    width: 309%;
  }
  .wd-md-310 {
    width: 310%;
  }
  .wd-md-311 {
    width: 311%;
  }
  .wd-md-312 {
    width: 312%;
  }
  .wd-md-313 {
    width: 313%;
  }
  .wd-md-314 {
    width: 314%;
  }
  .wd-md-315 {
    width: 315%;
  }
  .wd-md-316 {
    width: 316%;
  }
  .wd-md-317 {
    width: 317%;
  }
  .wd-md-318 {
    width: 318%;
  }
  .wd-md-319 {
    width: 319%;
  }
  .wd-md-320 {
    width: 320%;
  }
  .wd-md-321 {
    width: 321%;
  }
  .wd-md-322 {
    width: 322%;
  }
  .wd-md-323 {
    width: 323%;
  }
  .wd-md-324 {
    width: 324%;
  }
  .wd-md-325 {
    width: 325%;
  }
  .wd-md-326 {
    width: 326%;
  }
  .wd-md-327 {
    width: 327%;
  }
  .wd-md-328 {
    width: 328%;
  }
  .wd-md-329 {
    width: 329%;
  }
  .wd-md-330 {
    width: 330%;
  }
  .wd-md-331 {
    width: 331%;
  }
  .wd-md-332 {
    width: 332%;
  }
  .wd-md-333 {
    width: 333%;
  }
  .wd-md-334 {
    width: 334%;
  }
  .wd-md-335 {
    width: 335%;
  }
  .wd-md-336 {
    width: 336%;
  }
  .wd-md-337 {
    width: 337%;
  }
  .wd-md-338 {
    width: 338%;
  }
  .wd-md-339 {
    width: 339%;
  }
  .wd-md-340 {
    width: 340%;
  }
  .wd-md-341 {
    width: 341%;
  }
  .wd-md-342 {
    width: 342%;
  }
  .wd-md-343 {
    width: 343%;
  }
  .wd-md-344 {
    width: 344%;
  }
  .wd-md-345 {
    width: 345%;
  }
  .wd-md-346 {
    width: 346%;
  }
  .wd-md-347 {
    width: 347%;
  }
  .wd-md-348 {
    width: 348%;
  }
  .wd-md-349 {
    width: 349%;
  }
  .wd-md-350 {
    width: 350%;
  }
  .wd-md-351 {
    width: 351%;
  }
  .wd-md-352 {
    width: 352%;
  }
  .wd-md-353 {
    width: 353%;
  }
  .wd-md-354 {
    width: 354%;
  }
  .wd-md-355 {
    width: 355%;
  }
  .wd-md-356 {
    width: 356%;
  }
  .wd-md-357 {
    width: 357%;
  }
  .wd-md-358 {
    width: 358%;
  }
  .wd-md-359 {
    width: 359%;
  }
  .wd-md-360 {
    width: 360%;
  }
  .wd-md-361 {
    width: 361%;
  }
  .wd-md-362 {
    width: 362%;
  }
  .wd-md-363 {
    width: 363%;
  }
  .wd-md-364 {
    width: 364%;
  }
  .wd-md-365 {
    width: 365%;
  }
  .wd-md-366 {
    width: 366%;
  }
  .wd-md-367 {
    width: 367%;
  }
  .wd-md-368 {
    width: 368%;
  }
  .wd-md-369 {
    width: 369%;
  }
  .wd-md-370 {
    width: 370%;
  }
  .wd-md-371 {
    width: 371%;
  }
  .wd-md-372 {
    width: 372%;
  }
  .wd-md-373 {
    width: 373%;
  }
  .wd-md-374 {
    width: 374%;
  }
  .wd-md-375 {
    width: 375%;
  }
  .wd-md-376 {
    width: 376%;
  }
  .wd-md-377 {
    width: 377%;
  }
  .wd-md-378 {
    width: 378%;
  }
  .wd-md-379 {
    width: 379%;
  }
  .wd-md-380 {
    width: 380%;
  }
  .wd-md-381 {
    width: 381%;
  }
  .wd-md-382 {
    width: 382%;
  }
  .wd-md-383 {
    width: 383%;
  }
  .wd-md-384 {
    width: 384%;
  }
  .wd-md-385 {
    width: 385%;
  }
  .wd-md-386 {
    width: 386%;
  }
  .wd-md-387 {
    width: 387%;
  }
  .wd-md-388 {
    width: 388%;
  }
  .wd-md-389 {
    width: 389%;
  }
  .wd-md-390 {
    width: 390%;
  }
  .wd-md-391 {
    width: 391%;
  }
  .wd-md-392 {
    width: 392%;
  }
  .wd-md-393 {
    width: 393%;
  }
  .wd-md-394 {
    width: 394%;
  }
  .wd-md-395 {
    width: 395%;
  }
  .wd-md-396 {
    width: 396%;
  }
  .wd-md-397 {
    width: 397%;
  }
  .wd-md-398 {
    width: 398%;
  }
  .wd-md-399 {
    width: 399%;
  }
  .wd-md-400 {
    width: 400%;
  }
  .wd-md-401 {
    width: 401%;
  }
  .wd-md-402 {
    width: 402%;
  }
  .wd-md-403 {
    width: 403%;
  }
  .wd-md-404 {
    width: 404%;
  }
  .wd-md-405 {
    width: 405%;
  }
  .wd-md-406 {
    width: 406%;
  }
  .wd-md-407 {
    width: 407%;
  }
  .wd-md-408 {
    width: 408%;
  }
  .wd-md-409 {
    width: 409%;
  }
  .wd-md-410 {
    width: 410%;
  }
  .wd-md-411 {
    width: 411%;
  }
  .wd-md-412 {
    width: 412%;
  }
  .wd-md-413 {
    width: 413%;
  }
  .wd-md-414 {
    width: 414%;
  }
  .wd-md-415 {
    width: 415%;
  }
  .wd-md-416 {
    width: 416%;
  }
  .wd-md-417 {
    width: 417%;
  }
  .wd-md-418 {
    width: 418%;
  }
  .wd-md-419 {
    width: 419%;
  }
  .wd-md-420 {
    width: 420%;
  }
  .wd-md-421 {
    width: 421%;
  }
  .wd-md-422 {
    width: 422%;
  }
  .wd-md-423 {
    width: 423%;
  }
  .wd-md-424 {
    width: 424%;
  }
  .wd-md-425 {
    width: 425%;
  }
  .wd-md-426 {
    width: 426%;
  }
  .wd-md-427 {
    width: 427%;
  }
  .wd-md-428 {
    width: 428%;
  }
  .wd-md-429 {
    width: 429%;
  }
  .wd-md-430 {
    width: 430%;
  }
  .wd-md-431 {
    width: 431%;
  }
  .wd-md-432 {
    width: 432%;
  }
  .wd-md-433 {
    width: 433%;
  }
  .wd-md-434 {
    width: 434%;
  }
  .wd-md-435 {
    width: 435%;
  }
  .wd-md-436 {
    width: 436%;
  }
  .wd-md-437 {
    width: 437%;
  }
  .wd-md-438 {
    width: 438%;
  }
  .wd-md-439 {
    width: 439%;
  }
  .wd-md-440 {
    width: 440%;
  }
  .wd-md-441 {
    width: 441%;
  }
  .wd-md-442 {
    width: 442%;
  }
  .wd-md-443 {
    width: 443%;
  }
  .wd-md-444 {
    width: 444%;
  }
  .wd-md-445 {
    width: 445%;
  }
  .wd-md-446 {
    width: 446%;
  }
  .wd-md-447 {
    width: 447%;
  }
  .wd-md-448 {
    width: 448%;
  }
  .wd-md-449 {
    width: 449%;
  }
  .wd-md-450 {
    width: 450%;
  }
  .wd-md-451 {
    width: 451%;
  }
  .wd-md-452 {
    width: 452%;
  }
  .wd-md-453 {
    width: 453%;
  }
  .wd-md-454 {
    width: 454%;
  }
  .wd-md-455 {
    width: 455%;
  }
  .wd-md-456 {
    width: 456%;
  }
  .wd-md-457 {
    width: 457%;
  }
  .wd-md-458 {
    width: 458%;
  }
  .wd-md-459 {
    width: 459%;
  }
  .wd-md-460 {
    width: 460%;
  }
  .wd-md-461 {
    width: 461%;
  }
  .wd-md-462 {
    width: 462%;
  }
  .wd-md-463 {
    width: 463%;
  }
  .wd-md-464 {
    width: 464%;
  }
  .wd-md-465 {
    width: 465%;
  }
  .wd-md-466 {
    width: 466%;
  }
  .wd-md-467 {
    width: 467%;
  }
  .wd-md-468 {
    width: 468%;
  }
  .wd-md-469 {
    width: 469%;
  }
  .wd-md-470 {
    width: 470%;
  }
  .wd-md-471 {
    width: 471%;
  }
  .wd-md-472 {
    width: 472%;
  }
  .wd-md-473 {
    width: 473%;
  }
  .wd-md-474 {
    width: 474%;
  }
  .wd-md-475 {
    width: 475%;
  }
  .wd-md-476 {
    width: 476%;
  }
  .wd-md-477 {
    width: 477%;
  }
  .wd-md-478 {
    width: 478%;
  }
  .wd-md-479 {
    width: 479%;
  }
  .wd-md-480 {
    width: 480%;
  }
  .wd-md-481 {
    width: 481%;
  }
  .wd-md-482 {
    width: 482%;
  }
  .wd-md-483 {
    width: 483%;
  }
  .wd-md-484 {
    width: 484%;
  }
  .wd-md-485 {
    width: 485%;
  }
  .wd-md-486 {
    width: 486%;
  }
  .wd-md-487 {
    width: 487%;
  }
  .wd-md-488 {
    width: 488%;
  }
  .wd-md-489 {
    width: 489%;
  }
  .wd-md-490 {
    width: 490%;
  }
  .wd-md-491 {
    width: 491%;
  }
  .wd-md-492 {
    width: 492%;
  }
  .wd-md-493 {
    width: 493%;
  }
  .wd-md-494 {
    width: 494%;
  }
  .wd-md-495 {
    width: 495%;
  }
  .wd-md-496 {
    width: 496%;
  }
  .wd-md-497 {
    width: 497%;
  }
  .wd-md-498 {
    width: 498%;
  }
  .wd-md-499 {
    width: 499%;
  }
  .wd-md-500 {
    width: 500%;
  }
  .wd-md-501 {
    width: 501%;
  }
  .wd-md-502 {
    width: 502%;
  }
  .wd-md-503 {
    width: 503%;
  }
  .wd-md-504 {
    width: 504%;
  }
  .wd-md-505 {
    width: 505%;
  }
  .wd-md-506 {
    width: 506%;
  }
  .wd-md-507 {
    width: 507%;
  }
  .wd-md-508 {
    width: 508%;
  }
  .wd-md-509 {
    width: 509%;
  }
  .wd-md-510 {
    width: 510%;
  }
  .wd-md-511 {
    width: 511%;
  }
  .wd-md-512 {
    width: 512%;
  }
  .wd-md-513 {
    width: 513%;
  }
  .wd-md-514 {
    width: 514%;
  }
  .wd-md-515 {
    width: 515%;
  }
  .wd-md-516 {
    width: 516%;
  }
  .wd-md-517 {
    width: 517%;
  }
  .wd-md-518 {
    width: 518%;
  }
  .wd-md-519 {
    width: 519%;
  }
  .wd-md-520 {
    width: 520%;
  }
  .wd-md-521 {
    width: 521%;
  }
  .wd-md-522 {
    width: 522%;
  }
  .wd-md-523 {
    width: 523%;
  }
  .wd-md-524 {
    width: 524%;
  }
  .wd-md-525 {
    width: 525%;
  }
  .wd-md-526 {
    width: 526%;
  }
  .wd-md-527 {
    width: 527%;
  }
  .wd-md-528 {
    width: 528%;
  }
  .wd-md-529 {
    width: 529%;
  }
  .wd-md-530 {
    width: 530%;
  }
  .wd-md-531 {
    width: 531%;
  }
  .wd-md-532 {
    width: 532%;
  }
  .wd-md-533 {
    width: 533%;
  }
  .wd-md-534 {
    width: 534%;
  }
  .wd-md-535 {
    width: 535%;
  }
  .wd-md-536 {
    width: 536%;
  }
  .wd-md-537 {
    width: 537%;
  }
  .wd-md-538 {
    width: 538%;
  }
  .wd-md-539 {
    width: 539%;
  }
  .wd-md-540 {
    width: 540%;
  }
  .wd-md-541 {
    width: 541%;
  }
  .wd-md-542 {
    width: 542%;
  }
  .wd-md-543 {
    width: 543%;
  }
  .wd-md-544 {
    width: 544%;
  }
  .wd-md-545 {
    width: 545%;
  }
  .wd-md-546 {
    width: 546%;
  }
  .wd-md-547 {
    width: 547%;
  }
  .wd-md-548 {
    width: 548%;
  }
  .wd-md-549 {
    width: 549%;
  }
  .wd-md-550 {
    width: 550%;
  }
  .wd-md-551 {
    width: 551%;
  }
  .wd-md-552 {
    width: 552%;
  }
  .wd-md-553 {
    width: 553%;
  }
  .wd-md-554 {
    width: 554%;
  }
  .wd-md-555 {
    width: 555%;
  }
  .wd-md-556 {
    width: 556%;
  }
  .wd-md-557 {
    width: 557%;
  }
  .wd-md-558 {
    width: 558%;
  }
  .wd-md-559 {
    width: 559%;
  }
  .wd-md-560 {
    width: 560%;
  }
  .wd-md-561 {
    width: 561%;
  }
  .wd-md-562 {
    width: 562%;
  }
  .wd-md-563 {
    width: 563%;
  }
  .wd-md-564 {
    width: 564%;
  }
  .wd-md-565 {
    width: 565%;
  }
  .wd-md-566 {
    width: 566%;
  }
  .wd-md-567 {
    width: 567%;
  }
  .wd-md-568 {
    width: 568%;
  }
  .wd-md-569 {
    width: 569%;
  }
  .wd-md-570 {
    width: 570%;
  }
  .wd-md-571 {
    width: 571%;
  }
  .wd-md-572 {
    width: 572%;
  }
  .wd-md-573 {
    width: 573%;
  }
  .wd-md-574 {
    width: 574%;
  }
  .wd-md-575 {
    width: 575%;
  }
  .wd-md-576 {
    width: 576%;
  }
  .wd-md-577 {
    width: 577%;
  }
  .wd-md-578 {
    width: 578%;
  }
  .wd-md-579 {
    width: 579%;
  }
  .wd-md-580 {
    width: 580%;
  }
  .wd-md-581 {
    width: 581%;
  }
  .wd-md-582 {
    width: 582%;
  }
  .wd-md-583 {
    width: 583%;
  }
  .wd-md-584 {
    width: 584%;
  }
  .wd-md-585 {
    width: 585%;
  }
  .wd-md-586 {
    width: 586%;
  }
  .wd-md-587 {
    width: 587%;
  }
  .wd-md-588 {
    width: 588%;
  }
  .wd-md-589 {
    width: 589%;
  }
  .wd-md-590 {
    width: 590%;
  }
  .wd-md-591 {
    width: 591%;
  }
  .wd-md-592 {
    width: 592%;
  }
  .wd-md-593 {
    width: 593%;
  }
  .wd-md-594 {
    width: 594%;
  }
  .wd-md-595 {
    width: 595%;
  }
  .wd-md-596 {
    width: 596%;
  }
  .wd-md-597 {
    width: 597%;
  }
  .wd-md-598 {
    width: 598%;
  }
  .wd-md-599 {
    width: 599%;
  }
  .wd-md-600 {
    width: 600%;
  }
  .wd-md-601 {
    width: 601%;
  }
  .wd-md-602 {
    width: 602%;
  }
  .wd-md-603 {
    width: 603%;
  }
  .wd-md-604 {
    width: 604%;
  }
  .wd-md-605 {
    width: 605%;
  }
  .wd-md-606 {
    width: 606%;
  }
  .wd-md-607 {
    width: 607%;
  }
  .wd-md-608 {
    width: 608%;
  }
  .wd-md-609 {
    width: 609%;
  }
  .wd-md-610 {
    width: 610%;
  }
  .wd-md-611 {
    width: 611%;
  }
  .wd-md-612 {
    width: 612%;
  }
  .wd-md-613 {
    width: 613%;
  }
  .wd-md-614 {
    width: 614%;
  }
  .wd-md-615 {
    width: 615%;
  }
  .wd-md-616 {
    width: 616%;
  }
  .wd-md-617 {
    width: 617%;
  }
  .wd-md-618 {
    width: 618%;
  }
  .wd-md-619 {
    width: 619%;
  }
  .wd-md-620 {
    width: 620%;
  }
  .wd-md-621 {
    width: 621%;
  }
  .wd-md-622 {
    width: 622%;
  }
  .wd-md-623 {
    width: 623%;
  }
  .wd-md-624 {
    width: 624%;
  }
  .wd-md-625 {
    width: 625%;
  }
  .wd-md-626 {
    width: 626%;
  }
  .wd-md-627 {
    width: 627%;
  }
  .wd-md-628 {
    width: 628%;
  }
  .wd-md-629 {
    width: 629%;
  }
  .wd-md-630 {
    width: 630%;
  }
  .wd-md-631 {
    width: 631%;
  }
  .wd-md-632 {
    width: 632%;
  }
  .wd-md-633 {
    width: 633%;
  }
  .wd-md-634 {
    width: 634%;
  }
  .wd-md-635 {
    width: 635%;
  }
  .wd-md-636 {
    width: 636%;
  }
  .wd-md-637 {
    width: 637%;
  }
  .wd-md-638 {
    width: 638%;
  }
  .wd-md-639 {
    width: 639%;
  }
  .wd-md-640 {
    width: 640%;
  }
  .wd-md-641 {
    width: 641%;
  }
  .wd-md-642 {
    width: 642%;
  }
  .wd-md-643 {
    width: 643%;
  }
  .wd-md-644 {
    width: 644%;
  }
  .wd-md-645 {
    width: 645%;
  }
  .wd-md-646 {
    width: 646%;
  }
  .wd-md-647 {
    width: 647%;
  }
  .wd-md-648 {
    width: 648%;
  }
  .wd-md-649 {
    width: 649%;
  }
  .wd-md-650 {
    width: 650%;
  }
  .wd-md-651 {
    width: 651%;
  }
  .wd-md-652 {
    width: 652%;
  }
  .wd-md-653 {
    width: 653%;
  }
  .wd-md-654 {
    width: 654%;
  }
  .wd-md-655 {
    width: 655%;
  }
  .wd-md-656 {
    width: 656%;
  }
  .wd-md-657 {
    width: 657%;
  }
  .wd-md-658 {
    width: 658%;
  }
  .wd-md-659 {
    width: 659%;
  }
  .wd-md-660 {
    width: 660%;
  }
  .wd-md-661 {
    width: 661%;
  }
  .wd-md-662 {
    width: 662%;
  }
  .wd-md-663 {
    width: 663%;
  }
  .wd-md-664 {
    width: 664%;
  }
  .wd-md-665 {
    width: 665%;
  }
  .wd-md-666 {
    width: 666%;
  }
  .wd-md-667 {
    width: 667%;
  }
  .wd-md-668 {
    width: 668%;
  }
  .wd-md-669 {
    width: 669%;
  }
  .wd-md-670 {
    width: 670%;
  }
  .wd-md-671 {
    width: 671%;
  }
  .wd-md-672 {
    width: 672%;
  }
  .wd-md-673 {
    width: 673%;
  }
  .wd-md-674 {
    width: 674%;
  }
  .wd-md-675 {
    width: 675%;
  }
  .wd-md-676 {
    width: 676%;
  }
  .wd-md-677 {
    width: 677%;
  }
  .wd-md-678 {
    width: 678%;
  }
  .wd-md-679 {
    width: 679%;
  }
  .wd-md-680 {
    width: 680%;
  }
  .wd-md-681 {
    width: 681%;
  }
  .wd-md-682 {
    width: 682%;
  }
  .wd-md-683 {
    width: 683%;
  }
  .wd-md-684 {
    width: 684%;
  }
  .wd-md-685 {
    width: 685%;
  }
  .wd-md-686 {
    width: 686%;
  }
  .wd-md-687 {
    width: 687%;
  }
  .wd-md-688 {
    width: 688%;
  }
  .wd-md-689 {
    width: 689%;
  }
  .wd-md-690 {
    width: 690%;
  }
  .wd-md-691 {
    width: 691%;
  }
  .wd-md-692 {
    width: 692%;
  }
  .wd-md-693 {
    width: 693%;
  }
  .wd-md-694 {
    width: 694%;
  }
  .wd-md-695 {
    width: 695%;
  }
  .wd-md-696 {
    width: 696%;
  }
  .wd-md-697 {
    width: 697%;
  }
  .wd-md-698 {
    width: 698%;
  }
  .wd-md-699 {
    width: 699%;
  }
  .wd-md-700 {
    width: 700%;
  }
  .wd-md-701 {
    width: 701%;
  }
  .wd-md-702 {
    width: 702%;
  }
  .wd-md-703 {
    width: 703%;
  }
  .wd-md-704 {
    width: 704%;
  }
  .wd-md-705 {
    width: 705%;
  }
  .wd-md-706 {
    width: 706%;
  }
  .wd-md-707 {
    width: 707%;
  }
  .wd-md-708 {
    width: 708%;
  }
  .wd-md-709 {
    width: 709%;
  }
  .wd-md-710 {
    width: 710%;
  }
  .wd-md-711 {
    width: 711%;
  }
  .wd-md-712 {
    width: 712%;
  }
  .wd-md-713 {
    width: 713%;
  }
  .wd-md-714 {
    width: 714%;
  }
  .wd-md-715 {
    width: 715%;
  }
  .wd-md-716 {
    width: 716%;
  }
  .wd-md-717 {
    width: 717%;
  }
  .wd-md-718 {
    width: 718%;
  }
  .wd-md-719 {
    width: 719%;
  }
  .wd-md-720 {
    width: 720%;
  }
  .wd-md-721 {
    width: 721%;
  }
  .wd-md-722 {
    width: 722%;
  }
  .wd-md-723 {
    width: 723%;
  }
  .wd-md-724 {
    width: 724%;
  }
  .wd-md-725 {
    width: 725%;
  }
  .wd-md-726 {
    width: 726%;
  }
  .wd-md-727 {
    width: 727%;
  }
  .wd-md-728 {
    width: 728%;
  }
  .wd-md-729 {
    width: 729%;
  }
  .wd-md-730 {
    width: 730%;
  }
  .wd-md-731 {
    width: 731%;
  }
  .wd-md-732 {
    width: 732%;
  }
  .wd-md-733 {
    width: 733%;
  }
  .wd-md-734 {
    width: 734%;
  }
  .wd-md-735 {
    width: 735%;
  }
  .wd-md-736 {
    width: 736%;
  }
  .wd-md-737 {
    width: 737%;
  }
  .wd-md-738 {
    width: 738%;
  }
  .wd-md-739 {
    width: 739%;
  }
  .wd-md-740 {
    width: 740%;
  }
  .wd-md-741 {
    width: 741%;
  }
  .wd-md-742 {
    width: 742%;
  }
  .wd-md-743 {
    width: 743%;
  }
  .wd-md-744 {
    width: 744%;
  }
  .wd-md-745 {
    width: 745%;
  }
  .wd-md-746 {
    width: 746%;
  }
  .wd-md-747 {
    width: 747%;
  }
  .wd-md-748 {
    width: 748%;
  }
  .wd-md-749 {
    width: 749%;
  }
  .wd-md-750 {
    width: 750%;
  }
  .wd-md-751 {
    width: 751%;
  }
  .wd-md-752 {
    width: 752%;
  }
  .wd-md-753 {
    width: 753%;
  }
  .wd-md-754 {
    width: 754%;
  }
  .wd-md-755 {
    width: 755%;
  }
  .wd-md-756 {
    width: 756%;
  }
  .wd-md-757 {
    width: 757%;
  }
  .wd-md-758 {
    width: 758%;
  }
  .wd-md-759 {
    width: 759%;
  }
  .wd-md-760 {
    width: 760%;
  }
  .wd-md-761 {
    width: 761%;
  }
  .wd-md-762 {
    width: 762%;
  }
  .wd-md-763 {
    width: 763%;
  }
  .wd-md-764 {
    width: 764%;
  }
  .wd-md-765 {
    width: 765%;
  }
  .wd-md-766 {
    width: 766%;
  }
  .wd-md-767 {
    width: 767%;
  }
  .wd-md-768 {
    width: 768%;
  }
  .wd-md-769 {
    width: 769%;
  }
  .wd-md-770 {
    width: 770%;
  }
  .wd-md-771 {
    width: 771%;
  }
  .wd-md-772 {
    width: 772%;
  }
  .wd-md-773 {
    width: 773%;
  }
  .wd-md-774 {
    width: 774%;
  }
  .wd-md-775 {
    width: 775%;
  }
  .wd-md-776 {
    width: 776%;
  }
  .wd-md-777 {
    width: 777%;
  }
  .wd-md-778 {
    width: 778%;
  }
  .wd-md-779 {
    width: 779%;
  }
  .wd-md-780 {
    width: 780%;
  }
  .wd-md-781 {
    width: 781%;
  }
  .wd-md-782 {
    width: 782%;
  }
  .wd-md-783 {
    width: 783%;
  }
  .wd-md-784 {
    width: 784%;
  }
  .wd-md-785 {
    width: 785%;
  }
  .wd-md-786 {
    width: 786%;
  }
  .wd-md-787 {
    width: 787%;
  }
  .wd-md-788 {
    width: 788%;
  }
  .wd-md-789 {
    width: 789%;
  }
  .wd-md-790 {
    width: 790%;
  }
  .wd-md-791 {
    width: 791%;
  }
  .wd-md-792 {
    width: 792%;
  }
  .wd-md-793 {
    width: 793%;
  }
  .wd-md-794 {
    width: 794%;
  }
  .wd-md-795 {
    width: 795%;
  }
  .wd-md-796 {
    width: 796%;
  }
  .wd-md-797 {
    width: 797%;
  }
  .wd-md-798 {
    width: 798%;
  }
  .wd-md-799 {
    width: 799%;
  }
  .wd-md-800 {
    width: 800%;
  }
  .wd-md-801 {
    width: 801%;
  }
  .wd-md-802 {
    width: 802%;
  }
  .wd-md-803 {
    width: 803%;
  }
  .wd-md-804 {
    width: 804%;
  }
  .wd-md-805 {
    width: 805%;
  }
  .wd-md-806 {
    width: 806%;
  }
  .wd-md-807 {
    width: 807%;
  }
  .wd-md-808 {
    width: 808%;
  }
  .wd-md-809 {
    width: 809%;
  }
  .wd-md-810 {
    width: 810%;
  }
  .wd-md-811 {
    width: 811%;
  }
  .wd-md-812 {
    width: 812%;
  }
  .wd-md-813 {
    width: 813%;
  }
  .wd-md-814 {
    width: 814%;
  }
  .wd-md-815 {
    width: 815%;
  }
  .wd-md-816 {
    width: 816%;
  }
  .wd-md-817 {
    width: 817%;
  }
  .wd-md-818 {
    width: 818%;
  }
  .wd-md-819 {
    width: 819%;
  }
  .wd-md-820 {
    width: 820%;
  }
  .wd-md-821 {
    width: 821%;
  }
  .wd-md-822 {
    width: 822%;
  }
  .wd-md-823 {
    width: 823%;
  }
  .wd-md-824 {
    width: 824%;
  }
  .wd-md-825 {
    width: 825%;
  }
  .wd-md-826 {
    width: 826%;
  }
  .wd-md-827 {
    width: 827%;
  }
  .wd-md-828 {
    width: 828%;
  }
  .wd-md-829 {
    width: 829%;
  }
  .wd-md-830 {
    width: 830%;
  }
  .wd-md-831 {
    width: 831%;
  }
  .wd-md-832 {
    width: 832%;
  }
  .wd-md-833 {
    width: 833%;
  }
  .wd-md-834 {
    width: 834%;
  }
  .wd-md-835 {
    width: 835%;
  }
  .wd-md-836 {
    width: 836%;
  }
  .wd-md-837 {
    width: 837%;
  }
  .wd-md-838 {
    width: 838%;
  }
  .wd-md-839 {
    width: 839%;
  }
  .wd-md-840 {
    width: 840%;
  }
  .wd-md-841 {
    width: 841%;
  }
  .wd-md-842 {
    width: 842%;
  }
  .wd-md-843 {
    width: 843%;
  }
  .wd-md-844 {
    width: 844%;
  }
  .wd-md-845 {
    width: 845%;
  }
  .wd-md-846 {
    width: 846%;
  }
  .wd-md-847 {
    width: 847%;
  }
  .wd-md-848 {
    width: 848%;
  }
  .wd-md-849 {
    width: 849%;
  }
  .wd-md-850 {
    width: 850%;
  }
  .wd-md-851 {
    width: 851%;
  }
  .wd-md-852 {
    width: 852%;
  }
  .wd-md-853 {
    width: 853%;
  }
  .wd-md-854 {
    width: 854%;
  }
  .wd-md-855 {
    width: 855%;
  }
  .wd-md-856 {
    width: 856%;
  }
  .wd-md-857 {
    width: 857%;
  }
  .wd-md-858 {
    width: 858%;
  }
  .wd-md-859 {
    width: 859%;
  }
  .wd-md-860 {
    width: 860%;
  }
  .wd-md-861 {
    width: 861%;
  }
  .wd-md-862 {
    width: 862%;
  }
  .wd-md-863 {
    width: 863%;
  }
  .wd-md-864 {
    width: 864%;
  }
  .wd-md-865 {
    width: 865%;
  }
  .wd-md-866 {
    width: 866%;
  }
  .wd-md-867 {
    width: 867%;
  }
  .wd-md-868 {
    width: 868%;
  }
  .wd-md-869 {
    width: 869%;
  }
  .wd-md-870 {
    width: 870%;
  }
  .wd-md-871 {
    width: 871%;
  }
  .wd-md-872 {
    width: 872%;
  }
  .wd-md-873 {
    width: 873%;
  }
  .wd-md-874 {
    width: 874%;
  }
  .wd-md-875 {
    width: 875%;
  }
  .wd-md-876 {
    width: 876%;
  }
  .wd-md-877 {
    width: 877%;
  }
  .wd-md-878 {
    width: 878%;
  }
  .wd-md-879 {
    width: 879%;
  }
  .wd-md-880 {
    width: 880%;
  }
  .wd-md-881 {
    width: 881%;
  }
  .wd-md-882 {
    width: 882%;
  }
  .wd-md-883 {
    width: 883%;
  }
  .wd-md-884 {
    width: 884%;
  }
  .wd-md-885 {
    width: 885%;
  }
  .wd-md-886 {
    width: 886%;
  }
  .wd-md-887 {
    width: 887%;
  }
  .wd-md-888 {
    width: 888%;
  }
  .wd-md-889 {
    width: 889%;
  }
  .wd-md-890 {
    width: 890%;
  }
  .wd-md-891 {
    width: 891%;
  }
  .wd-md-892 {
    width: 892%;
  }
  .wd-md-893 {
    width: 893%;
  }
  .wd-md-894 {
    width: 894%;
  }
  .wd-md-895 {
    width: 895%;
  }
  .wd-md-896 {
    width: 896%;
  }
  .wd-md-897 {
    width: 897%;
  }
  .wd-md-898 {
    width: 898%;
  }
  .wd-md-899 {
    width: 899%;
  }
  .wd-md-900 {
    width: 900%;
  }
  .wd-md-901 {
    width: 901%;
  }
  .wd-md-902 {
    width: 902%;
  }
  .wd-md-903 {
    width: 903%;
  }
  .wd-md-904 {
    width: 904%;
  }
  .wd-md-905 {
    width: 905%;
  }
  .wd-md-906 {
    width: 906%;
  }
  .wd-md-907 {
    width: 907%;
  }
  .wd-md-908 {
    width: 908%;
  }
  .wd-md-909 {
    width: 909%;
  }
  .wd-md-910 {
    width: 910%;
  }
  .wd-md-911 {
    width: 911%;
  }
  .wd-md-912 {
    width: 912%;
  }
  .wd-md-913 {
    width: 913%;
  }
  .wd-md-914 {
    width: 914%;
  }
  .wd-md-915 {
    width: 915%;
  }
  .wd-md-916 {
    width: 916%;
  }
  .wd-md-917 {
    width: 917%;
  }
  .wd-md-918 {
    width: 918%;
  }
  .wd-md-919 {
    width: 919%;
  }
  .wd-md-920 {
    width: 920%;
  }
  .wd-md-921 {
    width: 921%;
  }
  .wd-md-922 {
    width: 922%;
  }
  .wd-md-923 {
    width: 923%;
  }
  .wd-md-924 {
    width: 924%;
  }
  .wd-md-925 {
    width: 925%;
  }
  .wd-md-926 {
    width: 926%;
  }
  .wd-md-927 {
    width: 927%;
  }
  .wd-md-928 {
    width: 928%;
  }
  .wd-md-929 {
    width: 929%;
  }
  .wd-md-930 {
    width: 930%;
  }
  .wd-md-931 {
    width: 931%;
  }
  .wd-md-932 {
    width: 932%;
  }
  .wd-md-933 {
    width: 933%;
  }
  .wd-md-934 {
    width: 934%;
  }
  .wd-md-935 {
    width: 935%;
  }
  .wd-md-936 {
    width: 936%;
  }
  .wd-md-937 {
    width: 937%;
  }
  .wd-md-938 {
    width: 938%;
  }
  .wd-md-939 {
    width: 939%;
  }
  .wd-md-940 {
    width: 940%;
  }
  .wd-md-941 {
    width: 941%;
  }
  .wd-md-942 {
    width: 942%;
  }
  .wd-md-943 {
    width: 943%;
  }
  .wd-md-944 {
    width: 944%;
  }
  .wd-md-945 {
    width: 945%;
  }
  .wd-md-946 {
    width: 946%;
  }
  .wd-md-947 {
    width: 947%;
  }
  .wd-md-948 {
    width: 948%;
  }
  .wd-md-949 {
    width: 949%;
  }
  .wd-md-950 {
    width: 950%;
  }
  .wd-md-951 {
    width: 951%;
  }
  .wd-md-952 {
    width: 952%;
  }
  .wd-md-953 {
    width: 953%;
  }
  .wd-md-954 {
    width: 954%;
  }
  .wd-md-955 {
    width: 955%;
  }
  .wd-md-956 {
    width: 956%;
  }
  .wd-md-957 {
    width: 957%;
  }
  .wd-md-958 {
    width: 958%;
  }
  .wd-md-959 {
    width: 959%;
  }
  .wd-md-960 {
    width: 960%;
  }
  .wd-md-961 {
    width: 961%;
  }
  .wd-md-962 {
    width: 962%;
  }
  .wd-md-963 {
    width: 963%;
  }
  .wd-md-964 {
    width: 964%;
  }
  .wd-md-965 {
    width: 965%;
  }
  .wd-md-966 {
    width: 966%;
  }
  .wd-md-967 {
    width: 967%;
  }
  .wd-md-968 {
    width: 968%;
  }
  .wd-md-969 {
    width: 969%;
  }
  .wd-md-970 {
    width: 970%;
  }
  .wd-md-971 {
    width: 971%;
  }
  .wd-md-972 {
    width: 972%;
  }
  .wd-md-973 {
    width: 973%;
  }
  .wd-md-974 {
    width: 974%;
  }
  .wd-md-975 {
    width: 975%;
  }
  .wd-md-976 {
    width: 976%;
  }
  .wd-md-977 {
    width: 977%;
  }
  .wd-md-978 {
    width: 978%;
  }
  .wd-md-979 {
    width: 979%;
  }
  .wd-md-980 {
    width: 980%;
  }
  .wd-md-981 {
    width: 981%;
  }
  .wd-md-982 {
    width: 982%;
  }
  .wd-md-983 {
    width: 983%;
  }
  .wd-md-984 {
    width: 984%;
  }
  .wd-md-985 {
    width: 985%;
  }
  .wd-md-986 {
    width: 986%;
  }
  .wd-md-987 {
    width: 987%;
  }
  .wd-md-988 {
    width: 988%;
  }
  .wd-md-989 {
    width: 989%;
  }
  .wd-md-990 {
    width: 990%;
  }
  .wd-md-991 {
    width: 991%;
  }
  .wd-md-992 {
    width: 992%;
  }
  .wd-md-993 {
    width: 993%;
  }
  .wd-md-994 {
    width: 994%;
  }
  .wd-md-995 {
    width: 995%;
  }
  .wd-md-996 {
    width: 996%;
  }
  .wd-md-997 {
    width: 997%;
  }
  .wd-md-998 {
    width: 998%;
  }
  .wd-md-999 {
    width: 999%;
  }
  .wd-md-1000 {
    width: 1000%;
  }
}
@media (min-width: 1025px) {
  .wd-lg-5 {
    width: 5%;
  }
  .wd-lg-10 {
    width: 10%;
  }
  .wd-lg-11 {
    width: 11%;
  }
  .wd-lg-12 {
    width: 12%;
  }
  .wd-lg-13 {
    width: 13%;
  }
  .wd-lg-14 {
    width: 14%;
  }
  .wd-lg-15 {
    width: 15%;
  }
  .wd-lg-16 {
    width: 16%;
  }
  .wd-lg-17 {
    width: 17%;
  }
  .wd-lg-18 {
    width: 18%;
  }
  .wd-lg-19 {
    width: 19%;
  }
  .wd-lg-20 {
    width: 20%;
  }
  .wd-lg-21 {
    width: 21%;
  }
  .wd-lg-22 {
    width: 22%;
  }
  .wd-lg-23 {
    width: 23%;
  }
  .wd-lg-24 {
    width: 24%;
  }
  .wd-lg-25 {
    width: 25%;
  }
  .wd-lg-26 {
    width: 26%;
  }
  .wd-lg-27 {
    width: 27%;
  }
  .wd-lg-28 {
    width: 28%;
  }
  .wd-lg-29 {
    width: 29%;
  }
  .wd-lg-30 {
    width: 30%;
  }
  .wd-lg-31 {
    width: 31%;
  }
  .wd-lg-32 {
    width: 32%;
  }
  .wd-lg-33 {
    width: 33%;
  }
  .wd-lg-34 {
    width: 34%;
  }
  .wd-lg-35 {
    width: 35%;
  }
  .wd-lg-36 {
    width: 36%;
  }
  .wd-lg-37 {
    width: 37%;
  }
  .wd-lg-38 {
    width: 38%;
  }
  .wd-lg-39 {
    width: 39%;
  }
  .wd-lg-40 {
    width: 40%;
  }
  .wd-lg-41 {
    width: 41%;
  }
  .wd-lg-42 {
    width: 42%;
  }
  .wd-lg-43 {
    width: 43%;
  }
  .wd-lg-44 {
    width: 44%;
  }
  .wd-lg-45 {
    width: 45%;
  }
  .wd-lg-46 {
    width: 46%;
  }
  .wd-lg-47 {
    width: 47%;
  }
  .wd-lg-48 {
    width: 48%;
  }
  .wd-lg-49 {
    width: 49%;
  }
  .wd-lg-50 {
    width: 50%;
  }
  .wd-lg-51 {
    width: 51%;
  }
  .wd-lg-52 {
    width: 52%;
  }
  .wd-lg-53 {
    width: 53%;
  }
  .wd-lg-54 {
    width: 54%;
  }
  .wd-lg-55 {
    width: 55%;
  }
  .wd-lg-56 {
    width: 56%;
  }
  .wd-lg-57 {
    width: 57%;
  }
  .wd-lg-58 {
    width: 58%;
  }
  .wd-lg-59 {
    width: 59%;
  }
  .wd-lg-60 {
    width: 60%;
  }
  .wd-lg-61 {
    width: 61%;
  }
  .wd-lg-62 {
    width: 62%;
  }
  .wd-lg-63 {
    width: 63%;
  }
  .wd-lg-64 {
    width: 64%;
  }
  .wd-lg-65 {
    width: 65%;
  }
  .wd-lg-66 {
    width: 66%;
  }
  .wd-lg-67 {
    width: 67%;
  }
  .wd-lg-68 {
    width: 68%;
  }
  .wd-lg-69 {
    width: 69%;
  }
  .wd-lg-70 {
    width: 70%;
  }
  .wd-lg-71 {
    width: 71%;
  }
  .wd-lg-72 {
    width: 72%;
  }
  .wd-lg-73 {
    width: 73%;
  }
  .wd-lg-74 {
    width: 74%;
  }
  .wd-lg-75 {
    width: 75%;
  }
  .wd-lg-76 {
    width: 76%;
  }
  .wd-lg-77 {
    width: 77%;
  }
  .wd-lg-78 {
    width: 78%;
  }
  .wd-lg-79 {
    width: 79%;
  }
  .wd-lg-80 {
    width: 80%;
  }
  .wd-lg-81 {
    width: 81%;
  }
  .wd-lg-82 {
    width: 82%;
  }
  .wd-lg-83 {
    width: 83%;
  }
  .wd-lg-84 {
    width: 84%;
  }
  .wd-lg-85 {
    width: 85%;
  }
  .wd-lg-86 {
    width: 86%;
  }
  .wd-lg-87 {
    width: 87%;
  }
  .wd-lg-88 {
    width: 88%;
  }
  .wd-lg-89 {
    width: 89%;
  }
  .wd-lg-90 {
    width: 90%;
  }
  .wd-lg-91 {
    width: 91%;
  }
  .wd-lg-92 {
    width: 92%;
  }
  .wd-lg-93 {
    width: 93%;
  }
  .wd-lg-94 {
    width: 94%;
  }
  .wd-lg-95 {
    width: 95%;
  }
  .wd-lg-96 {
    width: 96%;
  }
  .wd-lg-97 {
    width: 97%;
  }
  .wd-lg-98 {
    width: 98%;
  }
  .wd-lg-99 {
    width: 99%;
  }
  .wd-lg-100 {
    width: 100%;
  }
  .wd-lg-101 {
    width: 101%;
  }
  .wd-lg-102 {
    width: 102%;
  }
  .wd-lg-103 {
    width: 103%;
  }
  .wd-lg-104 {
    width: 104%;
  }
  .wd-lg-105 {
    width: 105%;
  }
  .wd-lg-106 {
    width: 106%;
  }
  .wd-lg-107 {
    width: 107%;
  }
  .wd-lg-108 {
    width: 108%;
  }
  .wd-lg-109 {
    width: 109%;
  }
  .wd-lg-110 {
    width: 110%;
  }
  .wd-lg-111 {
    width: 111%;
  }
  .wd-lg-112 {
    width: 112%;
  }
  .wd-lg-113 {
    width: 113%;
  }
  .wd-lg-114 {
    width: 114%;
  }
  .wd-lg-115 {
    width: 115%;
  }
  .wd-lg-116 {
    width: 116%;
  }
  .wd-lg-117 {
    width: 117%;
  }
  .wd-lg-118 {
    width: 118%;
  }
  .wd-lg-119 {
    width: 119%;
  }
  .wd-lg-120 {
    width: 120%;
  }
  .wd-lg-121 {
    width: 121%;
  }
  .wd-lg-122 {
    width: 122%;
  }
  .wd-lg-123 {
    width: 123%;
  }
  .wd-lg-124 {
    width: 124%;
  }
  .wd-lg-125 {
    width: 125%;
  }
  .wd-lg-126 {
    width: 126%;
  }
  .wd-lg-127 {
    width: 127%;
  }
  .wd-lg-128 {
    width: 128%;
  }
  .wd-lg-129 {
    width: 129%;
  }
  .wd-lg-130 {
    width: 130%;
  }
  .wd-lg-131 {
    width: 131%;
  }
  .wd-lg-132 {
    width: 132%;
  }
  .wd-lg-133 {
    width: 133%;
  }
  .wd-lg-134 {
    width: 134%;
  }
  .wd-lg-135 {
    width: 135%;
  }
  .wd-lg-136 {
    width: 136%;
  }
  .wd-lg-137 {
    width: 137%;
  }
  .wd-lg-138 {
    width: 138%;
  }
  .wd-lg-139 {
    width: 139%;
  }
  .wd-lg-140 {
    width: 140%;
  }
  .wd-lg-141 {
    width: 141%;
  }
  .wd-lg-142 {
    width: 142%;
  }
  .wd-lg-143 {
    width: 143%;
  }
  .wd-lg-144 {
    width: 144%;
  }
  .wd-lg-145 {
    width: 145%;
  }
  .wd-lg-146 {
    width: 146%;
  }
  .wd-lg-147 {
    width: 147%;
  }
  .wd-lg-148 {
    width: 148%;
  }
  .wd-lg-149 {
    width: 149%;
  }
  .wd-lg-150 {
    width: 150%;
  }
  .wd-lg-151 {
    width: 151%;
  }
  .wd-lg-152 {
    width: 152%;
  }
  .wd-lg-153 {
    width: 153%;
  }
  .wd-lg-154 {
    width: 154%;
  }
  .wd-lg-155 {
    width: 155%;
  }
  .wd-lg-156 {
    width: 156%;
  }
  .wd-lg-157 {
    width: 157%;
  }
  .wd-lg-158 {
    width: 158%;
  }
  .wd-lg-159 {
    width: 159%;
  }
  .wd-lg-160 {
    width: 160%;
  }
  .wd-lg-161 {
    width: 161%;
  }
  .wd-lg-162 {
    width: 162%;
  }
  .wd-lg-163 {
    width: 163%;
  }
  .wd-lg-164 {
    width: 164%;
  }
  .wd-lg-165 {
    width: 165%;
  }
  .wd-lg-166 {
    width: 166%;
  }
  .wd-lg-167 {
    width: 167%;
  }
  .wd-lg-168 {
    width: 168%;
  }
  .wd-lg-169 {
    width: 169%;
  }
  .wd-lg-170 {
    width: 170%;
  }
  .wd-lg-171 {
    width: 171%;
  }
  .wd-lg-172 {
    width: 172%;
  }
  .wd-lg-173 {
    width: 173%;
  }
  .wd-lg-174 {
    width: 174%;
  }
  .wd-lg-175 {
    width: 175%;
  }
  .wd-lg-176 {
    width: 176%;
  }
  .wd-lg-177 {
    width: 177%;
  }
  .wd-lg-178 {
    width: 178%;
  }
  .wd-lg-179 {
    width: 179%;
  }
  .wd-lg-180 {
    width: 180%;
  }
  .wd-lg-181 {
    width: 181%;
  }
  .wd-lg-182 {
    width: 182%;
  }
  .wd-lg-183 {
    width: 183%;
  }
  .wd-lg-184 {
    width: 184%;
  }
  .wd-lg-185 {
    width: 185%;
  }
  .wd-lg-186 {
    width: 186%;
  }
  .wd-lg-187 {
    width: 187%;
  }
  .wd-lg-188 {
    width: 188%;
  }
  .wd-lg-189 {
    width: 189%;
  }
  .wd-lg-190 {
    width: 190%;
  }
  .wd-lg-191 {
    width: 191%;
  }
  .wd-lg-192 {
    width: 192%;
  }
  .wd-lg-193 {
    width: 193%;
  }
  .wd-lg-194 {
    width: 194%;
  }
  .wd-lg-195 {
    width: 195%;
  }
  .wd-lg-196 {
    width: 196%;
  }
  .wd-lg-197 {
    width: 197%;
  }
  .wd-lg-198 {
    width: 198%;
  }
  .wd-lg-199 {
    width: 199%;
  }
  .wd-lg-200 {
    width: 200%;
  }
  .wd-lg-201 {
    width: 201%;
  }
  .wd-lg-202 {
    width: 202%;
  }
  .wd-lg-203 {
    width: 203%;
  }
  .wd-lg-204 {
    width: 204%;
  }
  .wd-lg-205 {
    width: 205%;
  }
  .wd-lg-206 {
    width: 206%;
  }
  .wd-lg-207 {
    width: 207%;
  }
  .wd-lg-208 {
    width: 208%;
  }
  .wd-lg-209 {
    width: 209%;
  }
  .wd-lg-210 {
    width: 210%;
  }
  .wd-lg-211 {
    width: 211%;
  }
  .wd-lg-212 {
    width: 212%;
  }
  .wd-lg-213 {
    width: 213%;
  }
  .wd-lg-214 {
    width: 214%;
  }
  .wd-lg-215 {
    width: 215%;
  }
  .wd-lg-216 {
    width: 216%;
  }
  .wd-lg-217 {
    width: 217%;
  }
  .wd-lg-218 {
    width: 218%;
  }
  .wd-lg-219 {
    width: 219%;
  }
  .wd-lg-220 {
    width: 220%;
  }
  .wd-lg-221 {
    width: 221%;
  }
  .wd-lg-222 {
    width: 222%;
  }
  .wd-lg-223 {
    width: 223%;
  }
  .wd-lg-224 {
    width: 224%;
  }
  .wd-lg-225 {
    width: 225%;
  }
  .wd-lg-226 {
    width: 226%;
  }
  .wd-lg-227 {
    width: 227%;
  }
  .wd-lg-228 {
    width: 228%;
  }
  .wd-lg-229 {
    width: 229%;
  }
  .wd-lg-230 {
    width: 230%;
  }
  .wd-lg-231 {
    width: 231%;
  }
  .wd-lg-232 {
    width: 232%;
  }
  .wd-lg-233 {
    width: 233%;
  }
  .wd-lg-234 {
    width: 234%;
  }
  .wd-lg-235 {
    width: 235%;
  }
  .wd-lg-236 {
    width: 236%;
  }
  .wd-lg-237 {
    width: 237%;
  }
  .wd-lg-238 {
    width: 238%;
  }
  .wd-lg-239 {
    width: 239%;
  }
  .wd-lg-240 {
    width: 240%;
  }
  .wd-lg-241 {
    width: 241%;
  }
  .wd-lg-242 {
    width: 242%;
  }
  .wd-lg-243 {
    width: 243%;
  }
  .wd-lg-244 {
    width: 244%;
  }
  .wd-lg-245 {
    width: 245%;
  }
  .wd-lg-246 {
    width: 246%;
  }
  .wd-lg-247 {
    width: 247%;
  }
  .wd-lg-248 {
    width: 248%;
  }
  .wd-lg-249 {
    width: 249%;
  }
  .wd-lg-250 {
    width: 250%;
  }
  .wd-lg-251 {
    width: 251%;
  }
  .wd-lg-252 {
    width: 252%;
  }
  .wd-lg-253 {
    width: 253%;
  }
  .wd-lg-254 {
    width: 254%;
  }
  .wd-lg-255 {
    width: 255%;
  }
  .wd-lg-256 {
    width: 256%;
  }
  .wd-lg-257 {
    width: 257%;
  }
  .wd-lg-258 {
    width: 258%;
  }
  .wd-lg-259 {
    width: 259%;
  }
  .wd-lg-260 {
    width: 260%;
  }
  .wd-lg-261 {
    width: 261%;
  }
  .wd-lg-262 {
    width: 262%;
  }
  .wd-lg-263 {
    width: 263%;
  }
  .wd-lg-264 {
    width: 264%;
  }
  .wd-lg-265 {
    width: 265%;
  }
  .wd-lg-266 {
    width: 266%;
  }
  .wd-lg-267 {
    width: 267%;
  }
  .wd-lg-268 {
    width: 268%;
  }
  .wd-lg-269 {
    width: 269%;
  }
  .wd-lg-270 {
    width: 270%;
  }
  .wd-lg-271 {
    width: 271%;
  }
  .wd-lg-272 {
    width: 272%;
  }
  .wd-lg-273 {
    width: 273%;
  }
  .wd-lg-274 {
    width: 274%;
  }
  .wd-lg-275 {
    width: 275%;
  }
  .wd-lg-276 {
    width: 276%;
  }
  .wd-lg-277 {
    width: 277%;
  }
  .wd-lg-278 {
    width: 278%;
  }
  .wd-lg-279 {
    width: 279%;
  }
  .wd-lg-280 {
    width: 280%;
  }
  .wd-lg-281 {
    width: 281%;
  }
  .wd-lg-282 {
    width: 282%;
  }
  .wd-lg-283 {
    width: 283%;
  }
  .wd-lg-284 {
    width: 284%;
  }
  .wd-lg-285 {
    width: 285%;
  }
  .wd-lg-286 {
    width: 286%;
  }
  .wd-lg-287 {
    width: 287%;
  }
  .wd-lg-288 {
    width: 288%;
  }
  .wd-lg-289 {
    width: 289%;
  }
  .wd-lg-290 {
    width: 290%;
  }
  .wd-lg-291 {
    width: 291%;
  }
  .wd-lg-292 {
    width: 292%;
  }
  .wd-lg-293 {
    width: 293%;
  }
  .wd-lg-294 {
    width: 294%;
  }
  .wd-lg-295 {
    width: 295%;
  }
  .wd-lg-296 {
    width: 296%;
  }
  .wd-lg-297 {
    width: 297%;
  }
  .wd-lg-298 {
    width: 298%;
  }
  .wd-lg-299 {
    width: 299%;
  }
  .wd-lg-300 {
    width: 300%;
  }
  .wd-lg-301 {
    width: 301%;
  }
  .wd-lg-302 {
    width: 302%;
  }
  .wd-lg-303 {
    width: 303%;
  }
  .wd-lg-304 {
    width: 304%;
  }
  .wd-lg-305 {
    width: 305%;
  }
  .wd-lg-306 {
    width: 306%;
  }
  .wd-lg-307 {
    width: 307%;
  }
  .wd-lg-308 {
    width: 308%;
  }
  .wd-lg-309 {
    width: 309%;
  }
  .wd-lg-310 {
    width: 310%;
  }
  .wd-lg-311 {
    width: 311%;
  }
  .wd-lg-312 {
    width: 312%;
  }
  .wd-lg-313 {
    width: 313%;
  }
  .wd-lg-314 {
    width: 314%;
  }
  .wd-lg-315 {
    width: 315%;
  }
  .wd-lg-316 {
    width: 316%;
  }
  .wd-lg-317 {
    width: 317%;
  }
  .wd-lg-318 {
    width: 318%;
  }
  .wd-lg-319 {
    width: 319%;
  }
  .wd-lg-320 {
    width: 320%;
  }
  .wd-lg-321 {
    width: 321%;
  }
  .wd-lg-322 {
    width: 322%;
  }
  .wd-lg-323 {
    width: 323%;
  }
  .wd-lg-324 {
    width: 324%;
  }
  .wd-lg-325 {
    width: 325%;
  }
  .wd-lg-326 {
    width: 326%;
  }
  .wd-lg-327 {
    width: 327%;
  }
  .wd-lg-328 {
    width: 328%;
  }
  .wd-lg-329 {
    width: 329%;
  }
  .wd-lg-330 {
    width: 330%;
  }
  .wd-lg-331 {
    width: 331%;
  }
  .wd-lg-332 {
    width: 332%;
  }
  .wd-lg-333 {
    width: 333%;
  }
  .wd-lg-334 {
    width: 334%;
  }
  .wd-lg-335 {
    width: 335%;
  }
  .wd-lg-336 {
    width: 336%;
  }
  .wd-lg-337 {
    width: 337%;
  }
  .wd-lg-338 {
    width: 338%;
  }
  .wd-lg-339 {
    width: 339%;
  }
  .wd-lg-340 {
    width: 340%;
  }
  .wd-lg-341 {
    width: 341%;
  }
  .wd-lg-342 {
    width: 342%;
  }
  .wd-lg-343 {
    width: 343%;
  }
  .wd-lg-344 {
    width: 344%;
  }
  .wd-lg-345 {
    width: 345%;
  }
  .wd-lg-346 {
    width: 346%;
  }
  .wd-lg-347 {
    width: 347%;
  }
  .wd-lg-348 {
    width: 348%;
  }
  .wd-lg-349 {
    width: 349%;
  }
  .wd-lg-350 {
    width: 350%;
  }
  .wd-lg-351 {
    width: 351%;
  }
  .wd-lg-352 {
    width: 352%;
  }
  .wd-lg-353 {
    width: 353%;
  }
  .wd-lg-354 {
    width: 354%;
  }
  .wd-lg-355 {
    width: 355%;
  }
  .wd-lg-356 {
    width: 356%;
  }
  .wd-lg-357 {
    width: 357%;
  }
  .wd-lg-358 {
    width: 358%;
  }
  .wd-lg-359 {
    width: 359%;
  }
  .wd-lg-360 {
    width: 360%;
  }
  .wd-lg-361 {
    width: 361%;
  }
  .wd-lg-362 {
    width: 362%;
  }
  .wd-lg-363 {
    width: 363%;
  }
  .wd-lg-364 {
    width: 364%;
  }
  .wd-lg-365 {
    width: 365%;
  }
  .wd-lg-366 {
    width: 366%;
  }
  .wd-lg-367 {
    width: 367%;
  }
  .wd-lg-368 {
    width: 368%;
  }
  .wd-lg-369 {
    width: 369%;
  }
  .wd-lg-370 {
    width: 370%;
  }
  .wd-lg-371 {
    width: 371%;
  }
  .wd-lg-372 {
    width: 372%;
  }
  .wd-lg-373 {
    width: 373%;
  }
  .wd-lg-374 {
    width: 374%;
  }
  .wd-lg-375 {
    width: 375%;
  }
  .wd-lg-376 {
    width: 376%;
  }
  .wd-lg-377 {
    width: 377%;
  }
  .wd-lg-378 {
    width: 378%;
  }
  .wd-lg-379 {
    width: 379%;
  }
  .wd-lg-380 {
    width: 380%;
  }
  .wd-lg-381 {
    width: 381%;
  }
  .wd-lg-382 {
    width: 382%;
  }
  .wd-lg-383 {
    width: 383%;
  }
  .wd-lg-384 {
    width: 384%;
  }
  .wd-lg-385 {
    width: 385%;
  }
  .wd-lg-386 {
    width: 386%;
  }
  .wd-lg-387 {
    width: 387%;
  }
  .wd-lg-388 {
    width: 388%;
  }
  .wd-lg-389 {
    width: 389%;
  }
  .wd-lg-390 {
    width: 390%;
  }
  .wd-lg-391 {
    width: 391%;
  }
  .wd-lg-392 {
    width: 392%;
  }
  .wd-lg-393 {
    width: 393%;
  }
  .wd-lg-394 {
    width: 394%;
  }
  .wd-lg-395 {
    width: 395%;
  }
  .wd-lg-396 {
    width: 396%;
  }
  .wd-lg-397 {
    width: 397%;
  }
  .wd-lg-398 {
    width: 398%;
  }
  .wd-lg-399 {
    width: 399%;
  }
  .wd-lg-400 {
    width: 400%;
  }
  .wd-lg-401 {
    width: 401%;
  }
  .wd-lg-402 {
    width: 402%;
  }
  .wd-lg-403 {
    width: 403%;
  }
  .wd-lg-404 {
    width: 404%;
  }
  .wd-lg-405 {
    width: 405%;
  }
  .wd-lg-406 {
    width: 406%;
  }
  .wd-lg-407 {
    width: 407%;
  }
  .wd-lg-408 {
    width: 408%;
  }
  .wd-lg-409 {
    width: 409%;
  }
  .wd-lg-410 {
    width: 410%;
  }
  .wd-lg-411 {
    width: 411%;
  }
  .wd-lg-412 {
    width: 412%;
  }
  .wd-lg-413 {
    width: 413%;
  }
  .wd-lg-414 {
    width: 414%;
  }
  .wd-lg-415 {
    width: 415%;
  }
  .wd-lg-416 {
    width: 416%;
  }
  .wd-lg-417 {
    width: 417%;
  }
  .wd-lg-418 {
    width: 418%;
  }
  .wd-lg-419 {
    width: 419%;
  }
  .wd-lg-420 {
    width: 420%;
  }
  .wd-lg-421 {
    width: 421%;
  }
  .wd-lg-422 {
    width: 422%;
  }
  .wd-lg-423 {
    width: 423%;
  }
  .wd-lg-424 {
    width: 424%;
  }
  .wd-lg-425 {
    width: 425%;
  }
  .wd-lg-426 {
    width: 426%;
  }
  .wd-lg-427 {
    width: 427%;
  }
  .wd-lg-428 {
    width: 428%;
  }
  .wd-lg-429 {
    width: 429%;
  }
  .wd-lg-430 {
    width: 430%;
  }
  .wd-lg-431 {
    width: 431%;
  }
  .wd-lg-432 {
    width: 432%;
  }
  .wd-lg-433 {
    width: 433%;
  }
  .wd-lg-434 {
    width: 434%;
  }
  .wd-lg-435 {
    width: 435%;
  }
  .wd-lg-436 {
    width: 436%;
  }
  .wd-lg-437 {
    width: 437%;
  }
  .wd-lg-438 {
    width: 438%;
  }
  .wd-lg-439 {
    width: 439%;
  }
  .wd-lg-440 {
    width: 440%;
  }
  .wd-lg-441 {
    width: 441%;
  }
  .wd-lg-442 {
    width: 442%;
  }
  .wd-lg-443 {
    width: 443%;
  }
  .wd-lg-444 {
    width: 444%;
  }
  .wd-lg-445 {
    width: 445%;
  }
  .wd-lg-446 {
    width: 446%;
  }
  .wd-lg-447 {
    width: 447%;
  }
  .wd-lg-448 {
    width: 448%;
  }
  .wd-lg-449 {
    width: 449%;
  }
  .wd-lg-450 {
    width: 450%;
  }
  .wd-lg-451 {
    width: 451%;
  }
  .wd-lg-452 {
    width: 452%;
  }
  .wd-lg-453 {
    width: 453%;
  }
  .wd-lg-454 {
    width: 454%;
  }
  .wd-lg-455 {
    width: 455%;
  }
  .wd-lg-456 {
    width: 456%;
  }
  .wd-lg-457 {
    width: 457%;
  }
  .wd-lg-458 {
    width: 458%;
  }
  .wd-lg-459 {
    width: 459%;
  }
  .wd-lg-460 {
    width: 460%;
  }
  .wd-lg-461 {
    width: 461%;
  }
  .wd-lg-462 {
    width: 462%;
  }
  .wd-lg-463 {
    width: 463%;
  }
  .wd-lg-464 {
    width: 464%;
  }
  .wd-lg-465 {
    width: 465%;
  }
  .wd-lg-466 {
    width: 466%;
  }
  .wd-lg-467 {
    width: 467%;
  }
  .wd-lg-468 {
    width: 468%;
  }
  .wd-lg-469 {
    width: 469%;
  }
  .wd-lg-470 {
    width: 470%;
  }
  .wd-lg-471 {
    width: 471%;
  }
  .wd-lg-472 {
    width: 472%;
  }
  .wd-lg-473 {
    width: 473%;
  }
  .wd-lg-474 {
    width: 474%;
  }
  .wd-lg-475 {
    width: 475%;
  }
  .wd-lg-476 {
    width: 476%;
  }
  .wd-lg-477 {
    width: 477%;
  }
  .wd-lg-478 {
    width: 478%;
  }
  .wd-lg-479 {
    width: 479%;
  }
  .wd-lg-480 {
    width: 480%;
  }
  .wd-lg-481 {
    width: 481%;
  }
  .wd-lg-482 {
    width: 482%;
  }
  .wd-lg-483 {
    width: 483%;
  }
  .wd-lg-484 {
    width: 484%;
  }
  .wd-lg-485 {
    width: 485%;
  }
  .wd-lg-486 {
    width: 486%;
  }
  .wd-lg-487 {
    width: 487%;
  }
  .wd-lg-488 {
    width: 488%;
  }
  .wd-lg-489 {
    width: 489%;
  }
  .wd-lg-490 {
    width: 490%;
  }
  .wd-lg-491 {
    width: 491%;
  }
  .wd-lg-492 {
    width: 492%;
  }
  .wd-lg-493 {
    width: 493%;
  }
  .wd-lg-494 {
    width: 494%;
  }
  .wd-lg-495 {
    width: 495%;
  }
  .wd-lg-496 {
    width: 496%;
  }
  .wd-lg-497 {
    width: 497%;
  }
  .wd-lg-498 {
    width: 498%;
  }
  .wd-lg-499 {
    width: 499%;
  }
  .wd-lg-500 {
    width: 500%;
  }
  .wd-lg-501 {
    width: 501%;
  }
  .wd-lg-502 {
    width: 502%;
  }
  .wd-lg-503 {
    width: 503%;
  }
  .wd-lg-504 {
    width: 504%;
  }
  .wd-lg-505 {
    width: 505%;
  }
  .wd-lg-506 {
    width: 506%;
  }
  .wd-lg-507 {
    width: 507%;
  }
  .wd-lg-508 {
    width: 508%;
  }
  .wd-lg-509 {
    width: 509%;
  }
  .wd-lg-510 {
    width: 510%;
  }
  .wd-lg-511 {
    width: 511%;
  }
  .wd-lg-512 {
    width: 512%;
  }
  .wd-lg-513 {
    width: 513%;
  }
  .wd-lg-514 {
    width: 514%;
  }
  .wd-lg-515 {
    width: 515%;
  }
  .wd-lg-516 {
    width: 516%;
  }
  .wd-lg-517 {
    width: 517%;
  }
  .wd-lg-518 {
    width: 518%;
  }
  .wd-lg-519 {
    width: 519%;
  }
  .wd-lg-520 {
    width: 520%;
  }
  .wd-lg-521 {
    width: 521%;
  }
  .wd-lg-522 {
    width: 522%;
  }
  .wd-lg-523 {
    width: 523%;
  }
  .wd-lg-524 {
    width: 524%;
  }
  .wd-lg-525 {
    width: 525%;
  }
  .wd-lg-526 {
    width: 526%;
  }
  .wd-lg-527 {
    width: 527%;
  }
  .wd-lg-528 {
    width: 528%;
  }
  .wd-lg-529 {
    width: 529%;
  }
  .wd-lg-530 {
    width: 530%;
  }
  .wd-lg-531 {
    width: 531%;
  }
  .wd-lg-532 {
    width: 532%;
  }
  .wd-lg-533 {
    width: 533%;
  }
  .wd-lg-534 {
    width: 534%;
  }
  .wd-lg-535 {
    width: 535%;
  }
  .wd-lg-536 {
    width: 536%;
  }
  .wd-lg-537 {
    width: 537%;
  }
  .wd-lg-538 {
    width: 538%;
  }
  .wd-lg-539 {
    width: 539%;
  }
  .wd-lg-540 {
    width: 540%;
  }
  .wd-lg-541 {
    width: 541%;
  }
  .wd-lg-542 {
    width: 542%;
  }
  .wd-lg-543 {
    width: 543%;
  }
  .wd-lg-544 {
    width: 544%;
  }
  .wd-lg-545 {
    width: 545%;
  }
  .wd-lg-546 {
    width: 546%;
  }
  .wd-lg-547 {
    width: 547%;
  }
  .wd-lg-548 {
    width: 548%;
  }
  .wd-lg-549 {
    width: 549%;
  }
  .wd-lg-550 {
    width: 550%;
  }
  .wd-lg-551 {
    width: 551%;
  }
  .wd-lg-552 {
    width: 552%;
  }
  .wd-lg-553 {
    width: 553%;
  }
  .wd-lg-554 {
    width: 554%;
  }
  .wd-lg-555 {
    width: 555%;
  }
  .wd-lg-556 {
    width: 556%;
  }
  .wd-lg-557 {
    width: 557%;
  }
  .wd-lg-558 {
    width: 558%;
  }
  .wd-lg-559 {
    width: 559%;
  }
  .wd-lg-560 {
    width: 560%;
  }
  .wd-lg-561 {
    width: 561%;
  }
  .wd-lg-562 {
    width: 562%;
  }
  .wd-lg-563 {
    width: 563%;
  }
  .wd-lg-564 {
    width: 564%;
  }
  .wd-lg-565 {
    width: 565%;
  }
  .wd-lg-566 {
    width: 566%;
  }
  .wd-lg-567 {
    width: 567%;
  }
  .wd-lg-568 {
    width: 568%;
  }
  .wd-lg-569 {
    width: 569%;
  }
  .wd-lg-570 {
    width: 570%;
  }
  .wd-lg-571 {
    width: 571%;
  }
  .wd-lg-572 {
    width: 572%;
  }
  .wd-lg-573 {
    width: 573%;
  }
  .wd-lg-574 {
    width: 574%;
  }
  .wd-lg-575 {
    width: 575%;
  }
  .wd-lg-576 {
    width: 576%;
  }
  .wd-lg-577 {
    width: 577%;
  }
  .wd-lg-578 {
    width: 578%;
  }
  .wd-lg-579 {
    width: 579%;
  }
  .wd-lg-580 {
    width: 580%;
  }
  .wd-lg-581 {
    width: 581%;
  }
  .wd-lg-582 {
    width: 582%;
  }
  .wd-lg-583 {
    width: 583%;
  }
  .wd-lg-584 {
    width: 584%;
  }
  .wd-lg-585 {
    width: 585%;
  }
  .wd-lg-586 {
    width: 586%;
  }
  .wd-lg-587 {
    width: 587%;
  }
  .wd-lg-588 {
    width: 588%;
  }
  .wd-lg-589 {
    width: 589%;
  }
  .wd-lg-590 {
    width: 590%;
  }
  .wd-lg-591 {
    width: 591%;
  }
  .wd-lg-592 {
    width: 592%;
  }
  .wd-lg-593 {
    width: 593%;
  }
  .wd-lg-594 {
    width: 594%;
  }
  .wd-lg-595 {
    width: 595%;
  }
  .wd-lg-596 {
    width: 596%;
  }
  .wd-lg-597 {
    width: 597%;
  }
  .wd-lg-598 {
    width: 598%;
  }
  .wd-lg-599 {
    width: 599%;
  }
  .wd-lg-600 {
    width: 600%;
  }
  .wd-lg-601 {
    width: 601%;
  }
  .wd-lg-602 {
    width: 602%;
  }
  .wd-lg-603 {
    width: 603%;
  }
  .wd-lg-604 {
    width: 604%;
  }
  .wd-lg-605 {
    width: 605%;
  }
  .wd-lg-606 {
    width: 606%;
  }
  .wd-lg-607 {
    width: 607%;
  }
  .wd-lg-608 {
    width: 608%;
  }
  .wd-lg-609 {
    width: 609%;
  }
  .wd-lg-610 {
    width: 610%;
  }
  .wd-lg-611 {
    width: 611%;
  }
  .wd-lg-612 {
    width: 612%;
  }
  .wd-lg-613 {
    width: 613%;
  }
  .wd-lg-614 {
    width: 614%;
  }
  .wd-lg-615 {
    width: 615%;
  }
  .wd-lg-616 {
    width: 616%;
  }
  .wd-lg-617 {
    width: 617%;
  }
  .wd-lg-618 {
    width: 618%;
  }
  .wd-lg-619 {
    width: 619%;
  }
  .wd-lg-620 {
    width: 620%;
  }
  .wd-lg-621 {
    width: 621%;
  }
  .wd-lg-622 {
    width: 622%;
  }
  .wd-lg-623 {
    width: 623%;
  }
  .wd-lg-624 {
    width: 624%;
  }
  .wd-lg-625 {
    width: 625%;
  }
  .wd-lg-626 {
    width: 626%;
  }
  .wd-lg-627 {
    width: 627%;
  }
  .wd-lg-628 {
    width: 628%;
  }
  .wd-lg-629 {
    width: 629%;
  }
  .wd-lg-630 {
    width: 630%;
  }
  .wd-lg-631 {
    width: 631%;
  }
  .wd-lg-632 {
    width: 632%;
  }
  .wd-lg-633 {
    width: 633%;
  }
  .wd-lg-634 {
    width: 634%;
  }
  .wd-lg-635 {
    width: 635%;
  }
  .wd-lg-636 {
    width: 636%;
  }
  .wd-lg-637 {
    width: 637%;
  }
  .wd-lg-638 {
    width: 638%;
  }
  .wd-lg-639 {
    width: 639%;
  }
  .wd-lg-640 {
    width: 640%;
  }
  .wd-lg-641 {
    width: 641%;
  }
  .wd-lg-642 {
    width: 642%;
  }
  .wd-lg-643 {
    width: 643%;
  }
  .wd-lg-644 {
    width: 644%;
  }
  .wd-lg-645 {
    width: 645%;
  }
  .wd-lg-646 {
    width: 646%;
  }
  .wd-lg-647 {
    width: 647%;
  }
  .wd-lg-648 {
    width: 648%;
  }
  .wd-lg-649 {
    width: 649%;
  }
  .wd-lg-650 {
    width: 650%;
  }
  .wd-lg-651 {
    width: 651%;
  }
  .wd-lg-652 {
    width: 652%;
  }
  .wd-lg-653 {
    width: 653%;
  }
  .wd-lg-654 {
    width: 654%;
  }
  .wd-lg-655 {
    width: 655%;
  }
  .wd-lg-656 {
    width: 656%;
  }
  .wd-lg-657 {
    width: 657%;
  }
  .wd-lg-658 {
    width: 658%;
  }
  .wd-lg-659 {
    width: 659%;
  }
  .wd-lg-660 {
    width: 660%;
  }
  .wd-lg-661 {
    width: 661%;
  }
  .wd-lg-662 {
    width: 662%;
  }
  .wd-lg-663 {
    width: 663%;
  }
  .wd-lg-664 {
    width: 664%;
  }
  .wd-lg-665 {
    width: 665%;
  }
  .wd-lg-666 {
    width: 666%;
  }
  .wd-lg-667 {
    width: 667%;
  }
  .wd-lg-668 {
    width: 668%;
  }
  .wd-lg-669 {
    width: 669%;
  }
  .wd-lg-670 {
    width: 670%;
  }
  .wd-lg-671 {
    width: 671%;
  }
  .wd-lg-672 {
    width: 672%;
  }
  .wd-lg-673 {
    width: 673%;
  }
  .wd-lg-674 {
    width: 674%;
  }
  .wd-lg-675 {
    width: 675%;
  }
  .wd-lg-676 {
    width: 676%;
  }
  .wd-lg-677 {
    width: 677%;
  }
  .wd-lg-678 {
    width: 678%;
  }
  .wd-lg-679 {
    width: 679%;
  }
  .wd-lg-680 {
    width: 680%;
  }
  .wd-lg-681 {
    width: 681%;
  }
  .wd-lg-682 {
    width: 682%;
  }
  .wd-lg-683 {
    width: 683%;
  }
  .wd-lg-684 {
    width: 684%;
  }
  .wd-lg-685 {
    width: 685%;
  }
  .wd-lg-686 {
    width: 686%;
  }
  .wd-lg-687 {
    width: 687%;
  }
  .wd-lg-688 {
    width: 688%;
  }
  .wd-lg-689 {
    width: 689%;
  }
  .wd-lg-690 {
    width: 690%;
  }
  .wd-lg-691 {
    width: 691%;
  }
  .wd-lg-692 {
    width: 692%;
  }
  .wd-lg-693 {
    width: 693%;
  }
  .wd-lg-694 {
    width: 694%;
  }
  .wd-lg-695 {
    width: 695%;
  }
  .wd-lg-696 {
    width: 696%;
  }
  .wd-lg-697 {
    width: 697%;
  }
  .wd-lg-698 {
    width: 698%;
  }
  .wd-lg-699 {
    width: 699%;
  }
  .wd-lg-700 {
    width: 700%;
  }
  .wd-lg-701 {
    width: 701%;
  }
  .wd-lg-702 {
    width: 702%;
  }
  .wd-lg-703 {
    width: 703%;
  }
  .wd-lg-704 {
    width: 704%;
  }
  .wd-lg-705 {
    width: 705%;
  }
  .wd-lg-706 {
    width: 706%;
  }
  .wd-lg-707 {
    width: 707%;
  }
  .wd-lg-708 {
    width: 708%;
  }
  .wd-lg-709 {
    width: 709%;
  }
  .wd-lg-710 {
    width: 710%;
  }
  .wd-lg-711 {
    width: 711%;
  }
  .wd-lg-712 {
    width: 712%;
  }
  .wd-lg-713 {
    width: 713%;
  }
  .wd-lg-714 {
    width: 714%;
  }
  .wd-lg-715 {
    width: 715%;
  }
  .wd-lg-716 {
    width: 716%;
  }
  .wd-lg-717 {
    width: 717%;
  }
  .wd-lg-718 {
    width: 718%;
  }
  .wd-lg-719 {
    width: 719%;
  }
  .wd-lg-720 {
    width: 720%;
  }
  .wd-lg-721 {
    width: 721%;
  }
  .wd-lg-722 {
    width: 722%;
  }
  .wd-lg-723 {
    width: 723%;
  }
  .wd-lg-724 {
    width: 724%;
  }
  .wd-lg-725 {
    width: 725%;
  }
  .wd-lg-726 {
    width: 726%;
  }
  .wd-lg-727 {
    width: 727%;
  }
  .wd-lg-728 {
    width: 728%;
  }
  .wd-lg-729 {
    width: 729%;
  }
  .wd-lg-730 {
    width: 730%;
  }
  .wd-lg-731 {
    width: 731%;
  }
  .wd-lg-732 {
    width: 732%;
  }
  .wd-lg-733 {
    width: 733%;
  }
  .wd-lg-734 {
    width: 734%;
  }
  .wd-lg-735 {
    width: 735%;
  }
  .wd-lg-736 {
    width: 736%;
  }
  .wd-lg-737 {
    width: 737%;
  }
  .wd-lg-738 {
    width: 738%;
  }
  .wd-lg-739 {
    width: 739%;
  }
  .wd-lg-740 {
    width: 740%;
  }
  .wd-lg-741 {
    width: 741%;
  }
  .wd-lg-742 {
    width: 742%;
  }
  .wd-lg-743 {
    width: 743%;
  }
  .wd-lg-744 {
    width: 744%;
  }
  .wd-lg-745 {
    width: 745%;
  }
  .wd-lg-746 {
    width: 746%;
  }
  .wd-lg-747 {
    width: 747%;
  }
  .wd-lg-748 {
    width: 748%;
  }
  .wd-lg-749 {
    width: 749%;
  }
  .wd-lg-750 {
    width: 750%;
  }
  .wd-lg-751 {
    width: 751%;
  }
  .wd-lg-752 {
    width: 752%;
  }
  .wd-lg-753 {
    width: 753%;
  }
  .wd-lg-754 {
    width: 754%;
  }
  .wd-lg-755 {
    width: 755%;
  }
  .wd-lg-756 {
    width: 756%;
  }
  .wd-lg-757 {
    width: 757%;
  }
  .wd-lg-758 {
    width: 758%;
  }
  .wd-lg-759 {
    width: 759%;
  }
  .wd-lg-760 {
    width: 760%;
  }
  .wd-lg-761 {
    width: 761%;
  }
  .wd-lg-762 {
    width: 762%;
  }
  .wd-lg-763 {
    width: 763%;
  }
  .wd-lg-764 {
    width: 764%;
  }
  .wd-lg-765 {
    width: 765%;
  }
  .wd-lg-766 {
    width: 766%;
  }
  .wd-lg-767 {
    width: 767%;
  }
  .wd-lg-768 {
    width: 768%;
  }
  .wd-lg-769 {
    width: 769%;
  }
  .wd-lg-770 {
    width: 770%;
  }
  .wd-lg-771 {
    width: 771%;
  }
  .wd-lg-772 {
    width: 772%;
  }
  .wd-lg-773 {
    width: 773%;
  }
  .wd-lg-774 {
    width: 774%;
  }
  .wd-lg-775 {
    width: 775%;
  }
  .wd-lg-776 {
    width: 776%;
  }
  .wd-lg-777 {
    width: 777%;
  }
  .wd-lg-778 {
    width: 778%;
  }
  .wd-lg-779 {
    width: 779%;
  }
  .wd-lg-780 {
    width: 780%;
  }
  .wd-lg-781 {
    width: 781%;
  }
  .wd-lg-782 {
    width: 782%;
  }
  .wd-lg-783 {
    width: 783%;
  }
  .wd-lg-784 {
    width: 784%;
  }
  .wd-lg-785 {
    width: 785%;
  }
  .wd-lg-786 {
    width: 786%;
  }
  .wd-lg-787 {
    width: 787%;
  }
  .wd-lg-788 {
    width: 788%;
  }
  .wd-lg-789 {
    width: 789%;
  }
  .wd-lg-790 {
    width: 790%;
  }
  .wd-lg-791 {
    width: 791%;
  }
  .wd-lg-792 {
    width: 792%;
  }
  .wd-lg-793 {
    width: 793%;
  }
  .wd-lg-794 {
    width: 794%;
  }
  .wd-lg-795 {
    width: 795%;
  }
  .wd-lg-796 {
    width: 796%;
  }
  .wd-lg-797 {
    width: 797%;
  }
  .wd-lg-798 {
    width: 798%;
  }
  .wd-lg-799 {
    width: 799%;
  }
  .wd-lg-800 {
    width: 800%;
  }
  .wd-lg-801 {
    width: 801%;
  }
  .wd-lg-802 {
    width: 802%;
  }
  .wd-lg-803 {
    width: 803%;
  }
  .wd-lg-804 {
    width: 804%;
  }
  .wd-lg-805 {
    width: 805%;
  }
  .wd-lg-806 {
    width: 806%;
  }
  .wd-lg-807 {
    width: 807%;
  }
  .wd-lg-808 {
    width: 808%;
  }
  .wd-lg-809 {
    width: 809%;
  }
  .wd-lg-810 {
    width: 810%;
  }
  .wd-lg-811 {
    width: 811%;
  }
  .wd-lg-812 {
    width: 812%;
  }
  .wd-lg-813 {
    width: 813%;
  }
  .wd-lg-814 {
    width: 814%;
  }
  .wd-lg-815 {
    width: 815%;
  }
  .wd-lg-816 {
    width: 816%;
  }
  .wd-lg-817 {
    width: 817%;
  }
  .wd-lg-818 {
    width: 818%;
  }
  .wd-lg-819 {
    width: 819%;
  }
  .wd-lg-820 {
    width: 820%;
  }
  .wd-lg-821 {
    width: 821%;
  }
  .wd-lg-822 {
    width: 822%;
  }
  .wd-lg-823 {
    width: 823%;
  }
  .wd-lg-824 {
    width: 824%;
  }
  .wd-lg-825 {
    width: 825%;
  }
  .wd-lg-826 {
    width: 826%;
  }
  .wd-lg-827 {
    width: 827%;
  }
  .wd-lg-828 {
    width: 828%;
  }
  .wd-lg-829 {
    width: 829%;
  }
  .wd-lg-830 {
    width: 830%;
  }
  .wd-lg-831 {
    width: 831%;
  }
  .wd-lg-832 {
    width: 832%;
  }
  .wd-lg-833 {
    width: 833%;
  }
  .wd-lg-834 {
    width: 834%;
  }
  .wd-lg-835 {
    width: 835%;
  }
  .wd-lg-836 {
    width: 836%;
  }
  .wd-lg-837 {
    width: 837%;
  }
  .wd-lg-838 {
    width: 838%;
  }
  .wd-lg-839 {
    width: 839%;
  }
  .wd-lg-840 {
    width: 840%;
  }
  .wd-lg-841 {
    width: 841%;
  }
  .wd-lg-842 {
    width: 842%;
  }
  .wd-lg-843 {
    width: 843%;
  }
  .wd-lg-844 {
    width: 844%;
  }
  .wd-lg-845 {
    width: 845%;
  }
  .wd-lg-846 {
    width: 846%;
  }
  .wd-lg-847 {
    width: 847%;
  }
  .wd-lg-848 {
    width: 848%;
  }
  .wd-lg-849 {
    width: 849%;
  }
  .wd-lg-850 {
    width: 850%;
  }
  .wd-lg-851 {
    width: 851%;
  }
  .wd-lg-852 {
    width: 852%;
  }
  .wd-lg-853 {
    width: 853%;
  }
  .wd-lg-854 {
    width: 854%;
  }
  .wd-lg-855 {
    width: 855%;
  }
  .wd-lg-856 {
    width: 856%;
  }
  .wd-lg-857 {
    width: 857%;
  }
  .wd-lg-858 {
    width: 858%;
  }
  .wd-lg-859 {
    width: 859%;
  }
  .wd-lg-860 {
    width: 860%;
  }
  .wd-lg-861 {
    width: 861%;
  }
  .wd-lg-862 {
    width: 862%;
  }
  .wd-lg-863 {
    width: 863%;
  }
  .wd-lg-864 {
    width: 864%;
  }
  .wd-lg-865 {
    width: 865%;
  }
  .wd-lg-866 {
    width: 866%;
  }
  .wd-lg-867 {
    width: 867%;
  }
  .wd-lg-868 {
    width: 868%;
  }
  .wd-lg-869 {
    width: 869%;
  }
  .wd-lg-870 {
    width: 870%;
  }
  .wd-lg-871 {
    width: 871%;
  }
  .wd-lg-872 {
    width: 872%;
  }
  .wd-lg-873 {
    width: 873%;
  }
  .wd-lg-874 {
    width: 874%;
  }
  .wd-lg-875 {
    width: 875%;
  }
  .wd-lg-876 {
    width: 876%;
  }
  .wd-lg-877 {
    width: 877%;
  }
  .wd-lg-878 {
    width: 878%;
  }
  .wd-lg-879 {
    width: 879%;
  }
  .wd-lg-880 {
    width: 880%;
  }
  .wd-lg-881 {
    width: 881%;
  }
  .wd-lg-882 {
    width: 882%;
  }
  .wd-lg-883 {
    width: 883%;
  }
  .wd-lg-884 {
    width: 884%;
  }
  .wd-lg-885 {
    width: 885%;
  }
  .wd-lg-886 {
    width: 886%;
  }
  .wd-lg-887 {
    width: 887%;
  }
  .wd-lg-888 {
    width: 888%;
  }
  .wd-lg-889 {
    width: 889%;
  }
  .wd-lg-890 {
    width: 890%;
  }
  .wd-lg-891 {
    width: 891%;
  }
  .wd-lg-892 {
    width: 892%;
  }
  .wd-lg-893 {
    width: 893%;
  }
  .wd-lg-894 {
    width: 894%;
  }
  .wd-lg-895 {
    width: 895%;
  }
  .wd-lg-896 {
    width: 896%;
  }
  .wd-lg-897 {
    width: 897%;
  }
  .wd-lg-898 {
    width: 898%;
  }
  .wd-lg-899 {
    width: 899%;
  }
  .wd-lg-900 {
    width: 900%;
  }
  .wd-lg-901 {
    width: 901%;
  }
  .wd-lg-902 {
    width: 902%;
  }
  .wd-lg-903 {
    width: 903%;
  }
  .wd-lg-904 {
    width: 904%;
  }
  .wd-lg-905 {
    width: 905%;
  }
  .wd-lg-906 {
    width: 906%;
  }
  .wd-lg-907 {
    width: 907%;
  }
  .wd-lg-908 {
    width: 908%;
  }
  .wd-lg-909 {
    width: 909%;
  }
  .wd-lg-910 {
    width: 910%;
  }
  .wd-lg-911 {
    width: 911%;
  }
  .wd-lg-912 {
    width: 912%;
  }
  .wd-lg-913 {
    width: 913%;
  }
  .wd-lg-914 {
    width: 914%;
  }
  .wd-lg-915 {
    width: 915%;
  }
  .wd-lg-916 {
    width: 916%;
  }
  .wd-lg-917 {
    width: 917%;
  }
  .wd-lg-918 {
    width: 918%;
  }
  .wd-lg-919 {
    width: 919%;
  }
  .wd-lg-920 {
    width: 920%;
  }
  .wd-lg-921 {
    width: 921%;
  }
  .wd-lg-922 {
    width: 922%;
  }
  .wd-lg-923 {
    width: 923%;
  }
  .wd-lg-924 {
    width: 924%;
  }
  .wd-lg-925 {
    width: 925%;
  }
  .wd-lg-926 {
    width: 926%;
  }
  .wd-lg-927 {
    width: 927%;
  }
  .wd-lg-928 {
    width: 928%;
  }
  .wd-lg-929 {
    width: 929%;
  }
  .wd-lg-930 {
    width: 930%;
  }
  .wd-lg-931 {
    width: 931%;
  }
  .wd-lg-932 {
    width: 932%;
  }
  .wd-lg-933 {
    width: 933%;
  }
  .wd-lg-934 {
    width: 934%;
  }
  .wd-lg-935 {
    width: 935%;
  }
  .wd-lg-936 {
    width: 936%;
  }
  .wd-lg-937 {
    width: 937%;
  }
  .wd-lg-938 {
    width: 938%;
  }
  .wd-lg-939 {
    width: 939%;
  }
  .wd-lg-940 {
    width: 940%;
  }
  .wd-lg-941 {
    width: 941%;
  }
  .wd-lg-942 {
    width: 942%;
  }
  .wd-lg-943 {
    width: 943%;
  }
  .wd-lg-944 {
    width: 944%;
  }
  .wd-lg-945 {
    width: 945%;
  }
  .wd-lg-946 {
    width: 946%;
  }
  .wd-lg-947 {
    width: 947%;
  }
  .wd-lg-948 {
    width: 948%;
  }
  .wd-lg-949 {
    width: 949%;
  }
  .wd-lg-950 {
    width: 950%;
  }
  .wd-lg-951 {
    width: 951%;
  }
  .wd-lg-952 {
    width: 952%;
  }
  .wd-lg-953 {
    width: 953%;
  }
  .wd-lg-954 {
    width: 954%;
  }
  .wd-lg-955 {
    width: 955%;
  }
  .wd-lg-956 {
    width: 956%;
  }
  .wd-lg-957 {
    width: 957%;
  }
  .wd-lg-958 {
    width: 958%;
  }
  .wd-lg-959 {
    width: 959%;
  }
  .wd-lg-960 {
    width: 960%;
  }
  .wd-lg-961 {
    width: 961%;
  }
  .wd-lg-962 {
    width: 962%;
  }
  .wd-lg-963 {
    width: 963%;
  }
  .wd-lg-964 {
    width: 964%;
  }
  .wd-lg-965 {
    width: 965%;
  }
  .wd-lg-966 {
    width: 966%;
  }
  .wd-lg-967 {
    width: 967%;
  }
  .wd-lg-968 {
    width: 968%;
  }
  .wd-lg-969 {
    width: 969%;
  }
  .wd-lg-970 {
    width: 970%;
  }
  .wd-lg-971 {
    width: 971%;
  }
  .wd-lg-972 {
    width: 972%;
  }
  .wd-lg-973 {
    width: 973%;
  }
  .wd-lg-974 {
    width: 974%;
  }
  .wd-lg-975 {
    width: 975%;
  }
  .wd-lg-976 {
    width: 976%;
  }
  .wd-lg-977 {
    width: 977%;
  }
  .wd-lg-978 {
    width: 978%;
  }
  .wd-lg-979 {
    width: 979%;
  }
  .wd-lg-980 {
    width: 980%;
  }
  .wd-lg-981 {
    width: 981%;
  }
  .wd-lg-982 {
    width: 982%;
  }
  .wd-lg-983 {
    width: 983%;
  }
  .wd-lg-984 {
    width: 984%;
  }
  .wd-lg-985 {
    width: 985%;
  }
  .wd-lg-986 {
    width: 986%;
  }
  .wd-lg-987 {
    width: 987%;
  }
  .wd-lg-988 {
    width: 988%;
  }
  .wd-lg-989 {
    width: 989%;
  }
  .wd-lg-990 {
    width: 990%;
  }
  .wd-lg-991 {
    width: 991%;
  }
  .wd-lg-992 {
    width: 992%;
  }
  .wd-lg-993 {
    width: 993%;
  }
  .wd-lg-994 {
    width: 994%;
  }
  .wd-lg-995 {
    width: 995%;
  }
  .wd-lg-996 {
    width: 996%;
  }
  .wd-lg-997 {
    width: 997%;
  }
  .wd-lg-998 {
    width: 998%;
  }
  .wd-lg-999 {
    width: 999%;
  }
  .wd-lg-1000 {
    width: 1000%;
  }
}
@media (min-width: 1270px) {
  .wd-2g-5 {
    width: 5%;
  }
  .wd-2g-10 {
    width: 10%;
  }
  .wd-2g-11 {
    width: 11%;
  }
  .wd-2g-12 {
    width: 12%;
  }
  .wd-2g-13 {
    width: 13%;
  }
  .wd-2g-14 {
    width: 14%;
  }
  .wd-2g-15 {
    width: 15%;
  }
  .wd-2g-16 {
    width: 16%;
  }
  .wd-2g-17 {
    width: 17%;
  }
  .wd-2g-18 {
    width: 18%;
  }
  .wd-2g-19 {
    width: 19%;
  }
  .wd-2g-20 {
    width: 20%;
  }
  .wd-2g-21 {
    width: 21%;
  }
  .wd-2g-22 {
    width: 22%;
  }
  .wd-2g-23 {
    width: 23%;
  }
  .wd-2g-24 {
    width: 24%;
  }
  .wd-2g-25 {
    width: 25%;
  }
  .wd-2g-26 {
    width: 26%;
  }
  .wd-2g-27 {
    width: 27%;
  }
  .wd-2g-28 {
    width: 28%;
  }
  .wd-2g-29 {
    width: 29%;
  }
  .wd-2g-30 {
    width: 30%;
  }
  .wd-2g-31 {
    width: 31%;
  }
  .wd-2g-32 {
    width: 32%;
  }
  .wd-2g-33 {
    width: 33%;
  }
  .wd-2g-34 {
    width: 34%;
  }
  .wd-2g-35 {
    width: 35%;
  }
  .wd-2g-36 {
    width: 36%;
  }
  .wd-2g-37 {
    width: 37%;
  }
  .wd-2g-38 {
    width: 38%;
  }
  .wd-2g-39 {
    width: 39%;
  }
  .wd-2g-40 {
    width: 40%;
  }
  .wd-2g-41 {
    width: 41%;
  }
  .wd-2g-42 {
    width: 42%;
  }
  .wd-2g-43 {
    width: 43%;
  }
  .wd-2g-44 {
    width: 44%;
  }
  .wd-2g-45 {
    width: 45%;
  }
  .wd-2g-46 {
    width: 46%;
  }
  .wd-2g-47 {
    width: 47%;
  }
  .wd-2g-48 {
    width: 48%;
  }
  .wd-2g-49 {
    width: 49%;
  }
  .wd-2g-50 {
    width: 50%;
  }
  .wd-2g-51 {
    width: 51%;
  }
  .wd-2g-52 {
    width: 52%;
  }
  .wd-2g-53 {
    width: 53%;
  }
  .wd-2g-54 {
    width: 54%;
  }
  .wd-2g-55 {
    width: 55%;
  }
  .wd-2g-56 {
    width: 56%;
  }
  .wd-2g-57 {
    width: 57%;
  }
  .wd-2g-58 {
    width: 58%;
  }
  .wd-2g-59 {
    width: 59%;
  }
  .wd-2g-60 {
    width: 60%;
  }
  .wd-2g-61 {
    width: 61%;
  }
  .wd-2g-62 {
    width: 62%;
  }
  .wd-2g-63 {
    width: 63%;
  }
  .wd-2g-64 {
    width: 64%;
  }
  .wd-2g-65 {
    width: 65%;
  }
  .wd-2g-66 {
    width: 66%;
  }
  .wd-2g-67 {
    width: 67%;
  }
  .wd-2g-68 {
    width: 68%;
  }
  .wd-2g-69 {
    width: 69%;
  }
  .wd-2g-70 {
    width: 70%;
  }
  .wd-2g-71 {
    width: 71%;
  }
  .wd-2g-72 {
    width: 72%;
  }
  .wd-2g-73 {
    width: 73%;
  }
  .wd-2g-74 {
    width: 74%;
  }
  .wd-2g-75 {
    width: 75%;
  }
  .wd-2g-76 {
    width: 76%;
  }
  .wd-2g-77 {
    width: 77%;
  }
  .wd-2g-78 {
    width: 78%;
  }
  .wd-2g-79 {
    width: 79%;
  }
  .wd-2g-80 {
    width: 80%;
  }
  .wd-2g-81 {
    width: 81%;
  }
  .wd-2g-82 {
    width: 82%;
  }
  .wd-2g-83 {
    width: 83%;
  }
  .wd-2g-84 {
    width: 84%;
  }
  .wd-2g-85 {
    width: 85%;
  }
  .wd-2g-86 {
    width: 86%;
  }
  .wd-2g-87 {
    width: 87%;
  }
  .wd-2g-88 {
    width: 88%;
  }
  .wd-2g-89 {
    width: 89%;
  }
  .wd-2g-90 {
    width: 90%;
  }
  .wd-2g-91 {
    width: 91%;
  }
  .wd-2g-92 {
    width: 92%;
  }
  .wd-2g-93 {
    width: 93%;
  }
  .wd-2g-94 {
    width: 94%;
  }
  .wd-2g-95 {
    width: 95%;
  }
  .wd-2g-96 {
    width: 96%;
  }
  .wd-2g-97 {
    width: 97%;
  }
  .wd-2g-98 {
    width: 98%;
  }
  .wd-2g-99 {
    width: 99%;
  }
  .wd-2g-100 {
    width: 100%;
  }
  .wd-2g-101 {
    width: 101%;
  }
  .wd-2g-102 {
    width: 102%;
  }
  .wd-2g-103 {
    width: 103%;
  }
  .wd-2g-104 {
    width: 104%;
  }
  .wd-2g-105 {
    width: 105%;
  }
  .wd-2g-106 {
    width: 106%;
  }
  .wd-2g-107 {
    width: 107%;
  }
  .wd-2g-108 {
    width: 108%;
  }
  .wd-2g-109 {
    width: 109%;
  }
  .wd-2g-110 {
    width: 110%;
  }
  .wd-2g-111 {
    width: 111%;
  }
  .wd-2g-112 {
    width: 112%;
  }
  .wd-2g-113 {
    width: 113%;
  }
  .wd-2g-114 {
    width: 114%;
  }
  .wd-2g-115 {
    width: 115%;
  }
  .wd-2g-116 {
    width: 116%;
  }
  .wd-2g-117 {
    width: 117%;
  }
  .wd-2g-118 {
    width: 118%;
  }
  .wd-2g-119 {
    width: 119%;
  }
  .wd-2g-120 {
    width: 120%;
  }
  .wd-2g-121 {
    width: 121%;
  }
  .wd-2g-122 {
    width: 122%;
  }
  .wd-2g-123 {
    width: 123%;
  }
  .wd-2g-124 {
    width: 124%;
  }
  .wd-2g-125 {
    width: 125%;
  }
  .wd-2g-126 {
    width: 126%;
  }
  .wd-2g-127 {
    width: 127%;
  }
  .wd-2g-128 {
    width: 128%;
  }
  .wd-2g-129 {
    width: 129%;
  }
  .wd-2g-130 {
    width: 130%;
  }
  .wd-2g-131 {
    width: 131%;
  }
  .wd-2g-132 {
    width: 132%;
  }
  .wd-2g-133 {
    width: 133%;
  }
  .wd-2g-134 {
    width: 134%;
  }
  .wd-2g-135 {
    width: 135%;
  }
  .wd-2g-136 {
    width: 136%;
  }
  .wd-2g-137 {
    width: 137%;
  }
  .wd-2g-138 {
    width: 138%;
  }
  .wd-2g-139 {
    width: 139%;
  }
  .wd-2g-140 {
    width: 140%;
  }
  .wd-2g-141 {
    width: 141%;
  }
  .wd-2g-142 {
    width: 142%;
  }
  .wd-2g-143 {
    width: 143%;
  }
  .wd-2g-144 {
    width: 144%;
  }
  .wd-2g-145 {
    width: 145%;
  }
  .wd-2g-146 {
    width: 146%;
  }
  .wd-2g-147 {
    width: 147%;
  }
  .wd-2g-148 {
    width: 148%;
  }
  .wd-2g-149 {
    width: 149%;
  }
  .wd-2g-150 {
    width: 150%;
  }
  .wd-2g-151 {
    width: 151%;
  }
  .wd-2g-152 {
    width: 152%;
  }
  .wd-2g-153 {
    width: 153%;
  }
  .wd-2g-154 {
    width: 154%;
  }
  .wd-2g-155 {
    width: 155%;
  }
  .wd-2g-156 {
    width: 156%;
  }
  .wd-2g-157 {
    width: 157%;
  }
  .wd-2g-158 {
    width: 158%;
  }
  .wd-2g-159 {
    width: 159%;
  }
  .wd-2g-160 {
    width: 160%;
  }
  .wd-2g-161 {
    width: 161%;
  }
  .wd-2g-162 {
    width: 162%;
  }
  .wd-2g-163 {
    width: 163%;
  }
  .wd-2g-164 {
    width: 164%;
  }
  .wd-2g-165 {
    width: 165%;
  }
  .wd-2g-166 {
    width: 166%;
  }
  .wd-2g-167 {
    width: 167%;
  }
  .wd-2g-168 {
    width: 168%;
  }
  .wd-2g-169 {
    width: 169%;
  }
  .wd-2g-170 {
    width: 170%;
  }
  .wd-2g-171 {
    width: 171%;
  }
  .wd-2g-172 {
    width: 172%;
  }
  .wd-2g-173 {
    width: 173%;
  }
  .wd-2g-174 {
    width: 174%;
  }
  .wd-2g-175 {
    width: 175%;
  }
  .wd-2g-176 {
    width: 176%;
  }
  .wd-2g-177 {
    width: 177%;
  }
  .wd-2g-178 {
    width: 178%;
  }
  .wd-2g-179 {
    width: 179%;
  }
  .wd-2g-180 {
    width: 180%;
  }
  .wd-2g-181 {
    width: 181%;
  }
  .wd-2g-182 {
    width: 182%;
  }
  .wd-2g-183 {
    width: 183%;
  }
  .wd-2g-184 {
    width: 184%;
  }
  .wd-2g-185 {
    width: 185%;
  }
  .wd-2g-186 {
    width: 186%;
  }
  .wd-2g-187 {
    width: 187%;
  }
  .wd-2g-188 {
    width: 188%;
  }
  .wd-2g-189 {
    width: 189%;
  }
  .wd-2g-190 {
    width: 190%;
  }
  .wd-2g-191 {
    width: 191%;
  }
  .wd-2g-192 {
    width: 192%;
  }
  .wd-2g-193 {
    width: 193%;
  }
  .wd-2g-194 {
    width: 194%;
  }
  .wd-2g-195 {
    width: 195%;
  }
  .wd-2g-196 {
    width: 196%;
  }
  .wd-2g-197 {
    width: 197%;
  }
  .wd-2g-198 {
    width: 198%;
  }
  .wd-2g-199 {
    width: 199%;
  }
  .wd-2g-200 {
    width: 200%;
  }
  .wd-2g-201 {
    width: 201%;
  }
  .wd-2g-202 {
    width: 202%;
  }
  .wd-2g-203 {
    width: 203%;
  }
  .wd-2g-204 {
    width: 204%;
  }
  .wd-2g-205 {
    width: 205%;
  }
  .wd-2g-206 {
    width: 206%;
  }
  .wd-2g-207 {
    width: 207%;
  }
  .wd-2g-208 {
    width: 208%;
  }
  .wd-2g-209 {
    width: 209%;
  }
  .wd-2g-210 {
    width: 210%;
  }
  .wd-2g-211 {
    width: 211%;
  }
  .wd-2g-212 {
    width: 212%;
  }
  .wd-2g-213 {
    width: 213%;
  }
  .wd-2g-214 {
    width: 214%;
  }
  .wd-2g-215 {
    width: 215%;
  }
  .wd-2g-216 {
    width: 216%;
  }
  .wd-2g-217 {
    width: 217%;
  }
  .wd-2g-218 {
    width: 218%;
  }
  .wd-2g-219 {
    width: 219%;
  }
  .wd-2g-220 {
    width: 220%;
  }
  .wd-2g-221 {
    width: 221%;
  }
  .wd-2g-222 {
    width: 222%;
  }
  .wd-2g-223 {
    width: 223%;
  }
  .wd-2g-224 {
    width: 224%;
  }
  .wd-2g-225 {
    width: 225%;
  }
  .wd-2g-226 {
    width: 226%;
  }
  .wd-2g-227 {
    width: 227%;
  }
  .wd-2g-228 {
    width: 228%;
  }
  .wd-2g-229 {
    width: 229%;
  }
  .wd-2g-230 {
    width: 230%;
  }
  .wd-2g-231 {
    width: 231%;
  }
  .wd-2g-232 {
    width: 232%;
  }
  .wd-2g-233 {
    width: 233%;
  }
  .wd-2g-234 {
    width: 234%;
  }
  .wd-2g-235 {
    width: 235%;
  }
  .wd-2g-236 {
    width: 236%;
  }
  .wd-2g-237 {
    width: 237%;
  }
  .wd-2g-238 {
    width: 238%;
  }
  .wd-2g-239 {
    width: 239%;
  }
  .wd-2g-240 {
    width: 240%;
  }
  .wd-2g-241 {
    width: 241%;
  }
  .wd-2g-242 {
    width: 242%;
  }
  .wd-2g-243 {
    width: 243%;
  }
  .wd-2g-244 {
    width: 244%;
  }
  .wd-2g-245 {
    width: 245%;
  }
  .wd-2g-246 {
    width: 246%;
  }
  .wd-2g-247 {
    width: 247%;
  }
  .wd-2g-248 {
    width: 248%;
  }
  .wd-2g-249 {
    width: 249%;
  }
  .wd-2g-250 {
    width: 250%;
  }
  .wd-2g-251 {
    width: 251%;
  }
  .wd-2g-252 {
    width: 252%;
  }
  .wd-2g-253 {
    width: 253%;
  }
  .wd-2g-254 {
    width: 254%;
  }
  .wd-2g-255 {
    width: 255%;
  }
  .wd-2g-256 {
    width: 256%;
  }
  .wd-2g-257 {
    width: 257%;
  }
  .wd-2g-258 {
    width: 258%;
  }
  .wd-2g-259 {
    width: 259%;
  }
  .wd-2g-260 {
    width: 260%;
  }
  .wd-2g-261 {
    width: 261%;
  }
  .wd-2g-262 {
    width: 262%;
  }
  .wd-2g-263 {
    width: 263%;
  }
  .wd-2g-264 {
    width: 264%;
  }
  .wd-2g-265 {
    width: 265%;
  }
  .wd-2g-266 {
    width: 266%;
  }
  .wd-2g-267 {
    width: 267%;
  }
  .wd-2g-268 {
    width: 268%;
  }
  .wd-2g-269 {
    width: 269%;
  }
  .wd-2g-270 {
    width: 270%;
  }
  .wd-2g-271 {
    width: 271%;
  }
  .wd-2g-272 {
    width: 272%;
  }
  .wd-2g-273 {
    width: 273%;
  }
  .wd-2g-274 {
    width: 274%;
  }
  .wd-2g-275 {
    width: 275%;
  }
  .wd-2g-276 {
    width: 276%;
  }
  .wd-2g-277 {
    width: 277%;
  }
  .wd-2g-278 {
    width: 278%;
  }
  .wd-2g-279 {
    width: 279%;
  }
  .wd-2g-280 {
    width: 280%;
  }
  .wd-2g-281 {
    width: 281%;
  }
  .wd-2g-282 {
    width: 282%;
  }
  .wd-2g-283 {
    width: 283%;
  }
  .wd-2g-284 {
    width: 284%;
  }
  .wd-2g-285 {
    width: 285%;
  }
  .wd-2g-286 {
    width: 286%;
  }
  .wd-2g-287 {
    width: 287%;
  }
  .wd-2g-288 {
    width: 288%;
  }
  .wd-2g-289 {
    width: 289%;
  }
  .wd-2g-290 {
    width: 290%;
  }
  .wd-2g-291 {
    width: 291%;
  }
  .wd-2g-292 {
    width: 292%;
  }
  .wd-2g-293 {
    width: 293%;
  }
  .wd-2g-294 {
    width: 294%;
  }
  .wd-2g-295 {
    width: 295%;
  }
  .wd-2g-296 {
    width: 296%;
  }
  .wd-2g-297 {
    width: 297%;
  }
  .wd-2g-298 {
    width: 298%;
  }
  .wd-2g-299 {
    width: 299%;
  }
  .wd-2g-300 {
    width: 300%;
  }
  .wd-2g-301 {
    width: 301%;
  }
  .wd-2g-302 {
    width: 302%;
  }
  .wd-2g-303 {
    width: 303%;
  }
  .wd-2g-304 {
    width: 304%;
  }
  .wd-2g-305 {
    width: 305%;
  }
  .wd-2g-306 {
    width: 306%;
  }
  .wd-2g-307 {
    width: 307%;
  }
  .wd-2g-308 {
    width: 308%;
  }
  .wd-2g-309 {
    width: 309%;
  }
  .wd-2g-310 {
    width: 310%;
  }
  .wd-2g-311 {
    width: 311%;
  }
  .wd-2g-312 {
    width: 312%;
  }
  .wd-2g-313 {
    width: 313%;
  }
  .wd-2g-314 {
    width: 314%;
  }
  .wd-2g-315 {
    width: 315%;
  }
  .wd-2g-316 {
    width: 316%;
  }
  .wd-2g-317 {
    width: 317%;
  }
  .wd-2g-318 {
    width: 318%;
  }
  .wd-2g-319 {
    width: 319%;
  }
  .wd-2g-320 {
    width: 320%;
  }
  .wd-2g-321 {
    width: 321%;
  }
  .wd-2g-322 {
    width: 322%;
  }
  .wd-2g-323 {
    width: 323%;
  }
  .wd-2g-324 {
    width: 324%;
  }
  .wd-2g-325 {
    width: 325%;
  }
  .wd-2g-326 {
    width: 326%;
  }
  .wd-2g-327 {
    width: 327%;
  }
  .wd-2g-328 {
    width: 328%;
  }
  .wd-2g-329 {
    width: 329%;
  }
  .wd-2g-330 {
    width: 330%;
  }
  .wd-2g-331 {
    width: 331%;
  }
  .wd-2g-332 {
    width: 332%;
  }
  .wd-2g-333 {
    width: 333%;
  }
  .wd-2g-334 {
    width: 334%;
  }
  .wd-2g-335 {
    width: 335%;
  }
  .wd-2g-336 {
    width: 336%;
  }
  .wd-2g-337 {
    width: 337%;
  }
  .wd-2g-338 {
    width: 338%;
  }
  .wd-2g-339 {
    width: 339%;
  }
  .wd-2g-340 {
    width: 340%;
  }
  .wd-2g-341 {
    width: 341%;
  }
  .wd-2g-342 {
    width: 342%;
  }
  .wd-2g-343 {
    width: 343%;
  }
  .wd-2g-344 {
    width: 344%;
  }
  .wd-2g-345 {
    width: 345%;
  }
  .wd-2g-346 {
    width: 346%;
  }
  .wd-2g-347 {
    width: 347%;
  }
  .wd-2g-348 {
    width: 348%;
  }
  .wd-2g-349 {
    width: 349%;
  }
  .wd-2g-350 {
    width: 350%;
  }
  .wd-2g-351 {
    width: 351%;
  }
  .wd-2g-352 {
    width: 352%;
  }
  .wd-2g-353 {
    width: 353%;
  }
  .wd-2g-354 {
    width: 354%;
  }
  .wd-2g-355 {
    width: 355%;
  }
  .wd-2g-356 {
    width: 356%;
  }
  .wd-2g-357 {
    width: 357%;
  }
  .wd-2g-358 {
    width: 358%;
  }
  .wd-2g-359 {
    width: 359%;
  }
  .wd-2g-360 {
    width: 360%;
  }
  .wd-2g-361 {
    width: 361%;
  }
  .wd-2g-362 {
    width: 362%;
  }
  .wd-2g-363 {
    width: 363%;
  }
  .wd-2g-364 {
    width: 364%;
  }
  .wd-2g-365 {
    width: 365%;
  }
  .wd-2g-366 {
    width: 366%;
  }
  .wd-2g-367 {
    width: 367%;
  }
  .wd-2g-368 {
    width: 368%;
  }
  .wd-2g-369 {
    width: 369%;
  }
  .wd-2g-370 {
    width: 370%;
  }
  .wd-2g-371 {
    width: 371%;
  }
  .wd-2g-372 {
    width: 372%;
  }
  .wd-2g-373 {
    width: 373%;
  }
  .wd-2g-374 {
    width: 374%;
  }
  .wd-2g-375 {
    width: 375%;
  }
  .wd-2g-376 {
    width: 376%;
  }
  .wd-2g-377 {
    width: 377%;
  }
  .wd-2g-378 {
    width: 378%;
  }
  .wd-2g-379 {
    width: 379%;
  }
  .wd-2g-380 {
    width: 380%;
  }
  .wd-2g-381 {
    width: 381%;
  }
  .wd-2g-382 {
    width: 382%;
  }
  .wd-2g-383 {
    width: 383%;
  }
  .wd-2g-384 {
    width: 384%;
  }
  .wd-2g-385 {
    width: 385%;
  }
  .wd-2g-386 {
    width: 386%;
  }
  .wd-2g-387 {
    width: 387%;
  }
  .wd-2g-388 {
    width: 388%;
  }
  .wd-2g-389 {
    width: 389%;
  }
  .wd-2g-390 {
    width: 390%;
  }
  .wd-2g-391 {
    width: 391%;
  }
  .wd-2g-392 {
    width: 392%;
  }
  .wd-2g-393 {
    width: 393%;
  }
  .wd-2g-394 {
    width: 394%;
  }
  .wd-2g-395 {
    width: 395%;
  }
  .wd-2g-396 {
    width: 396%;
  }
  .wd-2g-397 {
    width: 397%;
  }
  .wd-2g-398 {
    width: 398%;
  }
  .wd-2g-399 {
    width: 399%;
  }
  .wd-2g-400 {
    width: 400%;
  }
  .wd-2g-401 {
    width: 401%;
  }
  .wd-2g-402 {
    width: 402%;
  }
  .wd-2g-403 {
    width: 403%;
  }
  .wd-2g-404 {
    width: 404%;
  }
  .wd-2g-405 {
    width: 405%;
  }
  .wd-2g-406 {
    width: 406%;
  }
  .wd-2g-407 {
    width: 407%;
  }
  .wd-2g-408 {
    width: 408%;
  }
  .wd-2g-409 {
    width: 409%;
  }
  .wd-2g-410 {
    width: 410%;
  }
  .wd-2g-411 {
    width: 411%;
  }
  .wd-2g-412 {
    width: 412%;
  }
  .wd-2g-413 {
    width: 413%;
  }
  .wd-2g-414 {
    width: 414%;
  }
  .wd-2g-415 {
    width: 415%;
  }
  .wd-2g-416 {
    width: 416%;
  }
  .wd-2g-417 {
    width: 417%;
  }
  .wd-2g-418 {
    width: 418%;
  }
  .wd-2g-419 {
    width: 419%;
  }
  .wd-2g-420 {
    width: 420%;
  }
  .wd-2g-421 {
    width: 421%;
  }
  .wd-2g-422 {
    width: 422%;
  }
  .wd-2g-423 {
    width: 423%;
  }
  .wd-2g-424 {
    width: 424%;
  }
  .wd-2g-425 {
    width: 425%;
  }
  .wd-2g-426 {
    width: 426%;
  }
  .wd-2g-427 {
    width: 427%;
  }
  .wd-2g-428 {
    width: 428%;
  }
  .wd-2g-429 {
    width: 429%;
  }
  .wd-2g-430 {
    width: 430%;
  }
  .wd-2g-431 {
    width: 431%;
  }
  .wd-2g-432 {
    width: 432%;
  }
  .wd-2g-433 {
    width: 433%;
  }
  .wd-2g-434 {
    width: 434%;
  }
  .wd-2g-435 {
    width: 435%;
  }
  .wd-2g-436 {
    width: 436%;
  }
  .wd-2g-437 {
    width: 437%;
  }
  .wd-2g-438 {
    width: 438%;
  }
  .wd-2g-439 {
    width: 439%;
  }
  .wd-2g-440 {
    width: 440%;
  }
  .wd-2g-441 {
    width: 441%;
  }
  .wd-2g-442 {
    width: 442%;
  }
  .wd-2g-443 {
    width: 443%;
  }
  .wd-2g-444 {
    width: 444%;
  }
  .wd-2g-445 {
    width: 445%;
  }
  .wd-2g-446 {
    width: 446%;
  }
  .wd-2g-447 {
    width: 447%;
  }
  .wd-2g-448 {
    width: 448%;
  }
  .wd-2g-449 {
    width: 449%;
  }
  .wd-2g-450 {
    width: 450%;
  }
  .wd-2g-451 {
    width: 451%;
  }
  .wd-2g-452 {
    width: 452%;
  }
  .wd-2g-453 {
    width: 453%;
  }
  .wd-2g-454 {
    width: 454%;
  }
  .wd-2g-455 {
    width: 455%;
  }
  .wd-2g-456 {
    width: 456%;
  }
  .wd-2g-457 {
    width: 457%;
  }
  .wd-2g-458 {
    width: 458%;
  }
  .wd-2g-459 {
    width: 459%;
  }
  .wd-2g-460 {
    width: 460%;
  }
  .wd-2g-461 {
    width: 461%;
  }
  .wd-2g-462 {
    width: 462%;
  }
  .wd-2g-463 {
    width: 463%;
  }
  .wd-2g-464 {
    width: 464%;
  }
  .wd-2g-465 {
    width: 465%;
  }
  .wd-2g-466 {
    width: 466%;
  }
  .wd-2g-467 {
    width: 467%;
  }
  .wd-2g-468 {
    width: 468%;
  }
  .wd-2g-469 {
    width: 469%;
  }
  .wd-2g-470 {
    width: 470%;
  }
  .wd-2g-471 {
    width: 471%;
  }
  .wd-2g-472 {
    width: 472%;
  }
  .wd-2g-473 {
    width: 473%;
  }
  .wd-2g-474 {
    width: 474%;
  }
  .wd-2g-475 {
    width: 475%;
  }
  .wd-2g-476 {
    width: 476%;
  }
  .wd-2g-477 {
    width: 477%;
  }
  .wd-2g-478 {
    width: 478%;
  }
  .wd-2g-479 {
    width: 479%;
  }
  .wd-2g-480 {
    width: 480%;
  }
  .wd-2g-481 {
    width: 481%;
  }
  .wd-2g-482 {
    width: 482%;
  }
  .wd-2g-483 {
    width: 483%;
  }
  .wd-2g-484 {
    width: 484%;
  }
  .wd-2g-485 {
    width: 485%;
  }
  .wd-2g-486 {
    width: 486%;
  }
  .wd-2g-487 {
    width: 487%;
  }
  .wd-2g-488 {
    width: 488%;
  }
  .wd-2g-489 {
    width: 489%;
  }
  .wd-2g-490 {
    width: 490%;
  }
  .wd-2g-491 {
    width: 491%;
  }
  .wd-2g-492 {
    width: 492%;
  }
  .wd-2g-493 {
    width: 493%;
  }
  .wd-2g-494 {
    width: 494%;
  }
  .wd-2g-495 {
    width: 495%;
  }
  .wd-2g-496 {
    width: 496%;
  }
  .wd-2g-497 {
    width: 497%;
  }
  .wd-2g-498 {
    width: 498%;
  }
  .wd-2g-499 {
    width: 499%;
  }
  .wd-2g-500 {
    width: 500%;
  }
  .wd-2g-501 {
    width: 501%;
  }
  .wd-2g-502 {
    width: 502%;
  }
  .wd-2g-503 {
    width: 503%;
  }
  .wd-2g-504 {
    width: 504%;
  }
  .wd-2g-505 {
    width: 505%;
  }
  .wd-2g-506 {
    width: 506%;
  }
  .wd-2g-507 {
    width: 507%;
  }
  .wd-2g-508 {
    width: 508%;
  }
  .wd-2g-509 {
    width: 509%;
  }
  .wd-2g-510 {
    width: 510%;
  }
  .wd-2g-511 {
    width: 511%;
  }
  .wd-2g-512 {
    width: 512%;
  }
  .wd-2g-513 {
    width: 513%;
  }
  .wd-2g-514 {
    width: 514%;
  }
  .wd-2g-515 {
    width: 515%;
  }
  .wd-2g-516 {
    width: 516%;
  }
  .wd-2g-517 {
    width: 517%;
  }
  .wd-2g-518 {
    width: 518%;
  }
  .wd-2g-519 {
    width: 519%;
  }
  .wd-2g-520 {
    width: 520%;
  }
  .wd-2g-521 {
    width: 521%;
  }
  .wd-2g-522 {
    width: 522%;
  }
  .wd-2g-523 {
    width: 523%;
  }
  .wd-2g-524 {
    width: 524%;
  }
  .wd-2g-525 {
    width: 525%;
  }
  .wd-2g-526 {
    width: 526%;
  }
  .wd-2g-527 {
    width: 527%;
  }
  .wd-2g-528 {
    width: 528%;
  }
  .wd-2g-529 {
    width: 529%;
  }
  .wd-2g-530 {
    width: 530%;
  }
  .wd-2g-531 {
    width: 531%;
  }
  .wd-2g-532 {
    width: 532%;
  }
  .wd-2g-533 {
    width: 533%;
  }
  .wd-2g-534 {
    width: 534%;
  }
  .wd-2g-535 {
    width: 535%;
  }
  .wd-2g-536 {
    width: 536%;
  }
  .wd-2g-537 {
    width: 537%;
  }
  .wd-2g-538 {
    width: 538%;
  }
  .wd-2g-539 {
    width: 539%;
  }
  .wd-2g-540 {
    width: 540%;
  }
  .wd-2g-541 {
    width: 541%;
  }
  .wd-2g-542 {
    width: 542%;
  }
  .wd-2g-543 {
    width: 543%;
  }
  .wd-2g-544 {
    width: 544%;
  }
  .wd-2g-545 {
    width: 545%;
  }
  .wd-2g-546 {
    width: 546%;
  }
  .wd-2g-547 {
    width: 547%;
  }
  .wd-2g-548 {
    width: 548%;
  }
  .wd-2g-549 {
    width: 549%;
  }
  .wd-2g-550 {
    width: 550%;
  }
  .wd-2g-551 {
    width: 551%;
  }
  .wd-2g-552 {
    width: 552%;
  }
  .wd-2g-553 {
    width: 553%;
  }
  .wd-2g-554 {
    width: 554%;
  }
  .wd-2g-555 {
    width: 555%;
  }
  .wd-2g-556 {
    width: 556%;
  }
  .wd-2g-557 {
    width: 557%;
  }
  .wd-2g-558 {
    width: 558%;
  }
  .wd-2g-559 {
    width: 559%;
  }
  .wd-2g-560 {
    width: 560%;
  }
  .wd-2g-561 {
    width: 561%;
  }
  .wd-2g-562 {
    width: 562%;
  }
  .wd-2g-563 {
    width: 563%;
  }
  .wd-2g-564 {
    width: 564%;
  }
  .wd-2g-565 {
    width: 565%;
  }
  .wd-2g-566 {
    width: 566%;
  }
  .wd-2g-567 {
    width: 567%;
  }
  .wd-2g-568 {
    width: 568%;
  }
  .wd-2g-569 {
    width: 569%;
  }
  .wd-2g-570 {
    width: 570%;
  }
  .wd-2g-571 {
    width: 571%;
  }
  .wd-2g-572 {
    width: 572%;
  }
  .wd-2g-573 {
    width: 573%;
  }
  .wd-2g-574 {
    width: 574%;
  }
  .wd-2g-575 {
    width: 575%;
  }
  .wd-2g-576 {
    width: 576%;
  }
  .wd-2g-577 {
    width: 577%;
  }
  .wd-2g-578 {
    width: 578%;
  }
  .wd-2g-579 {
    width: 579%;
  }
  .wd-2g-580 {
    width: 580%;
  }
  .wd-2g-581 {
    width: 581%;
  }
  .wd-2g-582 {
    width: 582%;
  }
  .wd-2g-583 {
    width: 583%;
  }
  .wd-2g-584 {
    width: 584%;
  }
  .wd-2g-585 {
    width: 585%;
  }
  .wd-2g-586 {
    width: 586%;
  }
  .wd-2g-587 {
    width: 587%;
  }
  .wd-2g-588 {
    width: 588%;
  }
  .wd-2g-589 {
    width: 589%;
  }
  .wd-2g-590 {
    width: 590%;
  }
  .wd-2g-591 {
    width: 591%;
  }
  .wd-2g-592 {
    width: 592%;
  }
  .wd-2g-593 {
    width: 593%;
  }
  .wd-2g-594 {
    width: 594%;
  }
  .wd-2g-595 {
    width: 595%;
  }
  .wd-2g-596 {
    width: 596%;
  }
  .wd-2g-597 {
    width: 597%;
  }
  .wd-2g-598 {
    width: 598%;
  }
  .wd-2g-599 {
    width: 599%;
  }
  .wd-2g-600 {
    width: 600%;
  }
  .wd-2g-601 {
    width: 601%;
  }
  .wd-2g-602 {
    width: 602%;
  }
  .wd-2g-603 {
    width: 603%;
  }
  .wd-2g-604 {
    width: 604%;
  }
  .wd-2g-605 {
    width: 605%;
  }
  .wd-2g-606 {
    width: 606%;
  }
  .wd-2g-607 {
    width: 607%;
  }
  .wd-2g-608 {
    width: 608%;
  }
  .wd-2g-609 {
    width: 609%;
  }
  .wd-2g-610 {
    width: 610%;
  }
  .wd-2g-611 {
    width: 611%;
  }
  .wd-2g-612 {
    width: 612%;
  }
  .wd-2g-613 {
    width: 613%;
  }
  .wd-2g-614 {
    width: 614%;
  }
  .wd-2g-615 {
    width: 615%;
  }
  .wd-2g-616 {
    width: 616%;
  }
  .wd-2g-617 {
    width: 617%;
  }
  .wd-2g-618 {
    width: 618%;
  }
  .wd-2g-619 {
    width: 619%;
  }
  .wd-2g-620 {
    width: 620%;
  }
  .wd-2g-621 {
    width: 621%;
  }
  .wd-2g-622 {
    width: 622%;
  }
  .wd-2g-623 {
    width: 623%;
  }
  .wd-2g-624 {
    width: 624%;
  }
  .wd-2g-625 {
    width: 625%;
  }
  .wd-2g-626 {
    width: 626%;
  }
  .wd-2g-627 {
    width: 627%;
  }
  .wd-2g-628 {
    width: 628%;
  }
  .wd-2g-629 {
    width: 629%;
  }
  .wd-2g-630 {
    width: 630%;
  }
  .wd-2g-631 {
    width: 631%;
  }
  .wd-2g-632 {
    width: 632%;
  }
  .wd-2g-633 {
    width: 633%;
  }
  .wd-2g-634 {
    width: 634%;
  }
  .wd-2g-635 {
    width: 635%;
  }
  .wd-2g-636 {
    width: 636%;
  }
  .wd-2g-637 {
    width: 637%;
  }
  .wd-2g-638 {
    width: 638%;
  }
  .wd-2g-639 {
    width: 639%;
  }
  .wd-2g-640 {
    width: 640%;
  }
  .wd-2g-641 {
    width: 641%;
  }
  .wd-2g-642 {
    width: 642%;
  }
  .wd-2g-643 {
    width: 643%;
  }
  .wd-2g-644 {
    width: 644%;
  }
  .wd-2g-645 {
    width: 645%;
  }
  .wd-2g-646 {
    width: 646%;
  }
  .wd-2g-647 {
    width: 647%;
  }
  .wd-2g-648 {
    width: 648%;
  }
  .wd-2g-649 {
    width: 649%;
  }
  .wd-2g-650 {
    width: 650%;
  }
  .wd-2g-651 {
    width: 651%;
  }
  .wd-2g-652 {
    width: 652%;
  }
  .wd-2g-653 {
    width: 653%;
  }
  .wd-2g-654 {
    width: 654%;
  }
  .wd-2g-655 {
    width: 655%;
  }
  .wd-2g-656 {
    width: 656%;
  }
  .wd-2g-657 {
    width: 657%;
  }
  .wd-2g-658 {
    width: 658%;
  }
  .wd-2g-659 {
    width: 659%;
  }
  .wd-2g-660 {
    width: 660%;
  }
  .wd-2g-661 {
    width: 661%;
  }
  .wd-2g-662 {
    width: 662%;
  }
  .wd-2g-663 {
    width: 663%;
  }
  .wd-2g-664 {
    width: 664%;
  }
  .wd-2g-665 {
    width: 665%;
  }
  .wd-2g-666 {
    width: 666%;
  }
  .wd-2g-667 {
    width: 667%;
  }
  .wd-2g-668 {
    width: 668%;
  }
  .wd-2g-669 {
    width: 669%;
  }
  .wd-2g-670 {
    width: 670%;
  }
  .wd-2g-671 {
    width: 671%;
  }
  .wd-2g-672 {
    width: 672%;
  }
  .wd-2g-673 {
    width: 673%;
  }
  .wd-2g-674 {
    width: 674%;
  }
  .wd-2g-675 {
    width: 675%;
  }
  .wd-2g-676 {
    width: 676%;
  }
  .wd-2g-677 {
    width: 677%;
  }
  .wd-2g-678 {
    width: 678%;
  }
  .wd-2g-679 {
    width: 679%;
  }
  .wd-2g-680 {
    width: 680%;
  }
  .wd-2g-681 {
    width: 681%;
  }
  .wd-2g-682 {
    width: 682%;
  }
  .wd-2g-683 {
    width: 683%;
  }
  .wd-2g-684 {
    width: 684%;
  }
  .wd-2g-685 {
    width: 685%;
  }
  .wd-2g-686 {
    width: 686%;
  }
  .wd-2g-687 {
    width: 687%;
  }
  .wd-2g-688 {
    width: 688%;
  }
  .wd-2g-689 {
    width: 689%;
  }
  .wd-2g-690 {
    width: 690%;
  }
  .wd-2g-691 {
    width: 691%;
  }
  .wd-2g-692 {
    width: 692%;
  }
  .wd-2g-693 {
    width: 693%;
  }
  .wd-2g-694 {
    width: 694%;
  }
  .wd-2g-695 {
    width: 695%;
  }
  .wd-2g-696 {
    width: 696%;
  }
  .wd-2g-697 {
    width: 697%;
  }
  .wd-2g-698 {
    width: 698%;
  }
  .wd-2g-699 {
    width: 699%;
  }
  .wd-2g-700 {
    width: 700%;
  }
  .wd-2g-701 {
    width: 701%;
  }
  .wd-2g-702 {
    width: 702%;
  }
  .wd-2g-703 {
    width: 703%;
  }
  .wd-2g-704 {
    width: 704%;
  }
  .wd-2g-705 {
    width: 705%;
  }
  .wd-2g-706 {
    width: 706%;
  }
  .wd-2g-707 {
    width: 707%;
  }
  .wd-2g-708 {
    width: 708%;
  }
  .wd-2g-709 {
    width: 709%;
  }
  .wd-2g-710 {
    width: 710%;
  }
  .wd-2g-711 {
    width: 711%;
  }
  .wd-2g-712 {
    width: 712%;
  }
  .wd-2g-713 {
    width: 713%;
  }
  .wd-2g-714 {
    width: 714%;
  }
  .wd-2g-715 {
    width: 715%;
  }
  .wd-2g-716 {
    width: 716%;
  }
  .wd-2g-717 {
    width: 717%;
  }
  .wd-2g-718 {
    width: 718%;
  }
  .wd-2g-719 {
    width: 719%;
  }
  .wd-2g-720 {
    width: 720%;
  }
  .wd-2g-721 {
    width: 721%;
  }
  .wd-2g-722 {
    width: 722%;
  }
  .wd-2g-723 {
    width: 723%;
  }
  .wd-2g-724 {
    width: 724%;
  }
  .wd-2g-725 {
    width: 725%;
  }
  .wd-2g-726 {
    width: 726%;
  }
  .wd-2g-727 {
    width: 727%;
  }
  .wd-2g-728 {
    width: 728%;
  }
  .wd-2g-729 {
    width: 729%;
  }
  .wd-2g-730 {
    width: 730%;
  }
  .wd-2g-731 {
    width: 731%;
  }
  .wd-2g-732 {
    width: 732%;
  }
  .wd-2g-733 {
    width: 733%;
  }
  .wd-2g-734 {
    width: 734%;
  }
  .wd-2g-735 {
    width: 735%;
  }
  .wd-2g-736 {
    width: 736%;
  }
  .wd-2g-737 {
    width: 737%;
  }
  .wd-2g-738 {
    width: 738%;
  }
  .wd-2g-739 {
    width: 739%;
  }
  .wd-2g-740 {
    width: 740%;
  }
  .wd-2g-741 {
    width: 741%;
  }
  .wd-2g-742 {
    width: 742%;
  }
  .wd-2g-743 {
    width: 743%;
  }
  .wd-2g-744 {
    width: 744%;
  }
  .wd-2g-745 {
    width: 745%;
  }
  .wd-2g-746 {
    width: 746%;
  }
  .wd-2g-747 {
    width: 747%;
  }
  .wd-2g-748 {
    width: 748%;
  }
  .wd-2g-749 {
    width: 749%;
  }
  .wd-2g-750 {
    width: 750%;
  }
  .wd-2g-751 {
    width: 751%;
  }
  .wd-2g-752 {
    width: 752%;
  }
  .wd-2g-753 {
    width: 753%;
  }
  .wd-2g-754 {
    width: 754%;
  }
  .wd-2g-755 {
    width: 755%;
  }
  .wd-2g-756 {
    width: 756%;
  }
  .wd-2g-757 {
    width: 757%;
  }
  .wd-2g-758 {
    width: 758%;
  }
  .wd-2g-759 {
    width: 759%;
  }
  .wd-2g-760 {
    width: 760%;
  }
  .wd-2g-761 {
    width: 761%;
  }
  .wd-2g-762 {
    width: 762%;
  }
  .wd-2g-763 {
    width: 763%;
  }
  .wd-2g-764 {
    width: 764%;
  }
  .wd-2g-765 {
    width: 765%;
  }
  .wd-2g-766 {
    width: 766%;
  }
  .wd-2g-767 {
    width: 767%;
  }
  .wd-2g-768 {
    width: 768%;
  }
  .wd-2g-769 {
    width: 769%;
  }
  .wd-2g-770 {
    width: 770%;
  }
  .wd-2g-771 {
    width: 771%;
  }
  .wd-2g-772 {
    width: 772%;
  }
  .wd-2g-773 {
    width: 773%;
  }
  .wd-2g-774 {
    width: 774%;
  }
  .wd-2g-775 {
    width: 775%;
  }
  .wd-2g-776 {
    width: 776%;
  }
  .wd-2g-777 {
    width: 777%;
  }
  .wd-2g-778 {
    width: 778%;
  }
  .wd-2g-779 {
    width: 779%;
  }
  .wd-2g-780 {
    width: 780%;
  }
  .wd-2g-781 {
    width: 781%;
  }
  .wd-2g-782 {
    width: 782%;
  }
  .wd-2g-783 {
    width: 783%;
  }
  .wd-2g-784 {
    width: 784%;
  }
  .wd-2g-785 {
    width: 785%;
  }
  .wd-2g-786 {
    width: 786%;
  }
  .wd-2g-787 {
    width: 787%;
  }
  .wd-2g-788 {
    width: 788%;
  }
  .wd-2g-789 {
    width: 789%;
  }
  .wd-2g-790 {
    width: 790%;
  }
  .wd-2g-791 {
    width: 791%;
  }
  .wd-2g-792 {
    width: 792%;
  }
  .wd-2g-793 {
    width: 793%;
  }
  .wd-2g-794 {
    width: 794%;
  }
  .wd-2g-795 {
    width: 795%;
  }
  .wd-2g-796 {
    width: 796%;
  }
  .wd-2g-797 {
    width: 797%;
  }
  .wd-2g-798 {
    width: 798%;
  }
  .wd-2g-799 {
    width: 799%;
  }
  .wd-2g-800 {
    width: 800%;
  }
  .wd-2g-801 {
    width: 801%;
  }
  .wd-2g-802 {
    width: 802%;
  }
  .wd-2g-803 {
    width: 803%;
  }
  .wd-2g-804 {
    width: 804%;
  }
  .wd-2g-805 {
    width: 805%;
  }
  .wd-2g-806 {
    width: 806%;
  }
  .wd-2g-807 {
    width: 807%;
  }
  .wd-2g-808 {
    width: 808%;
  }
  .wd-2g-809 {
    width: 809%;
  }
  .wd-2g-810 {
    width: 810%;
  }
  .wd-2g-811 {
    width: 811%;
  }
  .wd-2g-812 {
    width: 812%;
  }
  .wd-2g-813 {
    width: 813%;
  }
  .wd-2g-814 {
    width: 814%;
  }
  .wd-2g-815 {
    width: 815%;
  }
  .wd-2g-816 {
    width: 816%;
  }
  .wd-2g-817 {
    width: 817%;
  }
  .wd-2g-818 {
    width: 818%;
  }
  .wd-2g-819 {
    width: 819%;
  }
  .wd-2g-820 {
    width: 820%;
  }
  .wd-2g-821 {
    width: 821%;
  }
  .wd-2g-822 {
    width: 822%;
  }
  .wd-2g-823 {
    width: 823%;
  }
  .wd-2g-824 {
    width: 824%;
  }
  .wd-2g-825 {
    width: 825%;
  }
  .wd-2g-826 {
    width: 826%;
  }
  .wd-2g-827 {
    width: 827%;
  }
  .wd-2g-828 {
    width: 828%;
  }
  .wd-2g-829 {
    width: 829%;
  }
  .wd-2g-830 {
    width: 830%;
  }
  .wd-2g-831 {
    width: 831%;
  }
  .wd-2g-832 {
    width: 832%;
  }
  .wd-2g-833 {
    width: 833%;
  }
  .wd-2g-834 {
    width: 834%;
  }
  .wd-2g-835 {
    width: 835%;
  }
  .wd-2g-836 {
    width: 836%;
  }
  .wd-2g-837 {
    width: 837%;
  }
  .wd-2g-838 {
    width: 838%;
  }
  .wd-2g-839 {
    width: 839%;
  }
  .wd-2g-840 {
    width: 840%;
  }
  .wd-2g-841 {
    width: 841%;
  }
  .wd-2g-842 {
    width: 842%;
  }
  .wd-2g-843 {
    width: 843%;
  }
  .wd-2g-844 {
    width: 844%;
  }
  .wd-2g-845 {
    width: 845%;
  }
  .wd-2g-846 {
    width: 846%;
  }
  .wd-2g-847 {
    width: 847%;
  }
  .wd-2g-848 {
    width: 848%;
  }
  .wd-2g-849 {
    width: 849%;
  }
  .wd-2g-850 {
    width: 850%;
  }
  .wd-2g-851 {
    width: 851%;
  }
  .wd-2g-852 {
    width: 852%;
  }
  .wd-2g-853 {
    width: 853%;
  }
  .wd-2g-854 {
    width: 854%;
  }
  .wd-2g-855 {
    width: 855%;
  }
  .wd-2g-856 {
    width: 856%;
  }
  .wd-2g-857 {
    width: 857%;
  }
  .wd-2g-858 {
    width: 858%;
  }
  .wd-2g-859 {
    width: 859%;
  }
  .wd-2g-860 {
    width: 860%;
  }
  .wd-2g-861 {
    width: 861%;
  }
  .wd-2g-862 {
    width: 862%;
  }
  .wd-2g-863 {
    width: 863%;
  }
  .wd-2g-864 {
    width: 864%;
  }
  .wd-2g-865 {
    width: 865%;
  }
  .wd-2g-866 {
    width: 866%;
  }
  .wd-2g-867 {
    width: 867%;
  }
  .wd-2g-868 {
    width: 868%;
  }
  .wd-2g-869 {
    width: 869%;
  }
  .wd-2g-870 {
    width: 870%;
  }
  .wd-2g-871 {
    width: 871%;
  }
  .wd-2g-872 {
    width: 872%;
  }
  .wd-2g-873 {
    width: 873%;
  }
  .wd-2g-874 {
    width: 874%;
  }
  .wd-2g-875 {
    width: 875%;
  }
  .wd-2g-876 {
    width: 876%;
  }
  .wd-2g-877 {
    width: 877%;
  }
  .wd-2g-878 {
    width: 878%;
  }
  .wd-2g-879 {
    width: 879%;
  }
  .wd-2g-880 {
    width: 880%;
  }
  .wd-2g-881 {
    width: 881%;
  }
  .wd-2g-882 {
    width: 882%;
  }
  .wd-2g-883 {
    width: 883%;
  }
  .wd-2g-884 {
    width: 884%;
  }
  .wd-2g-885 {
    width: 885%;
  }
  .wd-2g-886 {
    width: 886%;
  }
  .wd-2g-887 {
    width: 887%;
  }
  .wd-2g-888 {
    width: 888%;
  }
  .wd-2g-889 {
    width: 889%;
  }
  .wd-2g-890 {
    width: 890%;
  }
  .wd-2g-891 {
    width: 891%;
  }
  .wd-2g-892 {
    width: 892%;
  }
  .wd-2g-893 {
    width: 893%;
  }
  .wd-2g-894 {
    width: 894%;
  }
  .wd-2g-895 {
    width: 895%;
  }
  .wd-2g-896 {
    width: 896%;
  }
  .wd-2g-897 {
    width: 897%;
  }
  .wd-2g-898 {
    width: 898%;
  }
  .wd-2g-899 {
    width: 899%;
  }
  .wd-2g-900 {
    width: 900%;
  }
  .wd-2g-901 {
    width: 901%;
  }
  .wd-2g-902 {
    width: 902%;
  }
  .wd-2g-903 {
    width: 903%;
  }
  .wd-2g-904 {
    width: 904%;
  }
  .wd-2g-905 {
    width: 905%;
  }
  .wd-2g-906 {
    width: 906%;
  }
  .wd-2g-907 {
    width: 907%;
  }
  .wd-2g-908 {
    width: 908%;
  }
  .wd-2g-909 {
    width: 909%;
  }
  .wd-2g-910 {
    width: 910%;
  }
  .wd-2g-911 {
    width: 911%;
  }
  .wd-2g-912 {
    width: 912%;
  }
  .wd-2g-913 {
    width: 913%;
  }
  .wd-2g-914 {
    width: 914%;
  }
  .wd-2g-915 {
    width: 915%;
  }
  .wd-2g-916 {
    width: 916%;
  }
  .wd-2g-917 {
    width: 917%;
  }
  .wd-2g-918 {
    width: 918%;
  }
  .wd-2g-919 {
    width: 919%;
  }
  .wd-2g-920 {
    width: 920%;
  }
  .wd-2g-921 {
    width: 921%;
  }
  .wd-2g-922 {
    width: 922%;
  }
  .wd-2g-923 {
    width: 923%;
  }
  .wd-2g-924 {
    width: 924%;
  }
  .wd-2g-925 {
    width: 925%;
  }
  .wd-2g-926 {
    width: 926%;
  }
  .wd-2g-927 {
    width: 927%;
  }
  .wd-2g-928 {
    width: 928%;
  }
  .wd-2g-929 {
    width: 929%;
  }
  .wd-2g-930 {
    width: 930%;
  }
  .wd-2g-931 {
    width: 931%;
  }
  .wd-2g-932 {
    width: 932%;
  }
  .wd-2g-933 {
    width: 933%;
  }
  .wd-2g-934 {
    width: 934%;
  }
  .wd-2g-935 {
    width: 935%;
  }
  .wd-2g-936 {
    width: 936%;
  }
  .wd-2g-937 {
    width: 937%;
  }
  .wd-2g-938 {
    width: 938%;
  }
  .wd-2g-939 {
    width: 939%;
  }
  .wd-2g-940 {
    width: 940%;
  }
  .wd-2g-941 {
    width: 941%;
  }
  .wd-2g-942 {
    width: 942%;
  }
  .wd-2g-943 {
    width: 943%;
  }
  .wd-2g-944 {
    width: 944%;
  }
  .wd-2g-945 {
    width: 945%;
  }
  .wd-2g-946 {
    width: 946%;
  }
  .wd-2g-947 {
    width: 947%;
  }
  .wd-2g-948 {
    width: 948%;
  }
  .wd-2g-949 {
    width: 949%;
  }
  .wd-2g-950 {
    width: 950%;
  }
  .wd-2g-951 {
    width: 951%;
  }
  .wd-2g-952 {
    width: 952%;
  }
  .wd-2g-953 {
    width: 953%;
  }
  .wd-2g-954 {
    width: 954%;
  }
  .wd-2g-955 {
    width: 955%;
  }
  .wd-2g-956 {
    width: 956%;
  }
  .wd-2g-957 {
    width: 957%;
  }
  .wd-2g-958 {
    width: 958%;
  }
  .wd-2g-959 {
    width: 959%;
  }
  .wd-2g-960 {
    width: 960%;
  }
  .wd-2g-961 {
    width: 961%;
  }
  .wd-2g-962 {
    width: 962%;
  }
  .wd-2g-963 {
    width: 963%;
  }
  .wd-2g-964 {
    width: 964%;
  }
  .wd-2g-965 {
    width: 965%;
  }
  .wd-2g-966 {
    width: 966%;
  }
  .wd-2g-967 {
    width: 967%;
  }
  .wd-2g-968 {
    width: 968%;
  }
  .wd-2g-969 {
    width: 969%;
  }
  .wd-2g-970 {
    width: 970%;
  }
  .wd-2g-971 {
    width: 971%;
  }
  .wd-2g-972 {
    width: 972%;
  }
  .wd-2g-973 {
    width: 973%;
  }
  .wd-2g-974 {
    width: 974%;
  }
  .wd-2g-975 {
    width: 975%;
  }
  .wd-2g-976 {
    width: 976%;
  }
  .wd-2g-977 {
    width: 977%;
  }
  .wd-2g-978 {
    width: 978%;
  }
  .wd-2g-979 {
    width: 979%;
  }
  .wd-2g-980 {
    width: 980%;
  }
  .wd-2g-981 {
    width: 981%;
  }
  .wd-2g-982 {
    width: 982%;
  }
  .wd-2g-983 {
    width: 983%;
  }
  .wd-2g-984 {
    width: 984%;
  }
  .wd-2g-985 {
    width: 985%;
  }
  .wd-2g-986 {
    width: 986%;
  }
  .wd-2g-987 {
    width: 987%;
  }
  .wd-2g-988 {
    width: 988%;
  }
  .wd-2g-989 {
    width: 989%;
  }
  .wd-2g-990 {
    width: 990%;
  }
  .wd-2g-991 {
    width: 991%;
  }
  .wd-2g-992 {
    width: 992%;
  }
  .wd-2g-993 {
    width: 993%;
  }
  .wd-2g-994 {
    width: 994%;
  }
  .wd-2g-995 {
    width: 995%;
  }
  .wd-2g-996 {
    width: 996%;
  }
  .wd-2g-997 {
    width: 997%;
  }
  .wd-2g-998 {
    width: 998%;
  }
  .wd-2g-999 {
    width: 999%;
  }
  .wd-2g-1000 {
    width: 1000%;
  }
}
@media (min-width: 1360px) {
  .wd-3g-5 {
    width: 5%;
  }
  .wd-3g-10 {
    width: 10%;
  }
  .wd-3g-11 {
    width: 11%;
  }
  .wd-3g-12 {
    width: 12%;
  }
  .wd-3g-13 {
    width: 13%;
  }
  .wd-3g-14 {
    width: 14%;
  }
  .wd-3g-15 {
    width: 15%;
  }
  .wd-3g-16 {
    width: 16%;
  }
  .wd-3g-17 {
    width: 17%;
  }
  .wd-3g-18 {
    width: 18%;
  }
  .wd-3g-19 {
    width: 19%;
  }
  .wd-3g-20 {
    width: 20%;
  }
  .wd-3g-21 {
    width: 21%;
  }
  .wd-3g-22 {
    width: 22%;
  }
  .wd-3g-23 {
    width: 23%;
  }
  .wd-3g-24 {
    width: 24%;
  }
  .wd-3g-25 {
    width: 25%;
  }
  .wd-3g-26 {
    width: 26%;
  }
  .wd-3g-27 {
    width: 27%;
  }
  .wd-3g-28 {
    width: 28%;
  }
  .wd-3g-29 {
    width: 29%;
  }
  .wd-3g-30 {
    width: 30%;
  }
  .wd-3g-31 {
    width: 31%;
  }
  .wd-3g-32 {
    width: 32%;
  }
  .wd-3g-33 {
    width: 33%;
  }
  .wd-3g-34 {
    width: 34%;
  }
  .wd-3g-35 {
    width: 35%;
  }
  .wd-3g-36 {
    width: 36%;
  }
  .wd-3g-37 {
    width: 37%;
  }
  .wd-3g-38 {
    width: 38%;
  }
  .wd-3g-39 {
    width: 39%;
  }
  .wd-3g-40 {
    width: 40%;
  }
  .wd-3g-41 {
    width: 41%;
  }
  .wd-3g-42 {
    width: 42%;
  }
  .wd-3g-43 {
    width: 43%;
  }
  .wd-3g-44 {
    width: 44%;
  }
  .wd-3g-45 {
    width: 45%;
  }
  .wd-3g-46 {
    width: 46%;
  }
  .wd-3g-47 {
    width: 47%;
  }
  .wd-3g-48 {
    width: 48%;
  }
  .wd-3g-49 {
    width: 49%;
  }
  .wd-3g-50 {
    width: 50%;
  }
  .wd-3g-51 {
    width: 51%;
  }
  .wd-3g-52 {
    width: 52%;
  }
  .wd-3g-53 {
    width: 53%;
  }
  .wd-3g-54 {
    width: 54%;
  }
  .wd-3g-55 {
    width: 55%;
  }
  .wd-3g-56 {
    width: 56%;
  }
  .wd-3g-57 {
    width: 57%;
  }
  .wd-3g-58 {
    width: 58%;
  }
  .wd-3g-59 {
    width: 59%;
  }
  .wd-3g-60 {
    width: 60%;
  }
  .wd-3g-61 {
    width: 61%;
  }
  .wd-3g-62 {
    width: 62%;
  }
  .wd-3g-63 {
    width: 63%;
  }
  .wd-3g-64 {
    width: 64%;
  }
  .wd-3g-65 {
    width: 65%;
  }
  .wd-3g-66 {
    width: 66%;
  }
  .wd-3g-67 {
    width: 67%;
  }
  .wd-3g-68 {
    width: 68%;
  }
  .wd-3g-69 {
    width: 69%;
  }
  .wd-3g-70 {
    width: 70%;
  }
  .wd-3g-71 {
    width: 71%;
  }
  .wd-3g-72 {
    width: 72%;
  }
  .wd-3g-73 {
    width: 73%;
  }
  .wd-3g-74 {
    width: 74%;
  }
  .wd-3g-75 {
    width: 75%;
  }
  .wd-3g-76 {
    width: 76%;
  }
  .wd-3g-77 {
    width: 77%;
  }
  .wd-3g-78 {
    width: 78%;
  }
  .wd-3g-79 {
    width: 79%;
  }
  .wd-3g-80 {
    width: 80%;
  }
  .wd-3g-81 {
    width: 81%;
  }
  .wd-3g-82 {
    width: 82%;
  }
  .wd-3g-83 {
    width: 83%;
  }
  .wd-3g-84 {
    width: 84%;
  }
  .wd-3g-85 {
    width: 85%;
  }
  .wd-3g-86 {
    width: 86%;
  }
  .wd-3g-87 {
    width: 87%;
  }
  .wd-3g-88 {
    width: 88%;
  }
  .wd-3g-89 {
    width: 89%;
  }
  .wd-3g-90 {
    width: 90%;
  }
  .wd-3g-91 {
    width: 91%;
  }
  .wd-3g-92 {
    width: 92%;
  }
  .wd-3g-93 {
    width: 93%;
  }
  .wd-3g-94 {
    width: 94%;
  }
  .wd-3g-95 {
    width: 95%;
  }
  .wd-3g-96 {
    width: 96%;
  }
  .wd-3g-97 {
    width: 97%;
  }
  .wd-3g-98 {
    width: 98%;
  }
  .wd-3g-99 {
    width: 99%;
  }
  .wd-3g-100 {
    width: 100%;
  }
  .wd-3g-101 {
    width: 101%;
  }
  .wd-3g-102 {
    width: 102%;
  }
  .wd-3g-103 {
    width: 103%;
  }
  .wd-3g-104 {
    width: 104%;
  }
  .wd-3g-105 {
    width: 105%;
  }
  .wd-3g-106 {
    width: 106%;
  }
  .wd-3g-107 {
    width: 107%;
  }
  .wd-3g-108 {
    width: 108%;
  }
  .wd-3g-109 {
    width: 109%;
  }
  .wd-3g-110 {
    width: 110%;
  }
  .wd-3g-111 {
    width: 111%;
  }
  .wd-3g-112 {
    width: 112%;
  }
  .wd-3g-113 {
    width: 113%;
  }
  .wd-3g-114 {
    width: 114%;
  }
  .wd-3g-115 {
    width: 115%;
  }
  .wd-3g-116 {
    width: 116%;
  }
  .wd-3g-117 {
    width: 117%;
  }
  .wd-3g-118 {
    width: 118%;
  }
  .wd-3g-119 {
    width: 119%;
  }
  .wd-3g-120 {
    width: 120%;
  }
  .wd-3g-121 {
    width: 121%;
  }
  .wd-3g-122 {
    width: 122%;
  }
  .wd-3g-123 {
    width: 123%;
  }
  .wd-3g-124 {
    width: 124%;
  }
  .wd-3g-125 {
    width: 125%;
  }
  .wd-3g-126 {
    width: 126%;
  }
  .wd-3g-127 {
    width: 127%;
  }
  .wd-3g-128 {
    width: 128%;
  }
  .wd-3g-129 {
    width: 129%;
  }
  .wd-3g-130 {
    width: 130%;
  }
  .wd-3g-131 {
    width: 131%;
  }
  .wd-3g-132 {
    width: 132%;
  }
  .wd-3g-133 {
    width: 133%;
  }
  .wd-3g-134 {
    width: 134%;
  }
  .wd-3g-135 {
    width: 135%;
  }
  .wd-3g-136 {
    width: 136%;
  }
  .wd-3g-137 {
    width: 137%;
  }
  .wd-3g-138 {
    width: 138%;
  }
  .wd-3g-139 {
    width: 139%;
  }
  .wd-3g-140 {
    width: 140%;
  }
  .wd-3g-141 {
    width: 141%;
  }
  .wd-3g-142 {
    width: 142%;
  }
  .wd-3g-143 {
    width: 143%;
  }
  .wd-3g-144 {
    width: 144%;
  }
  .wd-3g-145 {
    width: 145%;
  }
  .wd-3g-146 {
    width: 146%;
  }
  .wd-3g-147 {
    width: 147%;
  }
  .wd-3g-148 {
    width: 148%;
  }
  .wd-3g-149 {
    width: 149%;
  }
  .wd-3g-150 {
    width: 150%;
  }
  .wd-3g-151 {
    width: 151%;
  }
  .wd-3g-152 {
    width: 152%;
  }
  .wd-3g-153 {
    width: 153%;
  }
  .wd-3g-154 {
    width: 154%;
  }
  .wd-3g-155 {
    width: 155%;
  }
  .wd-3g-156 {
    width: 156%;
  }
  .wd-3g-157 {
    width: 157%;
  }
  .wd-3g-158 {
    width: 158%;
  }
  .wd-3g-159 {
    width: 159%;
  }
  .wd-3g-160 {
    width: 160%;
  }
  .wd-3g-161 {
    width: 161%;
  }
  .wd-3g-162 {
    width: 162%;
  }
  .wd-3g-163 {
    width: 163%;
  }
  .wd-3g-164 {
    width: 164%;
  }
  .wd-3g-165 {
    width: 165%;
  }
  .wd-3g-166 {
    width: 166%;
  }
  .wd-3g-167 {
    width: 167%;
  }
  .wd-3g-168 {
    width: 168%;
  }
  .wd-3g-169 {
    width: 169%;
  }
  .wd-3g-170 {
    width: 170%;
  }
  .wd-3g-171 {
    width: 171%;
  }
  .wd-3g-172 {
    width: 172%;
  }
  .wd-3g-173 {
    width: 173%;
  }
  .wd-3g-174 {
    width: 174%;
  }
  .wd-3g-175 {
    width: 175%;
  }
  .wd-3g-176 {
    width: 176%;
  }
  .wd-3g-177 {
    width: 177%;
  }
  .wd-3g-178 {
    width: 178%;
  }
  .wd-3g-179 {
    width: 179%;
  }
  .wd-3g-180 {
    width: 180%;
  }
  .wd-3g-181 {
    width: 181%;
  }
  .wd-3g-182 {
    width: 182%;
  }
  .wd-3g-183 {
    width: 183%;
  }
  .wd-3g-184 {
    width: 184%;
  }
  .wd-3g-185 {
    width: 185%;
  }
  .wd-3g-186 {
    width: 186%;
  }
  .wd-3g-187 {
    width: 187%;
  }
  .wd-3g-188 {
    width: 188%;
  }
  .wd-3g-189 {
    width: 189%;
  }
  .wd-3g-190 {
    width: 190%;
  }
  .wd-3g-191 {
    width: 191%;
  }
  .wd-3g-192 {
    width: 192%;
  }
  .wd-3g-193 {
    width: 193%;
  }
  .wd-3g-194 {
    width: 194%;
  }
  .wd-3g-195 {
    width: 195%;
  }
  .wd-3g-196 {
    width: 196%;
  }
  .wd-3g-197 {
    width: 197%;
  }
  .wd-3g-198 {
    width: 198%;
  }
  .wd-3g-199 {
    width: 199%;
  }
  .wd-3g-200 {
    width: 200%;
  }
  .wd-3g-201 {
    width: 201%;
  }
  .wd-3g-202 {
    width: 202%;
  }
  .wd-3g-203 {
    width: 203%;
  }
  .wd-3g-204 {
    width: 204%;
  }
  .wd-3g-205 {
    width: 205%;
  }
  .wd-3g-206 {
    width: 206%;
  }
  .wd-3g-207 {
    width: 207%;
  }
  .wd-3g-208 {
    width: 208%;
  }
  .wd-3g-209 {
    width: 209%;
  }
  .wd-3g-210 {
    width: 210%;
  }
  .wd-3g-211 {
    width: 211%;
  }
  .wd-3g-212 {
    width: 212%;
  }
  .wd-3g-213 {
    width: 213%;
  }
  .wd-3g-214 {
    width: 214%;
  }
  .wd-3g-215 {
    width: 215%;
  }
  .wd-3g-216 {
    width: 216%;
  }
  .wd-3g-217 {
    width: 217%;
  }
  .wd-3g-218 {
    width: 218%;
  }
  .wd-3g-219 {
    width: 219%;
  }
  .wd-3g-220 {
    width: 220%;
  }
  .wd-3g-221 {
    width: 221%;
  }
  .wd-3g-222 {
    width: 222%;
  }
  .wd-3g-223 {
    width: 223%;
  }
  .wd-3g-224 {
    width: 224%;
  }
  .wd-3g-225 {
    width: 225%;
  }
  .wd-3g-226 {
    width: 226%;
  }
  .wd-3g-227 {
    width: 227%;
  }
  .wd-3g-228 {
    width: 228%;
  }
  .wd-3g-229 {
    width: 229%;
  }
  .wd-3g-230 {
    width: 230%;
  }
  .wd-3g-231 {
    width: 231%;
  }
  .wd-3g-232 {
    width: 232%;
  }
  .wd-3g-233 {
    width: 233%;
  }
  .wd-3g-234 {
    width: 234%;
  }
  .wd-3g-235 {
    width: 235%;
  }
  .wd-3g-236 {
    width: 236%;
  }
  .wd-3g-237 {
    width: 237%;
  }
  .wd-3g-238 {
    width: 238%;
  }
  .wd-3g-239 {
    width: 239%;
  }
  .wd-3g-240 {
    width: 240%;
  }
  .wd-3g-241 {
    width: 241%;
  }
  .wd-3g-242 {
    width: 242%;
  }
  .wd-3g-243 {
    width: 243%;
  }
  .wd-3g-244 {
    width: 244%;
  }
  .wd-3g-245 {
    width: 245%;
  }
  .wd-3g-246 {
    width: 246%;
  }
  .wd-3g-247 {
    width: 247%;
  }
  .wd-3g-248 {
    width: 248%;
  }
  .wd-3g-249 {
    width: 249%;
  }
  .wd-3g-250 {
    width: 250%;
  }
  .wd-3g-251 {
    width: 251%;
  }
  .wd-3g-252 {
    width: 252%;
  }
  .wd-3g-253 {
    width: 253%;
  }
  .wd-3g-254 {
    width: 254%;
  }
  .wd-3g-255 {
    width: 255%;
  }
  .wd-3g-256 {
    width: 256%;
  }
  .wd-3g-257 {
    width: 257%;
  }
  .wd-3g-258 {
    width: 258%;
  }
  .wd-3g-259 {
    width: 259%;
  }
  .wd-3g-260 {
    width: 260%;
  }
  .wd-3g-261 {
    width: 261%;
  }
  .wd-3g-262 {
    width: 262%;
  }
  .wd-3g-263 {
    width: 263%;
  }
  .wd-3g-264 {
    width: 264%;
  }
  .wd-3g-265 {
    width: 265%;
  }
  .wd-3g-266 {
    width: 266%;
  }
  .wd-3g-267 {
    width: 267%;
  }
  .wd-3g-268 {
    width: 268%;
  }
  .wd-3g-269 {
    width: 269%;
  }
  .wd-3g-270 {
    width: 270%;
  }
  .wd-3g-271 {
    width: 271%;
  }
  .wd-3g-272 {
    width: 272%;
  }
  .wd-3g-273 {
    width: 273%;
  }
  .wd-3g-274 {
    width: 274%;
  }
  .wd-3g-275 {
    width: 275%;
  }
  .wd-3g-276 {
    width: 276%;
  }
  .wd-3g-277 {
    width: 277%;
  }
  .wd-3g-278 {
    width: 278%;
  }
  .wd-3g-279 {
    width: 279%;
  }
  .wd-3g-280 {
    width: 280%;
  }
  .wd-3g-281 {
    width: 281%;
  }
  .wd-3g-282 {
    width: 282%;
  }
  .wd-3g-283 {
    width: 283%;
  }
  .wd-3g-284 {
    width: 284%;
  }
  .wd-3g-285 {
    width: 285%;
  }
  .wd-3g-286 {
    width: 286%;
  }
  .wd-3g-287 {
    width: 287%;
  }
  .wd-3g-288 {
    width: 288%;
  }
  .wd-3g-289 {
    width: 289%;
  }
  .wd-3g-290 {
    width: 290%;
  }
  .wd-3g-291 {
    width: 291%;
  }
  .wd-3g-292 {
    width: 292%;
  }
  .wd-3g-293 {
    width: 293%;
  }
  .wd-3g-294 {
    width: 294%;
  }
  .wd-3g-295 {
    width: 295%;
  }
  .wd-3g-296 {
    width: 296%;
  }
  .wd-3g-297 {
    width: 297%;
  }
  .wd-3g-298 {
    width: 298%;
  }
  .wd-3g-299 {
    width: 299%;
  }
  .wd-3g-300 {
    width: 300%;
  }
  .wd-3g-301 {
    width: 301%;
  }
  .wd-3g-302 {
    width: 302%;
  }
  .wd-3g-303 {
    width: 303%;
  }
  .wd-3g-304 {
    width: 304%;
  }
  .wd-3g-305 {
    width: 305%;
  }
  .wd-3g-306 {
    width: 306%;
  }
  .wd-3g-307 {
    width: 307%;
  }
  .wd-3g-308 {
    width: 308%;
  }
  .wd-3g-309 {
    width: 309%;
  }
  .wd-3g-310 {
    width: 310%;
  }
  .wd-3g-311 {
    width: 311%;
  }
  .wd-3g-312 {
    width: 312%;
  }
  .wd-3g-313 {
    width: 313%;
  }
  .wd-3g-314 {
    width: 314%;
  }
  .wd-3g-315 {
    width: 315%;
  }
  .wd-3g-316 {
    width: 316%;
  }
  .wd-3g-317 {
    width: 317%;
  }
  .wd-3g-318 {
    width: 318%;
  }
  .wd-3g-319 {
    width: 319%;
  }
  .wd-3g-320 {
    width: 320%;
  }
  .wd-3g-321 {
    width: 321%;
  }
  .wd-3g-322 {
    width: 322%;
  }
  .wd-3g-323 {
    width: 323%;
  }
  .wd-3g-324 {
    width: 324%;
  }
  .wd-3g-325 {
    width: 325%;
  }
  .wd-3g-326 {
    width: 326%;
  }
  .wd-3g-327 {
    width: 327%;
  }
  .wd-3g-328 {
    width: 328%;
  }
  .wd-3g-329 {
    width: 329%;
  }
  .wd-3g-330 {
    width: 330%;
  }
  .wd-3g-331 {
    width: 331%;
  }
  .wd-3g-332 {
    width: 332%;
  }
  .wd-3g-333 {
    width: 333%;
  }
  .wd-3g-334 {
    width: 334%;
  }
  .wd-3g-335 {
    width: 335%;
  }
  .wd-3g-336 {
    width: 336%;
  }
  .wd-3g-337 {
    width: 337%;
  }
  .wd-3g-338 {
    width: 338%;
  }
  .wd-3g-339 {
    width: 339%;
  }
  .wd-3g-340 {
    width: 340%;
  }
  .wd-3g-341 {
    width: 341%;
  }
  .wd-3g-342 {
    width: 342%;
  }
  .wd-3g-343 {
    width: 343%;
  }
  .wd-3g-344 {
    width: 344%;
  }
  .wd-3g-345 {
    width: 345%;
  }
  .wd-3g-346 {
    width: 346%;
  }
  .wd-3g-347 {
    width: 347%;
  }
  .wd-3g-348 {
    width: 348%;
  }
  .wd-3g-349 {
    width: 349%;
  }
  .wd-3g-350 {
    width: 350%;
  }
  .wd-3g-351 {
    width: 351%;
  }
  .wd-3g-352 {
    width: 352%;
  }
  .wd-3g-353 {
    width: 353%;
  }
  .wd-3g-354 {
    width: 354%;
  }
  .wd-3g-355 {
    width: 355%;
  }
  .wd-3g-356 {
    width: 356%;
  }
  .wd-3g-357 {
    width: 357%;
  }
  .wd-3g-358 {
    width: 358%;
  }
  .wd-3g-359 {
    width: 359%;
  }
  .wd-3g-360 {
    width: 360%;
  }
  .wd-3g-361 {
    width: 361%;
  }
  .wd-3g-362 {
    width: 362%;
  }
  .wd-3g-363 {
    width: 363%;
  }
  .wd-3g-364 {
    width: 364%;
  }
  .wd-3g-365 {
    width: 365%;
  }
  .wd-3g-366 {
    width: 366%;
  }
  .wd-3g-367 {
    width: 367%;
  }
  .wd-3g-368 {
    width: 368%;
  }
  .wd-3g-369 {
    width: 369%;
  }
  .wd-3g-370 {
    width: 370%;
  }
  .wd-3g-371 {
    width: 371%;
  }
  .wd-3g-372 {
    width: 372%;
  }
  .wd-3g-373 {
    width: 373%;
  }
  .wd-3g-374 {
    width: 374%;
  }
  .wd-3g-375 {
    width: 375%;
  }
  .wd-3g-376 {
    width: 376%;
  }
  .wd-3g-377 {
    width: 377%;
  }
  .wd-3g-378 {
    width: 378%;
  }
  .wd-3g-379 {
    width: 379%;
  }
  .wd-3g-380 {
    width: 380%;
  }
  .wd-3g-381 {
    width: 381%;
  }
  .wd-3g-382 {
    width: 382%;
  }
  .wd-3g-383 {
    width: 383%;
  }
  .wd-3g-384 {
    width: 384%;
  }
  .wd-3g-385 {
    width: 385%;
  }
  .wd-3g-386 {
    width: 386%;
  }
  .wd-3g-387 {
    width: 387%;
  }
  .wd-3g-388 {
    width: 388%;
  }
  .wd-3g-389 {
    width: 389%;
  }
  .wd-3g-390 {
    width: 390%;
  }
  .wd-3g-391 {
    width: 391%;
  }
  .wd-3g-392 {
    width: 392%;
  }
  .wd-3g-393 {
    width: 393%;
  }
  .wd-3g-394 {
    width: 394%;
  }
  .wd-3g-395 {
    width: 395%;
  }
  .wd-3g-396 {
    width: 396%;
  }
  .wd-3g-397 {
    width: 397%;
  }
  .wd-3g-398 {
    width: 398%;
  }
  .wd-3g-399 {
    width: 399%;
  }
  .wd-3g-400 {
    width: 400%;
  }
  .wd-3g-401 {
    width: 401%;
  }
  .wd-3g-402 {
    width: 402%;
  }
  .wd-3g-403 {
    width: 403%;
  }
  .wd-3g-404 {
    width: 404%;
  }
  .wd-3g-405 {
    width: 405%;
  }
  .wd-3g-406 {
    width: 406%;
  }
  .wd-3g-407 {
    width: 407%;
  }
  .wd-3g-408 {
    width: 408%;
  }
  .wd-3g-409 {
    width: 409%;
  }
  .wd-3g-410 {
    width: 410%;
  }
  .wd-3g-411 {
    width: 411%;
  }
  .wd-3g-412 {
    width: 412%;
  }
  .wd-3g-413 {
    width: 413%;
  }
  .wd-3g-414 {
    width: 414%;
  }
  .wd-3g-415 {
    width: 415%;
  }
  .wd-3g-416 {
    width: 416%;
  }
  .wd-3g-417 {
    width: 417%;
  }
  .wd-3g-418 {
    width: 418%;
  }
  .wd-3g-419 {
    width: 419%;
  }
  .wd-3g-420 {
    width: 420%;
  }
  .wd-3g-421 {
    width: 421%;
  }
  .wd-3g-422 {
    width: 422%;
  }
  .wd-3g-423 {
    width: 423%;
  }
  .wd-3g-424 {
    width: 424%;
  }
  .wd-3g-425 {
    width: 425%;
  }
  .wd-3g-426 {
    width: 426%;
  }
  .wd-3g-427 {
    width: 427%;
  }
  .wd-3g-428 {
    width: 428%;
  }
  .wd-3g-429 {
    width: 429%;
  }
  .wd-3g-430 {
    width: 430%;
  }
  .wd-3g-431 {
    width: 431%;
  }
  .wd-3g-432 {
    width: 432%;
  }
  .wd-3g-433 {
    width: 433%;
  }
  .wd-3g-434 {
    width: 434%;
  }
  .wd-3g-435 {
    width: 435%;
  }
  .wd-3g-436 {
    width: 436%;
  }
  .wd-3g-437 {
    width: 437%;
  }
  .wd-3g-438 {
    width: 438%;
  }
  .wd-3g-439 {
    width: 439%;
  }
  .wd-3g-440 {
    width: 440%;
  }
  .wd-3g-441 {
    width: 441%;
  }
  .wd-3g-442 {
    width: 442%;
  }
  .wd-3g-443 {
    width: 443%;
  }
  .wd-3g-444 {
    width: 444%;
  }
  .wd-3g-445 {
    width: 445%;
  }
  .wd-3g-446 {
    width: 446%;
  }
  .wd-3g-447 {
    width: 447%;
  }
  .wd-3g-448 {
    width: 448%;
  }
  .wd-3g-449 {
    width: 449%;
  }
  .wd-3g-450 {
    width: 450%;
  }
  .wd-3g-451 {
    width: 451%;
  }
  .wd-3g-452 {
    width: 452%;
  }
  .wd-3g-453 {
    width: 453%;
  }
  .wd-3g-454 {
    width: 454%;
  }
  .wd-3g-455 {
    width: 455%;
  }
  .wd-3g-456 {
    width: 456%;
  }
  .wd-3g-457 {
    width: 457%;
  }
  .wd-3g-458 {
    width: 458%;
  }
  .wd-3g-459 {
    width: 459%;
  }
  .wd-3g-460 {
    width: 460%;
  }
  .wd-3g-461 {
    width: 461%;
  }
  .wd-3g-462 {
    width: 462%;
  }
  .wd-3g-463 {
    width: 463%;
  }
  .wd-3g-464 {
    width: 464%;
  }
  .wd-3g-465 {
    width: 465%;
  }
  .wd-3g-466 {
    width: 466%;
  }
  .wd-3g-467 {
    width: 467%;
  }
  .wd-3g-468 {
    width: 468%;
  }
  .wd-3g-469 {
    width: 469%;
  }
  .wd-3g-470 {
    width: 470%;
  }
  .wd-3g-471 {
    width: 471%;
  }
  .wd-3g-472 {
    width: 472%;
  }
  .wd-3g-473 {
    width: 473%;
  }
  .wd-3g-474 {
    width: 474%;
  }
  .wd-3g-475 {
    width: 475%;
  }
  .wd-3g-476 {
    width: 476%;
  }
  .wd-3g-477 {
    width: 477%;
  }
  .wd-3g-478 {
    width: 478%;
  }
  .wd-3g-479 {
    width: 479%;
  }
  .wd-3g-480 {
    width: 480%;
  }
  .wd-3g-481 {
    width: 481%;
  }
  .wd-3g-482 {
    width: 482%;
  }
  .wd-3g-483 {
    width: 483%;
  }
  .wd-3g-484 {
    width: 484%;
  }
  .wd-3g-485 {
    width: 485%;
  }
  .wd-3g-486 {
    width: 486%;
  }
  .wd-3g-487 {
    width: 487%;
  }
  .wd-3g-488 {
    width: 488%;
  }
  .wd-3g-489 {
    width: 489%;
  }
  .wd-3g-490 {
    width: 490%;
  }
  .wd-3g-491 {
    width: 491%;
  }
  .wd-3g-492 {
    width: 492%;
  }
  .wd-3g-493 {
    width: 493%;
  }
  .wd-3g-494 {
    width: 494%;
  }
  .wd-3g-495 {
    width: 495%;
  }
  .wd-3g-496 {
    width: 496%;
  }
  .wd-3g-497 {
    width: 497%;
  }
  .wd-3g-498 {
    width: 498%;
  }
  .wd-3g-499 {
    width: 499%;
  }
  .wd-3g-500 {
    width: 500%;
  }
  .wd-3g-501 {
    width: 501%;
  }
  .wd-3g-502 {
    width: 502%;
  }
  .wd-3g-503 {
    width: 503%;
  }
  .wd-3g-504 {
    width: 504%;
  }
  .wd-3g-505 {
    width: 505%;
  }
  .wd-3g-506 {
    width: 506%;
  }
  .wd-3g-507 {
    width: 507%;
  }
  .wd-3g-508 {
    width: 508%;
  }
  .wd-3g-509 {
    width: 509%;
  }
  .wd-3g-510 {
    width: 510%;
  }
  .wd-3g-511 {
    width: 511%;
  }
  .wd-3g-512 {
    width: 512%;
  }
  .wd-3g-513 {
    width: 513%;
  }
  .wd-3g-514 {
    width: 514%;
  }
  .wd-3g-515 {
    width: 515%;
  }
  .wd-3g-516 {
    width: 516%;
  }
  .wd-3g-517 {
    width: 517%;
  }
  .wd-3g-518 {
    width: 518%;
  }
  .wd-3g-519 {
    width: 519%;
  }
  .wd-3g-520 {
    width: 520%;
  }
  .wd-3g-521 {
    width: 521%;
  }
  .wd-3g-522 {
    width: 522%;
  }
  .wd-3g-523 {
    width: 523%;
  }
  .wd-3g-524 {
    width: 524%;
  }
  .wd-3g-525 {
    width: 525%;
  }
  .wd-3g-526 {
    width: 526%;
  }
  .wd-3g-527 {
    width: 527%;
  }
  .wd-3g-528 {
    width: 528%;
  }
  .wd-3g-529 {
    width: 529%;
  }
  .wd-3g-530 {
    width: 530%;
  }
  .wd-3g-531 {
    width: 531%;
  }
  .wd-3g-532 {
    width: 532%;
  }
  .wd-3g-533 {
    width: 533%;
  }
  .wd-3g-534 {
    width: 534%;
  }
  .wd-3g-535 {
    width: 535%;
  }
  .wd-3g-536 {
    width: 536%;
  }
  .wd-3g-537 {
    width: 537%;
  }
  .wd-3g-538 {
    width: 538%;
  }
  .wd-3g-539 {
    width: 539%;
  }
  .wd-3g-540 {
    width: 540%;
  }
  .wd-3g-541 {
    width: 541%;
  }
  .wd-3g-542 {
    width: 542%;
  }
  .wd-3g-543 {
    width: 543%;
  }
  .wd-3g-544 {
    width: 544%;
  }
  .wd-3g-545 {
    width: 545%;
  }
  .wd-3g-546 {
    width: 546%;
  }
  .wd-3g-547 {
    width: 547%;
  }
  .wd-3g-548 {
    width: 548%;
  }
  .wd-3g-549 {
    width: 549%;
  }
  .wd-3g-550 {
    width: 550%;
  }
  .wd-3g-551 {
    width: 551%;
  }
  .wd-3g-552 {
    width: 552%;
  }
  .wd-3g-553 {
    width: 553%;
  }
  .wd-3g-554 {
    width: 554%;
  }
  .wd-3g-555 {
    width: 555%;
  }
  .wd-3g-556 {
    width: 556%;
  }
  .wd-3g-557 {
    width: 557%;
  }
  .wd-3g-558 {
    width: 558%;
  }
  .wd-3g-559 {
    width: 559%;
  }
  .wd-3g-560 {
    width: 560%;
  }
  .wd-3g-561 {
    width: 561%;
  }
  .wd-3g-562 {
    width: 562%;
  }
  .wd-3g-563 {
    width: 563%;
  }
  .wd-3g-564 {
    width: 564%;
  }
  .wd-3g-565 {
    width: 565%;
  }
  .wd-3g-566 {
    width: 566%;
  }
  .wd-3g-567 {
    width: 567%;
  }
  .wd-3g-568 {
    width: 568%;
  }
  .wd-3g-569 {
    width: 569%;
  }
  .wd-3g-570 {
    width: 570%;
  }
  .wd-3g-571 {
    width: 571%;
  }
  .wd-3g-572 {
    width: 572%;
  }
  .wd-3g-573 {
    width: 573%;
  }
  .wd-3g-574 {
    width: 574%;
  }
  .wd-3g-575 {
    width: 575%;
  }
  .wd-3g-576 {
    width: 576%;
  }
  .wd-3g-577 {
    width: 577%;
  }
  .wd-3g-578 {
    width: 578%;
  }
  .wd-3g-579 {
    width: 579%;
  }
  .wd-3g-580 {
    width: 580%;
  }
  .wd-3g-581 {
    width: 581%;
  }
  .wd-3g-582 {
    width: 582%;
  }
  .wd-3g-583 {
    width: 583%;
  }
  .wd-3g-584 {
    width: 584%;
  }
  .wd-3g-585 {
    width: 585%;
  }
  .wd-3g-586 {
    width: 586%;
  }
  .wd-3g-587 {
    width: 587%;
  }
  .wd-3g-588 {
    width: 588%;
  }
  .wd-3g-589 {
    width: 589%;
  }
  .wd-3g-590 {
    width: 590%;
  }
  .wd-3g-591 {
    width: 591%;
  }
  .wd-3g-592 {
    width: 592%;
  }
  .wd-3g-593 {
    width: 593%;
  }
  .wd-3g-594 {
    width: 594%;
  }
  .wd-3g-595 {
    width: 595%;
  }
  .wd-3g-596 {
    width: 596%;
  }
  .wd-3g-597 {
    width: 597%;
  }
  .wd-3g-598 {
    width: 598%;
  }
  .wd-3g-599 {
    width: 599%;
  }
  .wd-3g-600 {
    width: 600%;
  }
  .wd-3g-601 {
    width: 601%;
  }
  .wd-3g-602 {
    width: 602%;
  }
  .wd-3g-603 {
    width: 603%;
  }
  .wd-3g-604 {
    width: 604%;
  }
  .wd-3g-605 {
    width: 605%;
  }
  .wd-3g-606 {
    width: 606%;
  }
  .wd-3g-607 {
    width: 607%;
  }
  .wd-3g-608 {
    width: 608%;
  }
  .wd-3g-609 {
    width: 609%;
  }
  .wd-3g-610 {
    width: 610%;
  }
  .wd-3g-611 {
    width: 611%;
  }
  .wd-3g-612 {
    width: 612%;
  }
  .wd-3g-613 {
    width: 613%;
  }
  .wd-3g-614 {
    width: 614%;
  }
  .wd-3g-615 {
    width: 615%;
  }
  .wd-3g-616 {
    width: 616%;
  }
  .wd-3g-617 {
    width: 617%;
  }
  .wd-3g-618 {
    width: 618%;
  }
  .wd-3g-619 {
    width: 619%;
  }
  .wd-3g-620 {
    width: 620%;
  }
  .wd-3g-621 {
    width: 621%;
  }
  .wd-3g-622 {
    width: 622%;
  }
  .wd-3g-623 {
    width: 623%;
  }
  .wd-3g-624 {
    width: 624%;
  }
  .wd-3g-625 {
    width: 625%;
  }
  .wd-3g-626 {
    width: 626%;
  }
  .wd-3g-627 {
    width: 627%;
  }
  .wd-3g-628 {
    width: 628%;
  }
  .wd-3g-629 {
    width: 629%;
  }
  .wd-3g-630 {
    width: 630%;
  }
  .wd-3g-631 {
    width: 631%;
  }
  .wd-3g-632 {
    width: 632%;
  }
  .wd-3g-633 {
    width: 633%;
  }
  .wd-3g-634 {
    width: 634%;
  }
  .wd-3g-635 {
    width: 635%;
  }
  .wd-3g-636 {
    width: 636%;
  }
  .wd-3g-637 {
    width: 637%;
  }
  .wd-3g-638 {
    width: 638%;
  }
  .wd-3g-639 {
    width: 639%;
  }
  .wd-3g-640 {
    width: 640%;
  }
  .wd-3g-641 {
    width: 641%;
  }
  .wd-3g-642 {
    width: 642%;
  }
  .wd-3g-643 {
    width: 643%;
  }
  .wd-3g-644 {
    width: 644%;
  }
  .wd-3g-645 {
    width: 645%;
  }
  .wd-3g-646 {
    width: 646%;
  }
  .wd-3g-647 {
    width: 647%;
  }
  .wd-3g-648 {
    width: 648%;
  }
  .wd-3g-649 {
    width: 649%;
  }
  .wd-3g-650 {
    width: 650%;
  }
  .wd-3g-651 {
    width: 651%;
  }
  .wd-3g-652 {
    width: 652%;
  }
  .wd-3g-653 {
    width: 653%;
  }
  .wd-3g-654 {
    width: 654%;
  }
  .wd-3g-655 {
    width: 655%;
  }
  .wd-3g-656 {
    width: 656%;
  }
  .wd-3g-657 {
    width: 657%;
  }
  .wd-3g-658 {
    width: 658%;
  }
  .wd-3g-659 {
    width: 659%;
  }
  .wd-3g-660 {
    width: 660%;
  }
  .wd-3g-661 {
    width: 661%;
  }
  .wd-3g-662 {
    width: 662%;
  }
  .wd-3g-663 {
    width: 663%;
  }
  .wd-3g-664 {
    width: 664%;
  }
  .wd-3g-665 {
    width: 665%;
  }
  .wd-3g-666 {
    width: 666%;
  }
  .wd-3g-667 {
    width: 667%;
  }
  .wd-3g-668 {
    width: 668%;
  }
  .wd-3g-669 {
    width: 669%;
  }
  .wd-3g-670 {
    width: 670%;
  }
  .wd-3g-671 {
    width: 671%;
  }
  .wd-3g-672 {
    width: 672%;
  }
  .wd-3g-673 {
    width: 673%;
  }
  .wd-3g-674 {
    width: 674%;
  }
  .wd-3g-675 {
    width: 675%;
  }
  .wd-3g-676 {
    width: 676%;
  }
  .wd-3g-677 {
    width: 677%;
  }
  .wd-3g-678 {
    width: 678%;
  }
  .wd-3g-679 {
    width: 679%;
  }
  .wd-3g-680 {
    width: 680%;
  }
  .wd-3g-681 {
    width: 681%;
  }
  .wd-3g-682 {
    width: 682%;
  }
  .wd-3g-683 {
    width: 683%;
  }
  .wd-3g-684 {
    width: 684%;
  }
  .wd-3g-685 {
    width: 685%;
  }
  .wd-3g-686 {
    width: 686%;
  }
  .wd-3g-687 {
    width: 687%;
  }
  .wd-3g-688 {
    width: 688%;
  }
  .wd-3g-689 {
    width: 689%;
  }
  .wd-3g-690 {
    width: 690%;
  }
  .wd-3g-691 {
    width: 691%;
  }
  .wd-3g-692 {
    width: 692%;
  }
  .wd-3g-693 {
    width: 693%;
  }
  .wd-3g-694 {
    width: 694%;
  }
  .wd-3g-695 {
    width: 695%;
  }
  .wd-3g-696 {
    width: 696%;
  }
  .wd-3g-697 {
    width: 697%;
  }
  .wd-3g-698 {
    width: 698%;
  }
  .wd-3g-699 {
    width: 699%;
  }
  .wd-3g-700 {
    width: 700%;
  }
  .wd-3g-701 {
    width: 701%;
  }
  .wd-3g-702 {
    width: 702%;
  }
  .wd-3g-703 {
    width: 703%;
  }
  .wd-3g-704 {
    width: 704%;
  }
  .wd-3g-705 {
    width: 705%;
  }
  .wd-3g-706 {
    width: 706%;
  }
  .wd-3g-707 {
    width: 707%;
  }
  .wd-3g-708 {
    width: 708%;
  }
  .wd-3g-709 {
    width: 709%;
  }
  .wd-3g-710 {
    width: 710%;
  }
  .wd-3g-711 {
    width: 711%;
  }
  .wd-3g-712 {
    width: 712%;
  }
  .wd-3g-713 {
    width: 713%;
  }
  .wd-3g-714 {
    width: 714%;
  }
  .wd-3g-715 {
    width: 715%;
  }
  .wd-3g-716 {
    width: 716%;
  }
  .wd-3g-717 {
    width: 717%;
  }
  .wd-3g-718 {
    width: 718%;
  }
  .wd-3g-719 {
    width: 719%;
  }
  .wd-3g-720 {
    width: 720%;
  }
  .wd-3g-721 {
    width: 721%;
  }
  .wd-3g-722 {
    width: 722%;
  }
  .wd-3g-723 {
    width: 723%;
  }
  .wd-3g-724 {
    width: 724%;
  }
  .wd-3g-725 {
    width: 725%;
  }
  .wd-3g-726 {
    width: 726%;
  }
  .wd-3g-727 {
    width: 727%;
  }
  .wd-3g-728 {
    width: 728%;
  }
  .wd-3g-729 {
    width: 729%;
  }
  .wd-3g-730 {
    width: 730%;
  }
  .wd-3g-731 {
    width: 731%;
  }
  .wd-3g-732 {
    width: 732%;
  }
  .wd-3g-733 {
    width: 733%;
  }
  .wd-3g-734 {
    width: 734%;
  }
  .wd-3g-735 {
    width: 735%;
  }
  .wd-3g-736 {
    width: 736%;
  }
  .wd-3g-737 {
    width: 737%;
  }
  .wd-3g-738 {
    width: 738%;
  }
  .wd-3g-739 {
    width: 739%;
  }
  .wd-3g-740 {
    width: 740%;
  }
  .wd-3g-741 {
    width: 741%;
  }
  .wd-3g-742 {
    width: 742%;
  }
  .wd-3g-743 {
    width: 743%;
  }
  .wd-3g-744 {
    width: 744%;
  }
  .wd-3g-745 {
    width: 745%;
  }
  .wd-3g-746 {
    width: 746%;
  }
  .wd-3g-747 {
    width: 747%;
  }
  .wd-3g-748 {
    width: 748%;
  }
  .wd-3g-749 {
    width: 749%;
  }
  .wd-3g-750 {
    width: 750%;
  }
  .wd-3g-751 {
    width: 751%;
  }
  .wd-3g-752 {
    width: 752%;
  }
  .wd-3g-753 {
    width: 753%;
  }
  .wd-3g-754 {
    width: 754%;
  }
  .wd-3g-755 {
    width: 755%;
  }
  .wd-3g-756 {
    width: 756%;
  }
  .wd-3g-757 {
    width: 757%;
  }
  .wd-3g-758 {
    width: 758%;
  }
  .wd-3g-759 {
    width: 759%;
  }
  .wd-3g-760 {
    width: 760%;
  }
  .wd-3g-761 {
    width: 761%;
  }
  .wd-3g-762 {
    width: 762%;
  }
  .wd-3g-763 {
    width: 763%;
  }
  .wd-3g-764 {
    width: 764%;
  }
  .wd-3g-765 {
    width: 765%;
  }
  .wd-3g-766 {
    width: 766%;
  }
  .wd-3g-767 {
    width: 767%;
  }
  .wd-3g-768 {
    width: 768%;
  }
  .wd-3g-769 {
    width: 769%;
  }
  .wd-3g-770 {
    width: 770%;
  }
  .wd-3g-771 {
    width: 771%;
  }
  .wd-3g-772 {
    width: 772%;
  }
  .wd-3g-773 {
    width: 773%;
  }
  .wd-3g-774 {
    width: 774%;
  }
  .wd-3g-775 {
    width: 775%;
  }
  .wd-3g-776 {
    width: 776%;
  }
  .wd-3g-777 {
    width: 777%;
  }
  .wd-3g-778 {
    width: 778%;
  }
  .wd-3g-779 {
    width: 779%;
  }
  .wd-3g-780 {
    width: 780%;
  }
  .wd-3g-781 {
    width: 781%;
  }
  .wd-3g-782 {
    width: 782%;
  }
  .wd-3g-783 {
    width: 783%;
  }
  .wd-3g-784 {
    width: 784%;
  }
  .wd-3g-785 {
    width: 785%;
  }
  .wd-3g-786 {
    width: 786%;
  }
  .wd-3g-787 {
    width: 787%;
  }
  .wd-3g-788 {
    width: 788%;
  }
  .wd-3g-789 {
    width: 789%;
  }
  .wd-3g-790 {
    width: 790%;
  }
  .wd-3g-791 {
    width: 791%;
  }
  .wd-3g-792 {
    width: 792%;
  }
  .wd-3g-793 {
    width: 793%;
  }
  .wd-3g-794 {
    width: 794%;
  }
  .wd-3g-795 {
    width: 795%;
  }
  .wd-3g-796 {
    width: 796%;
  }
  .wd-3g-797 {
    width: 797%;
  }
  .wd-3g-798 {
    width: 798%;
  }
  .wd-3g-799 {
    width: 799%;
  }
  .wd-3g-800 {
    width: 800%;
  }
  .wd-3g-801 {
    width: 801%;
  }
  .wd-3g-802 {
    width: 802%;
  }
  .wd-3g-803 {
    width: 803%;
  }
  .wd-3g-804 {
    width: 804%;
  }
  .wd-3g-805 {
    width: 805%;
  }
  .wd-3g-806 {
    width: 806%;
  }
  .wd-3g-807 {
    width: 807%;
  }
  .wd-3g-808 {
    width: 808%;
  }
  .wd-3g-809 {
    width: 809%;
  }
  .wd-3g-810 {
    width: 810%;
  }
  .wd-3g-811 {
    width: 811%;
  }
  .wd-3g-812 {
    width: 812%;
  }
  .wd-3g-813 {
    width: 813%;
  }
  .wd-3g-814 {
    width: 814%;
  }
  .wd-3g-815 {
    width: 815%;
  }
  .wd-3g-816 {
    width: 816%;
  }
  .wd-3g-817 {
    width: 817%;
  }
  .wd-3g-818 {
    width: 818%;
  }
  .wd-3g-819 {
    width: 819%;
  }
  .wd-3g-820 {
    width: 820%;
  }
  .wd-3g-821 {
    width: 821%;
  }
  .wd-3g-822 {
    width: 822%;
  }
  .wd-3g-823 {
    width: 823%;
  }
  .wd-3g-824 {
    width: 824%;
  }
  .wd-3g-825 {
    width: 825%;
  }
  .wd-3g-826 {
    width: 826%;
  }
  .wd-3g-827 {
    width: 827%;
  }
  .wd-3g-828 {
    width: 828%;
  }
  .wd-3g-829 {
    width: 829%;
  }
  .wd-3g-830 {
    width: 830%;
  }
  .wd-3g-831 {
    width: 831%;
  }
  .wd-3g-832 {
    width: 832%;
  }
  .wd-3g-833 {
    width: 833%;
  }
  .wd-3g-834 {
    width: 834%;
  }
  .wd-3g-835 {
    width: 835%;
  }
  .wd-3g-836 {
    width: 836%;
  }
  .wd-3g-837 {
    width: 837%;
  }
  .wd-3g-838 {
    width: 838%;
  }
  .wd-3g-839 {
    width: 839%;
  }
  .wd-3g-840 {
    width: 840%;
  }
  .wd-3g-841 {
    width: 841%;
  }
  .wd-3g-842 {
    width: 842%;
  }
  .wd-3g-843 {
    width: 843%;
  }
  .wd-3g-844 {
    width: 844%;
  }
  .wd-3g-845 {
    width: 845%;
  }
  .wd-3g-846 {
    width: 846%;
  }
  .wd-3g-847 {
    width: 847%;
  }
  .wd-3g-848 {
    width: 848%;
  }
  .wd-3g-849 {
    width: 849%;
  }
  .wd-3g-850 {
    width: 850%;
  }
  .wd-3g-851 {
    width: 851%;
  }
  .wd-3g-852 {
    width: 852%;
  }
  .wd-3g-853 {
    width: 853%;
  }
  .wd-3g-854 {
    width: 854%;
  }
  .wd-3g-855 {
    width: 855%;
  }
  .wd-3g-856 {
    width: 856%;
  }
  .wd-3g-857 {
    width: 857%;
  }
  .wd-3g-858 {
    width: 858%;
  }
  .wd-3g-859 {
    width: 859%;
  }
  .wd-3g-860 {
    width: 860%;
  }
  .wd-3g-861 {
    width: 861%;
  }
  .wd-3g-862 {
    width: 862%;
  }
  .wd-3g-863 {
    width: 863%;
  }
  .wd-3g-864 {
    width: 864%;
  }
  .wd-3g-865 {
    width: 865%;
  }
  .wd-3g-866 {
    width: 866%;
  }
  .wd-3g-867 {
    width: 867%;
  }
  .wd-3g-868 {
    width: 868%;
  }
  .wd-3g-869 {
    width: 869%;
  }
  .wd-3g-870 {
    width: 870%;
  }
  .wd-3g-871 {
    width: 871%;
  }
  .wd-3g-872 {
    width: 872%;
  }
  .wd-3g-873 {
    width: 873%;
  }
  .wd-3g-874 {
    width: 874%;
  }
  .wd-3g-875 {
    width: 875%;
  }
  .wd-3g-876 {
    width: 876%;
  }
  .wd-3g-877 {
    width: 877%;
  }
  .wd-3g-878 {
    width: 878%;
  }
  .wd-3g-879 {
    width: 879%;
  }
  .wd-3g-880 {
    width: 880%;
  }
  .wd-3g-881 {
    width: 881%;
  }
  .wd-3g-882 {
    width: 882%;
  }
  .wd-3g-883 {
    width: 883%;
  }
  .wd-3g-884 {
    width: 884%;
  }
  .wd-3g-885 {
    width: 885%;
  }
  .wd-3g-886 {
    width: 886%;
  }
  .wd-3g-887 {
    width: 887%;
  }
  .wd-3g-888 {
    width: 888%;
  }
  .wd-3g-889 {
    width: 889%;
  }
  .wd-3g-890 {
    width: 890%;
  }
  .wd-3g-891 {
    width: 891%;
  }
  .wd-3g-892 {
    width: 892%;
  }
  .wd-3g-893 {
    width: 893%;
  }
  .wd-3g-894 {
    width: 894%;
  }
  .wd-3g-895 {
    width: 895%;
  }
  .wd-3g-896 {
    width: 896%;
  }
  .wd-3g-897 {
    width: 897%;
  }
  .wd-3g-898 {
    width: 898%;
  }
  .wd-3g-899 {
    width: 899%;
  }
  .wd-3g-900 {
    width: 900%;
  }
  .wd-3g-901 {
    width: 901%;
  }
  .wd-3g-902 {
    width: 902%;
  }
  .wd-3g-903 {
    width: 903%;
  }
  .wd-3g-904 {
    width: 904%;
  }
  .wd-3g-905 {
    width: 905%;
  }
  .wd-3g-906 {
    width: 906%;
  }
  .wd-3g-907 {
    width: 907%;
  }
  .wd-3g-908 {
    width: 908%;
  }
  .wd-3g-909 {
    width: 909%;
  }
  .wd-3g-910 {
    width: 910%;
  }
  .wd-3g-911 {
    width: 911%;
  }
  .wd-3g-912 {
    width: 912%;
  }
  .wd-3g-913 {
    width: 913%;
  }
  .wd-3g-914 {
    width: 914%;
  }
  .wd-3g-915 {
    width: 915%;
  }
  .wd-3g-916 {
    width: 916%;
  }
  .wd-3g-917 {
    width: 917%;
  }
  .wd-3g-918 {
    width: 918%;
  }
  .wd-3g-919 {
    width: 919%;
  }
  .wd-3g-920 {
    width: 920%;
  }
  .wd-3g-921 {
    width: 921%;
  }
  .wd-3g-922 {
    width: 922%;
  }
  .wd-3g-923 {
    width: 923%;
  }
  .wd-3g-924 {
    width: 924%;
  }
  .wd-3g-925 {
    width: 925%;
  }
  .wd-3g-926 {
    width: 926%;
  }
  .wd-3g-927 {
    width: 927%;
  }
  .wd-3g-928 {
    width: 928%;
  }
  .wd-3g-929 {
    width: 929%;
  }
  .wd-3g-930 {
    width: 930%;
  }
  .wd-3g-931 {
    width: 931%;
  }
  .wd-3g-932 {
    width: 932%;
  }
  .wd-3g-933 {
    width: 933%;
  }
  .wd-3g-934 {
    width: 934%;
  }
  .wd-3g-935 {
    width: 935%;
  }
  .wd-3g-936 {
    width: 936%;
  }
  .wd-3g-937 {
    width: 937%;
  }
  .wd-3g-938 {
    width: 938%;
  }
  .wd-3g-939 {
    width: 939%;
  }
  .wd-3g-940 {
    width: 940%;
  }
  .wd-3g-941 {
    width: 941%;
  }
  .wd-3g-942 {
    width: 942%;
  }
  .wd-3g-943 {
    width: 943%;
  }
  .wd-3g-944 {
    width: 944%;
  }
  .wd-3g-945 {
    width: 945%;
  }
  .wd-3g-946 {
    width: 946%;
  }
  .wd-3g-947 {
    width: 947%;
  }
  .wd-3g-948 {
    width: 948%;
  }
  .wd-3g-949 {
    width: 949%;
  }
  .wd-3g-950 {
    width: 950%;
  }
  .wd-3g-951 {
    width: 951%;
  }
  .wd-3g-952 {
    width: 952%;
  }
  .wd-3g-953 {
    width: 953%;
  }
  .wd-3g-954 {
    width: 954%;
  }
  .wd-3g-955 {
    width: 955%;
  }
  .wd-3g-956 {
    width: 956%;
  }
  .wd-3g-957 {
    width: 957%;
  }
  .wd-3g-958 {
    width: 958%;
  }
  .wd-3g-959 {
    width: 959%;
  }
  .wd-3g-960 {
    width: 960%;
  }
  .wd-3g-961 {
    width: 961%;
  }
  .wd-3g-962 {
    width: 962%;
  }
  .wd-3g-963 {
    width: 963%;
  }
  .wd-3g-964 {
    width: 964%;
  }
  .wd-3g-965 {
    width: 965%;
  }
  .wd-3g-966 {
    width: 966%;
  }
  .wd-3g-967 {
    width: 967%;
  }
  .wd-3g-968 {
    width: 968%;
  }
  .wd-3g-969 {
    width: 969%;
  }
  .wd-3g-970 {
    width: 970%;
  }
  .wd-3g-971 {
    width: 971%;
  }
  .wd-3g-972 {
    width: 972%;
  }
  .wd-3g-973 {
    width: 973%;
  }
  .wd-3g-974 {
    width: 974%;
  }
  .wd-3g-975 {
    width: 975%;
  }
  .wd-3g-976 {
    width: 976%;
  }
  .wd-3g-977 {
    width: 977%;
  }
  .wd-3g-978 {
    width: 978%;
  }
  .wd-3g-979 {
    width: 979%;
  }
  .wd-3g-980 {
    width: 980%;
  }
  .wd-3g-981 {
    width: 981%;
  }
  .wd-3g-982 {
    width: 982%;
  }
  .wd-3g-983 {
    width: 983%;
  }
  .wd-3g-984 {
    width: 984%;
  }
  .wd-3g-985 {
    width: 985%;
  }
  .wd-3g-986 {
    width: 986%;
  }
  .wd-3g-987 {
    width: 987%;
  }
  .wd-3g-988 {
    width: 988%;
  }
  .wd-3g-989 {
    width: 989%;
  }
  .wd-3g-990 {
    width: 990%;
  }
  .wd-3g-991 {
    width: 991%;
  }
  .wd-3g-992 {
    width: 992%;
  }
  .wd-3g-993 {
    width: 993%;
  }
  .wd-3g-994 {
    width: 994%;
  }
  .wd-3g-995 {
    width: 995%;
  }
  .wd-3g-996 {
    width: 996%;
  }
  .wd-3g-997 {
    width: 997%;
  }
  .wd-3g-998 {
    width: 998%;
  }
  .wd-3g-999 {
    width: 999%;
  }
  .wd-3g-1000 {
    width: 1000%;
  }
}
@media (min-width: 1440px) {
  .wd-xl-5 {
    width: 5%;
  }
  .wd-xl-10 {
    width: 10%;
  }
  .wd-xl-11 {
    width: 11%;
  }
  .wd-xl-12 {
    width: 12%;
  }
  .wd-xl-13 {
    width: 13%;
  }
  .wd-xl-14 {
    width: 14%;
  }
  .wd-xl-15 {
    width: 15%;
  }
  .wd-xl-16 {
    width: 16%;
  }
  .wd-xl-17 {
    width: 17%;
  }
  .wd-xl-18 {
    width: 18%;
  }
  .wd-xl-19 {
    width: 19%;
  }
  .wd-xl-20 {
    width: 20%;
  }
  .wd-xl-21 {
    width: 21%;
  }
  .wd-xl-22 {
    width: 22%;
  }
  .wd-xl-23 {
    width: 23%;
  }
  .wd-xl-24 {
    width: 24%;
  }
  .wd-xl-25 {
    width: 25%;
  }
  .wd-xl-26 {
    width: 26%;
  }
  .wd-xl-27 {
    width: 27%;
  }
  .wd-xl-28 {
    width: 28%;
  }
  .wd-xl-29 {
    width: 29%;
  }
  .wd-xl-30 {
    width: 30%;
  }
  .wd-xl-31 {
    width: 31%;
  }
  .wd-xl-32 {
    width: 32%;
  }
  .wd-xl-33 {
    width: 33%;
  }
  .wd-xl-34 {
    width: 34%;
  }
  .wd-xl-35 {
    width: 35%;
  }
  .wd-xl-36 {
    width: 36%;
  }
  .wd-xl-37 {
    width: 37%;
  }
  .wd-xl-38 {
    width: 38%;
  }
  .wd-xl-39 {
    width: 39%;
  }
  .wd-xl-40 {
    width: 40%;
  }
  .wd-xl-41 {
    width: 41%;
  }
  .wd-xl-42 {
    width: 42%;
  }
  .wd-xl-43 {
    width: 43%;
  }
  .wd-xl-44 {
    width: 44%;
  }
  .wd-xl-45 {
    width: 45%;
  }
  .wd-xl-46 {
    width: 46%;
  }
  .wd-xl-47 {
    width: 47%;
  }
  .wd-xl-48 {
    width: 48%;
  }
  .wd-xl-49 {
    width: 49%;
  }
  .wd-xl-50 {
    width: 50%;
  }
  .wd-xl-51 {
    width: 51%;
  }
  .wd-xl-52 {
    width: 52%;
  }
  .wd-xl-53 {
    width: 53%;
  }
  .wd-xl-54 {
    width: 54%;
  }
  .wd-xl-55 {
    width: 55%;
  }
  .wd-xl-56 {
    width: 56%;
  }
  .wd-xl-57 {
    width: 57%;
  }
  .wd-xl-58 {
    width: 58%;
  }
  .wd-xl-59 {
    width: 59%;
  }
  .wd-xl-60 {
    width: 60%;
  }
  .wd-xl-61 {
    width: 61%;
  }
  .wd-xl-62 {
    width: 62%;
  }
  .wd-xl-63 {
    width: 63%;
  }
  .wd-xl-64 {
    width: 64%;
  }
  .wd-xl-65 {
    width: 65%;
  }
  .wd-xl-66 {
    width: 66%;
  }
  .wd-xl-67 {
    width: 67%;
  }
  .wd-xl-68 {
    width: 68%;
  }
  .wd-xl-69 {
    width: 69%;
  }
  .wd-xl-70 {
    width: 70%;
  }
  .wd-xl-71 {
    width: 71%;
  }
  .wd-xl-72 {
    width: 72%;
  }
  .wd-xl-73 {
    width: 73%;
  }
  .wd-xl-74 {
    width: 74%;
  }
  .wd-xl-75 {
    width: 75%;
  }
  .wd-xl-76 {
    width: 76%;
  }
  .wd-xl-77 {
    width: 77%;
  }
  .wd-xl-78 {
    width: 78%;
  }
  .wd-xl-79 {
    width: 79%;
  }
  .wd-xl-80 {
    width: 80%;
  }
  .wd-xl-81 {
    width: 81%;
  }
  .wd-xl-82 {
    width: 82%;
  }
  .wd-xl-83 {
    width: 83%;
  }
  .wd-xl-84 {
    width: 84%;
  }
  .wd-xl-85 {
    width: 85%;
  }
  .wd-xl-86 {
    width: 86%;
  }
  .wd-xl-87 {
    width: 87%;
  }
  .wd-xl-88 {
    width: 88%;
  }
  .wd-xl-89 {
    width: 89%;
  }
  .wd-xl-90 {
    width: 90%;
  }
  .wd-xl-91 {
    width: 91%;
  }
  .wd-xl-92 {
    width: 92%;
  }
  .wd-xl-93 {
    width: 93%;
  }
  .wd-xl-94 {
    width: 94%;
  }
  .wd-xl-95 {
    width: 95%;
  }
  .wd-xl-96 {
    width: 96%;
  }
  .wd-xl-97 {
    width: 97%;
  }
  .wd-xl-98 {
    width: 98%;
  }
  .wd-xl-99 {
    width: 99%;
  }
  .wd-xl-100 {
    width: 100%;
  }
  .wd-xl-101 {
    width: 101%;
  }
  .wd-xl-102 {
    width: 102%;
  }
  .wd-xl-103 {
    width: 103%;
  }
  .wd-xl-104 {
    width: 104%;
  }
  .wd-xl-105 {
    width: 105%;
  }
  .wd-xl-106 {
    width: 106%;
  }
  .wd-xl-107 {
    width: 107%;
  }
  .wd-xl-108 {
    width: 108%;
  }
  .wd-xl-109 {
    width: 109%;
  }
  .wd-xl-110 {
    width: 110%;
  }
  .wd-xl-111 {
    width: 111%;
  }
  .wd-xl-112 {
    width: 112%;
  }
  .wd-xl-113 {
    width: 113%;
  }
  .wd-xl-114 {
    width: 114%;
  }
  .wd-xl-115 {
    width: 115%;
  }
  .wd-xl-116 {
    width: 116%;
  }
  .wd-xl-117 {
    width: 117%;
  }
  .wd-xl-118 {
    width: 118%;
  }
  .wd-xl-119 {
    width: 119%;
  }
  .wd-xl-120 {
    width: 120%;
  }
  .wd-xl-121 {
    width: 121%;
  }
  .wd-xl-122 {
    width: 122%;
  }
  .wd-xl-123 {
    width: 123%;
  }
  .wd-xl-124 {
    width: 124%;
  }
  .wd-xl-125 {
    width: 125%;
  }
  .wd-xl-126 {
    width: 126%;
  }
  .wd-xl-127 {
    width: 127%;
  }
  .wd-xl-128 {
    width: 128%;
  }
  .wd-xl-129 {
    width: 129%;
  }
  .wd-xl-130 {
    width: 130%;
  }
  .wd-xl-131 {
    width: 131%;
  }
  .wd-xl-132 {
    width: 132%;
  }
  .wd-xl-133 {
    width: 133%;
  }
  .wd-xl-134 {
    width: 134%;
  }
  .wd-xl-135 {
    width: 135%;
  }
  .wd-xl-136 {
    width: 136%;
  }
  .wd-xl-137 {
    width: 137%;
  }
  .wd-xl-138 {
    width: 138%;
  }
  .wd-xl-139 {
    width: 139%;
  }
  .wd-xl-140 {
    width: 140%;
  }
  .wd-xl-141 {
    width: 141%;
  }
  .wd-xl-142 {
    width: 142%;
  }
  .wd-xl-143 {
    width: 143%;
  }
  .wd-xl-144 {
    width: 144%;
  }
  .wd-xl-145 {
    width: 145%;
  }
  .wd-xl-146 {
    width: 146%;
  }
  .wd-xl-147 {
    width: 147%;
  }
  .wd-xl-148 {
    width: 148%;
  }
  .wd-xl-149 {
    width: 149%;
  }
  .wd-xl-150 {
    width: 150%;
  }
  .wd-xl-151 {
    width: 151%;
  }
  .wd-xl-152 {
    width: 152%;
  }
  .wd-xl-153 {
    width: 153%;
  }
  .wd-xl-154 {
    width: 154%;
  }
  .wd-xl-155 {
    width: 155%;
  }
  .wd-xl-156 {
    width: 156%;
  }
  .wd-xl-157 {
    width: 157%;
  }
  .wd-xl-158 {
    width: 158%;
  }
  .wd-xl-159 {
    width: 159%;
  }
  .wd-xl-160 {
    width: 160%;
  }
  .wd-xl-161 {
    width: 161%;
  }
  .wd-xl-162 {
    width: 162%;
  }
  .wd-xl-163 {
    width: 163%;
  }
  .wd-xl-164 {
    width: 164%;
  }
  .wd-xl-165 {
    width: 165%;
  }
  .wd-xl-166 {
    width: 166%;
  }
  .wd-xl-167 {
    width: 167%;
  }
  .wd-xl-168 {
    width: 168%;
  }
  .wd-xl-169 {
    width: 169%;
  }
  .wd-xl-170 {
    width: 170%;
  }
  .wd-xl-171 {
    width: 171%;
  }
  .wd-xl-172 {
    width: 172%;
  }
  .wd-xl-173 {
    width: 173%;
  }
  .wd-xl-174 {
    width: 174%;
  }
  .wd-xl-175 {
    width: 175%;
  }
  .wd-xl-176 {
    width: 176%;
  }
  .wd-xl-177 {
    width: 177%;
  }
  .wd-xl-178 {
    width: 178%;
  }
  .wd-xl-179 {
    width: 179%;
  }
  .wd-xl-180 {
    width: 180%;
  }
  .wd-xl-181 {
    width: 181%;
  }
  .wd-xl-182 {
    width: 182%;
  }
  .wd-xl-183 {
    width: 183%;
  }
  .wd-xl-184 {
    width: 184%;
  }
  .wd-xl-185 {
    width: 185%;
  }
  .wd-xl-186 {
    width: 186%;
  }
  .wd-xl-187 {
    width: 187%;
  }
  .wd-xl-188 {
    width: 188%;
  }
  .wd-xl-189 {
    width: 189%;
  }
  .wd-xl-190 {
    width: 190%;
  }
  .wd-xl-191 {
    width: 191%;
  }
  .wd-xl-192 {
    width: 192%;
  }
  .wd-xl-193 {
    width: 193%;
  }
  .wd-xl-194 {
    width: 194%;
  }
  .wd-xl-195 {
    width: 195%;
  }
  .wd-xl-196 {
    width: 196%;
  }
  .wd-xl-197 {
    width: 197%;
  }
  .wd-xl-198 {
    width: 198%;
  }
  .wd-xl-199 {
    width: 199%;
  }
  .wd-xl-200 {
    width: 200%;
  }
  .wd-xl-201 {
    width: 201%;
  }
  .wd-xl-202 {
    width: 202%;
  }
  .wd-xl-203 {
    width: 203%;
  }
  .wd-xl-204 {
    width: 204%;
  }
  .wd-xl-205 {
    width: 205%;
  }
  .wd-xl-206 {
    width: 206%;
  }
  .wd-xl-207 {
    width: 207%;
  }
  .wd-xl-208 {
    width: 208%;
  }
  .wd-xl-209 {
    width: 209%;
  }
  .wd-xl-210 {
    width: 210%;
  }
  .wd-xl-211 {
    width: 211%;
  }
  .wd-xl-212 {
    width: 212%;
  }
  .wd-xl-213 {
    width: 213%;
  }
  .wd-xl-214 {
    width: 214%;
  }
  .wd-xl-215 {
    width: 215%;
  }
  .wd-xl-216 {
    width: 216%;
  }
  .wd-xl-217 {
    width: 217%;
  }
  .wd-xl-218 {
    width: 218%;
  }
  .wd-xl-219 {
    width: 219%;
  }
  .wd-xl-220 {
    width: 220%;
  }
  .wd-xl-221 {
    width: 221%;
  }
  .wd-xl-222 {
    width: 222%;
  }
  .wd-xl-223 {
    width: 223%;
  }
  .wd-xl-224 {
    width: 224%;
  }
  .wd-xl-225 {
    width: 225%;
  }
  .wd-xl-226 {
    width: 226%;
  }
  .wd-xl-227 {
    width: 227%;
  }
  .wd-xl-228 {
    width: 228%;
  }
  .wd-xl-229 {
    width: 229%;
  }
  .wd-xl-230 {
    width: 230%;
  }
  .wd-xl-231 {
    width: 231%;
  }
  .wd-xl-232 {
    width: 232%;
  }
  .wd-xl-233 {
    width: 233%;
  }
  .wd-xl-234 {
    width: 234%;
  }
  .wd-xl-235 {
    width: 235%;
  }
  .wd-xl-236 {
    width: 236%;
  }
  .wd-xl-237 {
    width: 237%;
  }
  .wd-xl-238 {
    width: 238%;
  }
  .wd-xl-239 {
    width: 239%;
  }
  .wd-xl-240 {
    width: 240%;
  }
  .wd-xl-241 {
    width: 241%;
  }
  .wd-xl-242 {
    width: 242%;
  }
  .wd-xl-243 {
    width: 243%;
  }
  .wd-xl-244 {
    width: 244%;
  }
  .wd-xl-245 {
    width: 245%;
  }
  .wd-xl-246 {
    width: 246%;
  }
  .wd-xl-247 {
    width: 247%;
  }
  .wd-xl-248 {
    width: 248%;
  }
  .wd-xl-249 {
    width: 249%;
  }
  .wd-xl-250 {
    width: 250%;
  }
  .wd-xl-251 {
    width: 251%;
  }
  .wd-xl-252 {
    width: 252%;
  }
  .wd-xl-253 {
    width: 253%;
  }
  .wd-xl-254 {
    width: 254%;
  }
  .wd-xl-255 {
    width: 255%;
  }
  .wd-xl-256 {
    width: 256%;
  }
  .wd-xl-257 {
    width: 257%;
  }
  .wd-xl-258 {
    width: 258%;
  }
  .wd-xl-259 {
    width: 259%;
  }
  .wd-xl-260 {
    width: 260%;
  }
  .wd-xl-261 {
    width: 261%;
  }
  .wd-xl-262 {
    width: 262%;
  }
  .wd-xl-263 {
    width: 263%;
  }
  .wd-xl-264 {
    width: 264%;
  }
  .wd-xl-265 {
    width: 265%;
  }
  .wd-xl-266 {
    width: 266%;
  }
  .wd-xl-267 {
    width: 267%;
  }
  .wd-xl-268 {
    width: 268%;
  }
  .wd-xl-269 {
    width: 269%;
  }
  .wd-xl-270 {
    width: 270%;
  }
  .wd-xl-271 {
    width: 271%;
  }
  .wd-xl-272 {
    width: 272%;
  }
  .wd-xl-273 {
    width: 273%;
  }
  .wd-xl-274 {
    width: 274%;
  }
  .wd-xl-275 {
    width: 275%;
  }
  .wd-xl-276 {
    width: 276%;
  }
  .wd-xl-277 {
    width: 277%;
  }
  .wd-xl-278 {
    width: 278%;
  }
  .wd-xl-279 {
    width: 279%;
  }
  .wd-xl-280 {
    width: 280%;
  }
  .wd-xl-281 {
    width: 281%;
  }
  .wd-xl-282 {
    width: 282%;
  }
  .wd-xl-283 {
    width: 283%;
  }
  .wd-xl-284 {
    width: 284%;
  }
  .wd-xl-285 {
    width: 285%;
  }
  .wd-xl-286 {
    width: 286%;
  }
  .wd-xl-287 {
    width: 287%;
  }
  .wd-xl-288 {
    width: 288%;
  }
  .wd-xl-289 {
    width: 289%;
  }
  .wd-xl-290 {
    width: 290%;
  }
  .wd-xl-291 {
    width: 291%;
  }
  .wd-xl-292 {
    width: 292%;
  }
  .wd-xl-293 {
    width: 293%;
  }
  .wd-xl-294 {
    width: 294%;
  }
  .wd-xl-295 {
    width: 295%;
  }
  .wd-xl-296 {
    width: 296%;
  }
  .wd-xl-297 {
    width: 297%;
  }
  .wd-xl-298 {
    width: 298%;
  }
  .wd-xl-299 {
    width: 299%;
  }
  .wd-xl-300 {
    width: 300%;
  }
  .wd-xl-301 {
    width: 301%;
  }
  .wd-xl-302 {
    width: 302%;
  }
  .wd-xl-303 {
    width: 303%;
  }
  .wd-xl-304 {
    width: 304%;
  }
  .wd-xl-305 {
    width: 305%;
  }
  .wd-xl-306 {
    width: 306%;
  }
  .wd-xl-307 {
    width: 307%;
  }
  .wd-xl-308 {
    width: 308%;
  }
  .wd-xl-309 {
    width: 309%;
  }
  .wd-xl-310 {
    width: 310%;
  }
  .wd-xl-311 {
    width: 311%;
  }
  .wd-xl-312 {
    width: 312%;
  }
  .wd-xl-313 {
    width: 313%;
  }
  .wd-xl-314 {
    width: 314%;
  }
  .wd-xl-315 {
    width: 315%;
  }
  .wd-xl-316 {
    width: 316%;
  }
  .wd-xl-317 {
    width: 317%;
  }
  .wd-xl-318 {
    width: 318%;
  }
  .wd-xl-319 {
    width: 319%;
  }
  .wd-xl-320 {
    width: 320%;
  }
  .wd-xl-321 {
    width: 321%;
  }
  .wd-xl-322 {
    width: 322%;
  }
  .wd-xl-323 {
    width: 323%;
  }
  .wd-xl-324 {
    width: 324%;
  }
  .wd-xl-325 {
    width: 325%;
  }
  .wd-xl-326 {
    width: 326%;
  }
  .wd-xl-327 {
    width: 327%;
  }
  .wd-xl-328 {
    width: 328%;
  }
  .wd-xl-329 {
    width: 329%;
  }
  .wd-xl-330 {
    width: 330%;
  }
  .wd-xl-331 {
    width: 331%;
  }
  .wd-xl-332 {
    width: 332%;
  }
  .wd-xl-333 {
    width: 333%;
  }
  .wd-xl-334 {
    width: 334%;
  }
  .wd-xl-335 {
    width: 335%;
  }
  .wd-xl-336 {
    width: 336%;
  }
  .wd-xl-337 {
    width: 337%;
  }
  .wd-xl-338 {
    width: 338%;
  }
  .wd-xl-339 {
    width: 339%;
  }
  .wd-xl-340 {
    width: 340%;
  }
  .wd-xl-341 {
    width: 341%;
  }
  .wd-xl-342 {
    width: 342%;
  }
  .wd-xl-343 {
    width: 343%;
  }
  .wd-xl-344 {
    width: 344%;
  }
  .wd-xl-345 {
    width: 345%;
  }
  .wd-xl-346 {
    width: 346%;
  }
  .wd-xl-347 {
    width: 347%;
  }
  .wd-xl-348 {
    width: 348%;
  }
  .wd-xl-349 {
    width: 349%;
  }
  .wd-xl-350 {
    width: 350%;
  }
  .wd-xl-351 {
    width: 351%;
  }
  .wd-xl-352 {
    width: 352%;
  }
  .wd-xl-353 {
    width: 353%;
  }
  .wd-xl-354 {
    width: 354%;
  }
  .wd-xl-355 {
    width: 355%;
  }
  .wd-xl-356 {
    width: 356%;
  }
  .wd-xl-357 {
    width: 357%;
  }
  .wd-xl-358 {
    width: 358%;
  }
  .wd-xl-359 {
    width: 359%;
  }
  .wd-xl-360 {
    width: 360%;
  }
  .wd-xl-361 {
    width: 361%;
  }
  .wd-xl-362 {
    width: 362%;
  }
  .wd-xl-363 {
    width: 363%;
  }
  .wd-xl-364 {
    width: 364%;
  }
  .wd-xl-365 {
    width: 365%;
  }
  .wd-xl-366 {
    width: 366%;
  }
  .wd-xl-367 {
    width: 367%;
  }
  .wd-xl-368 {
    width: 368%;
  }
  .wd-xl-369 {
    width: 369%;
  }
  .wd-xl-370 {
    width: 370%;
  }
  .wd-xl-371 {
    width: 371%;
  }
  .wd-xl-372 {
    width: 372%;
  }
  .wd-xl-373 {
    width: 373%;
  }
  .wd-xl-374 {
    width: 374%;
  }
  .wd-xl-375 {
    width: 375%;
  }
  .wd-xl-376 {
    width: 376%;
  }
  .wd-xl-377 {
    width: 377%;
  }
  .wd-xl-378 {
    width: 378%;
  }
  .wd-xl-379 {
    width: 379%;
  }
  .wd-xl-380 {
    width: 380%;
  }
  .wd-xl-381 {
    width: 381%;
  }
  .wd-xl-382 {
    width: 382%;
  }
  .wd-xl-383 {
    width: 383%;
  }
  .wd-xl-384 {
    width: 384%;
  }
  .wd-xl-385 {
    width: 385%;
  }
  .wd-xl-386 {
    width: 386%;
  }
  .wd-xl-387 {
    width: 387%;
  }
  .wd-xl-388 {
    width: 388%;
  }
  .wd-xl-389 {
    width: 389%;
  }
  .wd-xl-390 {
    width: 390%;
  }
  .wd-xl-391 {
    width: 391%;
  }
  .wd-xl-392 {
    width: 392%;
  }
  .wd-xl-393 {
    width: 393%;
  }
  .wd-xl-394 {
    width: 394%;
  }
  .wd-xl-395 {
    width: 395%;
  }
  .wd-xl-396 {
    width: 396%;
  }
  .wd-xl-397 {
    width: 397%;
  }
  .wd-xl-398 {
    width: 398%;
  }
  .wd-xl-399 {
    width: 399%;
  }
  .wd-xl-400 {
    width: 400%;
  }
  .wd-xl-401 {
    width: 401%;
  }
  .wd-xl-402 {
    width: 402%;
  }
  .wd-xl-403 {
    width: 403%;
  }
  .wd-xl-404 {
    width: 404%;
  }
  .wd-xl-405 {
    width: 405%;
  }
  .wd-xl-406 {
    width: 406%;
  }
  .wd-xl-407 {
    width: 407%;
  }
  .wd-xl-408 {
    width: 408%;
  }
  .wd-xl-409 {
    width: 409%;
  }
  .wd-xl-410 {
    width: 410%;
  }
  .wd-xl-411 {
    width: 411%;
  }
  .wd-xl-412 {
    width: 412%;
  }
  .wd-xl-413 {
    width: 413%;
  }
  .wd-xl-414 {
    width: 414%;
  }
  .wd-xl-415 {
    width: 415%;
  }
  .wd-xl-416 {
    width: 416%;
  }
  .wd-xl-417 {
    width: 417%;
  }
  .wd-xl-418 {
    width: 418%;
  }
  .wd-xl-419 {
    width: 419%;
  }
  .wd-xl-420 {
    width: 420%;
  }
  .wd-xl-421 {
    width: 421%;
  }
  .wd-xl-422 {
    width: 422%;
  }
  .wd-xl-423 {
    width: 423%;
  }
  .wd-xl-424 {
    width: 424%;
  }
  .wd-xl-425 {
    width: 425%;
  }
  .wd-xl-426 {
    width: 426%;
  }
  .wd-xl-427 {
    width: 427%;
  }
  .wd-xl-428 {
    width: 428%;
  }
  .wd-xl-429 {
    width: 429%;
  }
  .wd-xl-430 {
    width: 430%;
  }
  .wd-xl-431 {
    width: 431%;
  }
  .wd-xl-432 {
    width: 432%;
  }
  .wd-xl-433 {
    width: 433%;
  }
  .wd-xl-434 {
    width: 434%;
  }
  .wd-xl-435 {
    width: 435%;
  }
  .wd-xl-436 {
    width: 436%;
  }
  .wd-xl-437 {
    width: 437%;
  }
  .wd-xl-438 {
    width: 438%;
  }
  .wd-xl-439 {
    width: 439%;
  }
  .wd-xl-440 {
    width: 440%;
  }
  .wd-xl-441 {
    width: 441%;
  }
  .wd-xl-442 {
    width: 442%;
  }
  .wd-xl-443 {
    width: 443%;
  }
  .wd-xl-444 {
    width: 444%;
  }
  .wd-xl-445 {
    width: 445%;
  }
  .wd-xl-446 {
    width: 446%;
  }
  .wd-xl-447 {
    width: 447%;
  }
  .wd-xl-448 {
    width: 448%;
  }
  .wd-xl-449 {
    width: 449%;
  }
  .wd-xl-450 {
    width: 450%;
  }
  .wd-xl-451 {
    width: 451%;
  }
  .wd-xl-452 {
    width: 452%;
  }
  .wd-xl-453 {
    width: 453%;
  }
  .wd-xl-454 {
    width: 454%;
  }
  .wd-xl-455 {
    width: 455%;
  }
  .wd-xl-456 {
    width: 456%;
  }
  .wd-xl-457 {
    width: 457%;
  }
  .wd-xl-458 {
    width: 458%;
  }
  .wd-xl-459 {
    width: 459%;
  }
  .wd-xl-460 {
    width: 460%;
  }
  .wd-xl-461 {
    width: 461%;
  }
  .wd-xl-462 {
    width: 462%;
  }
  .wd-xl-463 {
    width: 463%;
  }
  .wd-xl-464 {
    width: 464%;
  }
  .wd-xl-465 {
    width: 465%;
  }
  .wd-xl-466 {
    width: 466%;
  }
  .wd-xl-467 {
    width: 467%;
  }
  .wd-xl-468 {
    width: 468%;
  }
  .wd-xl-469 {
    width: 469%;
  }
  .wd-xl-470 {
    width: 470%;
  }
  .wd-xl-471 {
    width: 471%;
  }
  .wd-xl-472 {
    width: 472%;
  }
  .wd-xl-473 {
    width: 473%;
  }
  .wd-xl-474 {
    width: 474%;
  }
  .wd-xl-475 {
    width: 475%;
  }
  .wd-xl-476 {
    width: 476%;
  }
  .wd-xl-477 {
    width: 477%;
  }
  .wd-xl-478 {
    width: 478%;
  }
  .wd-xl-479 {
    width: 479%;
  }
  .wd-xl-480 {
    width: 480%;
  }
  .wd-xl-481 {
    width: 481%;
  }
  .wd-xl-482 {
    width: 482%;
  }
  .wd-xl-483 {
    width: 483%;
  }
  .wd-xl-484 {
    width: 484%;
  }
  .wd-xl-485 {
    width: 485%;
  }
  .wd-xl-486 {
    width: 486%;
  }
  .wd-xl-487 {
    width: 487%;
  }
  .wd-xl-488 {
    width: 488%;
  }
  .wd-xl-489 {
    width: 489%;
  }
  .wd-xl-490 {
    width: 490%;
  }
  .wd-xl-491 {
    width: 491%;
  }
  .wd-xl-492 {
    width: 492%;
  }
  .wd-xl-493 {
    width: 493%;
  }
  .wd-xl-494 {
    width: 494%;
  }
  .wd-xl-495 {
    width: 495%;
  }
  .wd-xl-496 {
    width: 496%;
  }
  .wd-xl-497 {
    width: 497%;
  }
  .wd-xl-498 {
    width: 498%;
  }
  .wd-xl-499 {
    width: 499%;
  }
  .wd-xl-500 {
    width: 500%;
  }
  .wd-xl-501 {
    width: 501%;
  }
  .wd-xl-502 {
    width: 502%;
  }
  .wd-xl-503 {
    width: 503%;
  }
  .wd-xl-504 {
    width: 504%;
  }
  .wd-xl-505 {
    width: 505%;
  }
  .wd-xl-506 {
    width: 506%;
  }
  .wd-xl-507 {
    width: 507%;
  }
  .wd-xl-508 {
    width: 508%;
  }
  .wd-xl-509 {
    width: 509%;
  }
  .wd-xl-510 {
    width: 510%;
  }
  .wd-xl-511 {
    width: 511%;
  }
  .wd-xl-512 {
    width: 512%;
  }
  .wd-xl-513 {
    width: 513%;
  }
  .wd-xl-514 {
    width: 514%;
  }
  .wd-xl-515 {
    width: 515%;
  }
  .wd-xl-516 {
    width: 516%;
  }
  .wd-xl-517 {
    width: 517%;
  }
  .wd-xl-518 {
    width: 518%;
  }
  .wd-xl-519 {
    width: 519%;
  }
  .wd-xl-520 {
    width: 520%;
  }
  .wd-xl-521 {
    width: 521%;
  }
  .wd-xl-522 {
    width: 522%;
  }
  .wd-xl-523 {
    width: 523%;
  }
  .wd-xl-524 {
    width: 524%;
  }
  .wd-xl-525 {
    width: 525%;
  }
  .wd-xl-526 {
    width: 526%;
  }
  .wd-xl-527 {
    width: 527%;
  }
  .wd-xl-528 {
    width: 528%;
  }
  .wd-xl-529 {
    width: 529%;
  }
  .wd-xl-530 {
    width: 530%;
  }
  .wd-xl-531 {
    width: 531%;
  }
  .wd-xl-532 {
    width: 532%;
  }
  .wd-xl-533 {
    width: 533%;
  }
  .wd-xl-534 {
    width: 534%;
  }
  .wd-xl-535 {
    width: 535%;
  }
  .wd-xl-536 {
    width: 536%;
  }
  .wd-xl-537 {
    width: 537%;
  }
  .wd-xl-538 {
    width: 538%;
  }
  .wd-xl-539 {
    width: 539%;
  }
  .wd-xl-540 {
    width: 540%;
  }
  .wd-xl-541 {
    width: 541%;
  }
  .wd-xl-542 {
    width: 542%;
  }
  .wd-xl-543 {
    width: 543%;
  }
  .wd-xl-544 {
    width: 544%;
  }
  .wd-xl-545 {
    width: 545%;
  }
  .wd-xl-546 {
    width: 546%;
  }
  .wd-xl-547 {
    width: 547%;
  }
  .wd-xl-548 {
    width: 548%;
  }
  .wd-xl-549 {
    width: 549%;
  }
  .wd-xl-550 {
    width: 550%;
  }
  .wd-xl-551 {
    width: 551%;
  }
  .wd-xl-552 {
    width: 552%;
  }
  .wd-xl-553 {
    width: 553%;
  }
  .wd-xl-554 {
    width: 554%;
  }
  .wd-xl-555 {
    width: 555%;
  }
  .wd-xl-556 {
    width: 556%;
  }
  .wd-xl-557 {
    width: 557%;
  }
  .wd-xl-558 {
    width: 558%;
  }
  .wd-xl-559 {
    width: 559%;
  }
  .wd-xl-560 {
    width: 560%;
  }
  .wd-xl-561 {
    width: 561%;
  }
  .wd-xl-562 {
    width: 562%;
  }
  .wd-xl-563 {
    width: 563%;
  }
  .wd-xl-564 {
    width: 564%;
  }
  .wd-xl-565 {
    width: 565%;
  }
  .wd-xl-566 {
    width: 566%;
  }
  .wd-xl-567 {
    width: 567%;
  }
  .wd-xl-568 {
    width: 568%;
  }
  .wd-xl-569 {
    width: 569%;
  }
  .wd-xl-570 {
    width: 570%;
  }
  .wd-xl-571 {
    width: 571%;
  }
  .wd-xl-572 {
    width: 572%;
  }
  .wd-xl-573 {
    width: 573%;
  }
  .wd-xl-574 {
    width: 574%;
  }
  .wd-xl-575 {
    width: 575%;
  }
  .wd-xl-576 {
    width: 576%;
  }
  .wd-xl-577 {
    width: 577%;
  }
  .wd-xl-578 {
    width: 578%;
  }
  .wd-xl-579 {
    width: 579%;
  }
  .wd-xl-580 {
    width: 580%;
  }
  .wd-xl-581 {
    width: 581%;
  }
  .wd-xl-582 {
    width: 582%;
  }
  .wd-xl-583 {
    width: 583%;
  }
  .wd-xl-584 {
    width: 584%;
  }
  .wd-xl-585 {
    width: 585%;
  }
  .wd-xl-586 {
    width: 586%;
  }
  .wd-xl-587 {
    width: 587%;
  }
  .wd-xl-588 {
    width: 588%;
  }
  .wd-xl-589 {
    width: 589%;
  }
  .wd-xl-590 {
    width: 590%;
  }
  .wd-xl-591 {
    width: 591%;
  }
  .wd-xl-592 {
    width: 592%;
  }
  .wd-xl-593 {
    width: 593%;
  }
  .wd-xl-594 {
    width: 594%;
  }
  .wd-xl-595 {
    width: 595%;
  }
  .wd-xl-596 {
    width: 596%;
  }
  .wd-xl-597 {
    width: 597%;
  }
  .wd-xl-598 {
    width: 598%;
  }
  .wd-xl-599 {
    width: 599%;
  }
  .wd-xl-600 {
    width: 600%;
  }
  .wd-xl-601 {
    width: 601%;
  }
  .wd-xl-602 {
    width: 602%;
  }
  .wd-xl-603 {
    width: 603%;
  }
  .wd-xl-604 {
    width: 604%;
  }
  .wd-xl-605 {
    width: 605%;
  }
  .wd-xl-606 {
    width: 606%;
  }
  .wd-xl-607 {
    width: 607%;
  }
  .wd-xl-608 {
    width: 608%;
  }
  .wd-xl-609 {
    width: 609%;
  }
  .wd-xl-610 {
    width: 610%;
  }
  .wd-xl-611 {
    width: 611%;
  }
  .wd-xl-612 {
    width: 612%;
  }
  .wd-xl-613 {
    width: 613%;
  }
  .wd-xl-614 {
    width: 614%;
  }
  .wd-xl-615 {
    width: 615%;
  }
  .wd-xl-616 {
    width: 616%;
  }
  .wd-xl-617 {
    width: 617%;
  }
  .wd-xl-618 {
    width: 618%;
  }
  .wd-xl-619 {
    width: 619%;
  }
  .wd-xl-620 {
    width: 620%;
  }
  .wd-xl-621 {
    width: 621%;
  }
  .wd-xl-622 {
    width: 622%;
  }
  .wd-xl-623 {
    width: 623%;
  }
  .wd-xl-624 {
    width: 624%;
  }
  .wd-xl-625 {
    width: 625%;
  }
  .wd-xl-626 {
    width: 626%;
  }
  .wd-xl-627 {
    width: 627%;
  }
  .wd-xl-628 {
    width: 628%;
  }
  .wd-xl-629 {
    width: 629%;
  }
  .wd-xl-630 {
    width: 630%;
  }
  .wd-xl-631 {
    width: 631%;
  }
  .wd-xl-632 {
    width: 632%;
  }
  .wd-xl-633 {
    width: 633%;
  }
  .wd-xl-634 {
    width: 634%;
  }
  .wd-xl-635 {
    width: 635%;
  }
  .wd-xl-636 {
    width: 636%;
  }
  .wd-xl-637 {
    width: 637%;
  }
  .wd-xl-638 {
    width: 638%;
  }
  .wd-xl-639 {
    width: 639%;
  }
  .wd-xl-640 {
    width: 640%;
  }
  .wd-xl-641 {
    width: 641%;
  }
  .wd-xl-642 {
    width: 642%;
  }
  .wd-xl-643 {
    width: 643%;
  }
  .wd-xl-644 {
    width: 644%;
  }
  .wd-xl-645 {
    width: 645%;
  }
  .wd-xl-646 {
    width: 646%;
  }
  .wd-xl-647 {
    width: 647%;
  }
  .wd-xl-648 {
    width: 648%;
  }
  .wd-xl-649 {
    width: 649%;
  }
  .wd-xl-650 {
    width: 650%;
  }
  .wd-xl-651 {
    width: 651%;
  }
  .wd-xl-652 {
    width: 652%;
  }
  .wd-xl-653 {
    width: 653%;
  }
  .wd-xl-654 {
    width: 654%;
  }
  .wd-xl-655 {
    width: 655%;
  }
  .wd-xl-656 {
    width: 656%;
  }
  .wd-xl-657 {
    width: 657%;
  }
  .wd-xl-658 {
    width: 658%;
  }
  .wd-xl-659 {
    width: 659%;
  }
  .wd-xl-660 {
    width: 660%;
  }
  .wd-xl-661 {
    width: 661%;
  }
  .wd-xl-662 {
    width: 662%;
  }
  .wd-xl-663 {
    width: 663%;
  }
  .wd-xl-664 {
    width: 664%;
  }
  .wd-xl-665 {
    width: 665%;
  }
  .wd-xl-666 {
    width: 666%;
  }
  .wd-xl-667 {
    width: 667%;
  }
  .wd-xl-668 {
    width: 668%;
  }
  .wd-xl-669 {
    width: 669%;
  }
  .wd-xl-670 {
    width: 670%;
  }
  .wd-xl-671 {
    width: 671%;
  }
  .wd-xl-672 {
    width: 672%;
  }
  .wd-xl-673 {
    width: 673%;
  }
  .wd-xl-674 {
    width: 674%;
  }
  .wd-xl-675 {
    width: 675%;
  }
  .wd-xl-676 {
    width: 676%;
  }
  .wd-xl-677 {
    width: 677%;
  }
  .wd-xl-678 {
    width: 678%;
  }
  .wd-xl-679 {
    width: 679%;
  }
  .wd-xl-680 {
    width: 680%;
  }
  .wd-xl-681 {
    width: 681%;
  }
  .wd-xl-682 {
    width: 682%;
  }
  .wd-xl-683 {
    width: 683%;
  }
  .wd-xl-684 {
    width: 684%;
  }
  .wd-xl-685 {
    width: 685%;
  }
  .wd-xl-686 {
    width: 686%;
  }
  .wd-xl-687 {
    width: 687%;
  }
  .wd-xl-688 {
    width: 688%;
  }
  .wd-xl-689 {
    width: 689%;
  }
  .wd-xl-690 {
    width: 690%;
  }
  .wd-xl-691 {
    width: 691%;
  }
  .wd-xl-692 {
    width: 692%;
  }
  .wd-xl-693 {
    width: 693%;
  }
  .wd-xl-694 {
    width: 694%;
  }
  .wd-xl-695 {
    width: 695%;
  }
  .wd-xl-696 {
    width: 696%;
  }
  .wd-xl-697 {
    width: 697%;
  }
  .wd-xl-698 {
    width: 698%;
  }
  .wd-xl-699 {
    width: 699%;
  }
  .wd-xl-700 {
    width: 700%;
  }
  .wd-xl-701 {
    width: 701%;
  }
  .wd-xl-702 {
    width: 702%;
  }
  .wd-xl-703 {
    width: 703%;
  }
  .wd-xl-704 {
    width: 704%;
  }
  .wd-xl-705 {
    width: 705%;
  }
  .wd-xl-706 {
    width: 706%;
  }
  .wd-xl-707 {
    width: 707%;
  }
  .wd-xl-708 {
    width: 708%;
  }
  .wd-xl-709 {
    width: 709%;
  }
  .wd-xl-710 {
    width: 710%;
  }
  .wd-xl-711 {
    width: 711%;
  }
  .wd-xl-712 {
    width: 712%;
  }
  .wd-xl-713 {
    width: 713%;
  }
  .wd-xl-714 {
    width: 714%;
  }
  .wd-xl-715 {
    width: 715%;
  }
  .wd-xl-716 {
    width: 716%;
  }
  .wd-xl-717 {
    width: 717%;
  }
  .wd-xl-718 {
    width: 718%;
  }
  .wd-xl-719 {
    width: 719%;
  }
  .wd-xl-720 {
    width: 720%;
  }
  .wd-xl-721 {
    width: 721%;
  }
  .wd-xl-722 {
    width: 722%;
  }
  .wd-xl-723 {
    width: 723%;
  }
  .wd-xl-724 {
    width: 724%;
  }
  .wd-xl-725 {
    width: 725%;
  }
  .wd-xl-726 {
    width: 726%;
  }
  .wd-xl-727 {
    width: 727%;
  }
  .wd-xl-728 {
    width: 728%;
  }
  .wd-xl-729 {
    width: 729%;
  }
  .wd-xl-730 {
    width: 730%;
  }
  .wd-xl-731 {
    width: 731%;
  }
  .wd-xl-732 {
    width: 732%;
  }
  .wd-xl-733 {
    width: 733%;
  }
  .wd-xl-734 {
    width: 734%;
  }
  .wd-xl-735 {
    width: 735%;
  }
  .wd-xl-736 {
    width: 736%;
  }
  .wd-xl-737 {
    width: 737%;
  }
  .wd-xl-738 {
    width: 738%;
  }
  .wd-xl-739 {
    width: 739%;
  }
  .wd-xl-740 {
    width: 740%;
  }
  .wd-xl-741 {
    width: 741%;
  }
  .wd-xl-742 {
    width: 742%;
  }
  .wd-xl-743 {
    width: 743%;
  }
  .wd-xl-744 {
    width: 744%;
  }
  .wd-xl-745 {
    width: 745%;
  }
  .wd-xl-746 {
    width: 746%;
  }
  .wd-xl-747 {
    width: 747%;
  }
  .wd-xl-748 {
    width: 748%;
  }
  .wd-xl-749 {
    width: 749%;
  }
  .wd-xl-750 {
    width: 750%;
  }
  .wd-xl-751 {
    width: 751%;
  }
  .wd-xl-752 {
    width: 752%;
  }
  .wd-xl-753 {
    width: 753%;
  }
  .wd-xl-754 {
    width: 754%;
  }
  .wd-xl-755 {
    width: 755%;
  }
  .wd-xl-756 {
    width: 756%;
  }
  .wd-xl-757 {
    width: 757%;
  }
  .wd-xl-758 {
    width: 758%;
  }
  .wd-xl-759 {
    width: 759%;
  }
  .wd-xl-760 {
    width: 760%;
  }
  .wd-xl-761 {
    width: 761%;
  }
  .wd-xl-762 {
    width: 762%;
  }
  .wd-xl-763 {
    width: 763%;
  }
  .wd-xl-764 {
    width: 764%;
  }
  .wd-xl-765 {
    width: 765%;
  }
  .wd-xl-766 {
    width: 766%;
  }
  .wd-xl-767 {
    width: 767%;
  }
  .wd-xl-768 {
    width: 768%;
  }
  .wd-xl-769 {
    width: 769%;
  }
  .wd-xl-770 {
    width: 770%;
  }
  .wd-xl-771 {
    width: 771%;
  }
  .wd-xl-772 {
    width: 772%;
  }
  .wd-xl-773 {
    width: 773%;
  }
  .wd-xl-774 {
    width: 774%;
  }
  .wd-xl-775 {
    width: 775%;
  }
  .wd-xl-776 {
    width: 776%;
  }
  .wd-xl-777 {
    width: 777%;
  }
  .wd-xl-778 {
    width: 778%;
  }
  .wd-xl-779 {
    width: 779%;
  }
  .wd-xl-780 {
    width: 780%;
  }
  .wd-xl-781 {
    width: 781%;
  }
  .wd-xl-782 {
    width: 782%;
  }
  .wd-xl-783 {
    width: 783%;
  }
  .wd-xl-784 {
    width: 784%;
  }
  .wd-xl-785 {
    width: 785%;
  }
  .wd-xl-786 {
    width: 786%;
  }
  .wd-xl-787 {
    width: 787%;
  }
  .wd-xl-788 {
    width: 788%;
  }
  .wd-xl-789 {
    width: 789%;
  }
  .wd-xl-790 {
    width: 790%;
  }
  .wd-xl-791 {
    width: 791%;
  }
  .wd-xl-792 {
    width: 792%;
  }
  .wd-xl-793 {
    width: 793%;
  }
  .wd-xl-794 {
    width: 794%;
  }
  .wd-xl-795 {
    width: 795%;
  }
  .wd-xl-796 {
    width: 796%;
  }
  .wd-xl-797 {
    width: 797%;
  }
  .wd-xl-798 {
    width: 798%;
  }
  .wd-xl-799 {
    width: 799%;
  }
  .wd-xl-800 {
    width: 800%;
  }
  .wd-xl-801 {
    width: 801%;
  }
  .wd-xl-802 {
    width: 802%;
  }
  .wd-xl-803 {
    width: 803%;
  }
  .wd-xl-804 {
    width: 804%;
  }
  .wd-xl-805 {
    width: 805%;
  }
  .wd-xl-806 {
    width: 806%;
  }
  .wd-xl-807 {
    width: 807%;
  }
  .wd-xl-808 {
    width: 808%;
  }
  .wd-xl-809 {
    width: 809%;
  }
  .wd-xl-810 {
    width: 810%;
  }
  .wd-xl-811 {
    width: 811%;
  }
  .wd-xl-812 {
    width: 812%;
  }
  .wd-xl-813 {
    width: 813%;
  }
  .wd-xl-814 {
    width: 814%;
  }
  .wd-xl-815 {
    width: 815%;
  }
  .wd-xl-816 {
    width: 816%;
  }
  .wd-xl-817 {
    width: 817%;
  }
  .wd-xl-818 {
    width: 818%;
  }
  .wd-xl-819 {
    width: 819%;
  }
  .wd-xl-820 {
    width: 820%;
  }
  .wd-xl-821 {
    width: 821%;
  }
  .wd-xl-822 {
    width: 822%;
  }
  .wd-xl-823 {
    width: 823%;
  }
  .wd-xl-824 {
    width: 824%;
  }
  .wd-xl-825 {
    width: 825%;
  }
  .wd-xl-826 {
    width: 826%;
  }
  .wd-xl-827 {
    width: 827%;
  }
  .wd-xl-828 {
    width: 828%;
  }
  .wd-xl-829 {
    width: 829%;
  }
  .wd-xl-830 {
    width: 830%;
  }
  .wd-xl-831 {
    width: 831%;
  }
  .wd-xl-832 {
    width: 832%;
  }
  .wd-xl-833 {
    width: 833%;
  }
  .wd-xl-834 {
    width: 834%;
  }
  .wd-xl-835 {
    width: 835%;
  }
  .wd-xl-836 {
    width: 836%;
  }
  .wd-xl-837 {
    width: 837%;
  }
  .wd-xl-838 {
    width: 838%;
  }
  .wd-xl-839 {
    width: 839%;
  }
  .wd-xl-840 {
    width: 840%;
  }
  .wd-xl-841 {
    width: 841%;
  }
  .wd-xl-842 {
    width: 842%;
  }
  .wd-xl-843 {
    width: 843%;
  }
  .wd-xl-844 {
    width: 844%;
  }
  .wd-xl-845 {
    width: 845%;
  }
  .wd-xl-846 {
    width: 846%;
  }
  .wd-xl-847 {
    width: 847%;
  }
  .wd-xl-848 {
    width: 848%;
  }
  .wd-xl-849 {
    width: 849%;
  }
  .wd-xl-850 {
    width: 850%;
  }
  .wd-xl-851 {
    width: 851%;
  }
  .wd-xl-852 {
    width: 852%;
  }
  .wd-xl-853 {
    width: 853%;
  }
  .wd-xl-854 {
    width: 854%;
  }
  .wd-xl-855 {
    width: 855%;
  }
  .wd-xl-856 {
    width: 856%;
  }
  .wd-xl-857 {
    width: 857%;
  }
  .wd-xl-858 {
    width: 858%;
  }
  .wd-xl-859 {
    width: 859%;
  }
  .wd-xl-860 {
    width: 860%;
  }
  .wd-xl-861 {
    width: 861%;
  }
  .wd-xl-862 {
    width: 862%;
  }
  .wd-xl-863 {
    width: 863%;
  }
  .wd-xl-864 {
    width: 864%;
  }
  .wd-xl-865 {
    width: 865%;
  }
  .wd-xl-866 {
    width: 866%;
  }
  .wd-xl-867 {
    width: 867%;
  }
  .wd-xl-868 {
    width: 868%;
  }
  .wd-xl-869 {
    width: 869%;
  }
  .wd-xl-870 {
    width: 870%;
  }
  .wd-xl-871 {
    width: 871%;
  }
  .wd-xl-872 {
    width: 872%;
  }
  .wd-xl-873 {
    width: 873%;
  }
  .wd-xl-874 {
    width: 874%;
  }
  .wd-xl-875 {
    width: 875%;
  }
  .wd-xl-876 {
    width: 876%;
  }
  .wd-xl-877 {
    width: 877%;
  }
  .wd-xl-878 {
    width: 878%;
  }
  .wd-xl-879 {
    width: 879%;
  }
  .wd-xl-880 {
    width: 880%;
  }
  .wd-xl-881 {
    width: 881%;
  }
  .wd-xl-882 {
    width: 882%;
  }
  .wd-xl-883 {
    width: 883%;
  }
  .wd-xl-884 {
    width: 884%;
  }
  .wd-xl-885 {
    width: 885%;
  }
  .wd-xl-886 {
    width: 886%;
  }
  .wd-xl-887 {
    width: 887%;
  }
  .wd-xl-888 {
    width: 888%;
  }
  .wd-xl-889 {
    width: 889%;
  }
  .wd-xl-890 {
    width: 890%;
  }
  .wd-xl-891 {
    width: 891%;
  }
  .wd-xl-892 {
    width: 892%;
  }
  .wd-xl-893 {
    width: 893%;
  }
  .wd-xl-894 {
    width: 894%;
  }
  .wd-xl-895 {
    width: 895%;
  }
  .wd-xl-896 {
    width: 896%;
  }
  .wd-xl-897 {
    width: 897%;
  }
  .wd-xl-898 {
    width: 898%;
  }
  .wd-xl-899 {
    width: 899%;
  }
  .wd-xl-900 {
    width: 900%;
  }
  .wd-xl-901 {
    width: 901%;
  }
  .wd-xl-902 {
    width: 902%;
  }
  .wd-xl-903 {
    width: 903%;
  }
  .wd-xl-904 {
    width: 904%;
  }
  .wd-xl-905 {
    width: 905%;
  }
  .wd-xl-906 {
    width: 906%;
  }
  .wd-xl-907 {
    width: 907%;
  }
  .wd-xl-908 {
    width: 908%;
  }
  .wd-xl-909 {
    width: 909%;
  }
  .wd-xl-910 {
    width: 910%;
  }
  .wd-xl-911 {
    width: 911%;
  }
  .wd-xl-912 {
    width: 912%;
  }
  .wd-xl-913 {
    width: 913%;
  }
  .wd-xl-914 {
    width: 914%;
  }
  .wd-xl-915 {
    width: 915%;
  }
  .wd-xl-916 {
    width: 916%;
  }
  .wd-xl-917 {
    width: 917%;
  }
  .wd-xl-918 {
    width: 918%;
  }
  .wd-xl-919 {
    width: 919%;
  }
  .wd-xl-920 {
    width: 920%;
  }
  .wd-xl-921 {
    width: 921%;
  }
  .wd-xl-922 {
    width: 922%;
  }
  .wd-xl-923 {
    width: 923%;
  }
  .wd-xl-924 {
    width: 924%;
  }
  .wd-xl-925 {
    width: 925%;
  }
  .wd-xl-926 {
    width: 926%;
  }
  .wd-xl-927 {
    width: 927%;
  }
  .wd-xl-928 {
    width: 928%;
  }
  .wd-xl-929 {
    width: 929%;
  }
  .wd-xl-930 {
    width: 930%;
  }
  .wd-xl-931 {
    width: 931%;
  }
  .wd-xl-932 {
    width: 932%;
  }
  .wd-xl-933 {
    width: 933%;
  }
  .wd-xl-934 {
    width: 934%;
  }
  .wd-xl-935 {
    width: 935%;
  }
  .wd-xl-936 {
    width: 936%;
  }
  .wd-xl-937 {
    width: 937%;
  }
  .wd-xl-938 {
    width: 938%;
  }
  .wd-xl-939 {
    width: 939%;
  }
  .wd-xl-940 {
    width: 940%;
  }
  .wd-xl-941 {
    width: 941%;
  }
  .wd-xl-942 {
    width: 942%;
  }
  .wd-xl-943 {
    width: 943%;
  }
  .wd-xl-944 {
    width: 944%;
  }
  .wd-xl-945 {
    width: 945%;
  }
  .wd-xl-946 {
    width: 946%;
  }
  .wd-xl-947 {
    width: 947%;
  }
  .wd-xl-948 {
    width: 948%;
  }
  .wd-xl-949 {
    width: 949%;
  }
  .wd-xl-950 {
    width: 950%;
  }
  .wd-xl-951 {
    width: 951%;
  }
  .wd-xl-952 {
    width: 952%;
  }
  .wd-xl-953 {
    width: 953%;
  }
  .wd-xl-954 {
    width: 954%;
  }
  .wd-xl-955 {
    width: 955%;
  }
  .wd-xl-956 {
    width: 956%;
  }
  .wd-xl-957 {
    width: 957%;
  }
  .wd-xl-958 {
    width: 958%;
  }
  .wd-xl-959 {
    width: 959%;
  }
  .wd-xl-960 {
    width: 960%;
  }
  .wd-xl-961 {
    width: 961%;
  }
  .wd-xl-962 {
    width: 962%;
  }
  .wd-xl-963 {
    width: 963%;
  }
  .wd-xl-964 {
    width: 964%;
  }
  .wd-xl-965 {
    width: 965%;
  }
  .wd-xl-966 {
    width: 966%;
  }
  .wd-xl-967 {
    width: 967%;
  }
  .wd-xl-968 {
    width: 968%;
  }
  .wd-xl-969 {
    width: 969%;
  }
  .wd-xl-970 {
    width: 970%;
  }
  .wd-xl-971 {
    width: 971%;
  }
  .wd-xl-972 {
    width: 972%;
  }
  .wd-xl-973 {
    width: 973%;
  }
  .wd-xl-974 {
    width: 974%;
  }
  .wd-xl-975 {
    width: 975%;
  }
  .wd-xl-976 {
    width: 976%;
  }
  .wd-xl-977 {
    width: 977%;
  }
  .wd-xl-978 {
    width: 978%;
  }
  .wd-xl-979 {
    width: 979%;
  }
  .wd-xl-980 {
    width: 980%;
  }
  .wd-xl-981 {
    width: 981%;
  }
  .wd-xl-982 {
    width: 982%;
  }
  .wd-xl-983 {
    width: 983%;
  }
  .wd-xl-984 {
    width: 984%;
  }
  .wd-xl-985 {
    width: 985%;
  }
  .wd-xl-986 {
    width: 986%;
  }
  .wd-xl-987 {
    width: 987%;
  }
  .wd-xl-988 {
    width: 988%;
  }
  .wd-xl-989 {
    width: 989%;
  }
  .wd-xl-990 {
    width: 990%;
  }
  .wd-xl-991 {
    width: 991%;
  }
  .wd-xl-992 {
    width: 992%;
  }
  .wd-xl-993 {
    width: 993%;
  }
  .wd-xl-994 {
    width: 994%;
  }
  .wd-xl-995 {
    width: 995%;
  }
  .wd-xl-996 {
    width: 996%;
  }
  .wd-xl-997 {
    width: 997%;
  }
  .wd-xl-998 {
    width: 998%;
  }
  .wd-xl-999 {
    width: 999%;
  }
  .wd-xl-1000 {
    width: 1000%;
  }
}
@media (min-width: 1520px) {
  .wd-xxl-5 {
    width: 5%;
  }
  .wd-xxl-10 {
    width: 10%;
  }
  .wd-xxl-11 {
    width: 11%;
  }
  .wd-xxl-12 {
    width: 12%;
  }
  .wd-xxl-13 {
    width: 13%;
  }
  .wd-xxl-14 {
    width: 14%;
  }
  .wd-xxl-15 {
    width: 15%;
  }
  .wd-xxl-16 {
    width: 16%;
  }
  .wd-xxl-17 {
    width: 17%;
  }
  .wd-xxl-18 {
    width: 18%;
  }
  .wd-xxl-19 {
    width: 19%;
  }
  .wd-xxl-20 {
    width: 20%;
  }
  .wd-xxl-21 {
    width: 21%;
  }
  .wd-xxl-22 {
    width: 22%;
  }
  .wd-xxl-23 {
    width: 23%;
  }
  .wd-xxl-24 {
    width: 24%;
  }
  .wd-xxl-25 {
    width: 25%;
  }
  .wd-xxl-26 {
    width: 26%;
  }
  .wd-xxl-27 {
    width: 27%;
  }
  .wd-xxl-28 {
    width: 28%;
  }
  .wd-xxl-29 {
    width: 29%;
  }
  .wd-xxl-30 {
    width: 30%;
  }
  .wd-xxl-31 {
    width: 31%;
  }
  .wd-xxl-32 {
    width: 32%;
  }
  .wd-xxl-33 {
    width: 33%;
  }
  .wd-xxl-34 {
    width: 34%;
  }
  .wd-xxl-35 {
    width: 35%;
  }
  .wd-xxl-36 {
    width: 36%;
  }
  .wd-xxl-37 {
    width: 37%;
  }
  .wd-xxl-38 {
    width: 38%;
  }
  .wd-xxl-39 {
    width: 39%;
  }
  .wd-xxl-40 {
    width: 40%;
  }
  .wd-xxl-41 {
    width: 41%;
  }
  .wd-xxl-42 {
    width: 42%;
  }
  .wd-xxl-43 {
    width: 43%;
  }
  .wd-xxl-44 {
    width: 44%;
  }
  .wd-xxl-45 {
    width: 45%;
  }
  .wd-xxl-46 {
    width: 46%;
  }
  .wd-xxl-47 {
    width: 47%;
  }
  .wd-xxl-48 {
    width: 48%;
  }
  .wd-xxl-49 {
    width: 49%;
  }
  .wd-xxl-50 {
    width: 50%;
  }
  .wd-xxl-51 {
    width: 51%;
  }
  .wd-xxl-52 {
    width: 52%;
  }
  .wd-xxl-53 {
    width: 53%;
  }
  .wd-xxl-54 {
    width: 54%;
  }
  .wd-xxl-55 {
    width: 55%;
  }
  .wd-xxl-56 {
    width: 56%;
  }
  .wd-xxl-57 {
    width: 57%;
  }
  .wd-xxl-58 {
    width: 58%;
  }
  .wd-xxl-59 {
    width: 59%;
  }
  .wd-xxl-60 {
    width: 60%;
  }
  .wd-xxl-61 {
    width: 61%;
  }
  .wd-xxl-62 {
    width: 62%;
  }
  .wd-xxl-63 {
    width: 63%;
  }
  .wd-xxl-64 {
    width: 64%;
  }
  .wd-xxl-65 {
    width: 65%;
  }
  .wd-xxl-66 {
    width: 66%;
  }
  .wd-xxl-67 {
    width: 67%;
  }
  .wd-xxl-68 {
    width: 68%;
  }
  .wd-xxl-69 {
    width: 69%;
  }
  .wd-xxl-70 {
    width: 70%;
  }
  .wd-xxl-71 {
    width: 71%;
  }
  .wd-xxl-72 {
    width: 72%;
  }
  .wd-xxl-73 {
    width: 73%;
  }
  .wd-xxl-74 {
    width: 74%;
  }
  .wd-xxl-75 {
    width: 75%;
  }
  .wd-xxl-76 {
    width: 76%;
  }
  .wd-xxl-77 {
    width: 77%;
  }
  .wd-xxl-78 {
    width: 78%;
  }
  .wd-xxl-79 {
    width: 79%;
  }
  .wd-xxl-80 {
    width: 80%;
  }
  .wd-xxl-81 {
    width: 81%;
  }
  .wd-xxl-82 {
    width: 82%;
  }
  .wd-xxl-83 {
    width: 83%;
  }
  .wd-xxl-84 {
    width: 84%;
  }
  .wd-xxl-85 {
    width: 85%;
  }
  .wd-xxl-86 {
    width: 86%;
  }
  .wd-xxl-87 {
    width: 87%;
  }
  .wd-xxl-88 {
    width: 88%;
  }
  .wd-xxl-89 {
    width: 89%;
  }
  .wd-xxl-90 {
    width: 90%;
  }
  .wd-xxl-91 {
    width: 91%;
  }
  .wd-xxl-92 {
    width: 92%;
  }
  .wd-xxl-93 {
    width: 93%;
  }
  .wd-xxl-94 {
    width: 94%;
  }
  .wd-xxl-95 {
    width: 95%;
  }
  .wd-xxl-96 {
    width: 96%;
  }
  .wd-xxl-97 {
    width: 97%;
  }
  .wd-xxl-98 {
    width: 98%;
  }
  .wd-xxl-99 {
    width: 99%;
  }
  .wd-xxl-100 {
    width: 100%;
  }
  .wd-xxl-101 {
    width: 101%;
  }
  .wd-xxl-102 {
    width: 102%;
  }
  .wd-xxl-103 {
    width: 103%;
  }
  .wd-xxl-104 {
    width: 104%;
  }
  .wd-xxl-105 {
    width: 105%;
  }
  .wd-xxl-106 {
    width: 106%;
  }
  .wd-xxl-107 {
    width: 107%;
  }
  .wd-xxl-108 {
    width: 108%;
  }
  .wd-xxl-109 {
    width: 109%;
  }
  .wd-xxl-110 {
    width: 110%;
  }
  .wd-xxl-111 {
    width: 111%;
  }
  .wd-xxl-112 {
    width: 112%;
  }
  .wd-xxl-113 {
    width: 113%;
  }
  .wd-xxl-114 {
    width: 114%;
  }
  .wd-xxl-115 {
    width: 115%;
  }
  .wd-xxl-116 {
    width: 116%;
  }
  .wd-xxl-117 {
    width: 117%;
  }
  .wd-xxl-118 {
    width: 118%;
  }
  .wd-xxl-119 {
    width: 119%;
  }
  .wd-xxl-120 {
    width: 120%;
  }
  .wd-xxl-121 {
    width: 121%;
  }
  .wd-xxl-122 {
    width: 122%;
  }
  .wd-xxl-123 {
    width: 123%;
  }
  .wd-xxl-124 {
    width: 124%;
  }
  .wd-xxl-125 {
    width: 125%;
  }
  .wd-xxl-126 {
    width: 126%;
  }
  .wd-xxl-127 {
    width: 127%;
  }
  .wd-xxl-128 {
    width: 128%;
  }
  .wd-xxl-129 {
    width: 129%;
  }
  .wd-xxl-130 {
    width: 130%;
  }
  .wd-xxl-131 {
    width: 131%;
  }
  .wd-xxl-132 {
    width: 132%;
  }
  .wd-xxl-133 {
    width: 133%;
  }
  .wd-xxl-134 {
    width: 134%;
  }
  .wd-xxl-135 {
    width: 135%;
  }
  .wd-xxl-136 {
    width: 136%;
  }
  .wd-xxl-137 {
    width: 137%;
  }
  .wd-xxl-138 {
    width: 138%;
  }
  .wd-xxl-139 {
    width: 139%;
  }
  .wd-xxl-140 {
    width: 140%;
  }
  .wd-xxl-141 {
    width: 141%;
  }
  .wd-xxl-142 {
    width: 142%;
  }
  .wd-xxl-143 {
    width: 143%;
  }
  .wd-xxl-144 {
    width: 144%;
  }
  .wd-xxl-145 {
    width: 145%;
  }
  .wd-xxl-146 {
    width: 146%;
  }
  .wd-xxl-147 {
    width: 147%;
  }
  .wd-xxl-148 {
    width: 148%;
  }
  .wd-xxl-149 {
    width: 149%;
  }
  .wd-xxl-150 {
    width: 150%;
  }
  .wd-xxl-151 {
    width: 151%;
  }
  .wd-xxl-152 {
    width: 152%;
  }
  .wd-xxl-153 {
    width: 153%;
  }
  .wd-xxl-154 {
    width: 154%;
  }
  .wd-xxl-155 {
    width: 155%;
  }
  .wd-xxl-156 {
    width: 156%;
  }
  .wd-xxl-157 {
    width: 157%;
  }
  .wd-xxl-158 {
    width: 158%;
  }
  .wd-xxl-159 {
    width: 159%;
  }
  .wd-xxl-160 {
    width: 160%;
  }
  .wd-xxl-161 {
    width: 161%;
  }
  .wd-xxl-162 {
    width: 162%;
  }
  .wd-xxl-163 {
    width: 163%;
  }
  .wd-xxl-164 {
    width: 164%;
  }
  .wd-xxl-165 {
    width: 165%;
  }
  .wd-xxl-166 {
    width: 166%;
  }
  .wd-xxl-167 {
    width: 167%;
  }
  .wd-xxl-168 {
    width: 168%;
  }
  .wd-xxl-169 {
    width: 169%;
  }
  .wd-xxl-170 {
    width: 170%;
  }
  .wd-xxl-171 {
    width: 171%;
  }
  .wd-xxl-172 {
    width: 172%;
  }
  .wd-xxl-173 {
    width: 173%;
  }
  .wd-xxl-174 {
    width: 174%;
  }
  .wd-xxl-175 {
    width: 175%;
  }
  .wd-xxl-176 {
    width: 176%;
  }
  .wd-xxl-177 {
    width: 177%;
  }
  .wd-xxl-178 {
    width: 178%;
  }
  .wd-xxl-179 {
    width: 179%;
  }
  .wd-xxl-180 {
    width: 180%;
  }
  .wd-xxl-181 {
    width: 181%;
  }
  .wd-xxl-182 {
    width: 182%;
  }
  .wd-xxl-183 {
    width: 183%;
  }
  .wd-xxl-184 {
    width: 184%;
  }
  .wd-xxl-185 {
    width: 185%;
  }
  .wd-xxl-186 {
    width: 186%;
  }
  .wd-xxl-187 {
    width: 187%;
  }
  .wd-xxl-188 {
    width: 188%;
  }
  .wd-xxl-189 {
    width: 189%;
  }
  .wd-xxl-190 {
    width: 190%;
  }
  .wd-xxl-191 {
    width: 191%;
  }
  .wd-xxl-192 {
    width: 192%;
  }
  .wd-xxl-193 {
    width: 193%;
  }
  .wd-xxl-194 {
    width: 194%;
  }
  .wd-xxl-195 {
    width: 195%;
  }
  .wd-xxl-196 {
    width: 196%;
  }
  .wd-xxl-197 {
    width: 197%;
  }
  .wd-xxl-198 {
    width: 198%;
  }
  .wd-xxl-199 {
    width: 199%;
  }
  .wd-xxl-200 {
    width: 200%;
  }
  .wd-xxl-201 {
    width: 201%;
  }
  .wd-xxl-202 {
    width: 202%;
  }
  .wd-xxl-203 {
    width: 203%;
  }
  .wd-xxl-204 {
    width: 204%;
  }
  .wd-xxl-205 {
    width: 205%;
  }
  .wd-xxl-206 {
    width: 206%;
  }
  .wd-xxl-207 {
    width: 207%;
  }
  .wd-xxl-208 {
    width: 208%;
  }
  .wd-xxl-209 {
    width: 209%;
  }
  .wd-xxl-210 {
    width: 210%;
  }
  .wd-xxl-211 {
    width: 211%;
  }
  .wd-xxl-212 {
    width: 212%;
  }
  .wd-xxl-213 {
    width: 213%;
  }
  .wd-xxl-214 {
    width: 214%;
  }
  .wd-xxl-215 {
    width: 215%;
  }
  .wd-xxl-216 {
    width: 216%;
  }
  .wd-xxl-217 {
    width: 217%;
  }
  .wd-xxl-218 {
    width: 218%;
  }
  .wd-xxl-219 {
    width: 219%;
  }
  .wd-xxl-220 {
    width: 220%;
  }
  .wd-xxl-221 {
    width: 221%;
  }
  .wd-xxl-222 {
    width: 222%;
  }
  .wd-xxl-223 {
    width: 223%;
  }
  .wd-xxl-224 {
    width: 224%;
  }
  .wd-xxl-225 {
    width: 225%;
  }
  .wd-xxl-226 {
    width: 226%;
  }
  .wd-xxl-227 {
    width: 227%;
  }
  .wd-xxl-228 {
    width: 228%;
  }
  .wd-xxl-229 {
    width: 229%;
  }
  .wd-xxl-230 {
    width: 230%;
  }
  .wd-xxl-231 {
    width: 231%;
  }
  .wd-xxl-232 {
    width: 232%;
  }
  .wd-xxl-233 {
    width: 233%;
  }
  .wd-xxl-234 {
    width: 234%;
  }
  .wd-xxl-235 {
    width: 235%;
  }
  .wd-xxl-236 {
    width: 236%;
  }
  .wd-xxl-237 {
    width: 237%;
  }
  .wd-xxl-238 {
    width: 238%;
  }
  .wd-xxl-239 {
    width: 239%;
  }
  .wd-xxl-240 {
    width: 240%;
  }
  .wd-xxl-241 {
    width: 241%;
  }
  .wd-xxl-242 {
    width: 242%;
  }
  .wd-xxl-243 {
    width: 243%;
  }
  .wd-xxl-244 {
    width: 244%;
  }
  .wd-xxl-245 {
    width: 245%;
  }
  .wd-xxl-246 {
    width: 246%;
  }
  .wd-xxl-247 {
    width: 247%;
  }
  .wd-xxl-248 {
    width: 248%;
  }
  .wd-xxl-249 {
    width: 249%;
  }
  .wd-xxl-250 {
    width: 250%;
  }
  .wd-xxl-251 {
    width: 251%;
  }
  .wd-xxl-252 {
    width: 252%;
  }
  .wd-xxl-253 {
    width: 253%;
  }
  .wd-xxl-254 {
    width: 254%;
  }
  .wd-xxl-255 {
    width: 255%;
  }
  .wd-xxl-256 {
    width: 256%;
  }
  .wd-xxl-257 {
    width: 257%;
  }
  .wd-xxl-258 {
    width: 258%;
  }
  .wd-xxl-259 {
    width: 259%;
  }
  .wd-xxl-260 {
    width: 260%;
  }
  .wd-xxl-261 {
    width: 261%;
  }
  .wd-xxl-262 {
    width: 262%;
  }
  .wd-xxl-263 {
    width: 263%;
  }
  .wd-xxl-264 {
    width: 264%;
  }
  .wd-xxl-265 {
    width: 265%;
  }
  .wd-xxl-266 {
    width: 266%;
  }
  .wd-xxl-267 {
    width: 267%;
  }
  .wd-xxl-268 {
    width: 268%;
  }
  .wd-xxl-269 {
    width: 269%;
  }
  .wd-xxl-270 {
    width: 270%;
  }
  .wd-xxl-271 {
    width: 271%;
  }
  .wd-xxl-272 {
    width: 272%;
  }
  .wd-xxl-273 {
    width: 273%;
  }
  .wd-xxl-274 {
    width: 274%;
  }
  .wd-xxl-275 {
    width: 275%;
  }
  .wd-xxl-276 {
    width: 276%;
  }
  .wd-xxl-277 {
    width: 277%;
  }
  .wd-xxl-278 {
    width: 278%;
  }
  .wd-xxl-279 {
    width: 279%;
  }
  .wd-xxl-280 {
    width: 280%;
  }
  .wd-xxl-281 {
    width: 281%;
  }
  .wd-xxl-282 {
    width: 282%;
  }
  .wd-xxl-283 {
    width: 283%;
  }
  .wd-xxl-284 {
    width: 284%;
  }
  .wd-xxl-285 {
    width: 285%;
  }
  .wd-xxl-286 {
    width: 286%;
  }
  .wd-xxl-287 {
    width: 287%;
  }
  .wd-xxl-288 {
    width: 288%;
  }
  .wd-xxl-289 {
    width: 289%;
  }
  .wd-xxl-290 {
    width: 290%;
  }
  .wd-xxl-291 {
    width: 291%;
  }
  .wd-xxl-292 {
    width: 292%;
  }
  .wd-xxl-293 {
    width: 293%;
  }
  .wd-xxl-294 {
    width: 294%;
  }
  .wd-xxl-295 {
    width: 295%;
  }
  .wd-xxl-296 {
    width: 296%;
  }
  .wd-xxl-297 {
    width: 297%;
  }
  .wd-xxl-298 {
    width: 298%;
  }
  .wd-xxl-299 {
    width: 299%;
  }
  .wd-xxl-300 {
    width: 300%;
  }
  .wd-xxl-301 {
    width: 301%;
  }
  .wd-xxl-302 {
    width: 302%;
  }
  .wd-xxl-303 {
    width: 303%;
  }
  .wd-xxl-304 {
    width: 304%;
  }
  .wd-xxl-305 {
    width: 305%;
  }
  .wd-xxl-306 {
    width: 306%;
  }
  .wd-xxl-307 {
    width: 307%;
  }
  .wd-xxl-308 {
    width: 308%;
  }
  .wd-xxl-309 {
    width: 309%;
  }
  .wd-xxl-310 {
    width: 310%;
  }
  .wd-xxl-311 {
    width: 311%;
  }
  .wd-xxl-312 {
    width: 312%;
  }
  .wd-xxl-313 {
    width: 313%;
  }
  .wd-xxl-314 {
    width: 314%;
  }
  .wd-xxl-315 {
    width: 315%;
  }
  .wd-xxl-316 {
    width: 316%;
  }
  .wd-xxl-317 {
    width: 317%;
  }
  .wd-xxl-318 {
    width: 318%;
  }
  .wd-xxl-319 {
    width: 319%;
  }
  .wd-xxl-320 {
    width: 320%;
  }
  .wd-xxl-321 {
    width: 321%;
  }
  .wd-xxl-322 {
    width: 322%;
  }
  .wd-xxl-323 {
    width: 323%;
  }
  .wd-xxl-324 {
    width: 324%;
  }
  .wd-xxl-325 {
    width: 325%;
  }
  .wd-xxl-326 {
    width: 326%;
  }
  .wd-xxl-327 {
    width: 327%;
  }
  .wd-xxl-328 {
    width: 328%;
  }
  .wd-xxl-329 {
    width: 329%;
  }
  .wd-xxl-330 {
    width: 330%;
  }
  .wd-xxl-331 {
    width: 331%;
  }
  .wd-xxl-332 {
    width: 332%;
  }
  .wd-xxl-333 {
    width: 333%;
  }
  .wd-xxl-334 {
    width: 334%;
  }
  .wd-xxl-335 {
    width: 335%;
  }
  .wd-xxl-336 {
    width: 336%;
  }
  .wd-xxl-337 {
    width: 337%;
  }
  .wd-xxl-338 {
    width: 338%;
  }
  .wd-xxl-339 {
    width: 339%;
  }
  .wd-xxl-340 {
    width: 340%;
  }
  .wd-xxl-341 {
    width: 341%;
  }
  .wd-xxl-342 {
    width: 342%;
  }
  .wd-xxl-343 {
    width: 343%;
  }
  .wd-xxl-344 {
    width: 344%;
  }
  .wd-xxl-345 {
    width: 345%;
  }
  .wd-xxl-346 {
    width: 346%;
  }
  .wd-xxl-347 {
    width: 347%;
  }
  .wd-xxl-348 {
    width: 348%;
  }
  .wd-xxl-349 {
    width: 349%;
  }
  .wd-xxl-350 {
    width: 350%;
  }
  .wd-xxl-351 {
    width: 351%;
  }
  .wd-xxl-352 {
    width: 352%;
  }
  .wd-xxl-353 {
    width: 353%;
  }
  .wd-xxl-354 {
    width: 354%;
  }
  .wd-xxl-355 {
    width: 355%;
  }
  .wd-xxl-356 {
    width: 356%;
  }
  .wd-xxl-357 {
    width: 357%;
  }
  .wd-xxl-358 {
    width: 358%;
  }
  .wd-xxl-359 {
    width: 359%;
  }
  .wd-xxl-360 {
    width: 360%;
  }
  .wd-xxl-361 {
    width: 361%;
  }
  .wd-xxl-362 {
    width: 362%;
  }
  .wd-xxl-363 {
    width: 363%;
  }
  .wd-xxl-364 {
    width: 364%;
  }
  .wd-xxl-365 {
    width: 365%;
  }
  .wd-xxl-366 {
    width: 366%;
  }
  .wd-xxl-367 {
    width: 367%;
  }
  .wd-xxl-368 {
    width: 368%;
  }
  .wd-xxl-369 {
    width: 369%;
  }
  .wd-xxl-370 {
    width: 370%;
  }
  .wd-xxl-371 {
    width: 371%;
  }
  .wd-xxl-372 {
    width: 372%;
  }
  .wd-xxl-373 {
    width: 373%;
  }
  .wd-xxl-374 {
    width: 374%;
  }
  .wd-xxl-375 {
    width: 375%;
  }
  .wd-xxl-376 {
    width: 376%;
  }
  .wd-xxl-377 {
    width: 377%;
  }
  .wd-xxl-378 {
    width: 378%;
  }
  .wd-xxl-379 {
    width: 379%;
  }
  .wd-xxl-380 {
    width: 380%;
  }
  .wd-xxl-381 {
    width: 381%;
  }
  .wd-xxl-382 {
    width: 382%;
  }
  .wd-xxl-383 {
    width: 383%;
  }
  .wd-xxl-384 {
    width: 384%;
  }
  .wd-xxl-385 {
    width: 385%;
  }
  .wd-xxl-386 {
    width: 386%;
  }
  .wd-xxl-387 {
    width: 387%;
  }
  .wd-xxl-388 {
    width: 388%;
  }
  .wd-xxl-389 {
    width: 389%;
  }
  .wd-xxl-390 {
    width: 390%;
  }
  .wd-xxl-391 {
    width: 391%;
  }
  .wd-xxl-392 {
    width: 392%;
  }
  .wd-xxl-393 {
    width: 393%;
  }
  .wd-xxl-394 {
    width: 394%;
  }
  .wd-xxl-395 {
    width: 395%;
  }
  .wd-xxl-396 {
    width: 396%;
  }
  .wd-xxl-397 {
    width: 397%;
  }
  .wd-xxl-398 {
    width: 398%;
  }
  .wd-xxl-399 {
    width: 399%;
  }
  .wd-xxl-400 {
    width: 400%;
  }
  .wd-xxl-401 {
    width: 401%;
  }
  .wd-xxl-402 {
    width: 402%;
  }
  .wd-xxl-403 {
    width: 403%;
  }
  .wd-xxl-404 {
    width: 404%;
  }
  .wd-xxl-405 {
    width: 405%;
  }
  .wd-xxl-406 {
    width: 406%;
  }
  .wd-xxl-407 {
    width: 407%;
  }
  .wd-xxl-408 {
    width: 408%;
  }
  .wd-xxl-409 {
    width: 409%;
  }
  .wd-xxl-410 {
    width: 410%;
  }
  .wd-xxl-411 {
    width: 411%;
  }
  .wd-xxl-412 {
    width: 412%;
  }
  .wd-xxl-413 {
    width: 413%;
  }
  .wd-xxl-414 {
    width: 414%;
  }
  .wd-xxl-415 {
    width: 415%;
  }
  .wd-xxl-416 {
    width: 416%;
  }
  .wd-xxl-417 {
    width: 417%;
  }
  .wd-xxl-418 {
    width: 418%;
  }
  .wd-xxl-419 {
    width: 419%;
  }
  .wd-xxl-420 {
    width: 420%;
  }
  .wd-xxl-421 {
    width: 421%;
  }
  .wd-xxl-422 {
    width: 422%;
  }
  .wd-xxl-423 {
    width: 423%;
  }
  .wd-xxl-424 {
    width: 424%;
  }
  .wd-xxl-425 {
    width: 425%;
  }
  .wd-xxl-426 {
    width: 426%;
  }
  .wd-xxl-427 {
    width: 427%;
  }
  .wd-xxl-428 {
    width: 428%;
  }
  .wd-xxl-429 {
    width: 429%;
  }
  .wd-xxl-430 {
    width: 430%;
  }
  .wd-xxl-431 {
    width: 431%;
  }
  .wd-xxl-432 {
    width: 432%;
  }
  .wd-xxl-433 {
    width: 433%;
  }
  .wd-xxl-434 {
    width: 434%;
  }
  .wd-xxl-435 {
    width: 435%;
  }
  .wd-xxl-436 {
    width: 436%;
  }
  .wd-xxl-437 {
    width: 437%;
  }
  .wd-xxl-438 {
    width: 438%;
  }
  .wd-xxl-439 {
    width: 439%;
  }
  .wd-xxl-440 {
    width: 440%;
  }
  .wd-xxl-441 {
    width: 441%;
  }
  .wd-xxl-442 {
    width: 442%;
  }
  .wd-xxl-443 {
    width: 443%;
  }
  .wd-xxl-444 {
    width: 444%;
  }
  .wd-xxl-445 {
    width: 445%;
  }
  .wd-xxl-446 {
    width: 446%;
  }
  .wd-xxl-447 {
    width: 447%;
  }
  .wd-xxl-448 {
    width: 448%;
  }
  .wd-xxl-449 {
    width: 449%;
  }
  .wd-xxl-450 {
    width: 450%;
  }
  .wd-xxl-451 {
    width: 451%;
  }
  .wd-xxl-452 {
    width: 452%;
  }
  .wd-xxl-453 {
    width: 453%;
  }
  .wd-xxl-454 {
    width: 454%;
  }
  .wd-xxl-455 {
    width: 455%;
  }
  .wd-xxl-456 {
    width: 456%;
  }
  .wd-xxl-457 {
    width: 457%;
  }
  .wd-xxl-458 {
    width: 458%;
  }
  .wd-xxl-459 {
    width: 459%;
  }
  .wd-xxl-460 {
    width: 460%;
  }
  .wd-xxl-461 {
    width: 461%;
  }
  .wd-xxl-462 {
    width: 462%;
  }
  .wd-xxl-463 {
    width: 463%;
  }
  .wd-xxl-464 {
    width: 464%;
  }
  .wd-xxl-465 {
    width: 465%;
  }
  .wd-xxl-466 {
    width: 466%;
  }
  .wd-xxl-467 {
    width: 467%;
  }
  .wd-xxl-468 {
    width: 468%;
  }
  .wd-xxl-469 {
    width: 469%;
  }
  .wd-xxl-470 {
    width: 470%;
  }
  .wd-xxl-471 {
    width: 471%;
  }
  .wd-xxl-472 {
    width: 472%;
  }
  .wd-xxl-473 {
    width: 473%;
  }
  .wd-xxl-474 {
    width: 474%;
  }
  .wd-xxl-475 {
    width: 475%;
  }
  .wd-xxl-476 {
    width: 476%;
  }
  .wd-xxl-477 {
    width: 477%;
  }
  .wd-xxl-478 {
    width: 478%;
  }
  .wd-xxl-479 {
    width: 479%;
  }
  .wd-xxl-480 {
    width: 480%;
  }
  .wd-xxl-481 {
    width: 481%;
  }
  .wd-xxl-482 {
    width: 482%;
  }
  .wd-xxl-483 {
    width: 483%;
  }
  .wd-xxl-484 {
    width: 484%;
  }
  .wd-xxl-485 {
    width: 485%;
  }
  .wd-xxl-486 {
    width: 486%;
  }
  .wd-xxl-487 {
    width: 487%;
  }
  .wd-xxl-488 {
    width: 488%;
  }
  .wd-xxl-489 {
    width: 489%;
  }
  .wd-xxl-490 {
    width: 490%;
  }
  .wd-xxl-491 {
    width: 491%;
  }
  .wd-xxl-492 {
    width: 492%;
  }
  .wd-xxl-493 {
    width: 493%;
  }
  .wd-xxl-494 {
    width: 494%;
  }
  .wd-xxl-495 {
    width: 495%;
  }
  .wd-xxl-496 {
    width: 496%;
  }
  .wd-xxl-497 {
    width: 497%;
  }
  .wd-xxl-498 {
    width: 498%;
  }
  .wd-xxl-499 {
    width: 499%;
  }
  .wd-xxl-500 {
    width: 500%;
  }
  .wd-xxl-501 {
    width: 501%;
  }
  .wd-xxl-502 {
    width: 502%;
  }
  .wd-xxl-503 {
    width: 503%;
  }
  .wd-xxl-504 {
    width: 504%;
  }
  .wd-xxl-505 {
    width: 505%;
  }
  .wd-xxl-506 {
    width: 506%;
  }
  .wd-xxl-507 {
    width: 507%;
  }
  .wd-xxl-508 {
    width: 508%;
  }
  .wd-xxl-509 {
    width: 509%;
  }
  .wd-xxl-510 {
    width: 510%;
  }
  .wd-xxl-511 {
    width: 511%;
  }
  .wd-xxl-512 {
    width: 512%;
  }
  .wd-xxl-513 {
    width: 513%;
  }
  .wd-xxl-514 {
    width: 514%;
  }
  .wd-xxl-515 {
    width: 515%;
  }
  .wd-xxl-516 {
    width: 516%;
  }
  .wd-xxl-517 {
    width: 517%;
  }
  .wd-xxl-518 {
    width: 518%;
  }
  .wd-xxl-519 {
    width: 519%;
  }
  .wd-xxl-520 {
    width: 520%;
  }
  .wd-xxl-521 {
    width: 521%;
  }
  .wd-xxl-522 {
    width: 522%;
  }
  .wd-xxl-523 {
    width: 523%;
  }
  .wd-xxl-524 {
    width: 524%;
  }
  .wd-xxl-525 {
    width: 525%;
  }
  .wd-xxl-526 {
    width: 526%;
  }
  .wd-xxl-527 {
    width: 527%;
  }
  .wd-xxl-528 {
    width: 528%;
  }
  .wd-xxl-529 {
    width: 529%;
  }
  .wd-xxl-530 {
    width: 530%;
  }
  .wd-xxl-531 {
    width: 531%;
  }
  .wd-xxl-532 {
    width: 532%;
  }
  .wd-xxl-533 {
    width: 533%;
  }
  .wd-xxl-534 {
    width: 534%;
  }
  .wd-xxl-535 {
    width: 535%;
  }
  .wd-xxl-536 {
    width: 536%;
  }
  .wd-xxl-537 {
    width: 537%;
  }
  .wd-xxl-538 {
    width: 538%;
  }
  .wd-xxl-539 {
    width: 539%;
  }
  .wd-xxl-540 {
    width: 540%;
  }
  .wd-xxl-541 {
    width: 541%;
  }
  .wd-xxl-542 {
    width: 542%;
  }
  .wd-xxl-543 {
    width: 543%;
  }
  .wd-xxl-544 {
    width: 544%;
  }
  .wd-xxl-545 {
    width: 545%;
  }
  .wd-xxl-546 {
    width: 546%;
  }
  .wd-xxl-547 {
    width: 547%;
  }
  .wd-xxl-548 {
    width: 548%;
  }
  .wd-xxl-549 {
    width: 549%;
  }
  .wd-xxl-550 {
    width: 550%;
  }
  .wd-xxl-551 {
    width: 551%;
  }
  .wd-xxl-552 {
    width: 552%;
  }
  .wd-xxl-553 {
    width: 553%;
  }
  .wd-xxl-554 {
    width: 554%;
  }
  .wd-xxl-555 {
    width: 555%;
  }
  .wd-xxl-556 {
    width: 556%;
  }
  .wd-xxl-557 {
    width: 557%;
  }
  .wd-xxl-558 {
    width: 558%;
  }
  .wd-xxl-559 {
    width: 559%;
  }
  .wd-xxl-560 {
    width: 560%;
  }
  .wd-xxl-561 {
    width: 561%;
  }
  .wd-xxl-562 {
    width: 562%;
  }
  .wd-xxl-563 {
    width: 563%;
  }
  .wd-xxl-564 {
    width: 564%;
  }
  .wd-xxl-565 {
    width: 565%;
  }
  .wd-xxl-566 {
    width: 566%;
  }
  .wd-xxl-567 {
    width: 567%;
  }
  .wd-xxl-568 {
    width: 568%;
  }
  .wd-xxl-569 {
    width: 569%;
  }
  .wd-xxl-570 {
    width: 570%;
  }
  .wd-xxl-571 {
    width: 571%;
  }
  .wd-xxl-572 {
    width: 572%;
  }
  .wd-xxl-573 {
    width: 573%;
  }
  .wd-xxl-574 {
    width: 574%;
  }
  .wd-xxl-575 {
    width: 575%;
  }
  .wd-xxl-576 {
    width: 576%;
  }
  .wd-xxl-577 {
    width: 577%;
  }
  .wd-xxl-578 {
    width: 578%;
  }
  .wd-xxl-579 {
    width: 579%;
  }
  .wd-xxl-580 {
    width: 580%;
  }
  .wd-xxl-581 {
    width: 581%;
  }
  .wd-xxl-582 {
    width: 582%;
  }
  .wd-xxl-583 {
    width: 583%;
  }
  .wd-xxl-584 {
    width: 584%;
  }
  .wd-xxl-585 {
    width: 585%;
  }
  .wd-xxl-586 {
    width: 586%;
  }
  .wd-xxl-587 {
    width: 587%;
  }
  .wd-xxl-588 {
    width: 588%;
  }
  .wd-xxl-589 {
    width: 589%;
  }
  .wd-xxl-590 {
    width: 590%;
  }
  .wd-xxl-591 {
    width: 591%;
  }
  .wd-xxl-592 {
    width: 592%;
  }
  .wd-xxl-593 {
    width: 593%;
  }
  .wd-xxl-594 {
    width: 594%;
  }
  .wd-xxl-595 {
    width: 595%;
  }
  .wd-xxl-596 {
    width: 596%;
  }
  .wd-xxl-597 {
    width: 597%;
  }
  .wd-xxl-598 {
    width: 598%;
  }
  .wd-xxl-599 {
    width: 599%;
  }
  .wd-xxl-600 {
    width: 600%;
  }
  .wd-xxl-601 {
    width: 601%;
  }
  .wd-xxl-602 {
    width: 602%;
  }
  .wd-xxl-603 {
    width: 603%;
  }
  .wd-xxl-604 {
    width: 604%;
  }
  .wd-xxl-605 {
    width: 605%;
  }
  .wd-xxl-606 {
    width: 606%;
  }
  .wd-xxl-607 {
    width: 607%;
  }
  .wd-xxl-608 {
    width: 608%;
  }
  .wd-xxl-609 {
    width: 609%;
  }
  .wd-xxl-610 {
    width: 610%;
  }
  .wd-xxl-611 {
    width: 611%;
  }
  .wd-xxl-612 {
    width: 612%;
  }
  .wd-xxl-613 {
    width: 613%;
  }
  .wd-xxl-614 {
    width: 614%;
  }
  .wd-xxl-615 {
    width: 615%;
  }
  .wd-xxl-616 {
    width: 616%;
  }
  .wd-xxl-617 {
    width: 617%;
  }
  .wd-xxl-618 {
    width: 618%;
  }
  .wd-xxl-619 {
    width: 619%;
  }
  .wd-xxl-620 {
    width: 620%;
  }
  .wd-xxl-621 {
    width: 621%;
  }
  .wd-xxl-622 {
    width: 622%;
  }
  .wd-xxl-623 {
    width: 623%;
  }
  .wd-xxl-624 {
    width: 624%;
  }
  .wd-xxl-625 {
    width: 625%;
  }
  .wd-xxl-626 {
    width: 626%;
  }
  .wd-xxl-627 {
    width: 627%;
  }
  .wd-xxl-628 {
    width: 628%;
  }
  .wd-xxl-629 {
    width: 629%;
  }
  .wd-xxl-630 {
    width: 630%;
  }
  .wd-xxl-631 {
    width: 631%;
  }
  .wd-xxl-632 {
    width: 632%;
  }
  .wd-xxl-633 {
    width: 633%;
  }
  .wd-xxl-634 {
    width: 634%;
  }
  .wd-xxl-635 {
    width: 635%;
  }
  .wd-xxl-636 {
    width: 636%;
  }
  .wd-xxl-637 {
    width: 637%;
  }
  .wd-xxl-638 {
    width: 638%;
  }
  .wd-xxl-639 {
    width: 639%;
  }
  .wd-xxl-640 {
    width: 640%;
  }
  .wd-xxl-641 {
    width: 641%;
  }
  .wd-xxl-642 {
    width: 642%;
  }
  .wd-xxl-643 {
    width: 643%;
  }
  .wd-xxl-644 {
    width: 644%;
  }
  .wd-xxl-645 {
    width: 645%;
  }
  .wd-xxl-646 {
    width: 646%;
  }
  .wd-xxl-647 {
    width: 647%;
  }
  .wd-xxl-648 {
    width: 648%;
  }
  .wd-xxl-649 {
    width: 649%;
  }
  .wd-xxl-650 {
    width: 650%;
  }
  .wd-xxl-651 {
    width: 651%;
  }
  .wd-xxl-652 {
    width: 652%;
  }
  .wd-xxl-653 {
    width: 653%;
  }
  .wd-xxl-654 {
    width: 654%;
  }
  .wd-xxl-655 {
    width: 655%;
  }
  .wd-xxl-656 {
    width: 656%;
  }
  .wd-xxl-657 {
    width: 657%;
  }
  .wd-xxl-658 {
    width: 658%;
  }
  .wd-xxl-659 {
    width: 659%;
  }
  .wd-xxl-660 {
    width: 660%;
  }
  .wd-xxl-661 {
    width: 661%;
  }
  .wd-xxl-662 {
    width: 662%;
  }
  .wd-xxl-663 {
    width: 663%;
  }
  .wd-xxl-664 {
    width: 664%;
  }
  .wd-xxl-665 {
    width: 665%;
  }
  .wd-xxl-666 {
    width: 666%;
  }
  .wd-xxl-667 {
    width: 667%;
  }
  .wd-xxl-668 {
    width: 668%;
  }
  .wd-xxl-669 {
    width: 669%;
  }
  .wd-xxl-670 {
    width: 670%;
  }
  .wd-xxl-671 {
    width: 671%;
  }
  .wd-xxl-672 {
    width: 672%;
  }
  .wd-xxl-673 {
    width: 673%;
  }
  .wd-xxl-674 {
    width: 674%;
  }
  .wd-xxl-675 {
    width: 675%;
  }
  .wd-xxl-676 {
    width: 676%;
  }
  .wd-xxl-677 {
    width: 677%;
  }
  .wd-xxl-678 {
    width: 678%;
  }
  .wd-xxl-679 {
    width: 679%;
  }
  .wd-xxl-680 {
    width: 680%;
  }
  .wd-xxl-681 {
    width: 681%;
  }
  .wd-xxl-682 {
    width: 682%;
  }
  .wd-xxl-683 {
    width: 683%;
  }
  .wd-xxl-684 {
    width: 684%;
  }
  .wd-xxl-685 {
    width: 685%;
  }
  .wd-xxl-686 {
    width: 686%;
  }
  .wd-xxl-687 {
    width: 687%;
  }
  .wd-xxl-688 {
    width: 688%;
  }
  .wd-xxl-689 {
    width: 689%;
  }
  .wd-xxl-690 {
    width: 690%;
  }
  .wd-xxl-691 {
    width: 691%;
  }
  .wd-xxl-692 {
    width: 692%;
  }
  .wd-xxl-693 {
    width: 693%;
  }
  .wd-xxl-694 {
    width: 694%;
  }
  .wd-xxl-695 {
    width: 695%;
  }
  .wd-xxl-696 {
    width: 696%;
  }
  .wd-xxl-697 {
    width: 697%;
  }
  .wd-xxl-698 {
    width: 698%;
  }
  .wd-xxl-699 {
    width: 699%;
  }
  .wd-xxl-700 {
    width: 700%;
  }
  .wd-xxl-701 {
    width: 701%;
  }
  .wd-xxl-702 {
    width: 702%;
  }
  .wd-xxl-703 {
    width: 703%;
  }
  .wd-xxl-704 {
    width: 704%;
  }
  .wd-xxl-705 {
    width: 705%;
  }
  .wd-xxl-706 {
    width: 706%;
  }
  .wd-xxl-707 {
    width: 707%;
  }
  .wd-xxl-708 {
    width: 708%;
  }
  .wd-xxl-709 {
    width: 709%;
  }
  .wd-xxl-710 {
    width: 710%;
  }
  .wd-xxl-711 {
    width: 711%;
  }
  .wd-xxl-712 {
    width: 712%;
  }
  .wd-xxl-713 {
    width: 713%;
  }
  .wd-xxl-714 {
    width: 714%;
  }
  .wd-xxl-715 {
    width: 715%;
  }
  .wd-xxl-716 {
    width: 716%;
  }
  .wd-xxl-717 {
    width: 717%;
  }
  .wd-xxl-718 {
    width: 718%;
  }
  .wd-xxl-719 {
    width: 719%;
  }
  .wd-xxl-720 {
    width: 720%;
  }
  .wd-xxl-721 {
    width: 721%;
  }
  .wd-xxl-722 {
    width: 722%;
  }
  .wd-xxl-723 {
    width: 723%;
  }
  .wd-xxl-724 {
    width: 724%;
  }
  .wd-xxl-725 {
    width: 725%;
  }
  .wd-xxl-726 {
    width: 726%;
  }
  .wd-xxl-727 {
    width: 727%;
  }
  .wd-xxl-728 {
    width: 728%;
  }
  .wd-xxl-729 {
    width: 729%;
  }
  .wd-xxl-730 {
    width: 730%;
  }
  .wd-xxl-731 {
    width: 731%;
  }
  .wd-xxl-732 {
    width: 732%;
  }
  .wd-xxl-733 {
    width: 733%;
  }
  .wd-xxl-734 {
    width: 734%;
  }
  .wd-xxl-735 {
    width: 735%;
  }
  .wd-xxl-736 {
    width: 736%;
  }
  .wd-xxl-737 {
    width: 737%;
  }
  .wd-xxl-738 {
    width: 738%;
  }
  .wd-xxl-739 {
    width: 739%;
  }
  .wd-xxl-740 {
    width: 740%;
  }
  .wd-xxl-741 {
    width: 741%;
  }
  .wd-xxl-742 {
    width: 742%;
  }
  .wd-xxl-743 {
    width: 743%;
  }
  .wd-xxl-744 {
    width: 744%;
  }
  .wd-xxl-745 {
    width: 745%;
  }
  .wd-xxl-746 {
    width: 746%;
  }
  .wd-xxl-747 {
    width: 747%;
  }
  .wd-xxl-748 {
    width: 748%;
  }
  .wd-xxl-749 {
    width: 749%;
  }
  .wd-xxl-750 {
    width: 750%;
  }
  .wd-xxl-751 {
    width: 751%;
  }
  .wd-xxl-752 {
    width: 752%;
  }
  .wd-xxl-753 {
    width: 753%;
  }
  .wd-xxl-754 {
    width: 754%;
  }
  .wd-xxl-755 {
    width: 755%;
  }
  .wd-xxl-756 {
    width: 756%;
  }
  .wd-xxl-757 {
    width: 757%;
  }
  .wd-xxl-758 {
    width: 758%;
  }
  .wd-xxl-759 {
    width: 759%;
  }
  .wd-xxl-760 {
    width: 760%;
  }
  .wd-xxl-761 {
    width: 761%;
  }
  .wd-xxl-762 {
    width: 762%;
  }
  .wd-xxl-763 {
    width: 763%;
  }
  .wd-xxl-764 {
    width: 764%;
  }
  .wd-xxl-765 {
    width: 765%;
  }
  .wd-xxl-766 {
    width: 766%;
  }
  .wd-xxl-767 {
    width: 767%;
  }
  .wd-xxl-768 {
    width: 768%;
  }
  .wd-xxl-769 {
    width: 769%;
  }
  .wd-xxl-770 {
    width: 770%;
  }
  .wd-xxl-771 {
    width: 771%;
  }
  .wd-xxl-772 {
    width: 772%;
  }
  .wd-xxl-773 {
    width: 773%;
  }
  .wd-xxl-774 {
    width: 774%;
  }
  .wd-xxl-775 {
    width: 775%;
  }
  .wd-xxl-776 {
    width: 776%;
  }
  .wd-xxl-777 {
    width: 777%;
  }
  .wd-xxl-778 {
    width: 778%;
  }
  .wd-xxl-779 {
    width: 779%;
  }
  .wd-xxl-780 {
    width: 780%;
  }
  .wd-xxl-781 {
    width: 781%;
  }
  .wd-xxl-782 {
    width: 782%;
  }
  .wd-xxl-783 {
    width: 783%;
  }
  .wd-xxl-784 {
    width: 784%;
  }
  .wd-xxl-785 {
    width: 785%;
  }
  .wd-xxl-786 {
    width: 786%;
  }
  .wd-xxl-787 {
    width: 787%;
  }
  .wd-xxl-788 {
    width: 788%;
  }
  .wd-xxl-789 {
    width: 789%;
  }
  .wd-xxl-790 {
    width: 790%;
  }
  .wd-xxl-791 {
    width: 791%;
  }
  .wd-xxl-792 {
    width: 792%;
  }
  .wd-xxl-793 {
    width: 793%;
  }
  .wd-xxl-794 {
    width: 794%;
  }
  .wd-xxl-795 {
    width: 795%;
  }
  .wd-xxl-796 {
    width: 796%;
  }
  .wd-xxl-797 {
    width: 797%;
  }
  .wd-xxl-798 {
    width: 798%;
  }
  .wd-xxl-799 {
    width: 799%;
  }
  .wd-xxl-800 {
    width: 800%;
  }
  .wd-xxl-801 {
    width: 801%;
  }
  .wd-xxl-802 {
    width: 802%;
  }
  .wd-xxl-803 {
    width: 803%;
  }
  .wd-xxl-804 {
    width: 804%;
  }
  .wd-xxl-805 {
    width: 805%;
  }
  .wd-xxl-806 {
    width: 806%;
  }
  .wd-xxl-807 {
    width: 807%;
  }
  .wd-xxl-808 {
    width: 808%;
  }
  .wd-xxl-809 {
    width: 809%;
  }
  .wd-xxl-810 {
    width: 810%;
  }
  .wd-xxl-811 {
    width: 811%;
  }
  .wd-xxl-812 {
    width: 812%;
  }
  .wd-xxl-813 {
    width: 813%;
  }
  .wd-xxl-814 {
    width: 814%;
  }
  .wd-xxl-815 {
    width: 815%;
  }
  .wd-xxl-816 {
    width: 816%;
  }
  .wd-xxl-817 {
    width: 817%;
  }
  .wd-xxl-818 {
    width: 818%;
  }
  .wd-xxl-819 {
    width: 819%;
  }
  .wd-xxl-820 {
    width: 820%;
  }
  .wd-xxl-821 {
    width: 821%;
  }
  .wd-xxl-822 {
    width: 822%;
  }
  .wd-xxl-823 {
    width: 823%;
  }
  .wd-xxl-824 {
    width: 824%;
  }
  .wd-xxl-825 {
    width: 825%;
  }
  .wd-xxl-826 {
    width: 826%;
  }
  .wd-xxl-827 {
    width: 827%;
  }
  .wd-xxl-828 {
    width: 828%;
  }
  .wd-xxl-829 {
    width: 829%;
  }
  .wd-xxl-830 {
    width: 830%;
  }
  .wd-xxl-831 {
    width: 831%;
  }
  .wd-xxl-832 {
    width: 832%;
  }
  .wd-xxl-833 {
    width: 833%;
  }
  .wd-xxl-834 {
    width: 834%;
  }
  .wd-xxl-835 {
    width: 835%;
  }
  .wd-xxl-836 {
    width: 836%;
  }
  .wd-xxl-837 {
    width: 837%;
  }
  .wd-xxl-838 {
    width: 838%;
  }
  .wd-xxl-839 {
    width: 839%;
  }
  .wd-xxl-840 {
    width: 840%;
  }
  .wd-xxl-841 {
    width: 841%;
  }
  .wd-xxl-842 {
    width: 842%;
  }
  .wd-xxl-843 {
    width: 843%;
  }
  .wd-xxl-844 {
    width: 844%;
  }
  .wd-xxl-845 {
    width: 845%;
  }
  .wd-xxl-846 {
    width: 846%;
  }
  .wd-xxl-847 {
    width: 847%;
  }
  .wd-xxl-848 {
    width: 848%;
  }
  .wd-xxl-849 {
    width: 849%;
  }
  .wd-xxl-850 {
    width: 850%;
  }
  .wd-xxl-851 {
    width: 851%;
  }
  .wd-xxl-852 {
    width: 852%;
  }
  .wd-xxl-853 {
    width: 853%;
  }
  .wd-xxl-854 {
    width: 854%;
  }
  .wd-xxl-855 {
    width: 855%;
  }
  .wd-xxl-856 {
    width: 856%;
  }
  .wd-xxl-857 {
    width: 857%;
  }
  .wd-xxl-858 {
    width: 858%;
  }
  .wd-xxl-859 {
    width: 859%;
  }
  .wd-xxl-860 {
    width: 860%;
  }
  .wd-xxl-861 {
    width: 861%;
  }
  .wd-xxl-862 {
    width: 862%;
  }
  .wd-xxl-863 {
    width: 863%;
  }
  .wd-xxl-864 {
    width: 864%;
  }
  .wd-xxl-865 {
    width: 865%;
  }
  .wd-xxl-866 {
    width: 866%;
  }
  .wd-xxl-867 {
    width: 867%;
  }
  .wd-xxl-868 {
    width: 868%;
  }
  .wd-xxl-869 {
    width: 869%;
  }
  .wd-xxl-870 {
    width: 870%;
  }
  .wd-xxl-871 {
    width: 871%;
  }
  .wd-xxl-872 {
    width: 872%;
  }
  .wd-xxl-873 {
    width: 873%;
  }
  .wd-xxl-874 {
    width: 874%;
  }
  .wd-xxl-875 {
    width: 875%;
  }
  .wd-xxl-876 {
    width: 876%;
  }
  .wd-xxl-877 {
    width: 877%;
  }
  .wd-xxl-878 {
    width: 878%;
  }
  .wd-xxl-879 {
    width: 879%;
  }
  .wd-xxl-880 {
    width: 880%;
  }
  .wd-xxl-881 {
    width: 881%;
  }
  .wd-xxl-882 {
    width: 882%;
  }
  .wd-xxl-883 {
    width: 883%;
  }
  .wd-xxl-884 {
    width: 884%;
  }
  .wd-xxl-885 {
    width: 885%;
  }
  .wd-xxl-886 {
    width: 886%;
  }
  .wd-xxl-887 {
    width: 887%;
  }
  .wd-xxl-888 {
    width: 888%;
  }
  .wd-xxl-889 {
    width: 889%;
  }
  .wd-xxl-890 {
    width: 890%;
  }
  .wd-xxl-891 {
    width: 891%;
  }
  .wd-xxl-892 {
    width: 892%;
  }
  .wd-xxl-893 {
    width: 893%;
  }
  .wd-xxl-894 {
    width: 894%;
  }
  .wd-xxl-895 {
    width: 895%;
  }
  .wd-xxl-896 {
    width: 896%;
  }
  .wd-xxl-897 {
    width: 897%;
  }
  .wd-xxl-898 {
    width: 898%;
  }
  .wd-xxl-899 {
    width: 899%;
  }
  .wd-xxl-900 {
    width: 900%;
  }
  .wd-xxl-901 {
    width: 901%;
  }
  .wd-xxl-902 {
    width: 902%;
  }
  .wd-xxl-903 {
    width: 903%;
  }
  .wd-xxl-904 {
    width: 904%;
  }
  .wd-xxl-905 {
    width: 905%;
  }
  .wd-xxl-906 {
    width: 906%;
  }
  .wd-xxl-907 {
    width: 907%;
  }
  .wd-xxl-908 {
    width: 908%;
  }
  .wd-xxl-909 {
    width: 909%;
  }
  .wd-xxl-910 {
    width: 910%;
  }
  .wd-xxl-911 {
    width: 911%;
  }
  .wd-xxl-912 {
    width: 912%;
  }
  .wd-xxl-913 {
    width: 913%;
  }
  .wd-xxl-914 {
    width: 914%;
  }
  .wd-xxl-915 {
    width: 915%;
  }
  .wd-xxl-916 {
    width: 916%;
  }
  .wd-xxl-917 {
    width: 917%;
  }
  .wd-xxl-918 {
    width: 918%;
  }
  .wd-xxl-919 {
    width: 919%;
  }
  .wd-xxl-920 {
    width: 920%;
  }
  .wd-xxl-921 {
    width: 921%;
  }
  .wd-xxl-922 {
    width: 922%;
  }
  .wd-xxl-923 {
    width: 923%;
  }
  .wd-xxl-924 {
    width: 924%;
  }
  .wd-xxl-925 {
    width: 925%;
  }
  .wd-xxl-926 {
    width: 926%;
  }
  .wd-xxl-927 {
    width: 927%;
  }
  .wd-xxl-928 {
    width: 928%;
  }
  .wd-xxl-929 {
    width: 929%;
  }
  .wd-xxl-930 {
    width: 930%;
  }
  .wd-xxl-931 {
    width: 931%;
  }
  .wd-xxl-932 {
    width: 932%;
  }
  .wd-xxl-933 {
    width: 933%;
  }
  .wd-xxl-934 {
    width: 934%;
  }
  .wd-xxl-935 {
    width: 935%;
  }
  .wd-xxl-936 {
    width: 936%;
  }
  .wd-xxl-937 {
    width: 937%;
  }
  .wd-xxl-938 {
    width: 938%;
  }
  .wd-xxl-939 {
    width: 939%;
  }
  .wd-xxl-940 {
    width: 940%;
  }
  .wd-xxl-941 {
    width: 941%;
  }
  .wd-xxl-942 {
    width: 942%;
  }
  .wd-xxl-943 {
    width: 943%;
  }
  .wd-xxl-944 {
    width: 944%;
  }
  .wd-xxl-945 {
    width: 945%;
  }
  .wd-xxl-946 {
    width: 946%;
  }
  .wd-xxl-947 {
    width: 947%;
  }
  .wd-xxl-948 {
    width: 948%;
  }
  .wd-xxl-949 {
    width: 949%;
  }
  .wd-xxl-950 {
    width: 950%;
  }
  .wd-xxl-951 {
    width: 951%;
  }
  .wd-xxl-952 {
    width: 952%;
  }
  .wd-xxl-953 {
    width: 953%;
  }
  .wd-xxl-954 {
    width: 954%;
  }
  .wd-xxl-955 {
    width: 955%;
  }
  .wd-xxl-956 {
    width: 956%;
  }
  .wd-xxl-957 {
    width: 957%;
  }
  .wd-xxl-958 {
    width: 958%;
  }
  .wd-xxl-959 {
    width: 959%;
  }
  .wd-xxl-960 {
    width: 960%;
  }
  .wd-xxl-961 {
    width: 961%;
  }
  .wd-xxl-962 {
    width: 962%;
  }
  .wd-xxl-963 {
    width: 963%;
  }
  .wd-xxl-964 {
    width: 964%;
  }
  .wd-xxl-965 {
    width: 965%;
  }
  .wd-xxl-966 {
    width: 966%;
  }
  .wd-xxl-967 {
    width: 967%;
  }
  .wd-xxl-968 {
    width: 968%;
  }
  .wd-xxl-969 {
    width: 969%;
  }
  .wd-xxl-970 {
    width: 970%;
  }
  .wd-xxl-971 {
    width: 971%;
  }
  .wd-xxl-972 {
    width: 972%;
  }
  .wd-xxl-973 {
    width: 973%;
  }
  .wd-xxl-974 {
    width: 974%;
  }
  .wd-xxl-975 {
    width: 975%;
  }
  .wd-xxl-976 {
    width: 976%;
  }
  .wd-xxl-977 {
    width: 977%;
  }
  .wd-xxl-978 {
    width: 978%;
  }
  .wd-xxl-979 {
    width: 979%;
  }
  .wd-xxl-980 {
    width: 980%;
  }
  .wd-xxl-981 {
    width: 981%;
  }
  .wd-xxl-982 {
    width: 982%;
  }
  .wd-xxl-983 {
    width: 983%;
  }
  .wd-xxl-984 {
    width: 984%;
  }
  .wd-xxl-985 {
    width: 985%;
  }
  .wd-xxl-986 {
    width: 986%;
  }
  .wd-xxl-987 {
    width: 987%;
  }
  .wd-xxl-988 {
    width: 988%;
  }
  .wd-xxl-989 {
    width: 989%;
  }
  .wd-xxl-990 {
    width: 990%;
  }
  .wd-xxl-991 {
    width: 991%;
  }
  .wd-xxl-992 {
    width: 992%;
  }
  .wd-xxl-993 {
    width: 993%;
  }
  .wd-xxl-994 {
    width: 994%;
  }
  .wd-xxl-995 {
    width: 995%;
  }
  .wd-xxl-996 {
    width: 996%;
  }
  .wd-xxl-997 {
    width: 997%;
  }
  .wd-xxl-998 {
    width: 998%;
  }
  .wd-xxl-999 {
    width: 999%;
  }
  .wd-xxl-1000 {
    width: 1000%;
  }
}
@media (min-width: 1800px) {
  .wd-xxxl-5 {
    width: 5%;
  }
  .wd-xxxl-10 {
    width: 10%;
  }
  .wd-xxxl-11 {
    width: 11%;
  }
  .wd-xxxl-12 {
    width: 12%;
  }
  .wd-xxxl-13 {
    width: 13%;
  }
  .wd-xxxl-14 {
    width: 14%;
  }
  .wd-xxxl-15 {
    width: 15%;
  }
  .wd-xxxl-16 {
    width: 16%;
  }
  .wd-xxxl-17 {
    width: 17%;
  }
  .wd-xxxl-18 {
    width: 18%;
  }
  .wd-xxxl-19 {
    width: 19%;
  }
  .wd-xxxl-20 {
    width: 20%;
  }
  .wd-xxxl-21 {
    width: 21%;
  }
  .wd-xxxl-22 {
    width: 22%;
  }
  .wd-xxxl-23 {
    width: 23%;
  }
  .wd-xxxl-24 {
    width: 24%;
  }
  .wd-xxxl-25 {
    width: 25%;
  }
  .wd-xxxl-26 {
    width: 26%;
  }
  .wd-xxxl-27 {
    width: 27%;
  }
  .wd-xxxl-28 {
    width: 28%;
  }
  .wd-xxxl-29 {
    width: 29%;
  }
  .wd-xxxl-30 {
    width: 30%;
  }
  .wd-xxxl-31 {
    width: 31%;
  }
  .wd-xxxl-32 {
    width: 32%;
  }
  .wd-xxxl-33 {
    width: 33%;
  }
  .wd-xxxl-34 {
    width: 34%;
  }
  .wd-xxxl-35 {
    width: 35%;
  }
  .wd-xxxl-36 {
    width: 36%;
  }
  .wd-xxxl-37 {
    width: 37%;
  }
  .wd-xxxl-38 {
    width: 38%;
  }
  .wd-xxxl-39 {
    width: 39%;
  }
  .wd-xxxl-40 {
    width: 40%;
  }
  .wd-xxxl-41 {
    width: 41%;
  }
  .wd-xxxl-42 {
    width: 42%;
  }
  .wd-xxxl-43 {
    width: 43%;
  }
  .wd-xxxl-44 {
    width: 44%;
  }
  .wd-xxxl-45 {
    width: 45%;
  }
  .wd-xxxl-46 {
    width: 46%;
  }
  .wd-xxxl-47 {
    width: 47%;
  }
  .wd-xxxl-48 {
    width: 48%;
  }
  .wd-xxxl-49 {
    width: 49%;
  }
  .wd-xxxl-50 {
    width: 50%;
  }
  .wd-xxxl-51 {
    width: 51%;
  }
  .wd-xxxl-52 {
    width: 52%;
  }
  .wd-xxxl-53 {
    width: 53%;
  }
  .wd-xxxl-54 {
    width: 54%;
  }
  .wd-xxxl-55 {
    width: 55%;
  }
  .wd-xxxl-56 {
    width: 56%;
  }
  .wd-xxxl-57 {
    width: 57%;
  }
  .wd-xxxl-58 {
    width: 58%;
  }
  .wd-xxxl-59 {
    width: 59%;
  }
  .wd-xxxl-60 {
    width: 60%;
  }
  .wd-xxxl-61 {
    width: 61%;
  }
  .wd-xxxl-62 {
    width: 62%;
  }
  .wd-xxxl-63 {
    width: 63%;
  }
  .wd-xxxl-64 {
    width: 64%;
  }
  .wd-xxxl-65 {
    width: 65%;
  }
  .wd-xxxl-66 {
    width: 66%;
  }
  .wd-xxxl-67 {
    width: 67%;
  }
  .wd-xxxl-68 {
    width: 68%;
  }
  .wd-xxxl-69 {
    width: 69%;
  }
  .wd-xxxl-70 {
    width: 70%;
  }
  .wd-xxxl-71 {
    width: 71%;
  }
  .wd-xxxl-72 {
    width: 72%;
  }
  .wd-xxxl-73 {
    width: 73%;
  }
  .wd-xxxl-74 {
    width: 74%;
  }
  .wd-xxxl-75 {
    width: 75%;
  }
  .wd-xxxl-76 {
    width: 76%;
  }
  .wd-xxxl-77 {
    width: 77%;
  }
  .wd-xxxl-78 {
    width: 78%;
  }
  .wd-xxxl-79 {
    width: 79%;
  }
  .wd-xxxl-80 {
    width: 80%;
  }
  .wd-xxxl-81 {
    width: 81%;
  }
  .wd-xxxl-82 {
    width: 82%;
  }
  .wd-xxxl-83 {
    width: 83%;
  }
  .wd-xxxl-84 {
    width: 84%;
  }
  .wd-xxxl-85 {
    width: 85%;
  }
  .wd-xxxl-86 {
    width: 86%;
  }
  .wd-xxxl-87 {
    width: 87%;
  }
  .wd-xxxl-88 {
    width: 88%;
  }
  .wd-xxxl-89 {
    width: 89%;
  }
  .wd-xxxl-90 {
    width: 90%;
  }
  .wd-xxxl-91 {
    width: 91%;
  }
  .wd-xxxl-92 {
    width: 92%;
  }
  .wd-xxxl-93 {
    width: 93%;
  }
  .wd-xxxl-94 {
    width: 94%;
  }
  .wd-xxxl-95 {
    width: 95%;
  }
  .wd-xxxl-96 {
    width: 96%;
  }
  .wd-xxxl-97 {
    width: 97%;
  }
  .wd-xxxl-98 {
    width: 98%;
  }
  .wd-xxxl-99 {
    width: 99%;
  }
  .wd-xxxl-100 {
    width: 100%;
  }
  .wd-xxxl-101 {
    width: 101%;
  }
  .wd-xxxl-102 {
    width: 102%;
  }
  .wd-xxxl-103 {
    width: 103%;
  }
  .wd-xxxl-104 {
    width: 104%;
  }
  .wd-xxxl-105 {
    width: 105%;
  }
  .wd-xxxl-106 {
    width: 106%;
  }
  .wd-xxxl-107 {
    width: 107%;
  }
  .wd-xxxl-108 {
    width: 108%;
  }
  .wd-xxxl-109 {
    width: 109%;
  }
  .wd-xxxl-110 {
    width: 110%;
  }
  .wd-xxxl-111 {
    width: 111%;
  }
  .wd-xxxl-112 {
    width: 112%;
  }
  .wd-xxxl-113 {
    width: 113%;
  }
  .wd-xxxl-114 {
    width: 114%;
  }
  .wd-xxxl-115 {
    width: 115%;
  }
  .wd-xxxl-116 {
    width: 116%;
  }
  .wd-xxxl-117 {
    width: 117%;
  }
  .wd-xxxl-118 {
    width: 118%;
  }
  .wd-xxxl-119 {
    width: 119%;
  }
  .wd-xxxl-120 {
    width: 120%;
  }
  .wd-xxxl-121 {
    width: 121%;
  }
  .wd-xxxl-122 {
    width: 122%;
  }
  .wd-xxxl-123 {
    width: 123%;
  }
  .wd-xxxl-124 {
    width: 124%;
  }
  .wd-xxxl-125 {
    width: 125%;
  }
  .wd-xxxl-126 {
    width: 126%;
  }
  .wd-xxxl-127 {
    width: 127%;
  }
  .wd-xxxl-128 {
    width: 128%;
  }
  .wd-xxxl-129 {
    width: 129%;
  }
  .wd-xxxl-130 {
    width: 130%;
  }
  .wd-xxxl-131 {
    width: 131%;
  }
  .wd-xxxl-132 {
    width: 132%;
  }
  .wd-xxxl-133 {
    width: 133%;
  }
  .wd-xxxl-134 {
    width: 134%;
  }
  .wd-xxxl-135 {
    width: 135%;
  }
  .wd-xxxl-136 {
    width: 136%;
  }
  .wd-xxxl-137 {
    width: 137%;
  }
  .wd-xxxl-138 {
    width: 138%;
  }
  .wd-xxxl-139 {
    width: 139%;
  }
  .wd-xxxl-140 {
    width: 140%;
  }
  .wd-xxxl-141 {
    width: 141%;
  }
  .wd-xxxl-142 {
    width: 142%;
  }
  .wd-xxxl-143 {
    width: 143%;
  }
  .wd-xxxl-144 {
    width: 144%;
  }
  .wd-xxxl-145 {
    width: 145%;
  }
  .wd-xxxl-146 {
    width: 146%;
  }
  .wd-xxxl-147 {
    width: 147%;
  }
  .wd-xxxl-148 {
    width: 148%;
  }
  .wd-xxxl-149 {
    width: 149%;
  }
  .wd-xxxl-150 {
    width: 150%;
  }
  .wd-xxxl-151 {
    width: 151%;
  }
  .wd-xxxl-152 {
    width: 152%;
  }
  .wd-xxxl-153 {
    width: 153%;
  }
  .wd-xxxl-154 {
    width: 154%;
  }
  .wd-xxxl-155 {
    width: 155%;
  }
  .wd-xxxl-156 {
    width: 156%;
  }
  .wd-xxxl-157 {
    width: 157%;
  }
  .wd-xxxl-158 {
    width: 158%;
  }
  .wd-xxxl-159 {
    width: 159%;
  }
  .wd-xxxl-160 {
    width: 160%;
  }
  .wd-xxxl-161 {
    width: 161%;
  }
  .wd-xxxl-162 {
    width: 162%;
  }
  .wd-xxxl-163 {
    width: 163%;
  }
  .wd-xxxl-164 {
    width: 164%;
  }
  .wd-xxxl-165 {
    width: 165%;
  }
  .wd-xxxl-166 {
    width: 166%;
  }
  .wd-xxxl-167 {
    width: 167%;
  }
  .wd-xxxl-168 {
    width: 168%;
  }
  .wd-xxxl-169 {
    width: 169%;
  }
  .wd-xxxl-170 {
    width: 170%;
  }
  .wd-xxxl-171 {
    width: 171%;
  }
  .wd-xxxl-172 {
    width: 172%;
  }
  .wd-xxxl-173 {
    width: 173%;
  }
  .wd-xxxl-174 {
    width: 174%;
  }
  .wd-xxxl-175 {
    width: 175%;
  }
  .wd-xxxl-176 {
    width: 176%;
  }
  .wd-xxxl-177 {
    width: 177%;
  }
  .wd-xxxl-178 {
    width: 178%;
  }
  .wd-xxxl-179 {
    width: 179%;
  }
  .wd-xxxl-180 {
    width: 180%;
  }
  .wd-xxxl-181 {
    width: 181%;
  }
  .wd-xxxl-182 {
    width: 182%;
  }
  .wd-xxxl-183 {
    width: 183%;
  }
  .wd-xxxl-184 {
    width: 184%;
  }
  .wd-xxxl-185 {
    width: 185%;
  }
  .wd-xxxl-186 {
    width: 186%;
  }
  .wd-xxxl-187 {
    width: 187%;
  }
  .wd-xxxl-188 {
    width: 188%;
  }
  .wd-xxxl-189 {
    width: 189%;
  }
  .wd-xxxl-190 {
    width: 190%;
  }
  .wd-xxxl-191 {
    width: 191%;
  }
  .wd-xxxl-192 {
    width: 192%;
  }
  .wd-xxxl-193 {
    width: 193%;
  }
  .wd-xxxl-194 {
    width: 194%;
  }
  .wd-xxxl-195 {
    width: 195%;
  }
  .wd-xxxl-196 {
    width: 196%;
  }
  .wd-xxxl-197 {
    width: 197%;
  }
  .wd-xxxl-198 {
    width: 198%;
  }
  .wd-xxxl-199 {
    width: 199%;
  }
  .wd-xxxl-200 {
    width: 200%;
  }
  .wd-xxxl-201 {
    width: 201%;
  }
  .wd-xxxl-202 {
    width: 202%;
  }
  .wd-xxxl-203 {
    width: 203%;
  }
  .wd-xxxl-204 {
    width: 204%;
  }
  .wd-xxxl-205 {
    width: 205%;
  }
  .wd-xxxl-206 {
    width: 206%;
  }
  .wd-xxxl-207 {
    width: 207%;
  }
  .wd-xxxl-208 {
    width: 208%;
  }
  .wd-xxxl-209 {
    width: 209%;
  }
  .wd-xxxl-210 {
    width: 210%;
  }
  .wd-xxxl-211 {
    width: 211%;
  }
  .wd-xxxl-212 {
    width: 212%;
  }
  .wd-xxxl-213 {
    width: 213%;
  }
  .wd-xxxl-214 {
    width: 214%;
  }
  .wd-xxxl-215 {
    width: 215%;
  }
  .wd-xxxl-216 {
    width: 216%;
  }
  .wd-xxxl-217 {
    width: 217%;
  }
  .wd-xxxl-218 {
    width: 218%;
  }
  .wd-xxxl-219 {
    width: 219%;
  }
  .wd-xxxl-220 {
    width: 220%;
  }
  .wd-xxxl-221 {
    width: 221%;
  }
  .wd-xxxl-222 {
    width: 222%;
  }
  .wd-xxxl-223 {
    width: 223%;
  }
  .wd-xxxl-224 {
    width: 224%;
  }
  .wd-xxxl-225 {
    width: 225%;
  }
  .wd-xxxl-226 {
    width: 226%;
  }
  .wd-xxxl-227 {
    width: 227%;
  }
  .wd-xxxl-228 {
    width: 228%;
  }
  .wd-xxxl-229 {
    width: 229%;
  }
  .wd-xxxl-230 {
    width: 230%;
  }
  .wd-xxxl-231 {
    width: 231%;
  }
  .wd-xxxl-232 {
    width: 232%;
  }
  .wd-xxxl-233 {
    width: 233%;
  }
  .wd-xxxl-234 {
    width: 234%;
  }
  .wd-xxxl-235 {
    width: 235%;
  }
  .wd-xxxl-236 {
    width: 236%;
  }
  .wd-xxxl-237 {
    width: 237%;
  }
  .wd-xxxl-238 {
    width: 238%;
  }
  .wd-xxxl-239 {
    width: 239%;
  }
  .wd-xxxl-240 {
    width: 240%;
  }
  .wd-xxxl-241 {
    width: 241%;
  }
  .wd-xxxl-242 {
    width: 242%;
  }
  .wd-xxxl-243 {
    width: 243%;
  }
  .wd-xxxl-244 {
    width: 244%;
  }
  .wd-xxxl-245 {
    width: 245%;
  }
  .wd-xxxl-246 {
    width: 246%;
  }
  .wd-xxxl-247 {
    width: 247%;
  }
  .wd-xxxl-248 {
    width: 248%;
  }
  .wd-xxxl-249 {
    width: 249%;
  }
  .wd-xxxl-250 {
    width: 250%;
  }
  .wd-xxxl-251 {
    width: 251%;
  }
  .wd-xxxl-252 {
    width: 252%;
  }
  .wd-xxxl-253 {
    width: 253%;
  }
  .wd-xxxl-254 {
    width: 254%;
  }
  .wd-xxxl-255 {
    width: 255%;
  }
  .wd-xxxl-256 {
    width: 256%;
  }
  .wd-xxxl-257 {
    width: 257%;
  }
  .wd-xxxl-258 {
    width: 258%;
  }
  .wd-xxxl-259 {
    width: 259%;
  }
  .wd-xxxl-260 {
    width: 260%;
  }
  .wd-xxxl-261 {
    width: 261%;
  }
  .wd-xxxl-262 {
    width: 262%;
  }
  .wd-xxxl-263 {
    width: 263%;
  }
  .wd-xxxl-264 {
    width: 264%;
  }
  .wd-xxxl-265 {
    width: 265%;
  }
  .wd-xxxl-266 {
    width: 266%;
  }
  .wd-xxxl-267 {
    width: 267%;
  }
  .wd-xxxl-268 {
    width: 268%;
  }
  .wd-xxxl-269 {
    width: 269%;
  }
  .wd-xxxl-270 {
    width: 270%;
  }
  .wd-xxxl-271 {
    width: 271%;
  }
  .wd-xxxl-272 {
    width: 272%;
  }
  .wd-xxxl-273 {
    width: 273%;
  }
  .wd-xxxl-274 {
    width: 274%;
  }
  .wd-xxxl-275 {
    width: 275%;
  }
  .wd-xxxl-276 {
    width: 276%;
  }
  .wd-xxxl-277 {
    width: 277%;
  }
  .wd-xxxl-278 {
    width: 278%;
  }
  .wd-xxxl-279 {
    width: 279%;
  }
  .wd-xxxl-280 {
    width: 280%;
  }
  .wd-xxxl-281 {
    width: 281%;
  }
  .wd-xxxl-282 {
    width: 282%;
  }
  .wd-xxxl-283 {
    width: 283%;
  }
  .wd-xxxl-284 {
    width: 284%;
  }
  .wd-xxxl-285 {
    width: 285%;
  }
  .wd-xxxl-286 {
    width: 286%;
  }
  .wd-xxxl-287 {
    width: 287%;
  }
  .wd-xxxl-288 {
    width: 288%;
  }
  .wd-xxxl-289 {
    width: 289%;
  }
  .wd-xxxl-290 {
    width: 290%;
  }
  .wd-xxxl-291 {
    width: 291%;
  }
  .wd-xxxl-292 {
    width: 292%;
  }
  .wd-xxxl-293 {
    width: 293%;
  }
  .wd-xxxl-294 {
    width: 294%;
  }
  .wd-xxxl-295 {
    width: 295%;
  }
  .wd-xxxl-296 {
    width: 296%;
  }
  .wd-xxxl-297 {
    width: 297%;
  }
  .wd-xxxl-298 {
    width: 298%;
  }
  .wd-xxxl-299 {
    width: 299%;
  }
  .wd-xxxl-300 {
    width: 300%;
  }
  .wd-xxxl-301 {
    width: 301%;
  }
  .wd-xxxl-302 {
    width: 302%;
  }
  .wd-xxxl-303 {
    width: 303%;
  }
  .wd-xxxl-304 {
    width: 304%;
  }
  .wd-xxxl-305 {
    width: 305%;
  }
  .wd-xxxl-306 {
    width: 306%;
  }
  .wd-xxxl-307 {
    width: 307%;
  }
  .wd-xxxl-308 {
    width: 308%;
  }
  .wd-xxxl-309 {
    width: 309%;
  }
  .wd-xxxl-310 {
    width: 310%;
  }
  .wd-xxxl-311 {
    width: 311%;
  }
  .wd-xxxl-312 {
    width: 312%;
  }
  .wd-xxxl-313 {
    width: 313%;
  }
  .wd-xxxl-314 {
    width: 314%;
  }
  .wd-xxxl-315 {
    width: 315%;
  }
  .wd-xxxl-316 {
    width: 316%;
  }
  .wd-xxxl-317 {
    width: 317%;
  }
  .wd-xxxl-318 {
    width: 318%;
  }
  .wd-xxxl-319 {
    width: 319%;
  }
  .wd-xxxl-320 {
    width: 320%;
  }
  .wd-xxxl-321 {
    width: 321%;
  }
  .wd-xxxl-322 {
    width: 322%;
  }
  .wd-xxxl-323 {
    width: 323%;
  }
  .wd-xxxl-324 {
    width: 324%;
  }
  .wd-xxxl-325 {
    width: 325%;
  }
  .wd-xxxl-326 {
    width: 326%;
  }
  .wd-xxxl-327 {
    width: 327%;
  }
  .wd-xxxl-328 {
    width: 328%;
  }
  .wd-xxxl-329 {
    width: 329%;
  }
  .wd-xxxl-330 {
    width: 330%;
  }
  .wd-xxxl-331 {
    width: 331%;
  }
  .wd-xxxl-332 {
    width: 332%;
  }
  .wd-xxxl-333 {
    width: 333%;
  }
  .wd-xxxl-334 {
    width: 334%;
  }
  .wd-xxxl-335 {
    width: 335%;
  }
  .wd-xxxl-336 {
    width: 336%;
  }
  .wd-xxxl-337 {
    width: 337%;
  }
  .wd-xxxl-338 {
    width: 338%;
  }
  .wd-xxxl-339 {
    width: 339%;
  }
  .wd-xxxl-340 {
    width: 340%;
  }
  .wd-xxxl-341 {
    width: 341%;
  }
  .wd-xxxl-342 {
    width: 342%;
  }
  .wd-xxxl-343 {
    width: 343%;
  }
  .wd-xxxl-344 {
    width: 344%;
  }
  .wd-xxxl-345 {
    width: 345%;
  }
  .wd-xxxl-346 {
    width: 346%;
  }
  .wd-xxxl-347 {
    width: 347%;
  }
  .wd-xxxl-348 {
    width: 348%;
  }
  .wd-xxxl-349 {
    width: 349%;
  }
  .wd-xxxl-350 {
    width: 350%;
  }
  .wd-xxxl-351 {
    width: 351%;
  }
  .wd-xxxl-352 {
    width: 352%;
  }
  .wd-xxxl-353 {
    width: 353%;
  }
  .wd-xxxl-354 {
    width: 354%;
  }
  .wd-xxxl-355 {
    width: 355%;
  }
  .wd-xxxl-356 {
    width: 356%;
  }
  .wd-xxxl-357 {
    width: 357%;
  }
  .wd-xxxl-358 {
    width: 358%;
  }
  .wd-xxxl-359 {
    width: 359%;
  }
  .wd-xxxl-360 {
    width: 360%;
  }
  .wd-xxxl-361 {
    width: 361%;
  }
  .wd-xxxl-362 {
    width: 362%;
  }
  .wd-xxxl-363 {
    width: 363%;
  }
  .wd-xxxl-364 {
    width: 364%;
  }
  .wd-xxxl-365 {
    width: 365%;
  }
  .wd-xxxl-366 {
    width: 366%;
  }
  .wd-xxxl-367 {
    width: 367%;
  }
  .wd-xxxl-368 {
    width: 368%;
  }
  .wd-xxxl-369 {
    width: 369%;
  }
  .wd-xxxl-370 {
    width: 370%;
  }
  .wd-xxxl-371 {
    width: 371%;
  }
  .wd-xxxl-372 {
    width: 372%;
  }
  .wd-xxxl-373 {
    width: 373%;
  }
  .wd-xxxl-374 {
    width: 374%;
  }
  .wd-xxxl-375 {
    width: 375%;
  }
  .wd-xxxl-376 {
    width: 376%;
  }
  .wd-xxxl-377 {
    width: 377%;
  }
  .wd-xxxl-378 {
    width: 378%;
  }
  .wd-xxxl-379 {
    width: 379%;
  }
  .wd-xxxl-380 {
    width: 380%;
  }
  .wd-xxxl-381 {
    width: 381%;
  }
  .wd-xxxl-382 {
    width: 382%;
  }
  .wd-xxxl-383 {
    width: 383%;
  }
  .wd-xxxl-384 {
    width: 384%;
  }
  .wd-xxxl-385 {
    width: 385%;
  }
  .wd-xxxl-386 {
    width: 386%;
  }
  .wd-xxxl-387 {
    width: 387%;
  }
  .wd-xxxl-388 {
    width: 388%;
  }
  .wd-xxxl-389 {
    width: 389%;
  }
  .wd-xxxl-390 {
    width: 390%;
  }
  .wd-xxxl-391 {
    width: 391%;
  }
  .wd-xxxl-392 {
    width: 392%;
  }
  .wd-xxxl-393 {
    width: 393%;
  }
  .wd-xxxl-394 {
    width: 394%;
  }
  .wd-xxxl-395 {
    width: 395%;
  }
  .wd-xxxl-396 {
    width: 396%;
  }
  .wd-xxxl-397 {
    width: 397%;
  }
  .wd-xxxl-398 {
    width: 398%;
  }
  .wd-xxxl-399 {
    width: 399%;
  }
  .wd-xxxl-400 {
    width: 400%;
  }
  .wd-xxxl-401 {
    width: 401%;
  }
  .wd-xxxl-402 {
    width: 402%;
  }
  .wd-xxxl-403 {
    width: 403%;
  }
  .wd-xxxl-404 {
    width: 404%;
  }
  .wd-xxxl-405 {
    width: 405%;
  }
  .wd-xxxl-406 {
    width: 406%;
  }
  .wd-xxxl-407 {
    width: 407%;
  }
  .wd-xxxl-408 {
    width: 408%;
  }
  .wd-xxxl-409 {
    width: 409%;
  }
  .wd-xxxl-410 {
    width: 410%;
  }
  .wd-xxxl-411 {
    width: 411%;
  }
  .wd-xxxl-412 {
    width: 412%;
  }
  .wd-xxxl-413 {
    width: 413%;
  }
  .wd-xxxl-414 {
    width: 414%;
  }
  .wd-xxxl-415 {
    width: 415%;
  }
  .wd-xxxl-416 {
    width: 416%;
  }
  .wd-xxxl-417 {
    width: 417%;
  }
  .wd-xxxl-418 {
    width: 418%;
  }
  .wd-xxxl-419 {
    width: 419%;
  }
  .wd-xxxl-420 {
    width: 420%;
  }
  .wd-xxxl-421 {
    width: 421%;
  }
  .wd-xxxl-422 {
    width: 422%;
  }
  .wd-xxxl-423 {
    width: 423%;
  }
  .wd-xxxl-424 {
    width: 424%;
  }
  .wd-xxxl-425 {
    width: 425%;
  }
  .wd-xxxl-426 {
    width: 426%;
  }
  .wd-xxxl-427 {
    width: 427%;
  }
  .wd-xxxl-428 {
    width: 428%;
  }
  .wd-xxxl-429 {
    width: 429%;
  }
  .wd-xxxl-430 {
    width: 430%;
  }
  .wd-xxxl-431 {
    width: 431%;
  }
  .wd-xxxl-432 {
    width: 432%;
  }
  .wd-xxxl-433 {
    width: 433%;
  }
  .wd-xxxl-434 {
    width: 434%;
  }
  .wd-xxxl-435 {
    width: 435%;
  }
  .wd-xxxl-436 {
    width: 436%;
  }
  .wd-xxxl-437 {
    width: 437%;
  }
  .wd-xxxl-438 {
    width: 438%;
  }
  .wd-xxxl-439 {
    width: 439%;
  }
  .wd-xxxl-440 {
    width: 440%;
  }
  .wd-xxxl-441 {
    width: 441%;
  }
  .wd-xxxl-442 {
    width: 442%;
  }
  .wd-xxxl-443 {
    width: 443%;
  }
  .wd-xxxl-444 {
    width: 444%;
  }
  .wd-xxxl-445 {
    width: 445%;
  }
  .wd-xxxl-446 {
    width: 446%;
  }
  .wd-xxxl-447 {
    width: 447%;
  }
  .wd-xxxl-448 {
    width: 448%;
  }
  .wd-xxxl-449 {
    width: 449%;
  }
  .wd-xxxl-450 {
    width: 450%;
  }
  .wd-xxxl-451 {
    width: 451%;
  }
  .wd-xxxl-452 {
    width: 452%;
  }
  .wd-xxxl-453 {
    width: 453%;
  }
  .wd-xxxl-454 {
    width: 454%;
  }
  .wd-xxxl-455 {
    width: 455%;
  }
  .wd-xxxl-456 {
    width: 456%;
  }
  .wd-xxxl-457 {
    width: 457%;
  }
  .wd-xxxl-458 {
    width: 458%;
  }
  .wd-xxxl-459 {
    width: 459%;
  }
  .wd-xxxl-460 {
    width: 460%;
  }
  .wd-xxxl-461 {
    width: 461%;
  }
  .wd-xxxl-462 {
    width: 462%;
  }
  .wd-xxxl-463 {
    width: 463%;
  }
  .wd-xxxl-464 {
    width: 464%;
  }
  .wd-xxxl-465 {
    width: 465%;
  }
  .wd-xxxl-466 {
    width: 466%;
  }
  .wd-xxxl-467 {
    width: 467%;
  }
  .wd-xxxl-468 {
    width: 468%;
  }
  .wd-xxxl-469 {
    width: 469%;
  }
  .wd-xxxl-470 {
    width: 470%;
  }
  .wd-xxxl-471 {
    width: 471%;
  }
  .wd-xxxl-472 {
    width: 472%;
  }
  .wd-xxxl-473 {
    width: 473%;
  }
  .wd-xxxl-474 {
    width: 474%;
  }
  .wd-xxxl-475 {
    width: 475%;
  }
  .wd-xxxl-476 {
    width: 476%;
  }
  .wd-xxxl-477 {
    width: 477%;
  }
  .wd-xxxl-478 {
    width: 478%;
  }
  .wd-xxxl-479 {
    width: 479%;
  }
  .wd-xxxl-480 {
    width: 480%;
  }
  .wd-xxxl-481 {
    width: 481%;
  }
  .wd-xxxl-482 {
    width: 482%;
  }
  .wd-xxxl-483 {
    width: 483%;
  }
  .wd-xxxl-484 {
    width: 484%;
  }
  .wd-xxxl-485 {
    width: 485%;
  }
  .wd-xxxl-486 {
    width: 486%;
  }
  .wd-xxxl-487 {
    width: 487%;
  }
  .wd-xxxl-488 {
    width: 488%;
  }
  .wd-xxxl-489 {
    width: 489%;
  }
  .wd-xxxl-490 {
    width: 490%;
  }
  .wd-xxxl-491 {
    width: 491%;
  }
  .wd-xxxl-492 {
    width: 492%;
  }
  .wd-xxxl-493 {
    width: 493%;
  }
  .wd-xxxl-494 {
    width: 494%;
  }
  .wd-xxxl-495 {
    width: 495%;
  }
  .wd-xxxl-496 {
    width: 496%;
  }
  .wd-xxxl-497 {
    width: 497%;
  }
  .wd-xxxl-498 {
    width: 498%;
  }
  .wd-xxxl-499 {
    width: 499%;
  }
  .wd-xxxl-500 {
    width: 500%;
  }
  .wd-xxxl-501 {
    width: 501%;
  }
  .wd-xxxl-502 {
    width: 502%;
  }
  .wd-xxxl-503 {
    width: 503%;
  }
  .wd-xxxl-504 {
    width: 504%;
  }
  .wd-xxxl-505 {
    width: 505%;
  }
  .wd-xxxl-506 {
    width: 506%;
  }
  .wd-xxxl-507 {
    width: 507%;
  }
  .wd-xxxl-508 {
    width: 508%;
  }
  .wd-xxxl-509 {
    width: 509%;
  }
  .wd-xxxl-510 {
    width: 510%;
  }
  .wd-xxxl-511 {
    width: 511%;
  }
  .wd-xxxl-512 {
    width: 512%;
  }
  .wd-xxxl-513 {
    width: 513%;
  }
  .wd-xxxl-514 {
    width: 514%;
  }
  .wd-xxxl-515 {
    width: 515%;
  }
  .wd-xxxl-516 {
    width: 516%;
  }
  .wd-xxxl-517 {
    width: 517%;
  }
  .wd-xxxl-518 {
    width: 518%;
  }
  .wd-xxxl-519 {
    width: 519%;
  }
  .wd-xxxl-520 {
    width: 520%;
  }
  .wd-xxxl-521 {
    width: 521%;
  }
  .wd-xxxl-522 {
    width: 522%;
  }
  .wd-xxxl-523 {
    width: 523%;
  }
  .wd-xxxl-524 {
    width: 524%;
  }
  .wd-xxxl-525 {
    width: 525%;
  }
  .wd-xxxl-526 {
    width: 526%;
  }
  .wd-xxxl-527 {
    width: 527%;
  }
  .wd-xxxl-528 {
    width: 528%;
  }
  .wd-xxxl-529 {
    width: 529%;
  }
  .wd-xxxl-530 {
    width: 530%;
  }
  .wd-xxxl-531 {
    width: 531%;
  }
  .wd-xxxl-532 {
    width: 532%;
  }
  .wd-xxxl-533 {
    width: 533%;
  }
  .wd-xxxl-534 {
    width: 534%;
  }
  .wd-xxxl-535 {
    width: 535%;
  }
  .wd-xxxl-536 {
    width: 536%;
  }
  .wd-xxxl-537 {
    width: 537%;
  }
  .wd-xxxl-538 {
    width: 538%;
  }
  .wd-xxxl-539 {
    width: 539%;
  }
  .wd-xxxl-540 {
    width: 540%;
  }
  .wd-xxxl-541 {
    width: 541%;
  }
  .wd-xxxl-542 {
    width: 542%;
  }
  .wd-xxxl-543 {
    width: 543%;
  }
  .wd-xxxl-544 {
    width: 544%;
  }
  .wd-xxxl-545 {
    width: 545%;
  }
  .wd-xxxl-546 {
    width: 546%;
  }
  .wd-xxxl-547 {
    width: 547%;
  }
  .wd-xxxl-548 {
    width: 548%;
  }
  .wd-xxxl-549 {
    width: 549%;
  }
  .wd-xxxl-550 {
    width: 550%;
  }
  .wd-xxxl-551 {
    width: 551%;
  }
  .wd-xxxl-552 {
    width: 552%;
  }
  .wd-xxxl-553 {
    width: 553%;
  }
  .wd-xxxl-554 {
    width: 554%;
  }
  .wd-xxxl-555 {
    width: 555%;
  }
  .wd-xxxl-556 {
    width: 556%;
  }
  .wd-xxxl-557 {
    width: 557%;
  }
  .wd-xxxl-558 {
    width: 558%;
  }
  .wd-xxxl-559 {
    width: 559%;
  }
  .wd-xxxl-560 {
    width: 560%;
  }
  .wd-xxxl-561 {
    width: 561%;
  }
  .wd-xxxl-562 {
    width: 562%;
  }
  .wd-xxxl-563 {
    width: 563%;
  }
  .wd-xxxl-564 {
    width: 564%;
  }
  .wd-xxxl-565 {
    width: 565%;
  }
  .wd-xxxl-566 {
    width: 566%;
  }
  .wd-xxxl-567 {
    width: 567%;
  }
  .wd-xxxl-568 {
    width: 568%;
  }
  .wd-xxxl-569 {
    width: 569%;
  }
  .wd-xxxl-570 {
    width: 570%;
  }
  .wd-xxxl-571 {
    width: 571%;
  }
  .wd-xxxl-572 {
    width: 572%;
  }
  .wd-xxxl-573 {
    width: 573%;
  }
  .wd-xxxl-574 {
    width: 574%;
  }
  .wd-xxxl-575 {
    width: 575%;
  }
  .wd-xxxl-576 {
    width: 576%;
  }
  .wd-xxxl-577 {
    width: 577%;
  }
  .wd-xxxl-578 {
    width: 578%;
  }
  .wd-xxxl-579 {
    width: 579%;
  }
  .wd-xxxl-580 {
    width: 580%;
  }
  .wd-xxxl-581 {
    width: 581%;
  }
  .wd-xxxl-582 {
    width: 582%;
  }
  .wd-xxxl-583 {
    width: 583%;
  }
  .wd-xxxl-584 {
    width: 584%;
  }
  .wd-xxxl-585 {
    width: 585%;
  }
  .wd-xxxl-586 {
    width: 586%;
  }
  .wd-xxxl-587 {
    width: 587%;
  }
  .wd-xxxl-588 {
    width: 588%;
  }
  .wd-xxxl-589 {
    width: 589%;
  }
  .wd-xxxl-590 {
    width: 590%;
  }
  .wd-xxxl-591 {
    width: 591%;
  }
  .wd-xxxl-592 {
    width: 592%;
  }
  .wd-xxxl-593 {
    width: 593%;
  }
  .wd-xxxl-594 {
    width: 594%;
  }
  .wd-xxxl-595 {
    width: 595%;
  }
  .wd-xxxl-596 {
    width: 596%;
  }
  .wd-xxxl-597 {
    width: 597%;
  }
  .wd-xxxl-598 {
    width: 598%;
  }
  .wd-xxxl-599 {
    width: 599%;
  }
  .wd-xxxl-600 {
    width: 600%;
  }
  .wd-xxxl-601 {
    width: 601%;
  }
  .wd-xxxl-602 {
    width: 602%;
  }
  .wd-xxxl-603 {
    width: 603%;
  }
  .wd-xxxl-604 {
    width: 604%;
  }
  .wd-xxxl-605 {
    width: 605%;
  }
  .wd-xxxl-606 {
    width: 606%;
  }
  .wd-xxxl-607 {
    width: 607%;
  }
  .wd-xxxl-608 {
    width: 608%;
  }
  .wd-xxxl-609 {
    width: 609%;
  }
  .wd-xxxl-610 {
    width: 610%;
  }
  .wd-xxxl-611 {
    width: 611%;
  }
  .wd-xxxl-612 {
    width: 612%;
  }
  .wd-xxxl-613 {
    width: 613%;
  }
  .wd-xxxl-614 {
    width: 614%;
  }
  .wd-xxxl-615 {
    width: 615%;
  }
  .wd-xxxl-616 {
    width: 616%;
  }
  .wd-xxxl-617 {
    width: 617%;
  }
  .wd-xxxl-618 {
    width: 618%;
  }
  .wd-xxxl-619 {
    width: 619%;
  }
  .wd-xxxl-620 {
    width: 620%;
  }
  .wd-xxxl-621 {
    width: 621%;
  }
  .wd-xxxl-622 {
    width: 622%;
  }
  .wd-xxxl-623 {
    width: 623%;
  }
  .wd-xxxl-624 {
    width: 624%;
  }
  .wd-xxxl-625 {
    width: 625%;
  }
  .wd-xxxl-626 {
    width: 626%;
  }
  .wd-xxxl-627 {
    width: 627%;
  }
  .wd-xxxl-628 {
    width: 628%;
  }
  .wd-xxxl-629 {
    width: 629%;
  }
  .wd-xxxl-630 {
    width: 630%;
  }
  .wd-xxxl-631 {
    width: 631%;
  }
  .wd-xxxl-632 {
    width: 632%;
  }
  .wd-xxxl-633 {
    width: 633%;
  }
  .wd-xxxl-634 {
    width: 634%;
  }
  .wd-xxxl-635 {
    width: 635%;
  }
  .wd-xxxl-636 {
    width: 636%;
  }
  .wd-xxxl-637 {
    width: 637%;
  }
  .wd-xxxl-638 {
    width: 638%;
  }
  .wd-xxxl-639 {
    width: 639%;
  }
  .wd-xxxl-640 {
    width: 640%;
  }
  .wd-xxxl-641 {
    width: 641%;
  }
  .wd-xxxl-642 {
    width: 642%;
  }
  .wd-xxxl-643 {
    width: 643%;
  }
  .wd-xxxl-644 {
    width: 644%;
  }
  .wd-xxxl-645 {
    width: 645%;
  }
  .wd-xxxl-646 {
    width: 646%;
  }
  .wd-xxxl-647 {
    width: 647%;
  }
  .wd-xxxl-648 {
    width: 648%;
  }
  .wd-xxxl-649 {
    width: 649%;
  }
  .wd-xxxl-650 {
    width: 650%;
  }
  .wd-xxxl-651 {
    width: 651%;
  }
  .wd-xxxl-652 {
    width: 652%;
  }
  .wd-xxxl-653 {
    width: 653%;
  }
  .wd-xxxl-654 {
    width: 654%;
  }
  .wd-xxxl-655 {
    width: 655%;
  }
  .wd-xxxl-656 {
    width: 656%;
  }
  .wd-xxxl-657 {
    width: 657%;
  }
  .wd-xxxl-658 {
    width: 658%;
  }
  .wd-xxxl-659 {
    width: 659%;
  }
  .wd-xxxl-660 {
    width: 660%;
  }
  .wd-xxxl-661 {
    width: 661%;
  }
  .wd-xxxl-662 {
    width: 662%;
  }
  .wd-xxxl-663 {
    width: 663%;
  }
  .wd-xxxl-664 {
    width: 664%;
  }
  .wd-xxxl-665 {
    width: 665%;
  }
  .wd-xxxl-666 {
    width: 666%;
  }
  .wd-xxxl-667 {
    width: 667%;
  }
  .wd-xxxl-668 {
    width: 668%;
  }
  .wd-xxxl-669 {
    width: 669%;
  }
  .wd-xxxl-670 {
    width: 670%;
  }
  .wd-xxxl-671 {
    width: 671%;
  }
  .wd-xxxl-672 {
    width: 672%;
  }
  .wd-xxxl-673 {
    width: 673%;
  }
  .wd-xxxl-674 {
    width: 674%;
  }
  .wd-xxxl-675 {
    width: 675%;
  }
  .wd-xxxl-676 {
    width: 676%;
  }
  .wd-xxxl-677 {
    width: 677%;
  }
  .wd-xxxl-678 {
    width: 678%;
  }
  .wd-xxxl-679 {
    width: 679%;
  }
  .wd-xxxl-680 {
    width: 680%;
  }
  .wd-xxxl-681 {
    width: 681%;
  }
  .wd-xxxl-682 {
    width: 682%;
  }
  .wd-xxxl-683 {
    width: 683%;
  }
  .wd-xxxl-684 {
    width: 684%;
  }
  .wd-xxxl-685 {
    width: 685%;
  }
  .wd-xxxl-686 {
    width: 686%;
  }
  .wd-xxxl-687 {
    width: 687%;
  }
  .wd-xxxl-688 {
    width: 688%;
  }
  .wd-xxxl-689 {
    width: 689%;
  }
  .wd-xxxl-690 {
    width: 690%;
  }
  .wd-xxxl-691 {
    width: 691%;
  }
  .wd-xxxl-692 {
    width: 692%;
  }
  .wd-xxxl-693 {
    width: 693%;
  }
  .wd-xxxl-694 {
    width: 694%;
  }
  .wd-xxxl-695 {
    width: 695%;
  }
  .wd-xxxl-696 {
    width: 696%;
  }
  .wd-xxxl-697 {
    width: 697%;
  }
  .wd-xxxl-698 {
    width: 698%;
  }
  .wd-xxxl-699 {
    width: 699%;
  }
  .wd-xxxl-700 {
    width: 700%;
  }
  .wd-xxxl-701 {
    width: 701%;
  }
  .wd-xxxl-702 {
    width: 702%;
  }
  .wd-xxxl-703 {
    width: 703%;
  }
  .wd-xxxl-704 {
    width: 704%;
  }
  .wd-xxxl-705 {
    width: 705%;
  }
  .wd-xxxl-706 {
    width: 706%;
  }
  .wd-xxxl-707 {
    width: 707%;
  }
  .wd-xxxl-708 {
    width: 708%;
  }
  .wd-xxxl-709 {
    width: 709%;
  }
  .wd-xxxl-710 {
    width: 710%;
  }
  .wd-xxxl-711 {
    width: 711%;
  }
  .wd-xxxl-712 {
    width: 712%;
  }
  .wd-xxxl-713 {
    width: 713%;
  }
  .wd-xxxl-714 {
    width: 714%;
  }
  .wd-xxxl-715 {
    width: 715%;
  }
  .wd-xxxl-716 {
    width: 716%;
  }
  .wd-xxxl-717 {
    width: 717%;
  }
  .wd-xxxl-718 {
    width: 718%;
  }
  .wd-xxxl-719 {
    width: 719%;
  }
  .wd-xxxl-720 {
    width: 720%;
  }
  .wd-xxxl-721 {
    width: 721%;
  }
  .wd-xxxl-722 {
    width: 722%;
  }
  .wd-xxxl-723 {
    width: 723%;
  }
  .wd-xxxl-724 {
    width: 724%;
  }
  .wd-xxxl-725 {
    width: 725%;
  }
  .wd-xxxl-726 {
    width: 726%;
  }
  .wd-xxxl-727 {
    width: 727%;
  }
  .wd-xxxl-728 {
    width: 728%;
  }
  .wd-xxxl-729 {
    width: 729%;
  }
  .wd-xxxl-730 {
    width: 730%;
  }
  .wd-xxxl-731 {
    width: 731%;
  }
  .wd-xxxl-732 {
    width: 732%;
  }
  .wd-xxxl-733 {
    width: 733%;
  }
  .wd-xxxl-734 {
    width: 734%;
  }
  .wd-xxxl-735 {
    width: 735%;
  }
  .wd-xxxl-736 {
    width: 736%;
  }
  .wd-xxxl-737 {
    width: 737%;
  }
  .wd-xxxl-738 {
    width: 738%;
  }
  .wd-xxxl-739 {
    width: 739%;
  }
  .wd-xxxl-740 {
    width: 740%;
  }
  .wd-xxxl-741 {
    width: 741%;
  }
  .wd-xxxl-742 {
    width: 742%;
  }
  .wd-xxxl-743 {
    width: 743%;
  }
  .wd-xxxl-744 {
    width: 744%;
  }
  .wd-xxxl-745 {
    width: 745%;
  }
  .wd-xxxl-746 {
    width: 746%;
  }
  .wd-xxxl-747 {
    width: 747%;
  }
  .wd-xxxl-748 {
    width: 748%;
  }
  .wd-xxxl-749 {
    width: 749%;
  }
  .wd-xxxl-750 {
    width: 750%;
  }
  .wd-xxxl-751 {
    width: 751%;
  }
  .wd-xxxl-752 {
    width: 752%;
  }
  .wd-xxxl-753 {
    width: 753%;
  }
  .wd-xxxl-754 {
    width: 754%;
  }
  .wd-xxxl-755 {
    width: 755%;
  }
  .wd-xxxl-756 {
    width: 756%;
  }
  .wd-xxxl-757 {
    width: 757%;
  }
  .wd-xxxl-758 {
    width: 758%;
  }
  .wd-xxxl-759 {
    width: 759%;
  }
  .wd-xxxl-760 {
    width: 760%;
  }
  .wd-xxxl-761 {
    width: 761%;
  }
  .wd-xxxl-762 {
    width: 762%;
  }
  .wd-xxxl-763 {
    width: 763%;
  }
  .wd-xxxl-764 {
    width: 764%;
  }
  .wd-xxxl-765 {
    width: 765%;
  }
  .wd-xxxl-766 {
    width: 766%;
  }
  .wd-xxxl-767 {
    width: 767%;
  }
  .wd-xxxl-768 {
    width: 768%;
  }
  .wd-xxxl-769 {
    width: 769%;
  }
  .wd-xxxl-770 {
    width: 770%;
  }
  .wd-xxxl-771 {
    width: 771%;
  }
  .wd-xxxl-772 {
    width: 772%;
  }
  .wd-xxxl-773 {
    width: 773%;
  }
  .wd-xxxl-774 {
    width: 774%;
  }
  .wd-xxxl-775 {
    width: 775%;
  }
  .wd-xxxl-776 {
    width: 776%;
  }
  .wd-xxxl-777 {
    width: 777%;
  }
  .wd-xxxl-778 {
    width: 778%;
  }
  .wd-xxxl-779 {
    width: 779%;
  }
  .wd-xxxl-780 {
    width: 780%;
  }
  .wd-xxxl-781 {
    width: 781%;
  }
  .wd-xxxl-782 {
    width: 782%;
  }
  .wd-xxxl-783 {
    width: 783%;
  }
  .wd-xxxl-784 {
    width: 784%;
  }
  .wd-xxxl-785 {
    width: 785%;
  }
  .wd-xxxl-786 {
    width: 786%;
  }
  .wd-xxxl-787 {
    width: 787%;
  }
  .wd-xxxl-788 {
    width: 788%;
  }
  .wd-xxxl-789 {
    width: 789%;
  }
  .wd-xxxl-790 {
    width: 790%;
  }
  .wd-xxxl-791 {
    width: 791%;
  }
  .wd-xxxl-792 {
    width: 792%;
  }
  .wd-xxxl-793 {
    width: 793%;
  }
  .wd-xxxl-794 {
    width: 794%;
  }
  .wd-xxxl-795 {
    width: 795%;
  }
  .wd-xxxl-796 {
    width: 796%;
  }
  .wd-xxxl-797 {
    width: 797%;
  }
  .wd-xxxl-798 {
    width: 798%;
  }
  .wd-xxxl-799 {
    width: 799%;
  }
  .wd-xxxl-800 {
    width: 800%;
  }
  .wd-xxxl-801 {
    width: 801%;
  }
  .wd-xxxl-802 {
    width: 802%;
  }
  .wd-xxxl-803 {
    width: 803%;
  }
  .wd-xxxl-804 {
    width: 804%;
  }
  .wd-xxxl-805 {
    width: 805%;
  }
  .wd-xxxl-806 {
    width: 806%;
  }
  .wd-xxxl-807 {
    width: 807%;
  }
  .wd-xxxl-808 {
    width: 808%;
  }
  .wd-xxxl-809 {
    width: 809%;
  }
  .wd-xxxl-810 {
    width: 810%;
  }
  .wd-xxxl-811 {
    width: 811%;
  }
  .wd-xxxl-812 {
    width: 812%;
  }
  .wd-xxxl-813 {
    width: 813%;
  }
  .wd-xxxl-814 {
    width: 814%;
  }
  .wd-xxxl-815 {
    width: 815%;
  }
  .wd-xxxl-816 {
    width: 816%;
  }
  .wd-xxxl-817 {
    width: 817%;
  }
  .wd-xxxl-818 {
    width: 818%;
  }
  .wd-xxxl-819 {
    width: 819%;
  }
  .wd-xxxl-820 {
    width: 820%;
  }
  .wd-xxxl-821 {
    width: 821%;
  }
  .wd-xxxl-822 {
    width: 822%;
  }
  .wd-xxxl-823 {
    width: 823%;
  }
  .wd-xxxl-824 {
    width: 824%;
  }
  .wd-xxxl-825 {
    width: 825%;
  }
  .wd-xxxl-826 {
    width: 826%;
  }
  .wd-xxxl-827 {
    width: 827%;
  }
  .wd-xxxl-828 {
    width: 828%;
  }
  .wd-xxxl-829 {
    width: 829%;
  }
  .wd-xxxl-830 {
    width: 830%;
  }
  .wd-xxxl-831 {
    width: 831%;
  }
  .wd-xxxl-832 {
    width: 832%;
  }
  .wd-xxxl-833 {
    width: 833%;
  }
  .wd-xxxl-834 {
    width: 834%;
  }
  .wd-xxxl-835 {
    width: 835%;
  }
  .wd-xxxl-836 {
    width: 836%;
  }
  .wd-xxxl-837 {
    width: 837%;
  }
  .wd-xxxl-838 {
    width: 838%;
  }
  .wd-xxxl-839 {
    width: 839%;
  }
  .wd-xxxl-840 {
    width: 840%;
  }
  .wd-xxxl-841 {
    width: 841%;
  }
  .wd-xxxl-842 {
    width: 842%;
  }
  .wd-xxxl-843 {
    width: 843%;
  }
  .wd-xxxl-844 {
    width: 844%;
  }
  .wd-xxxl-845 {
    width: 845%;
  }
  .wd-xxxl-846 {
    width: 846%;
  }
  .wd-xxxl-847 {
    width: 847%;
  }
  .wd-xxxl-848 {
    width: 848%;
  }
  .wd-xxxl-849 {
    width: 849%;
  }
  .wd-xxxl-850 {
    width: 850%;
  }
  .wd-xxxl-851 {
    width: 851%;
  }
  .wd-xxxl-852 {
    width: 852%;
  }
  .wd-xxxl-853 {
    width: 853%;
  }
  .wd-xxxl-854 {
    width: 854%;
  }
  .wd-xxxl-855 {
    width: 855%;
  }
  .wd-xxxl-856 {
    width: 856%;
  }
  .wd-xxxl-857 {
    width: 857%;
  }
  .wd-xxxl-858 {
    width: 858%;
  }
  .wd-xxxl-859 {
    width: 859%;
  }
  .wd-xxxl-860 {
    width: 860%;
  }
  .wd-xxxl-861 {
    width: 861%;
  }
  .wd-xxxl-862 {
    width: 862%;
  }
  .wd-xxxl-863 {
    width: 863%;
  }
  .wd-xxxl-864 {
    width: 864%;
  }
  .wd-xxxl-865 {
    width: 865%;
  }
  .wd-xxxl-866 {
    width: 866%;
  }
  .wd-xxxl-867 {
    width: 867%;
  }
  .wd-xxxl-868 {
    width: 868%;
  }
  .wd-xxxl-869 {
    width: 869%;
  }
  .wd-xxxl-870 {
    width: 870%;
  }
  .wd-xxxl-871 {
    width: 871%;
  }
  .wd-xxxl-872 {
    width: 872%;
  }
  .wd-xxxl-873 {
    width: 873%;
  }
  .wd-xxxl-874 {
    width: 874%;
  }
  .wd-xxxl-875 {
    width: 875%;
  }
  .wd-xxxl-876 {
    width: 876%;
  }
  .wd-xxxl-877 {
    width: 877%;
  }
  .wd-xxxl-878 {
    width: 878%;
  }
  .wd-xxxl-879 {
    width: 879%;
  }
  .wd-xxxl-880 {
    width: 880%;
  }
  .wd-xxxl-881 {
    width: 881%;
  }
  .wd-xxxl-882 {
    width: 882%;
  }
  .wd-xxxl-883 {
    width: 883%;
  }
  .wd-xxxl-884 {
    width: 884%;
  }
  .wd-xxxl-885 {
    width: 885%;
  }
  .wd-xxxl-886 {
    width: 886%;
  }
  .wd-xxxl-887 {
    width: 887%;
  }
  .wd-xxxl-888 {
    width: 888%;
  }
  .wd-xxxl-889 {
    width: 889%;
  }
  .wd-xxxl-890 {
    width: 890%;
  }
  .wd-xxxl-891 {
    width: 891%;
  }
  .wd-xxxl-892 {
    width: 892%;
  }
  .wd-xxxl-893 {
    width: 893%;
  }
  .wd-xxxl-894 {
    width: 894%;
  }
  .wd-xxxl-895 {
    width: 895%;
  }
  .wd-xxxl-896 {
    width: 896%;
  }
  .wd-xxxl-897 {
    width: 897%;
  }
  .wd-xxxl-898 {
    width: 898%;
  }
  .wd-xxxl-899 {
    width: 899%;
  }
  .wd-xxxl-900 {
    width: 900%;
  }
  .wd-xxxl-901 {
    width: 901%;
  }
  .wd-xxxl-902 {
    width: 902%;
  }
  .wd-xxxl-903 {
    width: 903%;
  }
  .wd-xxxl-904 {
    width: 904%;
  }
  .wd-xxxl-905 {
    width: 905%;
  }
  .wd-xxxl-906 {
    width: 906%;
  }
  .wd-xxxl-907 {
    width: 907%;
  }
  .wd-xxxl-908 {
    width: 908%;
  }
  .wd-xxxl-909 {
    width: 909%;
  }
  .wd-xxxl-910 {
    width: 910%;
  }
  .wd-xxxl-911 {
    width: 911%;
  }
  .wd-xxxl-912 {
    width: 912%;
  }
  .wd-xxxl-913 {
    width: 913%;
  }
  .wd-xxxl-914 {
    width: 914%;
  }
  .wd-xxxl-915 {
    width: 915%;
  }
  .wd-xxxl-916 {
    width: 916%;
  }
  .wd-xxxl-917 {
    width: 917%;
  }
  .wd-xxxl-918 {
    width: 918%;
  }
  .wd-xxxl-919 {
    width: 919%;
  }
  .wd-xxxl-920 {
    width: 920%;
  }
  .wd-xxxl-921 {
    width: 921%;
  }
  .wd-xxxl-922 {
    width: 922%;
  }
  .wd-xxxl-923 {
    width: 923%;
  }
  .wd-xxxl-924 {
    width: 924%;
  }
  .wd-xxxl-925 {
    width: 925%;
  }
  .wd-xxxl-926 {
    width: 926%;
  }
  .wd-xxxl-927 {
    width: 927%;
  }
  .wd-xxxl-928 {
    width: 928%;
  }
  .wd-xxxl-929 {
    width: 929%;
  }
  .wd-xxxl-930 {
    width: 930%;
  }
  .wd-xxxl-931 {
    width: 931%;
  }
  .wd-xxxl-932 {
    width: 932%;
  }
  .wd-xxxl-933 {
    width: 933%;
  }
  .wd-xxxl-934 {
    width: 934%;
  }
  .wd-xxxl-935 {
    width: 935%;
  }
  .wd-xxxl-936 {
    width: 936%;
  }
  .wd-xxxl-937 {
    width: 937%;
  }
  .wd-xxxl-938 {
    width: 938%;
  }
  .wd-xxxl-939 {
    width: 939%;
  }
  .wd-xxxl-940 {
    width: 940%;
  }
  .wd-xxxl-941 {
    width: 941%;
  }
  .wd-xxxl-942 {
    width: 942%;
  }
  .wd-xxxl-943 {
    width: 943%;
  }
  .wd-xxxl-944 {
    width: 944%;
  }
  .wd-xxxl-945 {
    width: 945%;
  }
  .wd-xxxl-946 {
    width: 946%;
  }
  .wd-xxxl-947 {
    width: 947%;
  }
  .wd-xxxl-948 {
    width: 948%;
  }
  .wd-xxxl-949 {
    width: 949%;
  }
  .wd-xxxl-950 {
    width: 950%;
  }
  .wd-xxxl-951 {
    width: 951%;
  }
  .wd-xxxl-952 {
    width: 952%;
  }
  .wd-xxxl-953 {
    width: 953%;
  }
  .wd-xxxl-954 {
    width: 954%;
  }
  .wd-xxxl-955 {
    width: 955%;
  }
  .wd-xxxl-956 {
    width: 956%;
  }
  .wd-xxxl-957 {
    width: 957%;
  }
  .wd-xxxl-958 {
    width: 958%;
  }
  .wd-xxxl-959 {
    width: 959%;
  }
  .wd-xxxl-960 {
    width: 960%;
  }
  .wd-xxxl-961 {
    width: 961%;
  }
  .wd-xxxl-962 {
    width: 962%;
  }
  .wd-xxxl-963 {
    width: 963%;
  }
  .wd-xxxl-964 {
    width: 964%;
  }
  .wd-xxxl-965 {
    width: 965%;
  }
  .wd-xxxl-966 {
    width: 966%;
  }
  .wd-xxxl-967 {
    width: 967%;
  }
  .wd-xxxl-968 {
    width: 968%;
  }
  .wd-xxxl-969 {
    width: 969%;
  }
  .wd-xxxl-970 {
    width: 970%;
  }
  .wd-xxxl-971 {
    width: 971%;
  }
  .wd-xxxl-972 {
    width: 972%;
  }
  .wd-xxxl-973 {
    width: 973%;
  }
  .wd-xxxl-974 {
    width: 974%;
  }
  .wd-xxxl-975 {
    width: 975%;
  }
  .wd-xxxl-976 {
    width: 976%;
  }
  .wd-xxxl-977 {
    width: 977%;
  }
  .wd-xxxl-978 {
    width: 978%;
  }
  .wd-xxxl-979 {
    width: 979%;
  }
  .wd-xxxl-980 {
    width: 980%;
  }
  .wd-xxxl-981 {
    width: 981%;
  }
  .wd-xxxl-982 {
    width: 982%;
  }
  .wd-xxxl-983 {
    width: 983%;
  }
  .wd-xxxl-984 {
    width: 984%;
  }
  .wd-xxxl-985 {
    width: 985%;
  }
  .wd-xxxl-986 {
    width: 986%;
  }
  .wd-xxxl-987 {
    width: 987%;
  }
  .wd-xxxl-988 {
    width: 988%;
  }
  .wd-xxxl-989 {
    width: 989%;
  }
  .wd-xxxl-990 {
    width: 990%;
  }
  .wd-xxxl-991 {
    width: 991%;
  }
  .wd-xxxl-992 {
    width: 992%;
  }
  .wd-xxxl-993 {
    width: 993%;
  }
  .wd-xxxl-994 {
    width: 994%;
  }
  .wd-xxxl-995 {
    width: 995%;
  }
  .wd-xxxl-996 {
    width: 996%;
  }
  .wd-xxxl-997 {
    width: 997%;
  }
  .wd-xxxl-998 {
    width: 998%;
  }
  .wd-xxxl-999 {
    width: 999%;
  }
  .wd-xxxl-1000 {
    width: 1000%;
  }
}
@media (min-width: 2200px) {
  .wd-xxxxl-5 {
    width: 5%;
  }
  .wd-xxxxl-10 {
    width: 10%;
  }
  .wd-xxxxl-11 {
    width: 11%;
  }
  .wd-xxxxl-12 {
    width: 12%;
  }
  .wd-xxxxl-13 {
    width: 13%;
  }
  .wd-xxxxl-14 {
    width: 14%;
  }
  .wd-xxxxl-15 {
    width: 15%;
  }
  .wd-xxxxl-16 {
    width: 16%;
  }
  .wd-xxxxl-17 {
    width: 17%;
  }
  .wd-xxxxl-18 {
    width: 18%;
  }
  .wd-xxxxl-19 {
    width: 19%;
  }
  .wd-xxxxl-20 {
    width: 20%;
  }
  .wd-xxxxl-21 {
    width: 21%;
  }
  .wd-xxxxl-22 {
    width: 22%;
  }
  .wd-xxxxl-23 {
    width: 23%;
  }
  .wd-xxxxl-24 {
    width: 24%;
  }
  .wd-xxxxl-25 {
    width: 25%;
  }
  .wd-xxxxl-26 {
    width: 26%;
  }
  .wd-xxxxl-27 {
    width: 27%;
  }
  .wd-xxxxl-28 {
    width: 28%;
  }
  .wd-xxxxl-29 {
    width: 29%;
  }
  .wd-xxxxl-30 {
    width: 30%;
  }
  .wd-xxxxl-31 {
    width: 31%;
  }
  .wd-xxxxl-32 {
    width: 32%;
  }
  .wd-xxxxl-33 {
    width: 33%;
  }
  .wd-xxxxl-34 {
    width: 34%;
  }
  .wd-xxxxl-35 {
    width: 35%;
  }
  .wd-xxxxl-36 {
    width: 36%;
  }
  .wd-xxxxl-37 {
    width: 37%;
  }
  .wd-xxxxl-38 {
    width: 38%;
  }
  .wd-xxxxl-39 {
    width: 39%;
  }
  .wd-xxxxl-40 {
    width: 40%;
  }
  .wd-xxxxl-41 {
    width: 41%;
  }
  .wd-xxxxl-42 {
    width: 42%;
  }
  .wd-xxxxl-43 {
    width: 43%;
  }
  .wd-xxxxl-44 {
    width: 44%;
  }
  .wd-xxxxl-45 {
    width: 45%;
  }
  .wd-xxxxl-46 {
    width: 46%;
  }
  .wd-xxxxl-47 {
    width: 47%;
  }
  .wd-xxxxl-48 {
    width: 48%;
  }
  .wd-xxxxl-49 {
    width: 49%;
  }
  .wd-xxxxl-50 {
    width: 50%;
  }
  .wd-xxxxl-51 {
    width: 51%;
  }
  .wd-xxxxl-52 {
    width: 52%;
  }
  .wd-xxxxl-53 {
    width: 53%;
  }
  .wd-xxxxl-54 {
    width: 54%;
  }
  .wd-xxxxl-55 {
    width: 55%;
  }
  .wd-xxxxl-56 {
    width: 56%;
  }
  .wd-xxxxl-57 {
    width: 57%;
  }
  .wd-xxxxl-58 {
    width: 58%;
  }
  .wd-xxxxl-59 {
    width: 59%;
  }
  .wd-xxxxl-60 {
    width: 60%;
  }
  .wd-xxxxl-61 {
    width: 61%;
  }
  .wd-xxxxl-62 {
    width: 62%;
  }
  .wd-xxxxl-63 {
    width: 63%;
  }
  .wd-xxxxl-64 {
    width: 64%;
  }
  .wd-xxxxl-65 {
    width: 65%;
  }
  .wd-xxxxl-66 {
    width: 66%;
  }
  .wd-xxxxl-67 {
    width: 67%;
  }
  .wd-xxxxl-68 {
    width: 68%;
  }
  .wd-xxxxl-69 {
    width: 69%;
  }
  .wd-xxxxl-70 {
    width: 70%;
  }
  .wd-xxxxl-71 {
    width: 71%;
  }
  .wd-xxxxl-72 {
    width: 72%;
  }
  .wd-xxxxl-73 {
    width: 73%;
  }
  .wd-xxxxl-74 {
    width: 74%;
  }
  .wd-xxxxl-75 {
    width: 75%;
  }
  .wd-xxxxl-76 {
    width: 76%;
  }
  .wd-xxxxl-77 {
    width: 77%;
  }
  .wd-xxxxl-78 {
    width: 78%;
  }
  .wd-xxxxl-79 {
    width: 79%;
  }
  .wd-xxxxl-80 {
    width: 80%;
  }
  .wd-xxxxl-81 {
    width: 81%;
  }
  .wd-xxxxl-82 {
    width: 82%;
  }
  .wd-xxxxl-83 {
    width: 83%;
  }
  .wd-xxxxl-84 {
    width: 84%;
  }
  .wd-xxxxl-85 {
    width: 85%;
  }
  .wd-xxxxl-86 {
    width: 86%;
  }
  .wd-xxxxl-87 {
    width: 87%;
  }
  .wd-xxxxl-88 {
    width: 88%;
  }
  .wd-xxxxl-89 {
    width: 89%;
  }
  .wd-xxxxl-90 {
    width: 90%;
  }
  .wd-xxxxl-91 {
    width: 91%;
  }
  .wd-xxxxl-92 {
    width: 92%;
  }
  .wd-xxxxl-93 {
    width: 93%;
  }
  .wd-xxxxl-94 {
    width: 94%;
  }
  .wd-xxxxl-95 {
    width: 95%;
  }
  .wd-xxxxl-96 {
    width: 96%;
  }
  .wd-xxxxl-97 {
    width: 97%;
  }
  .wd-xxxxl-98 {
    width: 98%;
  }
  .wd-xxxxl-99 {
    width: 99%;
  }
  .wd-xxxxl-100 {
    width: 100%;
  }
  .wd-xxxxl-101 {
    width: 101%;
  }
  .wd-xxxxl-102 {
    width: 102%;
  }
  .wd-xxxxl-103 {
    width: 103%;
  }
  .wd-xxxxl-104 {
    width: 104%;
  }
  .wd-xxxxl-105 {
    width: 105%;
  }
  .wd-xxxxl-106 {
    width: 106%;
  }
  .wd-xxxxl-107 {
    width: 107%;
  }
  .wd-xxxxl-108 {
    width: 108%;
  }
  .wd-xxxxl-109 {
    width: 109%;
  }
  .wd-xxxxl-110 {
    width: 110%;
  }
  .wd-xxxxl-111 {
    width: 111%;
  }
  .wd-xxxxl-112 {
    width: 112%;
  }
  .wd-xxxxl-113 {
    width: 113%;
  }
  .wd-xxxxl-114 {
    width: 114%;
  }
  .wd-xxxxl-115 {
    width: 115%;
  }
  .wd-xxxxl-116 {
    width: 116%;
  }
  .wd-xxxxl-117 {
    width: 117%;
  }
  .wd-xxxxl-118 {
    width: 118%;
  }
  .wd-xxxxl-119 {
    width: 119%;
  }
  .wd-xxxxl-120 {
    width: 120%;
  }
  .wd-xxxxl-121 {
    width: 121%;
  }
  .wd-xxxxl-122 {
    width: 122%;
  }
  .wd-xxxxl-123 {
    width: 123%;
  }
  .wd-xxxxl-124 {
    width: 124%;
  }
  .wd-xxxxl-125 {
    width: 125%;
  }
  .wd-xxxxl-126 {
    width: 126%;
  }
  .wd-xxxxl-127 {
    width: 127%;
  }
  .wd-xxxxl-128 {
    width: 128%;
  }
  .wd-xxxxl-129 {
    width: 129%;
  }
  .wd-xxxxl-130 {
    width: 130%;
  }
  .wd-xxxxl-131 {
    width: 131%;
  }
  .wd-xxxxl-132 {
    width: 132%;
  }
  .wd-xxxxl-133 {
    width: 133%;
  }
  .wd-xxxxl-134 {
    width: 134%;
  }
  .wd-xxxxl-135 {
    width: 135%;
  }
  .wd-xxxxl-136 {
    width: 136%;
  }
  .wd-xxxxl-137 {
    width: 137%;
  }
  .wd-xxxxl-138 {
    width: 138%;
  }
  .wd-xxxxl-139 {
    width: 139%;
  }
  .wd-xxxxl-140 {
    width: 140%;
  }
  .wd-xxxxl-141 {
    width: 141%;
  }
  .wd-xxxxl-142 {
    width: 142%;
  }
  .wd-xxxxl-143 {
    width: 143%;
  }
  .wd-xxxxl-144 {
    width: 144%;
  }
  .wd-xxxxl-145 {
    width: 145%;
  }
  .wd-xxxxl-146 {
    width: 146%;
  }
  .wd-xxxxl-147 {
    width: 147%;
  }
  .wd-xxxxl-148 {
    width: 148%;
  }
  .wd-xxxxl-149 {
    width: 149%;
  }
  .wd-xxxxl-150 {
    width: 150%;
  }
  .wd-xxxxl-151 {
    width: 151%;
  }
  .wd-xxxxl-152 {
    width: 152%;
  }
  .wd-xxxxl-153 {
    width: 153%;
  }
  .wd-xxxxl-154 {
    width: 154%;
  }
  .wd-xxxxl-155 {
    width: 155%;
  }
  .wd-xxxxl-156 {
    width: 156%;
  }
  .wd-xxxxl-157 {
    width: 157%;
  }
  .wd-xxxxl-158 {
    width: 158%;
  }
  .wd-xxxxl-159 {
    width: 159%;
  }
  .wd-xxxxl-160 {
    width: 160%;
  }
  .wd-xxxxl-161 {
    width: 161%;
  }
  .wd-xxxxl-162 {
    width: 162%;
  }
  .wd-xxxxl-163 {
    width: 163%;
  }
  .wd-xxxxl-164 {
    width: 164%;
  }
  .wd-xxxxl-165 {
    width: 165%;
  }
  .wd-xxxxl-166 {
    width: 166%;
  }
  .wd-xxxxl-167 {
    width: 167%;
  }
  .wd-xxxxl-168 {
    width: 168%;
  }
  .wd-xxxxl-169 {
    width: 169%;
  }
  .wd-xxxxl-170 {
    width: 170%;
  }
  .wd-xxxxl-171 {
    width: 171%;
  }
  .wd-xxxxl-172 {
    width: 172%;
  }
  .wd-xxxxl-173 {
    width: 173%;
  }
  .wd-xxxxl-174 {
    width: 174%;
  }
  .wd-xxxxl-175 {
    width: 175%;
  }
  .wd-xxxxl-176 {
    width: 176%;
  }
  .wd-xxxxl-177 {
    width: 177%;
  }
  .wd-xxxxl-178 {
    width: 178%;
  }
  .wd-xxxxl-179 {
    width: 179%;
  }
  .wd-xxxxl-180 {
    width: 180%;
  }
  .wd-xxxxl-181 {
    width: 181%;
  }
  .wd-xxxxl-182 {
    width: 182%;
  }
  .wd-xxxxl-183 {
    width: 183%;
  }
  .wd-xxxxl-184 {
    width: 184%;
  }
  .wd-xxxxl-185 {
    width: 185%;
  }
  .wd-xxxxl-186 {
    width: 186%;
  }
  .wd-xxxxl-187 {
    width: 187%;
  }
  .wd-xxxxl-188 {
    width: 188%;
  }
  .wd-xxxxl-189 {
    width: 189%;
  }
  .wd-xxxxl-190 {
    width: 190%;
  }
  .wd-xxxxl-191 {
    width: 191%;
  }
  .wd-xxxxl-192 {
    width: 192%;
  }
  .wd-xxxxl-193 {
    width: 193%;
  }
  .wd-xxxxl-194 {
    width: 194%;
  }
  .wd-xxxxl-195 {
    width: 195%;
  }
  .wd-xxxxl-196 {
    width: 196%;
  }
  .wd-xxxxl-197 {
    width: 197%;
  }
  .wd-xxxxl-198 {
    width: 198%;
  }
  .wd-xxxxl-199 {
    width: 199%;
  }
  .wd-xxxxl-200 {
    width: 200%;
  }
  .wd-xxxxl-201 {
    width: 201%;
  }
  .wd-xxxxl-202 {
    width: 202%;
  }
  .wd-xxxxl-203 {
    width: 203%;
  }
  .wd-xxxxl-204 {
    width: 204%;
  }
  .wd-xxxxl-205 {
    width: 205%;
  }
  .wd-xxxxl-206 {
    width: 206%;
  }
  .wd-xxxxl-207 {
    width: 207%;
  }
  .wd-xxxxl-208 {
    width: 208%;
  }
  .wd-xxxxl-209 {
    width: 209%;
  }
  .wd-xxxxl-210 {
    width: 210%;
  }
  .wd-xxxxl-211 {
    width: 211%;
  }
  .wd-xxxxl-212 {
    width: 212%;
  }
  .wd-xxxxl-213 {
    width: 213%;
  }
  .wd-xxxxl-214 {
    width: 214%;
  }
  .wd-xxxxl-215 {
    width: 215%;
  }
  .wd-xxxxl-216 {
    width: 216%;
  }
  .wd-xxxxl-217 {
    width: 217%;
  }
  .wd-xxxxl-218 {
    width: 218%;
  }
  .wd-xxxxl-219 {
    width: 219%;
  }
  .wd-xxxxl-220 {
    width: 220%;
  }
  .wd-xxxxl-221 {
    width: 221%;
  }
  .wd-xxxxl-222 {
    width: 222%;
  }
  .wd-xxxxl-223 {
    width: 223%;
  }
  .wd-xxxxl-224 {
    width: 224%;
  }
  .wd-xxxxl-225 {
    width: 225%;
  }
  .wd-xxxxl-226 {
    width: 226%;
  }
  .wd-xxxxl-227 {
    width: 227%;
  }
  .wd-xxxxl-228 {
    width: 228%;
  }
  .wd-xxxxl-229 {
    width: 229%;
  }
  .wd-xxxxl-230 {
    width: 230%;
  }
  .wd-xxxxl-231 {
    width: 231%;
  }
  .wd-xxxxl-232 {
    width: 232%;
  }
  .wd-xxxxl-233 {
    width: 233%;
  }
  .wd-xxxxl-234 {
    width: 234%;
  }
  .wd-xxxxl-235 {
    width: 235%;
  }
  .wd-xxxxl-236 {
    width: 236%;
  }
  .wd-xxxxl-237 {
    width: 237%;
  }
  .wd-xxxxl-238 {
    width: 238%;
  }
  .wd-xxxxl-239 {
    width: 239%;
  }
  .wd-xxxxl-240 {
    width: 240%;
  }
  .wd-xxxxl-241 {
    width: 241%;
  }
  .wd-xxxxl-242 {
    width: 242%;
  }
  .wd-xxxxl-243 {
    width: 243%;
  }
  .wd-xxxxl-244 {
    width: 244%;
  }
  .wd-xxxxl-245 {
    width: 245%;
  }
  .wd-xxxxl-246 {
    width: 246%;
  }
  .wd-xxxxl-247 {
    width: 247%;
  }
  .wd-xxxxl-248 {
    width: 248%;
  }
  .wd-xxxxl-249 {
    width: 249%;
  }
  .wd-xxxxl-250 {
    width: 250%;
  }
  .wd-xxxxl-251 {
    width: 251%;
  }
  .wd-xxxxl-252 {
    width: 252%;
  }
  .wd-xxxxl-253 {
    width: 253%;
  }
  .wd-xxxxl-254 {
    width: 254%;
  }
  .wd-xxxxl-255 {
    width: 255%;
  }
  .wd-xxxxl-256 {
    width: 256%;
  }
  .wd-xxxxl-257 {
    width: 257%;
  }
  .wd-xxxxl-258 {
    width: 258%;
  }
  .wd-xxxxl-259 {
    width: 259%;
  }
  .wd-xxxxl-260 {
    width: 260%;
  }
  .wd-xxxxl-261 {
    width: 261%;
  }
  .wd-xxxxl-262 {
    width: 262%;
  }
  .wd-xxxxl-263 {
    width: 263%;
  }
  .wd-xxxxl-264 {
    width: 264%;
  }
  .wd-xxxxl-265 {
    width: 265%;
  }
  .wd-xxxxl-266 {
    width: 266%;
  }
  .wd-xxxxl-267 {
    width: 267%;
  }
  .wd-xxxxl-268 {
    width: 268%;
  }
  .wd-xxxxl-269 {
    width: 269%;
  }
  .wd-xxxxl-270 {
    width: 270%;
  }
  .wd-xxxxl-271 {
    width: 271%;
  }
  .wd-xxxxl-272 {
    width: 272%;
  }
  .wd-xxxxl-273 {
    width: 273%;
  }
  .wd-xxxxl-274 {
    width: 274%;
  }
  .wd-xxxxl-275 {
    width: 275%;
  }
  .wd-xxxxl-276 {
    width: 276%;
  }
  .wd-xxxxl-277 {
    width: 277%;
  }
  .wd-xxxxl-278 {
    width: 278%;
  }
  .wd-xxxxl-279 {
    width: 279%;
  }
  .wd-xxxxl-280 {
    width: 280%;
  }
  .wd-xxxxl-281 {
    width: 281%;
  }
  .wd-xxxxl-282 {
    width: 282%;
  }
  .wd-xxxxl-283 {
    width: 283%;
  }
  .wd-xxxxl-284 {
    width: 284%;
  }
  .wd-xxxxl-285 {
    width: 285%;
  }
  .wd-xxxxl-286 {
    width: 286%;
  }
  .wd-xxxxl-287 {
    width: 287%;
  }
  .wd-xxxxl-288 {
    width: 288%;
  }
  .wd-xxxxl-289 {
    width: 289%;
  }
  .wd-xxxxl-290 {
    width: 290%;
  }
  .wd-xxxxl-291 {
    width: 291%;
  }
  .wd-xxxxl-292 {
    width: 292%;
  }
  .wd-xxxxl-293 {
    width: 293%;
  }
  .wd-xxxxl-294 {
    width: 294%;
  }
  .wd-xxxxl-295 {
    width: 295%;
  }
  .wd-xxxxl-296 {
    width: 296%;
  }
  .wd-xxxxl-297 {
    width: 297%;
  }
  .wd-xxxxl-298 {
    width: 298%;
  }
  .wd-xxxxl-299 {
    width: 299%;
  }
  .wd-xxxxl-300 {
    width: 300%;
  }
  .wd-xxxxl-301 {
    width: 301%;
  }
  .wd-xxxxl-302 {
    width: 302%;
  }
  .wd-xxxxl-303 {
    width: 303%;
  }
  .wd-xxxxl-304 {
    width: 304%;
  }
  .wd-xxxxl-305 {
    width: 305%;
  }
  .wd-xxxxl-306 {
    width: 306%;
  }
  .wd-xxxxl-307 {
    width: 307%;
  }
  .wd-xxxxl-308 {
    width: 308%;
  }
  .wd-xxxxl-309 {
    width: 309%;
  }
  .wd-xxxxl-310 {
    width: 310%;
  }
  .wd-xxxxl-311 {
    width: 311%;
  }
  .wd-xxxxl-312 {
    width: 312%;
  }
  .wd-xxxxl-313 {
    width: 313%;
  }
  .wd-xxxxl-314 {
    width: 314%;
  }
  .wd-xxxxl-315 {
    width: 315%;
  }
  .wd-xxxxl-316 {
    width: 316%;
  }
  .wd-xxxxl-317 {
    width: 317%;
  }
  .wd-xxxxl-318 {
    width: 318%;
  }
  .wd-xxxxl-319 {
    width: 319%;
  }
  .wd-xxxxl-320 {
    width: 320%;
  }
  .wd-xxxxl-321 {
    width: 321%;
  }
  .wd-xxxxl-322 {
    width: 322%;
  }
  .wd-xxxxl-323 {
    width: 323%;
  }
  .wd-xxxxl-324 {
    width: 324%;
  }
  .wd-xxxxl-325 {
    width: 325%;
  }
  .wd-xxxxl-326 {
    width: 326%;
  }
  .wd-xxxxl-327 {
    width: 327%;
  }
  .wd-xxxxl-328 {
    width: 328%;
  }
  .wd-xxxxl-329 {
    width: 329%;
  }
  .wd-xxxxl-330 {
    width: 330%;
  }
  .wd-xxxxl-331 {
    width: 331%;
  }
  .wd-xxxxl-332 {
    width: 332%;
  }
  .wd-xxxxl-333 {
    width: 333%;
  }
  .wd-xxxxl-334 {
    width: 334%;
  }
  .wd-xxxxl-335 {
    width: 335%;
  }
  .wd-xxxxl-336 {
    width: 336%;
  }
  .wd-xxxxl-337 {
    width: 337%;
  }
  .wd-xxxxl-338 {
    width: 338%;
  }
  .wd-xxxxl-339 {
    width: 339%;
  }
  .wd-xxxxl-340 {
    width: 340%;
  }
  .wd-xxxxl-341 {
    width: 341%;
  }
  .wd-xxxxl-342 {
    width: 342%;
  }
  .wd-xxxxl-343 {
    width: 343%;
  }
  .wd-xxxxl-344 {
    width: 344%;
  }
  .wd-xxxxl-345 {
    width: 345%;
  }
  .wd-xxxxl-346 {
    width: 346%;
  }
  .wd-xxxxl-347 {
    width: 347%;
  }
  .wd-xxxxl-348 {
    width: 348%;
  }
  .wd-xxxxl-349 {
    width: 349%;
  }
  .wd-xxxxl-350 {
    width: 350%;
  }
  .wd-xxxxl-351 {
    width: 351%;
  }
  .wd-xxxxl-352 {
    width: 352%;
  }
  .wd-xxxxl-353 {
    width: 353%;
  }
  .wd-xxxxl-354 {
    width: 354%;
  }
  .wd-xxxxl-355 {
    width: 355%;
  }
  .wd-xxxxl-356 {
    width: 356%;
  }
  .wd-xxxxl-357 {
    width: 357%;
  }
  .wd-xxxxl-358 {
    width: 358%;
  }
  .wd-xxxxl-359 {
    width: 359%;
  }
  .wd-xxxxl-360 {
    width: 360%;
  }
  .wd-xxxxl-361 {
    width: 361%;
  }
  .wd-xxxxl-362 {
    width: 362%;
  }
  .wd-xxxxl-363 {
    width: 363%;
  }
  .wd-xxxxl-364 {
    width: 364%;
  }
  .wd-xxxxl-365 {
    width: 365%;
  }
  .wd-xxxxl-366 {
    width: 366%;
  }
  .wd-xxxxl-367 {
    width: 367%;
  }
  .wd-xxxxl-368 {
    width: 368%;
  }
  .wd-xxxxl-369 {
    width: 369%;
  }
  .wd-xxxxl-370 {
    width: 370%;
  }
  .wd-xxxxl-371 {
    width: 371%;
  }
  .wd-xxxxl-372 {
    width: 372%;
  }
  .wd-xxxxl-373 {
    width: 373%;
  }
  .wd-xxxxl-374 {
    width: 374%;
  }
  .wd-xxxxl-375 {
    width: 375%;
  }
  .wd-xxxxl-376 {
    width: 376%;
  }
  .wd-xxxxl-377 {
    width: 377%;
  }
  .wd-xxxxl-378 {
    width: 378%;
  }
  .wd-xxxxl-379 {
    width: 379%;
  }
  .wd-xxxxl-380 {
    width: 380%;
  }
  .wd-xxxxl-381 {
    width: 381%;
  }
  .wd-xxxxl-382 {
    width: 382%;
  }
  .wd-xxxxl-383 {
    width: 383%;
  }
  .wd-xxxxl-384 {
    width: 384%;
  }
  .wd-xxxxl-385 {
    width: 385%;
  }
  .wd-xxxxl-386 {
    width: 386%;
  }
  .wd-xxxxl-387 {
    width: 387%;
  }
  .wd-xxxxl-388 {
    width: 388%;
  }
  .wd-xxxxl-389 {
    width: 389%;
  }
  .wd-xxxxl-390 {
    width: 390%;
  }
  .wd-xxxxl-391 {
    width: 391%;
  }
  .wd-xxxxl-392 {
    width: 392%;
  }
  .wd-xxxxl-393 {
    width: 393%;
  }
  .wd-xxxxl-394 {
    width: 394%;
  }
  .wd-xxxxl-395 {
    width: 395%;
  }
  .wd-xxxxl-396 {
    width: 396%;
  }
  .wd-xxxxl-397 {
    width: 397%;
  }
  .wd-xxxxl-398 {
    width: 398%;
  }
  .wd-xxxxl-399 {
    width: 399%;
  }
  .wd-xxxxl-400 {
    width: 400%;
  }
  .wd-xxxxl-401 {
    width: 401%;
  }
  .wd-xxxxl-402 {
    width: 402%;
  }
  .wd-xxxxl-403 {
    width: 403%;
  }
  .wd-xxxxl-404 {
    width: 404%;
  }
  .wd-xxxxl-405 {
    width: 405%;
  }
  .wd-xxxxl-406 {
    width: 406%;
  }
  .wd-xxxxl-407 {
    width: 407%;
  }
  .wd-xxxxl-408 {
    width: 408%;
  }
  .wd-xxxxl-409 {
    width: 409%;
  }
  .wd-xxxxl-410 {
    width: 410%;
  }
  .wd-xxxxl-411 {
    width: 411%;
  }
  .wd-xxxxl-412 {
    width: 412%;
  }
  .wd-xxxxl-413 {
    width: 413%;
  }
  .wd-xxxxl-414 {
    width: 414%;
  }
  .wd-xxxxl-415 {
    width: 415%;
  }
  .wd-xxxxl-416 {
    width: 416%;
  }
  .wd-xxxxl-417 {
    width: 417%;
  }
  .wd-xxxxl-418 {
    width: 418%;
  }
  .wd-xxxxl-419 {
    width: 419%;
  }
  .wd-xxxxl-420 {
    width: 420%;
  }
  .wd-xxxxl-421 {
    width: 421%;
  }
  .wd-xxxxl-422 {
    width: 422%;
  }
  .wd-xxxxl-423 {
    width: 423%;
  }
  .wd-xxxxl-424 {
    width: 424%;
  }
  .wd-xxxxl-425 {
    width: 425%;
  }
  .wd-xxxxl-426 {
    width: 426%;
  }
  .wd-xxxxl-427 {
    width: 427%;
  }
  .wd-xxxxl-428 {
    width: 428%;
  }
  .wd-xxxxl-429 {
    width: 429%;
  }
  .wd-xxxxl-430 {
    width: 430%;
  }
  .wd-xxxxl-431 {
    width: 431%;
  }
  .wd-xxxxl-432 {
    width: 432%;
  }
  .wd-xxxxl-433 {
    width: 433%;
  }
  .wd-xxxxl-434 {
    width: 434%;
  }
  .wd-xxxxl-435 {
    width: 435%;
  }
  .wd-xxxxl-436 {
    width: 436%;
  }
  .wd-xxxxl-437 {
    width: 437%;
  }
  .wd-xxxxl-438 {
    width: 438%;
  }
  .wd-xxxxl-439 {
    width: 439%;
  }
  .wd-xxxxl-440 {
    width: 440%;
  }
  .wd-xxxxl-441 {
    width: 441%;
  }
  .wd-xxxxl-442 {
    width: 442%;
  }
  .wd-xxxxl-443 {
    width: 443%;
  }
  .wd-xxxxl-444 {
    width: 444%;
  }
  .wd-xxxxl-445 {
    width: 445%;
  }
  .wd-xxxxl-446 {
    width: 446%;
  }
  .wd-xxxxl-447 {
    width: 447%;
  }
  .wd-xxxxl-448 {
    width: 448%;
  }
  .wd-xxxxl-449 {
    width: 449%;
  }
  .wd-xxxxl-450 {
    width: 450%;
  }
  .wd-xxxxl-451 {
    width: 451%;
  }
  .wd-xxxxl-452 {
    width: 452%;
  }
  .wd-xxxxl-453 {
    width: 453%;
  }
  .wd-xxxxl-454 {
    width: 454%;
  }
  .wd-xxxxl-455 {
    width: 455%;
  }
  .wd-xxxxl-456 {
    width: 456%;
  }
  .wd-xxxxl-457 {
    width: 457%;
  }
  .wd-xxxxl-458 {
    width: 458%;
  }
  .wd-xxxxl-459 {
    width: 459%;
  }
  .wd-xxxxl-460 {
    width: 460%;
  }
  .wd-xxxxl-461 {
    width: 461%;
  }
  .wd-xxxxl-462 {
    width: 462%;
  }
  .wd-xxxxl-463 {
    width: 463%;
  }
  .wd-xxxxl-464 {
    width: 464%;
  }
  .wd-xxxxl-465 {
    width: 465%;
  }
  .wd-xxxxl-466 {
    width: 466%;
  }
  .wd-xxxxl-467 {
    width: 467%;
  }
  .wd-xxxxl-468 {
    width: 468%;
  }
  .wd-xxxxl-469 {
    width: 469%;
  }
  .wd-xxxxl-470 {
    width: 470%;
  }
  .wd-xxxxl-471 {
    width: 471%;
  }
  .wd-xxxxl-472 {
    width: 472%;
  }
  .wd-xxxxl-473 {
    width: 473%;
  }
  .wd-xxxxl-474 {
    width: 474%;
  }
  .wd-xxxxl-475 {
    width: 475%;
  }
  .wd-xxxxl-476 {
    width: 476%;
  }
  .wd-xxxxl-477 {
    width: 477%;
  }
  .wd-xxxxl-478 {
    width: 478%;
  }
  .wd-xxxxl-479 {
    width: 479%;
  }
  .wd-xxxxl-480 {
    width: 480%;
  }
  .wd-xxxxl-481 {
    width: 481%;
  }
  .wd-xxxxl-482 {
    width: 482%;
  }
  .wd-xxxxl-483 {
    width: 483%;
  }
  .wd-xxxxl-484 {
    width: 484%;
  }
  .wd-xxxxl-485 {
    width: 485%;
  }
  .wd-xxxxl-486 {
    width: 486%;
  }
  .wd-xxxxl-487 {
    width: 487%;
  }
  .wd-xxxxl-488 {
    width: 488%;
  }
  .wd-xxxxl-489 {
    width: 489%;
  }
  .wd-xxxxl-490 {
    width: 490%;
  }
  .wd-xxxxl-491 {
    width: 491%;
  }
  .wd-xxxxl-492 {
    width: 492%;
  }
  .wd-xxxxl-493 {
    width: 493%;
  }
  .wd-xxxxl-494 {
    width: 494%;
  }
  .wd-xxxxl-495 {
    width: 495%;
  }
  .wd-xxxxl-496 {
    width: 496%;
  }
  .wd-xxxxl-497 {
    width: 497%;
  }
  .wd-xxxxl-498 {
    width: 498%;
  }
  .wd-xxxxl-499 {
    width: 499%;
  }
  .wd-xxxxl-500 {
    width: 500%;
  }
  .wd-xxxxl-501 {
    width: 501%;
  }
  .wd-xxxxl-502 {
    width: 502%;
  }
  .wd-xxxxl-503 {
    width: 503%;
  }
  .wd-xxxxl-504 {
    width: 504%;
  }
  .wd-xxxxl-505 {
    width: 505%;
  }
  .wd-xxxxl-506 {
    width: 506%;
  }
  .wd-xxxxl-507 {
    width: 507%;
  }
  .wd-xxxxl-508 {
    width: 508%;
  }
  .wd-xxxxl-509 {
    width: 509%;
  }
  .wd-xxxxl-510 {
    width: 510%;
  }
  .wd-xxxxl-511 {
    width: 511%;
  }
  .wd-xxxxl-512 {
    width: 512%;
  }
  .wd-xxxxl-513 {
    width: 513%;
  }
  .wd-xxxxl-514 {
    width: 514%;
  }
  .wd-xxxxl-515 {
    width: 515%;
  }
  .wd-xxxxl-516 {
    width: 516%;
  }
  .wd-xxxxl-517 {
    width: 517%;
  }
  .wd-xxxxl-518 {
    width: 518%;
  }
  .wd-xxxxl-519 {
    width: 519%;
  }
  .wd-xxxxl-520 {
    width: 520%;
  }
  .wd-xxxxl-521 {
    width: 521%;
  }
  .wd-xxxxl-522 {
    width: 522%;
  }
  .wd-xxxxl-523 {
    width: 523%;
  }
  .wd-xxxxl-524 {
    width: 524%;
  }
  .wd-xxxxl-525 {
    width: 525%;
  }
  .wd-xxxxl-526 {
    width: 526%;
  }
  .wd-xxxxl-527 {
    width: 527%;
  }
  .wd-xxxxl-528 {
    width: 528%;
  }
  .wd-xxxxl-529 {
    width: 529%;
  }
  .wd-xxxxl-530 {
    width: 530%;
  }
  .wd-xxxxl-531 {
    width: 531%;
  }
  .wd-xxxxl-532 {
    width: 532%;
  }
  .wd-xxxxl-533 {
    width: 533%;
  }
  .wd-xxxxl-534 {
    width: 534%;
  }
  .wd-xxxxl-535 {
    width: 535%;
  }
  .wd-xxxxl-536 {
    width: 536%;
  }
  .wd-xxxxl-537 {
    width: 537%;
  }
  .wd-xxxxl-538 {
    width: 538%;
  }
  .wd-xxxxl-539 {
    width: 539%;
  }
  .wd-xxxxl-540 {
    width: 540%;
  }
  .wd-xxxxl-541 {
    width: 541%;
  }
  .wd-xxxxl-542 {
    width: 542%;
  }
  .wd-xxxxl-543 {
    width: 543%;
  }
  .wd-xxxxl-544 {
    width: 544%;
  }
  .wd-xxxxl-545 {
    width: 545%;
  }
  .wd-xxxxl-546 {
    width: 546%;
  }
  .wd-xxxxl-547 {
    width: 547%;
  }
  .wd-xxxxl-548 {
    width: 548%;
  }
  .wd-xxxxl-549 {
    width: 549%;
  }
  .wd-xxxxl-550 {
    width: 550%;
  }
  .wd-xxxxl-551 {
    width: 551%;
  }
  .wd-xxxxl-552 {
    width: 552%;
  }
  .wd-xxxxl-553 {
    width: 553%;
  }
  .wd-xxxxl-554 {
    width: 554%;
  }
  .wd-xxxxl-555 {
    width: 555%;
  }
  .wd-xxxxl-556 {
    width: 556%;
  }
  .wd-xxxxl-557 {
    width: 557%;
  }
  .wd-xxxxl-558 {
    width: 558%;
  }
  .wd-xxxxl-559 {
    width: 559%;
  }
  .wd-xxxxl-560 {
    width: 560%;
  }
  .wd-xxxxl-561 {
    width: 561%;
  }
  .wd-xxxxl-562 {
    width: 562%;
  }
  .wd-xxxxl-563 {
    width: 563%;
  }
  .wd-xxxxl-564 {
    width: 564%;
  }
  .wd-xxxxl-565 {
    width: 565%;
  }
  .wd-xxxxl-566 {
    width: 566%;
  }
  .wd-xxxxl-567 {
    width: 567%;
  }
  .wd-xxxxl-568 {
    width: 568%;
  }
  .wd-xxxxl-569 {
    width: 569%;
  }
  .wd-xxxxl-570 {
    width: 570%;
  }
  .wd-xxxxl-571 {
    width: 571%;
  }
  .wd-xxxxl-572 {
    width: 572%;
  }
  .wd-xxxxl-573 {
    width: 573%;
  }
  .wd-xxxxl-574 {
    width: 574%;
  }
  .wd-xxxxl-575 {
    width: 575%;
  }
  .wd-xxxxl-576 {
    width: 576%;
  }
  .wd-xxxxl-577 {
    width: 577%;
  }
  .wd-xxxxl-578 {
    width: 578%;
  }
  .wd-xxxxl-579 {
    width: 579%;
  }
  .wd-xxxxl-580 {
    width: 580%;
  }
  .wd-xxxxl-581 {
    width: 581%;
  }
  .wd-xxxxl-582 {
    width: 582%;
  }
  .wd-xxxxl-583 {
    width: 583%;
  }
  .wd-xxxxl-584 {
    width: 584%;
  }
  .wd-xxxxl-585 {
    width: 585%;
  }
  .wd-xxxxl-586 {
    width: 586%;
  }
  .wd-xxxxl-587 {
    width: 587%;
  }
  .wd-xxxxl-588 {
    width: 588%;
  }
  .wd-xxxxl-589 {
    width: 589%;
  }
  .wd-xxxxl-590 {
    width: 590%;
  }
  .wd-xxxxl-591 {
    width: 591%;
  }
  .wd-xxxxl-592 {
    width: 592%;
  }
  .wd-xxxxl-593 {
    width: 593%;
  }
  .wd-xxxxl-594 {
    width: 594%;
  }
  .wd-xxxxl-595 {
    width: 595%;
  }
  .wd-xxxxl-596 {
    width: 596%;
  }
  .wd-xxxxl-597 {
    width: 597%;
  }
  .wd-xxxxl-598 {
    width: 598%;
  }
  .wd-xxxxl-599 {
    width: 599%;
  }
  .wd-xxxxl-600 {
    width: 600%;
  }
  .wd-xxxxl-601 {
    width: 601%;
  }
  .wd-xxxxl-602 {
    width: 602%;
  }
  .wd-xxxxl-603 {
    width: 603%;
  }
  .wd-xxxxl-604 {
    width: 604%;
  }
  .wd-xxxxl-605 {
    width: 605%;
  }
  .wd-xxxxl-606 {
    width: 606%;
  }
  .wd-xxxxl-607 {
    width: 607%;
  }
  .wd-xxxxl-608 {
    width: 608%;
  }
  .wd-xxxxl-609 {
    width: 609%;
  }
  .wd-xxxxl-610 {
    width: 610%;
  }
  .wd-xxxxl-611 {
    width: 611%;
  }
  .wd-xxxxl-612 {
    width: 612%;
  }
  .wd-xxxxl-613 {
    width: 613%;
  }
  .wd-xxxxl-614 {
    width: 614%;
  }
  .wd-xxxxl-615 {
    width: 615%;
  }
  .wd-xxxxl-616 {
    width: 616%;
  }
  .wd-xxxxl-617 {
    width: 617%;
  }
  .wd-xxxxl-618 {
    width: 618%;
  }
  .wd-xxxxl-619 {
    width: 619%;
  }
  .wd-xxxxl-620 {
    width: 620%;
  }
  .wd-xxxxl-621 {
    width: 621%;
  }
  .wd-xxxxl-622 {
    width: 622%;
  }
  .wd-xxxxl-623 {
    width: 623%;
  }
  .wd-xxxxl-624 {
    width: 624%;
  }
  .wd-xxxxl-625 {
    width: 625%;
  }
  .wd-xxxxl-626 {
    width: 626%;
  }
  .wd-xxxxl-627 {
    width: 627%;
  }
  .wd-xxxxl-628 {
    width: 628%;
  }
  .wd-xxxxl-629 {
    width: 629%;
  }
  .wd-xxxxl-630 {
    width: 630%;
  }
  .wd-xxxxl-631 {
    width: 631%;
  }
  .wd-xxxxl-632 {
    width: 632%;
  }
  .wd-xxxxl-633 {
    width: 633%;
  }
  .wd-xxxxl-634 {
    width: 634%;
  }
  .wd-xxxxl-635 {
    width: 635%;
  }
  .wd-xxxxl-636 {
    width: 636%;
  }
  .wd-xxxxl-637 {
    width: 637%;
  }
  .wd-xxxxl-638 {
    width: 638%;
  }
  .wd-xxxxl-639 {
    width: 639%;
  }
  .wd-xxxxl-640 {
    width: 640%;
  }
  .wd-xxxxl-641 {
    width: 641%;
  }
  .wd-xxxxl-642 {
    width: 642%;
  }
  .wd-xxxxl-643 {
    width: 643%;
  }
  .wd-xxxxl-644 {
    width: 644%;
  }
  .wd-xxxxl-645 {
    width: 645%;
  }
  .wd-xxxxl-646 {
    width: 646%;
  }
  .wd-xxxxl-647 {
    width: 647%;
  }
  .wd-xxxxl-648 {
    width: 648%;
  }
  .wd-xxxxl-649 {
    width: 649%;
  }
  .wd-xxxxl-650 {
    width: 650%;
  }
  .wd-xxxxl-651 {
    width: 651%;
  }
  .wd-xxxxl-652 {
    width: 652%;
  }
  .wd-xxxxl-653 {
    width: 653%;
  }
  .wd-xxxxl-654 {
    width: 654%;
  }
  .wd-xxxxl-655 {
    width: 655%;
  }
  .wd-xxxxl-656 {
    width: 656%;
  }
  .wd-xxxxl-657 {
    width: 657%;
  }
  .wd-xxxxl-658 {
    width: 658%;
  }
  .wd-xxxxl-659 {
    width: 659%;
  }
  .wd-xxxxl-660 {
    width: 660%;
  }
  .wd-xxxxl-661 {
    width: 661%;
  }
  .wd-xxxxl-662 {
    width: 662%;
  }
  .wd-xxxxl-663 {
    width: 663%;
  }
  .wd-xxxxl-664 {
    width: 664%;
  }
  .wd-xxxxl-665 {
    width: 665%;
  }
  .wd-xxxxl-666 {
    width: 666%;
  }
  .wd-xxxxl-667 {
    width: 667%;
  }
  .wd-xxxxl-668 {
    width: 668%;
  }
  .wd-xxxxl-669 {
    width: 669%;
  }
  .wd-xxxxl-670 {
    width: 670%;
  }
  .wd-xxxxl-671 {
    width: 671%;
  }
  .wd-xxxxl-672 {
    width: 672%;
  }
  .wd-xxxxl-673 {
    width: 673%;
  }
  .wd-xxxxl-674 {
    width: 674%;
  }
  .wd-xxxxl-675 {
    width: 675%;
  }
  .wd-xxxxl-676 {
    width: 676%;
  }
  .wd-xxxxl-677 {
    width: 677%;
  }
  .wd-xxxxl-678 {
    width: 678%;
  }
  .wd-xxxxl-679 {
    width: 679%;
  }
  .wd-xxxxl-680 {
    width: 680%;
  }
  .wd-xxxxl-681 {
    width: 681%;
  }
  .wd-xxxxl-682 {
    width: 682%;
  }
  .wd-xxxxl-683 {
    width: 683%;
  }
  .wd-xxxxl-684 {
    width: 684%;
  }
  .wd-xxxxl-685 {
    width: 685%;
  }
  .wd-xxxxl-686 {
    width: 686%;
  }
  .wd-xxxxl-687 {
    width: 687%;
  }
  .wd-xxxxl-688 {
    width: 688%;
  }
  .wd-xxxxl-689 {
    width: 689%;
  }
  .wd-xxxxl-690 {
    width: 690%;
  }
  .wd-xxxxl-691 {
    width: 691%;
  }
  .wd-xxxxl-692 {
    width: 692%;
  }
  .wd-xxxxl-693 {
    width: 693%;
  }
  .wd-xxxxl-694 {
    width: 694%;
  }
  .wd-xxxxl-695 {
    width: 695%;
  }
  .wd-xxxxl-696 {
    width: 696%;
  }
  .wd-xxxxl-697 {
    width: 697%;
  }
  .wd-xxxxl-698 {
    width: 698%;
  }
  .wd-xxxxl-699 {
    width: 699%;
  }
  .wd-xxxxl-700 {
    width: 700%;
  }
  .wd-xxxxl-701 {
    width: 701%;
  }
  .wd-xxxxl-702 {
    width: 702%;
  }
  .wd-xxxxl-703 {
    width: 703%;
  }
  .wd-xxxxl-704 {
    width: 704%;
  }
  .wd-xxxxl-705 {
    width: 705%;
  }
  .wd-xxxxl-706 {
    width: 706%;
  }
  .wd-xxxxl-707 {
    width: 707%;
  }
  .wd-xxxxl-708 {
    width: 708%;
  }
  .wd-xxxxl-709 {
    width: 709%;
  }
  .wd-xxxxl-710 {
    width: 710%;
  }
  .wd-xxxxl-711 {
    width: 711%;
  }
  .wd-xxxxl-712 {
    width: 712%;
  }
  .wd-xxxxl-713 {
    width: 713%;
  }
  .wd-xxxxl-714 {
    width: 714%;
  }
  .wd-xxxxl-715 {
    width: 715%;
  }
  .wd-xxxxl-716 {
    width: 716%;
  }
  .wd-xxxxl-717 {
    width: 717%;
  }
  .wd-xxxxl-718 {
    width: 718%;
  }
  .wd-xxxxl-719 {
    width: 719%;
  }
  .wd-xxxxl-720 {
    width: 720%;
  }
  .wd-xxxxl-721 {
    width: 721%;
  }
  .wd-xxxxl-722 {
    width: 722%;
  }
  .wd-xxxxl-723 {
    width: 723%;
  }
  .wd-xxxxl-724 {
    width: 724%;
  }
  .wd-xxxxl-725 {
    width: 725%;
  }
  .wd-xxxxl-726 {
    width: 726%;
  }
  .wd-xxxxl-727 {
    width: 727%;
  }
  .wd-xxxxl-728 {
    width: 728%;
  }
  .wd-xxxxl-729 {
    width: 729%;
  }
  .wd-xxxxl-730 {
    width: 730%;
  }
  .wd-xxxxl-731 {
    width: 731%;
  }
  .wd-xxxxl-732 {
    width: 732%;
  }
  .wd-xxxxl-733 {
    width: 733%;
  }
  .wd-xxxxl-734 {
    width: 734%;
  }
  .wd-xxxxl-735 {
    width: 735%;
  }
  .wd-xxxxl-736 {
    width: 736%;
  }
  .wd-xxxxl-737 {
    width: 737%;
  }
  .wd-xxxxl-738 {
    width: 738%;
  }
  .wd-xxxxl-739 {
    width: 739%;
  }
  .wd-xxxxl-740 {
    width: 740%;
  }
  .wd-xxxxl-741 {
    width: 741%;
  }
  .wd-xxxxl-742 {
    width: 742%;
  }
  .wd-xxxxl-743 {
    width: 743%;
  }
  .wd-xxxxl-744 {
    width: 744%;
  }
  .wd-xxxxl-745 {
    width: 745%;
  }
  .wd-xxxxl-746 {
    width: 746%;
  }
  .wd-xxxxl-747 {
    width: 747%;
  }
  .wd-xxxxl-748 {
    width: 748%;
  }
  .wd-xxxxl-749 {
    width: 749%;
  }
  .wd-xxxxl-750 {
    width: 750%;
  }
  .wd-xxxxl-751 {
    width: 751%;
  }
  .wd-xxxxl-752 {
    width: 752%;
  }
  .wd-xxxxl-753 {
    width: 753%;
  }
  .wd-xxxxl-754 {
    width: 754%;
  }
  .wd-xxxxl-755 {
    width: 755%;
  }
  .wd-xxxxl-756 {
    width: 756%;
  }
  .wd-xxxxl-757 {
    width: 757%;
  }
  .wd-xxxxl-758 {
    width: 758%;
  }
  .wd-xxxxl-759 {
    width: 759%;
  }
  .wd-xxxxl-760 {
    width: 760%;
  }
  .wd-xxxxl-761 {
    width: 761%;
  }
  .wd-xxxxl-762 {
    width: 762%;
  }
  .wd-xxxxl-763 {
    width: 763%;
  }
  .wd-xxxxl-764 {
    width: 764%;
  }
  .wd-xxxxl-765 {
    width: 765%;
  }
  .wd-xxxxl-766 {
    width: 766%;
  }
  .wd-xxxxl-767 {
    width: 767%;
  }
  .wd-xxxxl-768 {
    width: 768%;
  }
  .wd-xxxxl-769 {
    width: 769%;
  }
  .wd-xxxxl-770 {
    width: 770%;
  }
  .wd-xxxxl-771 {
    width: 771%;
  }
  .wd-xxxxl-772 {
    width: 772%;
  }
  .wd-xxxxl-773 {
    width: 773%;
  }
  .wd-xxxxl-774 {
    width: 774%;
  }
  .wd-xxxxl-775 {
    width: 775%;
  }
  .wd-xxxxl-776 {
    width: 776%;
  }
  .wd-xxxxl-777 {
    width: 777%;
  }
  .wd-xxxxl-778 {
    width: 778%;
  }
  .wd-xxxxl-779 {
    width: 779%;
  }
  .wd-xxxxl-780 {
    width: 780%;
  }
  .wd-xxxxl-781 {
    width: 781%;
  }
  .wd-xxxxl-782 {
    width: 782%;
  }
  .wd-xxxxl-783 {
    width: 783%;
  }
  .wd-xxxxl-784 {
    width: 784%;
  }
  .wd-xxxxl-785 {
    width: 785%;
  }
  .wd-xxxxl-786 {
    width: 786%;
  }
  .wd-xxxxl-787 {
    width: 787%;
  }
  .wd-xxxxl-788 {
    width: 788%;
  }
  .wd-xxxxl-789 {
    width: 789%;
  }
  .wd-xxxxl-790 {
    width: 790%;
  }
  .wd-xxxxl-791 {
    width: 791%;
  }
  .wd-xxxxl-792 {
    width: 792%;
  }
  .wd-xxxxl-793 {
    width: 793%;
  }
  .wd-xxxxl-794 {
    width: 794%;
  }
  .wd-xxxxl-795 {
    width: 795%;
  }
  .wd-xxxxl-796 {
    width: 796%;
  }
  .wd-xxxxl-797 {
    width: 797%;
  }
  .wd-xxxxl-798 {
    width: 798%;
  }
  .wd-xxxxl-799 {
    width: 799%;
  }
  .wd-xxxxl-800 {
    width: 800%;
  }
  .wd-xxxxl-801 {
    width: 801%;
  }
  .wd-xxxxl-802 {
    width: 802%;
  }
  .wd-xxxxl-803 {
    width: 803%;
  }
  .wd-xxxxl-804 {
    width: 804%;
  }
  .wd-xxxxl-805 {
    width: 805%;
  }
  .wd-xxxxl-806 {
    width: 806%;
  }
  .wd-xxxxl-807 {
    width: 807%;
  }
  .wd-xxxxl-808 {
    width: 808%;
  }
  .wd-xxxxl-809 {
    width: 809%;
  }
  .wd-xxxxl-810 {
    width: 810%;
  }
  .wd-xxxxl-811 {
    width: 811%;
  }
  .wd-xxxxl-812 {
    width: 812%;
  }
  .wd-xxxxl-813 {
    width: 813%;
  }
  .wd-xxxxl-814 {
    width: 814%;
  }
  .wd-xxxxl-815 {
    width: 815%;
  }
  .wd-xxxxl-816 {
    width: 816%;
  }
  .wd-xxxxl-817 {
    width: 817%;
  }
  .wd-xxxxl-818 {
    width: 818%;
  }
  .wd-xxxxl-819 {
    width: 819%;
  }
  .wd-xxxxl-820 {
    width: 820%;
  }
  .wd-xxxxl-821 {
    width: 821%;
  }
  .wd-xxxxl-822 {
    width: 822%;
  }
  .wd-xxxxl-823 {
    width: 823%;
  }
  .wd-xxxxl-824 {
    width: 824%;
  }
  .wd-xxxxl-825 {
    width: 825%;
  }
  .wd-xxxxl-826 {
    width: 826%;
  }
  .wd-xxxxl-827 {
    width: 827%;
  }
  .wd-xxxxl-828 {
    width: 828%;
  }
  .wd-xxxxl-829 {
    width: 829%;
  }
  .wd-xxxxl-830 {
    width: 830%;
  }
  .wd-xxxxl-831 {
    width: 831%;
  }
  .wd-xxxxl-832 {
    width: 832%;
  }
  .wd-xxxxl-833 {
    width: 833%;
  }
  .wd-xxxxl-834 {
    width: 834%;
  }
  .wd-xxxxl-835 {
    width: 835%;
  }
  .wd-xxxxl-836 {
    width: 836%;
  }
  .wd-xxxxl-837 {
    width: 837%;
  }
  .wd-xxxxl-838 {
    width: 838%;
  }
  .wd-xxxxl-839 {
    width: 839%;
  }
  .wd-xxxxl-840 {
    width: 840%;
  }
  .wd-xxxxl-841 {
    width: 841%;
  }
  .wd-xxxxl-842 {
    width: 842%;
  }
  .wd-xxxxl-843 {
    width: 843%;
  }
  .wd-xxxxl-844 {
    width: 844%;
  }
  .wd-xxxxl-845 {
    width: 845%;
  }
  .wd-xxxxl-846 {
    width: 846%;
  }
  .wd-xxxxl-847 {
    width: 847%;
  }
  .wd-xxxxl-848 {
    width: 848%;
  }
  .wd-xxxxl-849 {
    width: 849%;
  }
  .wd-xxxxl-850 {
    width: 850%;
  }
  .wd-xxxxl-851 {
    width: 851%;
  }
  .wd-xxxxl-852 {
    width: 852%;
  }
  .wd-xxxxl-853 {
    width: 853%;
  }
  .wd-xxxxl-854 {
    width: 854%;
  }
  .wd-xxxxl-855 {
    width: 855%;
  }
  .wd-xxxxl-856 {
    width: 856%;
  }
  .wd-xxxxl-857 {
    width: 857%;
  }
  .wd-xxxxl-858 {
    width: 858%;
  }
  .wd-xxxxl-859 {
    width: 859%;
  }
  .wd-xxxxl-860 {
    width: 860%;
  }
  .wd-xxxxl-861 {
    width: 861%;
  }
  .wd-xxxxl-862 {
    width: 862%;
  }
  .wd-xxxxl-863 {
    width: 863%;
  }
  .wd-xxxxl-864 {
    width: 864%;
  }
  .wd-xxxxl-865 {
    width: 865%;
  }
  .wd-xxxxl-866 {
    width: 866%;
  }
  .wd-xxxxl-867 {
    width: 867%;
  }
  .wd-xxxxl-868 {
    width: 868%;
  }
  .wd-xxxxl-869 {
    width: 869%;
  }
  .wd-xxxxl-870 {
    width: 870%;
  }
  .wd-xxxxl-871 {
    width: 871%;
  }
  .wd-xxxxl-872 {
    width: 872%;
  }
  .wd-xxxxl-873 {
    width: 873%;
  }
  .wd-xxxxl-874 {
    width: 874%;
  }
  .wd-xxxxl-875 {
    width: 875%;
  }
  .wd-xxxxl-876 {
    width: 876%;
  }
  .wd-xxxxl-877 {
    width: 877%;
  }
  .wd-xxxxl-878 {
    width: 878%;
  }
  .wd-xxxxl-879 {
    width: 879%;
  }
  .wd-xxxxl-880 {
    width: 880%;
  }
  .wd-xxxxl-881 {
    width: 881%;
  }
  .wd-xxxxl-882 {
    width: 882%;
  }
  .wd-xxxxl-883 {
    width: 883%;
  }
  .wd-xxxxl-884 {
    width: 884%;
  }
  .wd-xxxxl-885 {
    width: 885%;
  }
  .wd-xxxxl-886 {
    width: 886%;
  }
  .wd-xxxxl-887 {
    width: 887%;
  }
  .wd-xxxxl-888 {
    width: 888%;
  }
  .wd-xxxxl-889 {
    width: 889%;
  }
  .wd-xxxxl-890 {
    width: 890%;
  }
  .wd-xxxxl-891 {
    width: 891%;
  }
  .wd-xxxxl-892 {
    width: 892%;
  }
  .wd-xxxxl-893 {
    width: 893%;
  }
  .wd-xxxxl-894 {
    width: 894%;
  }
  .wd-xxxxl-895 {
    width: 895%;
  }
  .wd-xxxxl-896 {
    width: 896%;
  }
  .wd-xxxxl-897 {
    width: 897%;
  }
  .wd-xxxxl-898 {
    width: 898%;
  }
  .wd-xxxxl-899 {
    width: 899%;
  }
  .wd-xxxxl-900 {
    width: 900%;
  }
  .wd-xxxxl-901 {
    width: 901%;
  }
  .wd-xxxxl-902 {
    width: 902%;
  }
  .wd-xxxxl-903 {
    width: 903%;
  }
  .wd-xxxxl-904 {
    width: 904%;
  }
  .wd-xxxxl-905 {
    width: 905%;
  }
  .wd-xxxxl-906 {
    width: 906%;
  }
  .wd-xxxxl-907 {
    width: 907%;
  }
  .wd-xxxxl-908 {
    width: 908%;
  }
  .wd-xxxxl-909 {
    width: 909%;
  }
  .wd-xxxxl-910 {
    width: 910%;
  }
  .wd-xxxxl-911 {
    width: 911%;
  }
  .wd-xxxxl-912 {
    width: 912%;
  }
  .wd-xxxxl-913 {
    width: 913%;
  }
  .wd-xxxxl-914 {
    width: 914%;
  }
  .wd-xxxxl-915 {
    width: 915%;
  }
  .wd-xxxxl-916 {
    width: 916%;
  }
  .wd-xxxxl-917 {
    width: 917%;
  }
  .wd-xxxxl-918 {
    width: 918%;
  }
  .wd-xxxxl-919 {
    width: 919%;
  }
  .wd-xxxxl-920 {
    width: 920%;
  }
  .wd-xxxxl-921 {
    width: 921%;
  }
  .wd-xxxxl-922 {
    width: 922%;
  }
  .wd-xxxxl-923 {
    width: 923%;
  }
  .wd-xxxxl-924 {
    width: 924%;
  }
  .wd-xxxxl-925 {
    width: 925%;
  }
  .wd-xxxxl-926 {
    width: 926%;
  }
  .wd-xxxxl-927 {
    width: 927%;
  }
  .wd-xxxxl-928 {
    width: 928%;
  }
  .wd-xxxxl-929 {
    width: 929%;
  }
  .wd-xxxxl-930 {
    width: 930%;
  }
  .wd-xxxxl-931 {
    width: 931%;
  }
  .wd-xxxxl-932 {
    width: 932%;
  }
  .wd-xxxxl-933 {
    width: 933%;
  }
  .wd-xxxxl-934 {
    width: 934%;
  }
  .wd-xxxxl-935 {
    width: 935%;
  }
  .wd-xxxxl-936 {
    width: 936%;
  }
  .wd-xxxxl-937 {
    width: 937%;
  }
  .wd-xxxxl-938 {
    width: 938%;
  }
  .wd-xxxxl-939 {
    width: 939%;
  }
  .wd-xxxxl-940 {
    width: 940%;
  }
  .wd-xxxxl-941 {
    width: 941%;
  }
  .wd-xxxxl-942 {
    width: 942%;
  }
  .wd-xxxxl-943 {
    width: 943%;
  }
  .wd-xxxxl-944 {
    width: 944%;
  }
  .wd-xxxxl-945 {
    width: 945%;
  }
  .wd-xxxxl-946 {
    width: 946%;
  }
  .wd-xxxxl-947 {
    width: 947%;
  }
  .wd-xxxxl-948 {
    width: 948%;
  }
  .wd-xxxxl-949 {
    width: 949%;
  }
  .wd-xxxxl-950 {
    width: 950%;
  }
  .wd-xxxxl-951 {
    width: 951%;
  }
  .wd-xxxxl-952 {
    width: 952%;
  }
  .wd-xxxxl-953 {
    width: 953%;
  }
  .wd-xxxxl-954 {
    width: 954%;
  }
  .wd-xxxxl-955 {
    width: 955%;
  }
  .wd-xxxxl-956 {
    width: 956%;
  }
  .wd-xxxxl-957 {
    width: 957%;
  }
  .wd-xxxxl-958 {
    width: 958%;
  }
  .wd-xxxxl-959 {
    width: 959%;
  }
  .wd-xxxxl-960 {
    width: 960%;
  }
  .wd-xxxxl-961 {
    width: 961%;
  }
  .wd-xxxxl-962 {
    width: 962%;
  }
  .wd-xxxxl-963 {
    width: 963%;
  }
  .wd-xxxxl-964 {
    width: 964%;
  }
  .wd-xxxxl-965 {
    width: 965%;
  }
  .wd-xxxxl-966 {
    width: 966%;
  }
  .wd-xxxxl-967 {
    width: 967%;
  }
  .wd-xxxxl-968 {
    width: 968%;
  }
  .wd-xxxxl-969 {
    width: 969%;
  }
  .wd-xxxxl-970 {
    width: 970%;
  }
  .wd-xxxxl-971 {
    width: 971%;
  }
  .wd-xxxxl-972 {
    width: 972%;
  }
  .wd-xxxxl-973 {
    width: 973%;
  }
  .wd-xxxxl-974 {
    width: 974%;
  }
  .wd-xxxxl-975 {
    width: 975%;
  }
  .wd-xxxxl-976 {
    width: 976%;
  }
  .wd-xxxxl-977 {
    width: 977%;
  }
  .wd-xxxxl-978 {
    width: 978%;
  }
  .wd-xxxxl-979 {
    width: 979%;
  }
  .wd-xxxxl-980 {
    width: 980%;
  }
  .wd-xxxxl-981 {
    width: 981%;
  }
  .wd-xxxxl-982 {
    width: 982%;
  }
  .wd-xxxxl-983 {
    width: 983%;
  }
  .wd-xxxxl-984 {
    width: 984%;
  }
  .wd-xxxxl-985 {
    width: 985%;
  }
  .wd-xxxxl-986 {
    width: 986%;
  }
  .wd-xxxxl-987 {
    width: 987%;
  }
  .wd-xxxxl-988 {
    width: 988%;
  }
  .wd-xxxxl-989 {
    width: 989%;
  }
  .wd-xxxxl-990 {
    width: 990%;
  }
  .wd-xxxxl-991 {
    width: 991%;
  }
  .wd-xxxxl-992 {
    width: 992%;
  }
  .wd-xxxxl-993 {
    width: 993%;
  }
  .wd-xxxxl-994 {
    width: 994%;
  }
  .wd-xxxxl-995 {
    width: 995%;
  }
  .wd-xxxxl-996 {
    width: 996%;
  }
  .wd-xxxxl-997 {
    width: 997%;
  }
  .wd-xxxxl-998 {
    width: 998%;
  }
  .wd-xxxxl-999 {
    width: 999%;
  }
  .wd-xxxxl-1000 {
    width: 1000%;
  }
}
.font-1 {
  font-size: 1px !important;
}
.font-2 {
  font-size: 2px !important;
}
.font-3 {
  font-size: 3px !important;
}
.font-4 {
  font-size: 4px !important;
}
.font-5 {
  font-size: 5px !important;
}
.font-6 {
  font-size: 6px !important;
}
.font-7 {
  font-size: 7px !important;
}
.font-8 {
  font-size: 8px !important;
}
.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-27 {
  font-size: 27px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-29 {
  font-size: 29px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-31 {
  font-size: 31px !important;
}
.font-32 {
  font-size: 32px !important;
}
.font-33 {
  font-size: 33px !important;
}
.font-34 {
  font-size: 34px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-37 {
  font-size: 37px !important;
}
.font-38 {
  font-size: 38px !important;
}
.font-39 {
  font-size: 39px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-41 {
  font-size: 41px !important;
}
.font-42 {
  font-size: 42px !important;
}
.font-43 {
  font-size: 43px !important;
}
.font-44 {
  font-size: 44px !important;
}
.font-45 {
  font-size: 45px !important;
}
.font-46 {
  font-size: 46px !important;
}
.font-47 {
  font-size: 47px !important;
}
.font-48 {
  font-size: 48px !important;
}
.font-49 {
  font-size: 49px !important;
}
.font-50 {
  font-size: 50px !important;
}
.font-51 {
  font-size: 51px !important;
}
.font-52 {
  font-size: 52px !important;
}
.font-53 {
  font-size: 53px !important;
}
.font-54 {
  font-size: 54px !important;
}
.font-55 {
  font-size: 55px !important;
}
.font-56 {
  font-size: 56px !important;
}
.font-57 {
  font-size: 57px !important;
}
.font-58 {
  font-size: 58px !important;
}
.font-59 {
  font-size: 59px !important;
}
.font-60 {
  font-size: 60px !important;
}
@media (min-width: 0) {
  .font-xxs-1 {
    font-size: 1px !important;
  }
  .font-xxs-2 {
    font-size: 2px !important;
  }
  .font-xxs-3 {
    font-size: 3px !important;
  }
  .font-xxs-4 {
    font-size: 4px !important;
  }
  .font-xxs-5 {
    font-size: 5px !important;
  }
  .font-xxs-6 {
    font-size: 6px !important;
  }
  .font-xxs-7 {
    font-size: 7px !important;
  }
  .font-xxs-8 {
    font-size: 8px !important;
  }
  .font-xxs-9 {
    font-size: 9px !important;
  }
  .font-xxs-10 {
    font-size: 10px !important;
  }
  .font-xxs-11 {
    font-size: 11px !important;
  }
  .font-xxs-12 {
    font-size: 12px !important;
  }
  .font-xxs-13 {
    font-size: 13px !important;
  }
  .font-xxs-14 {
    font-size: 14px !important;
  }
  .font-xxs-15 {
    font-size: 15px !important;
  }
  .font-xxs-16 {
    font-size: 16px !important;
  }
  .font-xxs-17 {
    font-size: 17px !important;
  }
  .font-xxs-18 {
    font-size: 18px !important;
  }
  .font-xxs-19 {
    font-size: 19px !important;
  }
  .font-xxs-20 {
    font-size: 20px !important;
  }
  .font-xxs-21 {
    font-size: 21px !important;
  }
  .font-xxs-22 {
    font-size: 22px !important;
  }
  .font-xxs-23 {
    font-size: 23px !important;
  }
  .font-xxs-24 {
    font-size: 24px !important;
  }
  .font-xxs-25 {
    font-size: 25px !important;
  }
  .font-xxs-26 {
    font-size: 26px !important;
  }
  .font-xxs-27 {
    font-size: 27px !important;
  }
  .font-xxs-28 {
    font-size: 28px !important;
  }
  .font-xxs-29 {
    font-size: 29px !important;
  }
  .font-xxs-30 {
    font-size: 30px !important;
  }
  .font-xxs-31 {
    font-size: 31px !important;
  }
  .font-xxs-32 {
    font-size: 32px !important;
  }
  .font-xxs-33 {
    font-size: 33px !important;
  }
  .font-xxs-34 {
    font-size: 34px !important;
  }
  .font-xxs-35 {
    font-size: 35px !important;
  }
  .font-xxs-36 {
    font-size: 36px !important;
  }
  .font-xxs-37 {
    font-size: 37px !important;
  }
  .font-xxs-38 {
    font-size: 38px !important;
  }
  .font-xxs-39 {
    font-size: 39px !important;
  }
  .font-xxs-40 {
    font-size: 40px !important;
  }
  .font-xxs-41 {
    font-size: 41px !important;
  }
  .font-xxs-42 {
    font-size: 42px !important;
  }
  .font-xxs-43 {
    font-size: 43px !important;
  }
  .font-xxs-44 {
    font-size: 44px !important;
  }
  .font-xxs-45 {
    font-size: 45px !important;
  }
  .font-xxs-46 {
    font-size: 46px !important;
  }
  .font-xxs-47 {
    font-size: 47px !important;
  }
  .font-xxs-48 {
    font-size: 48px !important;
  }
  .font-xxs-49 {
    font-size: 49px !important;
  }
  .font-xxs-50 {
    font-size: 50px !important;
  }
  .font-xxs-51 {
    font-size: 51px !important;
  }
  .font-xxs-52 {
    font-size: 52px !important;
  }
  .font-xxs-53 {
    font-size: 53px !important;
  }
  .font-xxs-54 {
    font-size: 54px !important;
  }
  .font-xxs-55 {
    font-size: 55px !important;
  }
  .font-xxs-56 {
    font-size: 56px !important;
  }
  .font-xxs-57 {
    font-size: 57px !important;
  }
  .font-xxs-58 {
    font-size: 58px !important;
  }
  .font-xxs-59 {
    font-size: 59px !important;
  }
  .font-xxs-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 301px) {
  .font-mini-1 {
    font-size: 1px !important;
  }
  .font-mini-2 {
    font-size: 2px !important;
  }
  .font-mini-3 {
    font-size: 3px !important;
  }
  .font-mini-4 {
    font-size: 4px !important;
  }
  .font-mini-5 {
    font-size: 5px !important;
  }
  .font-mini-6 {
    font-size: 6px !important;
  }
  .font-mini-7 {
    font-size: 7px !important;
  }
  .font-mini-8 {
    font-size: 8px !important;
  }
  .font-mini-9 {
    font-size: 9px !important;
  }
  .font-mini-10 {
    font-size: 10px !important;
  }
  .font-mini-11 {
    font-size: 11px !important;
  }
  .font-mini-12 {
    font-size: 12px !important;
  }
  .font-mini-13 {
    font-size: 13px !important;
  }
  .font-mini-14 {
    font-size: 14px !important;
  }
  .font-mini-15 {
    font-size: 15px !important;
  }
  .font-mini-16 {
    font-size: 16px !important;
  }
  .font-mini-17 {
    font-size: 17px !important;
  }
  .font-mini-18 {
    font-size: 18px !important;
  }
  .font-mini-19 {
    font-size: 19px !important;
  }
  .font-mini-20 {
    font-size: 20px !important;
  }
  .font-mini-21 {
    font-size: 21px !important;
  }
  .font-mini-22 {
    font-size: 22px !important;
  }
  .font-mini-23 {
    font-size: 23px !important;
  }
  .font-mini-24 {
    font-size: 24px !important;
  }
  .font-mini-25 {
    font-size: 25px !important;
  }
  .font-mini-26 {
    font-size: 26px !important;
  }
  .font-mini-27 {
    font-size: 27px !important;
  }
  .font-mini-28 {
    font-size: 28px !important;
  }
  .font-mini-29 {
    font-size: 29px !important;
  }
  .font-mini-30 {
    font-size: 30px !important;
  }
  .font-mini-31 {
    font-size: 31px !important;
  }
  .font-mini-32 {
    font-size: 32px !important;
  }
  .font-mini-33 {
    font-size: 33px !important;
  }
  .font-mini-34 {
    font-size: 34px !important;
  }
  .font-mini-35 {
    font-size: 35px !important;
  }
  .font-mini-36 {
    font-size: 36px !important;
  }
  .font-mini-37 {
    font-size: 37px !important;
  }
  .font-mini-38 {
    font-size: 38px !important;
  }
  .font-mini-39 {
    font-size: 39px !important;
  }
  .font-mini-40 {
    font-size: 40px !important;
  }
  .font-mini-41 {
    font-size: 41px !important;
  }
  .font-mini-42 {
    font-size: 42px !important;
  }
  .font-mini-43 {
    font-size: 43px !important;
  }
  .font-mini-44 {
    font-size: 44px !important;
  }
  .font-mini-45 {
    font-size: 45px !important;
  }
  .font-mini-46 {
    font-size: 46px !important;
  }
  .font-mini-47 {
    font-size: 47px !important;
  }
  .font-mini-48 {
    font-size: 48px !important;
  }
  .font-mini-49 {
    font-size: 49px !important;
  }
  .font-mini-50 {
    font-size: 50px !important;
  }
  .font-mini-51 {
    font-size: 51px !important;
  }
  .font-mini-52 {
    font-size: 52px !important;
  }
  .font-mini-53 {
    font-size: 53px !important;
  }
  .font-mini-54 {
    font-size: 54px !important;
  }
  .font-mini-55 {
    font-size: 55px !important;
  }
  .font-mini-56 {
    font-size: 56px !important;
  }
  .font-mini-57 {
    font-size: 57px !important;
  }
  .font-mini-58 {
    font-size: 58px !important;
  }
  .font-mini-59 {
    font-size: 59px !important;
  }
  .font-mini-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 361px) {
  .font-min-1 {
    font-size: 1px !important;
  }
  .font-min-2 {
    font-size: 2px !important;
  }
  .font-min-3 {
    font-size: 3px !important;
  }
  .font-min-4 {
    font-size: 4px !important;
  }
  .font-min-5 {
    font-size: 5px !important;
  }
  .font-min-6 {
    font-size: 6px !important;
  }
  .font-min-7 {
    font-size: 7px !important;
  }
  .font-min-8 {
    font-size: 8px !important;
  }
  .font-min-9 {
    font-size: 9px !important;
  }
  .font-min-10 {
    font-size: 10px !important;
  }
  .font-min-11 {
    font-size: 11px !important;
  }
  .font-min-12 {
    font-size: 12px !important;
  }
  .font-min-13 {
    font-size: 13px !important;
  }
  .font-min-14 {
    font-size: 14px !important;
  }
  .font-min-15 {
    font-size: 15px !important;
  }
  .font-min-16 {
    font-size: 16px !important;
  }
  .font-min-17 {
    font-size: 17px !important;
  }
  .font-min-18 {
    font-size: 18px !important;
  }
  .font-min-19 {
    font-size: 19px !important;
  }
  .font-min-20 {
    font-size: 20px !important;
  }
  .font-min-21 {
    font-size: 21px !important;
  }
  .font-min-22 {
    font-size: 22px !important;
  }
  .font-min-23 {
    font-size: 23px !important;
  }
  .font-min-24 {
    font-size: 24px !important;
  }
  .font-min-25 {
    font-size: 25px !important;
  }
  .font-min-26 {
    font-size: 26px !important;
  }
  .font-min-27 {
    font-size: 27px !important;
  }
  .font-min-28 {
    font-size: 28px !important;
  }
  .font-min-29 {
    font-size: 29px !important;
  }
  .font-min-30 {
    font-size: 30px !important;
  }
  .font-min-31 {
    font-size: 31px !important;
  }
  .font-min-32 {
    font-size: 32px !important;
  }
  .font-min-33 {
    font-size: 33px !important;
  }
  .font-min-34 {
    font-size: 34px !important;
  }
  .font-min-35 {
    font-size: 35px !important;
  }
  .font-min-36 {
    font-size: 36px !important;
  }
  .font-min-37 {
    font-size: 37px !important;
  }
  .font-min-38 {
    font-size: 38px !important;
  }
  .font-min-39 {
    font-size: 39px !important;
  }
  .font-min-40 {
    font-size: 40px !important;
  }
  .font-min-41 {
    font-size: 41px !important;
  }
  .font-min-42 {
    font-size: 42px !important;
  }
  .font-min-43 {
    font-size: 43px !important;
  }
  .font-min-44 {
    font-size: 44px !important;
  }
  .font-min-45 {
    font-size: 45px !important;
  }
  .font-min-46 {
    font-size: 46px !important;
  }
  .font-min-47 {
    font-size: 47px !important;
  }
  .font-min-48 {
    font-size: 48px !important;
  }
  .font-min-49 {
    font-size: 49px !important;
  }
  .font-min-50 {
    font-size: 50px !important;
  }
  .font-min-51 {
    font-size: 51px !important;
  }
  .font-min-52 {
    font-size: 52px !important;
  }
  .font-min-53 {
    font-size: 53px !important;
  }
  .font-min-54 {
    font-size: 54px !important;
  }
  .font-min-55 {
    font-size: 55px !important;
  }
  .font-min-56 {
    font-size: 56px !important;
  }
  .font-min-57 {
    font-size: 57px !important;
  }
  .font-min-58 {
    font-size: 58px !important;
  }
  .font-min-59 {
    font-size: 59px !important;
  }
  .font-min-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 411px) {
  .font-xs-1 {
    font-size: 1px !important;
  }
  .font-xs-2 {
    font-size: 2px !important;
  }
  .font-xs-3 {
    font-size: 3px !important;
  }
  .font-xs-4 {
    font-size: 4px !important;
  }
  .font-xs-5 {
    font-size: 5px !important;
  }
  .font-xs-6 {
    font-size: 6px !important;
  }
  .font-xs-7 {
    font-size: 7px !important;
  }
  .font-xs-8 {
    font-size: 8px !important;
  }
  .font-xs-9 {
    font-size: 9px !important;
  }
  .font-xs-10 {
    font-size: 10px !important;
  }
  .font-xs-11 {
    font-size: 11px !important;
  }
  .font-xs-12 {
    font-size: 12px !important;
  }
  .font-xs-13 {
    font-size: 13px !important;
  }
  .font-xs-14 {
    font-size: 14px !important;
  }
  .font-xs-15 {
    font-size: 15px !important;
  }
  .font-xs-16 {
    font-size: 16px !important;
  }
  .font-xs-17 {
    font-size: 17px !important;
  }
  .font-xs-18 {
    font-size: 18px !important;
  }
  .font-xs-19 {
    font-size: 19px !important;
  }
  .font-xs-20 {
    font-size: 20px !important;
  }
  .font-xs-21 {
    font-size: 21px !important;
  }
  .font-xs-22 {
    font-size: 22px !important;
  }
  .font-xs-23 {
    font-size: 23px !important;
  }
  .font-xs-24 {
    font-size: 24px !important;
  }
  .font-xs-25 {
    font-size: 25px !important;
  }
  .font-xs-26 {
    font-size: 26px !important;
  }
  .font-xs-27 {
    font-size: 27px !important;
  }
  .font-xs-28 {
    font-size: 28px !important;
  }
  .font-xs-29 {
    font-size: 29px !important;
  }
  .font-xs-30 {
    font-size: 30px !important;
  }
  .font-xs-31 {
    font-size: 31px !important;
  }
  .font-xs-32 {
    font-size: 32px !important;
  }
  .font-xs-33 {
    font-size: 33px !important;
  }
  .font-xs-34 {
    font-size: 34px !important;
  }
  .font-xs-35 {
    font-size: 35px !important;
  }
  .font-xs-36 {
    font-size: 36px !important;
  }
  .font-xs-37 {
    font-size: 37px !important;
  }
  .font-xs-38 {
    font-size: 38px !important;
  }
  .font-xs-39 {
    font-size: 39px !important;
  }
  .font-xs-40 {
    font-size: 40px !important;
  }
  .font-xs-41 {
    font-size: 41px !important;
  }
  .font-xs-42 {
    font-size: 42px !important;
  }
  .font-xs-43 {
    font-size: 43px !important;
  }
  .font-xs-44 {
    font-size: 44px !important;
  }
  .font-xs-45 {
    font-size: 45px !important;
  }
  .font-xs-46 {
    font-size: 46px !important;
  }
  .font-xs-47 {
    font-size: 47px !important;
  }
  .font-xs-48 {
    font-size: 48px !important;
  }
  .font-xs-49 {
    font-size: 49px !important;
  }
  .font-xs-50 {
    font-size: 50px !important;
  }
  .font-xs-51 {
    font-size: 51px !important;
  }
  .font-xs-52 {
    font-size: 52px !important;
  }
  .font-xs-53 {
    font-size: 53px !important;
  }
  .font-xs-54 {
    font-size: 54px !important;
  }
  .font-xs-55 {
    font-size: 55px !important;
  }
  .font-xs-56 {
    font-size: 56px !important;
  }
  .font-xs-57 {
    font-size: 57px !important;
  }
  .font-xs-58 {
    font-size: 58px !important;
  }
  .font-xs-59 {
    font-size: 59px !important;
  }
  .font-xs-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 577px) {
  .font-sm-1 {
    font-size: 1px !important;
  }
  .font-sm-2 {
    font-size: 2px !important;
  }
  .font-sm-3 {
    font-size: 3px !important;
  }
  .font-sm-4 {
    font-size: 4px !important;
  }
  .font-sm-5 {
    font-size: 5px !important;
  }
  .font-sm-6 {
    font-size: 6px !important;
  }
  .font-sm-7 {
    font-size: 7px !important;
  }
  .font-sm-8 {
    font-size: 8px !important;
  }
  .font-sm-9 {
    font-size: 9px !important;
  }
  .font-sm-10 {
    font-size: 10px !important;
  }
  .font-sm-11 {
    font-size: 11px !important;
  }
  .font-sm-12 {
    font-size: 12px !important;
  }
  .font-sm-13 {
    font-size: 13px !important;
  }
  .font-sm-14 {
    font-size: 14px !important;
  }
  .font-sm-15 {
    font-size: 15px !important;
  }
  .font-sm-16 {
    font-size: 16px !important;
  }
  .font-sm-17 {
    font-size: 17px !important;
  }
  .font-sm-18 {
    font-size: 18px !important;
  }
  .font-sm-19 {
    font-size: 19px !important;
  }
  .font-sm-20 {
    font-size: 20px !important;
  }
  .font-sm-21 {
    font-size: 21px !important;
  }
  .font-sm-22 {
    font-size: 22px !important;
  }
  .font-sm-23 {
    font-size: 23px !important;
  }
  .font-sm-24 {
    font-size: 24px !important;
  }
  .font-sm-25 {
    font-size: 25px !important;
  }
  .font-sm-26 {
    font-size: 26px !important;
  }
  .font-sm-27 {
    font-size: 27px !important;
  }
  .font-sm-28 {
    font-size: 28px !important;
  }
  .font-sm-29 {
    font-size: 29px !important;
  }
  .font-sm-30 {
    font-size: 30px !important;
  }
  .font-sm-31 {
    font-size: 31px !important;
  }
  .font-sm-32 {
    font-size: 32px !important;
  }
  .font-sm-33 {
    font-size: 33px !important;
  }
  .font-sm-34 {
    font-size: 34px !important;
  }
  .font-sm-35 {
    font-size: 35px !important;
  }
  .font-sm-36 {
    font-size: 36px !important;
  }
  .font-sm-37 {
    font-size: 37px !important;
  }
  .font-sm-38 {
    font-size: 38px !important;
  }
  .font-sm-39 {
    font-size: 39px !important;
  }
  .font-sm-40 {
    font-size: 40px !important;
  }
  .font-sm-41 {
    font-size: 41px !important;
  }
  .font-sm-42 {
    font-size: 42px !important;
  }
  .font-sm-43 {
    font-size: 43px !important;
  }
  .font-sm-44 {
    font-size: 44px !important;
  }
  .font-sm-45 {
    font-size: 45px !important;
  }
  .font-sm-46 {
    font-size: 46px !important;
  }
  .font-sm-47 {
    font-size: 47px !important;
  }
  .font-sm-48 {
    font-size: 48px !important;
  }
  .font-sm-49 {
    font-size: 49px !important;
  }
  .font-sm-50 {
    font-size: 50px !important;
  }
  .font-sm-51 {
    font-size: 51px !important;
  }
  .font-sm-52 {
    font-size: 52px !important;
  }
  .font-sm-53 {
    font-size: 53px !important;
  }
  .font-sm-54 {
    font-size: 54px !important;
  }
  .font-sm-55 {
    font-size: 55px !important;
  }
  .font-sm-56 {
    font-size: 56px !important;
  }
  .font-sm-57 {
    font-size: 57px !important;
  }
  .font-sm-58 {
    font-size: 58px !important;
  }
  .font-sm-59 {
    font-size: 59px !important;
  }
  .font-sm-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 769px) {
  .font-md-1 {
    font-size: 1px !important;
  }
  .font-md-2 {
    font-size: 2px !important;
  }
  .font-md-3 {
    font-size: 3px !important;
  }
  .font-md-4 {
    font-size: 4px !important;
  }
  .font-md-5 {
    font-size: 5px !important;
  }
  .font-md-6 {
    font-size: 6px !important;
  }
  .font-md-7 {
    font-size: 7px !important;
  }
  .font-md-8 {
    font-size: 8px !important;
  }
  .font-md-9 {
    font-size: 9px !important;
  }
  .font-md-10 {
    font-size: 10px !important;
  }
  .font-md-11 {
    font-size: 11px !important;
  }
  .font-md-12 {
    font-size: 12px !important;
  }
  .font-md-13 {
    font-size: 13px !important;
  }
  .font-md-14 {
    font-size: 14px !important;
  }
  .font-md-15 {
    font-size: 15px !important;
  }
  .font-md-16 {
    font-size: 16px !important;
  }
  .font-md-17 {
    font-size: 17px !important;
  }
  .font-md-18 {
    font-size: 18px !important;
  }
  .font-md-19 {
    font-size: 19px !important;
  }
  .font-md-20 {
    font-size: 20px !important;
  }
  .font-md-21 {
    font-size: 21px !important;
  }
  .font-md-22 {
    font-size: 22px !important;
  }
  .font-md-23 {
    font-size: 23px !important;
  }
  .font-md-24 {
    font-size: 24px !important;
  }
  .font-md-25 {
    font-size: 25px !important;
  }
  .font-md-26 {
    font-size: 26px !important;
  }
  .font-md-27 {
    font-size: 27px !important;
  }
  .font-md-28 {
    font-size: 28px !important;
  }
  .font-md-29 {
    font-size: 29px !important;
  }
  .font-md-30 {
    font-size: 30px !important;
  }
  .font-md-31 {
    font-size: 31px !important;
  }
  .font-md-32 {
    font-size: 32px !important;
  }
  .font-md-33 {
    font-size: 33px !important;
  }
  .font-md-34 {
    font-size: 34px !important;
  }
  .font-md-35 {
    font-size: 35px !important;
  }
  .font-md-36 {
    font-size: 36px !important;
  }
  .font-md-37 {
    font-size: 37px !important;
  }
  .font-md-38 {
    font-size: 38px !important;
  }
  .font-md-39 {
    font-size: 39px !important;
  }
  .font-md-40 {
    font-size: 40px !important;
  }
  .font-md-41 {
    font-size: 41px !important;
  }
  .font-md-42 {
    font-size: 42px !important;
  }
  .font-md-43 {
    font-size: 43px !important;
  }
  .font-md-44 {
    font-size: 44px !important;
  }
  .font-md-45 {
    font-size: 45px !important;
  }
  .font-md-46 {
    font-size: 46px !important;
  }
  .font-md-47 {
    font-size: 47px !important;
  }
  .font-md-48 {
    font-size: 48px !important;
  }
  .font-md-49 {
    font-size: 49px !important;
  }
  .font-md-50 {
    font-size: 50px !important;
  }
  .font-md-51 {
    font-size: 51px !important;
  }
  .font-md-52 {
    font-size: 52px !important;
  }
  .font-md-53 {
    font-size: 53px !important;
  }
  .font-md-54 {
    font-size: 54px !important;
  }
  .font-md-55 {
    font-size: 55px !important;
  }
  .font-md-56 {
    font-size: 56px !important;
  }
  .font-md-57 {
    font-size: 57px !important;
  }
  .font-md-58 {
    font-size: 58px !important;
  }
  .font-md-59 {
    font-size: 59px !important;
  }
  .font-md-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1025px) {
  .font-lg-1 {
    font-size: 1px !important;
  }
  .font-lg-2 {
    font-size: 2px !important;
  }
  .font-lg-3 {
    font-size: 3px !important;
  }
  .font-lg-4 {
    font-size: 4px !important;
  }
  .font-lg-5 {
    font-size: 5px !important;
  }
  .font-lg-6 {
    font-size: 6px !important;
  }
  .font-lg-7 {
    font-size: 7px !important;
  }
  .font-lg-8 {
    font-size: 8px !important;
  }
  .font-lg-9 {
    font-size: 9px !important;
  }
  .font-lg-10 {
    font-size: 10px !important;
  }
  .font-lg-11 {
    font-size: 11px !important;
  }
  .font-lg-12 {
    font-size: 12px !important;
  }
  .font-lg-13 {
    font-size: 13px !important;
  }
  .font-lg-14 {
    font-size: 14px !important;
  }
  .font-lg-15 {
    font-size: 15px !important;
  }
  .font-lg-16 {
    font-size: 16px !important;
  }
  .font-lg-17 {
    font-size: 17px !important;
  }
  .font-lg-18 {
    font-size: 18px !important;
  }
  .font-lg-19 {
    font-size: 19px !important;
  }
  .font-lg-20 {
    font-size: 20px !important;
  }
  .font-lg-21 {
    font-size: 21px !important;
  }
  .font-lg-22 {
    font-size: 22px !important;
  }
  .font-lg-23 {
    font-size: 23px !important;
  }
  .font-lg-24 {
    font-size: 24px !important;
  }
  .font-lg-25 {
    font-size: 25px !important;
  }
  .font-lg-26 {
    font-size: 26px !important;
  }
  .font-lg-27 {
    font-size: 27px !important;
  }
  .font-lg-28 {
    font-size: 28px !important;
  }
  .font-lg-29 {
    font-size: 29px !important;
  }
  .font-lg-30 {
    font-size: 30px !important;
  }
  .font-lg-31 {
    font-size: 31px !important;
  }
  .font-lg-32 {
    font-size: 32px !important;
  }
  .font-lg-33 {
    font-size: 33px !important;
  }
  .font-lg-34 {
    font-size: 34px !important;
  }
  .font-lg-35 {
    font-size: 35px !important;
  }
  .font-lg-36 {
    font-size: 36px !important;
  }
  .font-lg-37 {
    font-size: 37px !important;
  }
  .font-lg-38 {
    font-size: 38px !important;
  }
  .font-lg-39 {
    font-size: 39px !important;
  }
  .font-lg-40 {
    font-size: 40px !important;
  }
  .font-lg-41 {
    font-size: 41px !important;
  }
  .font-lg-42 {
    font-size: 42px !important;
  }
  .font-lg-43 {
    font-size: 43px !important;
  }
  .font-lg-44 {
    font-size: 44px !important;
  }
  .font-lg-45 {
    font-size: 45px !important;
  }
  .font-lg-46 {
    font-size: 46px !important;
  }
  .font-lg-47 {
    font-size: 47px !important;
  }
  .font-lg-48 {
    font-size: 48px !important;
  }
  .font-lg-49 {
    font-size: 49px !important;
  }
  .font-lg-50 {
    font-size: 50px !important;
  }
  .font-lg-51 {
    font-size: 51px !important;
  }
  .font-lg-52 {
    font-size: 52px !important;
  }
  .font-lg-53 {
    font-size: 53px !important;
  }
  .font-lg-54 {
    font-size: 54px !important;
  }
  .font-lg-55 {
    font-size: 55px !important;
  }
  .font-lg-56 {
    font-size: 56px !important;
  }
  .font-lg-57 {
    font-size: 57px !important;
  }
  .font-lg-58 {
    font-size: 58px !important;
  }
  .font-lg-59 {
    font-size: 59px !important;
  }
  .font-lg-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1270px) {
  .font-2g-1 {
    font-size: 1px !important;
  }
  .font-2g-2 {
    font-size: 2px !important;
  }
  .font-2g-3 {
    font-size: 3px !important;
  }
  .font-2g-4 {
    font-size: 4px !important;
  }
  .font-2g-5 {
    font-size: 5px !important;
  }
  .font-2g-6 {
    font-size: 6px !important;
  }
  .font-2g-7 {
    font-size: 7px !important;
  }
  .font-2g-8 {
    font-size: 8px !important;
  }
  .font-2g-9 {
    font-size: 9px !important;
  }
  .font-2g-10 {
    font-size: 10px !important;
  }
  .font-2g-11 {
    font-size: 11px !important;
  }
  .font-2g-12 {
    font-size: 12px !important;
  }
  .font-2g-13 {
    font-size: 13px !important;
  }
  .font-2g-14 {
    font-size: 14px !important;
  }
  .font-2g-15 {
    font-size: 15px !important;
  }
  .font-2g-16 {
    font-size: 16px !important;
  }
  .font-2g-17 {
    font-size: 17px !important;
  }
  .font-2g-18 {
    font-size: 18px !important;
  }
  .font-2g-19 {
    font-size: 19px !important;
  }
  .font-2g-20 {
    font-size: 20px !important;
  }
  .font-2g-21 {
    font-size: 21px !important;
  }
  .font-2g-22 {
    font-size: 22px !important;
  }
  .font-2g-23 {
    font-size: 23px !important;
  }
  .font-2g-24 {
    font-size: 24px !important;
  }
  .font-2g-25 {
    font-size: 25px !important;
  }
  .font-2g-26 {
    font-size: 26px !important;
  }
  .font-2g-27 {
    font-size: 27px !important;
  }
  .font-2g-28 {
    font-size: 28px !important;
  }
  .font-2g-29 {
    font-size: 29px !important;
  }
  .font-2g-30 {
    font-size: 30px !important;
  }
  .font-2g-31 {
    font-size: 31px !important;
  }
  .font-2g-32 {
    font-size: 32px !important;
  }
  .font-2g-33 {
    font-size: 33px !important;
  }
  .font-2g-34 {
    font-size: 34px !important;
  }
  .font-2g-35 {
    font-size: 35px !important;
  }
  .font-2g-36 {
    font-size: 36px !important;
  }
  .font-2g-37 {
    font-size: 37px !important;
  }
  .font-2g-38 {
    font-size: 38px !important;
  }
  .font-2g-39 {
    font-size: 39px !important;
  }
  .font-2g-40 {
    font-size: 40px !important;
  }
  .font-2g-41 {
    font-size: 41px !important;
  }
  .font-2g-42 {
    font-size: 42px !important;
  }
  .font-2g-43 {
    font-size: 43px !important;
  }
  .font-2g-44 {
    font-size: 44px !important;
  }
  .font-2g-45 {
    font-size: 45px !important;
  }
  .font-2g-46 {
    font-size: 46px !important;
  }
  .font-2g-47 {
    font-size: 47px !important;
  }
  .font-2g-48 {
    font-size: 48px !important;
  }
  .font-2g-49 {
    font-size: 49px !important;
  }
  .font-2g-50 {
    font-size: 50px !important;
  }
  .font-2g-51 {
    font-size: 51px !important;
  }
  .font-2g-52 {
    font-size: 52px !important;
  }
  .font-2g-53 {
    font-size: 53px !important;
  }
  .font-2g-54 {
    font-size: 54px !important;
  }
  .font-2g-55 {
    font-size: 55px !important;
  }
  .font-2g-56 {
    font-size: 56px !important;
  }
  .font-2g-57 {
    font-size: 57px !important;
  }
  .font-2g-58 {
    font-size: 58px !important;
  }
  .font-2g-59 {
    font-size: 59px !important;
  }
  .font-2g-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1360px) {
  .font-3g-1 {
    font-size: 1px !important;
  }
  .font-3g-2 {
    font-size: 2px !important;
  }
  .font-3g-3 {
    font-size: 3px !important;
  }
  .font-3g-4 {
    font-size: 4px !important;
  }
  .font-3g-5 {
    font-size: 5px !important;
  }
  .font-3g-6 {
    font-size: 6px !important;
  }
  .font-3g-7 {
    font-size: 7px !important;
  }
  .font-3g-8 {
    font-size: 8px !important;
  }
  .font-3g-9 {
    font-size: 9px !important;
  }
  .font-3g-10 {
    font-size: 10px !important;
  }
  .font-3g-11 {
    font-size: 11px !important;
  }
  .font-3g-12 {
    font-size: 12px !important;
  }
  .font-3g-13 {
    font-size: 13px !important;
  }
  .font-3g-14 {
    font-size: 14px !important;
  }
  .font-3g-15 {
    font-size: 15px !important;
  }
  .font-3g-16 {
    font-size: 16px !important;
  }
  .font-3g-17 {
    font-size: 17px !important;
  }
  .font-3g-18 {
    font-size: 18px !important;
  }
  .font-3g-19 {
    font-size: 19px !important;
  }
  .font-3g-20 {
    font-size: 20px !important;
  }
  .font-3g-21 {
    font-size: 21px !important;
  }
  .font-3g-22 {
    font-size: 22px !important;
  }
  .font-3g-23 {
    font-size: 23px !important;
  }
  .font-3g-24 {
    font-size: 24px !important;
  }
  .font-3g-25 {
    font-size: 25px !important;
  }
  .font-3g-26 {
    font-size: 26px !important;
  }
  .font-3g-27 {
    font-size: 27px !important;
  }
  .font-3g-28 {
    font-size: 28px !important;
  }
  .font-3g-29 {
    font-size: 29px !important;
  }
  .font-3g-30 {
    font-size: 30px !important;
  }
  .font-3g-31 {
    font-size: 31px !important;
  }
  .font-3g-32 {
    font-size: 32px !important;
  }
  .font-3g-33 {
    font-size: 33px !important;
  }
  .font-3g-34 {
    font-size: 34px !important;
  }
  .font-3g-35 {
    font-size: 35px !important;
  }
  .font-3g-36 {
    font-size: 36px !important;
  }
  .font-3g-37 {
    font-size: 37px !important;
  }
  .font-3g-38 {
    font-size: 38px !important;
  }
  .font-3g-39 {
    font-size: 39px !important;
  }
  .font-3g-40 {
    font-size: 40px !important;
  }
  .font-3g-41 {
    font-size: 41px !important;
  }
  .font-3g-42 {
    font-size: 42px !important;
  }
  .font-3g-43 {
    font-size: 43px !important;
  }
  .font-3g-44 {
    font-size: 44px !important;
  }
  .font-3g-45 {
    font-size: 45px !important;
  }
  .font-3g-46 {
    font-size: 46px !important;
  }
  .font-3g-47 {
    font-size: 47px !important;
  }
  .font-3g-48 {
    font-size: 48px !important;
  }
  .font-3g-49 {
    font-size: 49px !important;
  }
  .font-3g-50 {
    font-size: 50px !important;
  }
  .font-3g-51 {
    font-size: 51px !important;
  }
  .font-3g-52 {
    font-size: 52px !important;
  }
  .font-3g-53 {
    font-size: 53px !important;
  }
  .font-3g-54 {
    font-size: 54px !important;
  }
  .font-3g-55 {
    font-size: 55px !important;
  }
  .font-3g-56 {
    font-size: 56px !important;
  }
  .font-3g-57 {
    font-size: 57px !important;
  }
  .font-3g-58 {
    font-size: 58px !important;
  }
  .font-3g-59 {
    font-size: 59px !important;
  }
  .font-3g-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1440px) {
  .font-xl-1 {
    font-size: 1px !important;
  }
  .font-xl-2 {
    font-size: 2px !important;
  }
  .font-xl-3 {
    font-size: 3px !important;
  }
  .font-xl-4 {
    font-size: 4px !important;
  }
  .font-xl-5 {
    font-size: 5px !important;
  }
  .font-xl-6 {
    font-size: 6px !important;
  }
  .font-xl-7 {
    font-size: 7px !important;
  }
  .font-xl-8 {
    font-size: 8px !important;
  }
  .font-xl-9 {
    font-size: 9px !important;
  }
  .font-xl-10 {
    font-size: 10px !important;
  }
  .font-xl-11 {
    font-size: 11px !important;
  }
  .font-xl-12 {
    font-size: 12px !important;
  }
  .font-xl-13 {
    font-size: 13px !important;
  }
  .font-xl-14 {
    font-size: 14px !important;
  }
  .font-xl-15 {
    font-size: 15px !important;
  }
  .font-xl-16 {
    font-size: 16px !important;
  }
  .font-xl-17 {
    font-size: 17px !important;
  }
  .font-xl-18 {
    font-size: 18px !important;
  }
  .font-xl-19 {
    font-size: 19px !important;
  }
  .font-xl-20 {
    font-size: 20px !important;
  }
  .font-xl-21 {
    font-size: 21px !important;
  }
  .font-xl-22 {
    font-size: 22px !important;
  }
  .font-xl-23 {
    font-size: 23px !important;
  }
  .font-xl-24 {
    font-size: 24px !important;
  }
  .font-xl-25 {
    font-size: 25px !important;
  }
  .font-xl-26 {
    font-size: 26px !important;
  }
  .font-xl-27 {
    font-size: 27px !important;
  }
  .font-xl-28 {
    font-size: 28px !important;
  }
  .font-xl-29 {
    font-size: 29px !important;
  }
  .font-xl-30 {
    font-size: 30px !important;
  }
  .font-xl-31 {
    font-size: 31px !important;
  }
  .font-xl-32 {
    font-size: 32px !important;
  }
  .font-xl-33 {
    font-size: 33px !important;
  }
  .font-xl-34 {
    font-size: 34px !important;
  }
  .font-xl-35 {
    font-size: 35px !important;
  }
  .font-xl-36 {
    font-size: 36px !important;
  }
  .font-xl-37 {
    font-size: 37px !important;
  }
  .font-xl-38 {
    font-size: 38px !important;
  }
  .font-xl-39 {
    font-size: 39px !important;
  }
  .font-xl-40 {
    font-size: 40px !important;
  }
  .font-xl-41 {
    font-size: 41px !important;
  }
  .font-xl-42 {
    font-size: 42px !important;
  }
  .font-xl-43 {
    font-size: 43px !important;
  }
  .font-xl-44 {
    font-size: 44px !important;
  }
  .font-xl-45 {
    font-size: 45px !important;
  }
  .font-xl-46 {
    font-size: 46px !important;
  }
  .font-xl-47 {
    font-size: 47px !important;
  }
  .font-xl-48 {
    font-size: 48px !important;
  }
  .font-xl-49 {
    font-size: 49px !important;
  }
  .font-xl-50 {
    font-size: 50px !important;
  }
  .font-xl-51 {
    font-size: 51px !important;
  }
  .font-xl-52 {
    font-size: 52px !important;
  }
  .font-xl-53 {
    font-size: 53px !important;
  }
  .font-xl-54 {
    font-size: 54px !important;
  }
  .font-xl-55 {
    font-size: 55px !important;
  }
  .font-xl-56 {
    font-size: 56px !important;
  }
  .font-xl-57 {
    font-size: 57px !important;
  }
  .font-xl-58 {
    font-size: 58px !important;
  }
  .font-xl-59 {
    font-size: 59px !important;
  }
  .font-xl-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1520px) {
  .font-xxl-1 {
    font-size: 1px !important;
  }
  .font-xxl-2 {
    font-size: 2px !important;
  }
  .font-xxl-3 {
    font-size: 3px !important;
  }
  .font-xxl-4 {
    font-size: 4px !important;
  }
  .font-xxl-5 {
    font-size: 5px !important;
  }
  .font-xxl-6 {
    font-size: 6px !important;
  }
  .font-xxl-7 {
    font-size: 7px !important;
  }
  .font-xxl-8 {
    font-size: 8px !important;
  }
  .font-xxl-9 {
    font-size: 9px !important;
  }
  .font-xxl-10 {
    font-size: 10px !important;
  }
  .font-xxl-11 {
    font-size: 11px !important;
  }
  .font-xxl-12 {
    font-size: 12px !important;
  }
  .font-xxl-13 {
    font-size: 13px !important;
  }
  .font-xxl-14 {
    font-size: 14px !important;
  }
  .font-xxl-15 {
    font-size: 15px !important;
  }
  .font-xxl-16 {
    font-size: 16px !important;
  }
  .font-xxl-17 {
    font-size: 17px !important;
  }
  .font-xxl-18 {
    font-size: 18px !important;
  }
  .font-xxl-19 {
    font-size: 19px !important;
  }
  .font-xxl-20 {
    font-size: 20px !important;
  }
  .font-xxl-21 {
    font-size: 21px !important;
  }
  .font-xxl-22 {
    font-size: 22px !important;
  }
  .font-xxl-23 {
    font-size: 23px !important;
  }
  .font-xxl-24 {
    font-size: 24px !important;
  }
  .font-xxl-25 {
    font-size: 25px !important;
  }
  .font-xxl-26 {
    font-size: 26px !important;
  }
  .font-xxl-27 {
    font-size: 27px !important;
  }
  .font-xxl-28 {
    font-size: 28px !important;
  }
  .font-xxl-29 {
    font-size: 29px !important;
  }
  .font-xxl-30 {
    font-size: 30px !important;
  }
  .font-xxl-31 {
    font-size: 31px !important;
  }
  .font-xxl-32 {
    font-size: 32px !important;
  }
  .font-xxl-33 {
    font-size: 33px !important;
  }
  .font-xxl-34 {
    font-size: 34px !important;
  }
  .font-xxl-35 {
    font-size: 35px !important;
  }
  .font-xxl-36 {
    font-size: 36px !important;
  }
  .font-xxl-37 {
    font-size: 37px !important;
  }
  .font-xxl-38 {
    font-size: 38px !important;
  }
  .font-xxl-39 {
    font-size: 39px !important;
  }
  .font-xxl-40 {
    font-size: 40px !important;
  }
  .font-xxl-41 {
    font-size: 41px !important;
  }
  .font-xxl-42 {
    font-size: 42px !important;
  }
  .font-xxl-43 {
    font-size: 43px !important;
  }
  .font-xxl-44 {
    font-size: 44px !important;
  }
  .font-xxl-45 {
    font-size: 45px !important;
  }
  .font-xxl-46 {
    font-size: 46px !important;
  }
  .font-xxl-47 {
    font-size: 47px !important;
  }
  .font-xxl-48 {
    font-size: 48px !important;
  }
  .font-xxl-49 {
    font-size: 49px !important;
  }
  .font-xxl-50 {
    font-size: 50px !important;
  }
  .font-xxl-51 {
    font-size: 51px !important;
  }
  .font-xxl-52 {
    font-size: 52px !important;
  }
  .font-xxl-53 {
    font-size: 53px !important;
  }
  .font-xxl-54 {
    font-size: 54px !important;
  }
  .font-xxl-55 {
    font-size: 55px !important;
  }
  .font-xxl-56 {
    font-size: 56px !important;
  }
  .font-xxl-57 {
    font-size: 57px !important;
  }
  .font-xxl-58 {
    font-size: 58px !important;
  }
  .font-xxl-59 {
    font-size: 59px !important;
  }
  .font-xxl-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 1800px) {
  .font-xxxl-1 {
    font-size: 1px !important;
  }
  .font-xxxl-2 {
    font-size: 2px !important;
  }
  .font-xxxl-3 {
    font-size: 3px !important;
  }
  .font-xxxl-4 {
    font-size: 4px !important;
  }
  .font-xxxl-5 {
    font-size: 5px !important;
  }
  .font-xxxl-6 {
    font-size: 6px !important;
  }
  .font-xxxl-7 {
    font-size: 7px !important;
  }
  .font-xxxl-8 {
    font-size: 8px !important;
  }
  .font-xxxl-9 {
    font-size: 9px !important;
  }
  .font-xxxl-10 {
    font-size: 10px !important;
  }
  .font-xxxl-11 {
    font-size: 11px !important;
  }
  .font-xxxl-12 {
    font-size: 12px !important;
  }
  .font-xxxl-13 {
    font-size: 13px !important;
  }
  .font-xxxl-14 {
    font-size: 14px !important;
  }
  .font-xxxl-15 {
    font-size: 15px !important;
  }
  .font-xxxl-16 {
    font-size: 16px !important;
  }
  .font-xxxl-17 {
    font-size: 17px !important;
  }
  .font-xxxl-18 {
    font-size: 18px !important;
  }
  .font-xxxl-19 {
    font-size: 19px !important;
  }
  .font-xxxl-20 {
    font-size: 20px !important;
  }
  .font-xxxl-21 {
    font-size: 21px !important;
  }
  .font-xxxl-22 {
    font-size: 22px !important;
  }
  .font-xxxl-23 {
    font-size: 23px !important;
  }
  .font-xxxl-24 {
    font-size: 24px !important;
  }
  .font-xxxl-25 {
    font-size: 25px !important;
  }
  .font-xxxl-26 {
    font-size: 26px !important;
  }
  .font-xxxl-27 {
    font-size: 27px !important;
  }
  .font-xxxl-28 {
    font-size: 28px !important;
  }
  .font-xxxl-29 {
    font-size: 29px !important;
  }
  .font-xxxl-30 {
    font-size: 30px !important;
  }
  .font-xxxl-31 {
    font-size: 31px !important;
  }
  .font-xxxl-32 {
    font-size: 32px !important;
  }
  .font-xxxl-33 {
    font-size: 33px !important;
  }
  .font-xxxl-34 {
    font-size: 34px !important;
  }
  .font-xxxl-35 {
    font-size: 35px !important;
  }
  .font-xxxl-36 {
    font-size: 36px !important;
  }
  .font-xxxl-37 {
    font-size: 37px !important;
  }
  .font-xxxl-38 {
    font-size: 38px !important;
  }
  .font-xxxl-39 {
    font-size: 39px !important;
  }
  .font-xxxl-40 {
    font-size: 40px !important;
  }
  .font-xxxl-41 {
    font-size: 41px !important;
  }
  .font-xxxl-42 {
    font-size: 42px !important;
  }
  .font-xxxl-43 {
    font-size: 43px !important;
  }
  .font-xxxl-44 {
    font-size: 44px !important;
  }
  .font-xxxl-45 {
    font-size: 45px !important;
  }
  .font-xxxl-46 {
    font-size: 46px !important;
  }
  .font-xxxl-47 {
    font-size: 47px !important;
  }
  .font-xxxl-48 {
    font-size: 48px !important;
  }
  .font-xxxl-49 {
    font-size: 49px !important;
  }
  .font-xxxl-50 {
    font-size: 50px !important;
  }
  .font-xxxl-51 {
    font-size: 51px !important;
  }
  .font-xxxl-52 {
    font-size: 52px !important;
  }
  .font-xxxl-53 {
    font-size: 53px !important;
  }
  .font-xxxl-54 {
    font-size: 54px !important;
  }
  .font-xxxl-55 {
    font-size: 55px !important;
  }
  .font-xxxl-56 {
    font-size: 56px !important;
  }
  .font-xxxl-57 {
    font-size: 57px !important;
  }
  .font-xxxl-58 {
    font-size: 58px !important;
  }
  .font-xxxl-59 {
    font-size: 59px !important;
  }
  .font-xxxl-60 {
    font-size: 60px !important;
  }
}
@media (min-width: 2200px) {
  .font-xxxxl-1 {
    font-size: 1px !important;
  }
  .font-xxxxl-2 {
    font-size: 2px !important;
  }
  .font-xxxxl-3 {
    font-size: 3px !important;
  }
  .font-xxxxl-4 {
    font-size: 4px !important;
  }
  .font-xxxxl-5 {
    font-size: 5px !important;
  }
  .font-xxxxl-6 {
    font-size: 6px !important;
  }
  .font-xxxxl-7 {
    font-size: 7px !important;
  }
  .font-xxxxl-8 {
    font-size: 8px !important;
  }
  .font-xxxxl-9 {
    font-size: 9px !important;
  }
  .font-xxxxl-10 {
    font-size: 10px !important;
  }
  .font-xxxxl-11 {
    font-size: 11px !important;
  }
  .font-xxxxl-12 {
    font-size: 12px !important;
  }
  .font-xxxxl-13 {
    font-size: 13px !important;
  }
  .font-xxxxl-14 {
    font-size: 14px !important;
  }
  .font-xxxxl-15 {
    font-size: 15px !important;
  }
  .font-xxxxl-16 {
    font-size: 16px !important;
  }
  .font-xxxxl-17 {
    font-size: 17px !important;
  }
  .font-xxxxl-18 {
    font-size: 18px !important;
  }
  .font-xxxxl-19 {
    font-size: 19px !important;
  }
  .font-xxxxl-20 {
    font-size: 20px !important;
  }
  .font-xxxxl-21 {
    font-size: 21px !important;
  }
  .font-xxxxl-22 {
    font-size: 22px !important;
  }
  .font-xxxxl-23 {
    font-size: 23px !important;
  }
  .font-xxxxl-24 {
    font-size: 24px !important;
  }
  .font-xxxxl-25 {
    font-size: 25px !important;
  }
  .font-xxxxl-26 {
    font-size: 26px !important;
  }
  .font-xxxxl-27 {
    font-size: 27px !important;
  }
  .font-xxxxl-28 {
    font-size: 28px !important;
  }
  .font-xxxxl-29 {
    font-size: 29px !important;
  }
  .font-xxxxl-30 {
    font-size: 30px !important;
  }
  .font-xxxxl-31 {
    font-size: 31px !important;
  }
  .font-xxxxl-32 {
    font-size: 32px !important;
  }
  .font-xxxxl-33 {
    font-size: 33px !important;
  }
  .font-xxxxl-34 {
    font-size: 34px !important;
  }
  .font-xxxxl-35 {
    font-size: 35px !important;
  }
  .font-xxxxl-36 {
    font-size: 36px !important;
  }
  .font-xxxxl-37 {
    font-size: 37px !important;
  }
  .font-xxxxl-38 {
    font-size: 38px !important;
  }
  .font-xxxxl-39 {
    font-size: 39px !important;
  }
  .font-xxxxl-40 {
    font-size: 40px !important;
  }
  .font-xxxxl-41 {
    font-size: 41px !important;
  }
  .font-xxxxl-42 {
    font-size: 42px !important;
  }
  .font-xxxxl-43 {
    font-size: 43px !important;
  }
  .font-xxxxl-44 {
    font-size: 44px !important;
  }
  .font-xxxxl-45 {
    font-size: 45px !important;
  }
  .font-xxxxl-46 {
    font-size: 46px !important;
  }
  .font-xxxxl-47 {
    font-size: 47px !important;
  }
  .font-xxxxl-48 {
    font-size: 48px !important;
  }
  .font-xxxxl-49 {
    font-size: 49px !important;
  }
  .font-xxxxl-50 {
    font-size: 50px !important;
  }
  .font-xxxxl-51 {
    font-size: 51px !important;
  }
  .font-xxxxl-52 {
    font-size: 52px !important;
  }
  .font-xxxxl-53 {
    font-size: 53px !important;
  }
  .font-xxxxl-54 {
    font-size: 54px !important;
  }
  .font-xxxxl-55 {
    font-size: 55px !important;
  }
  .font-xxxxl-56 {
    font-size: 56px !important;
  }
  .font-xxxxl-57 {
    font-size: 57px !important;
  }
  .font-xxxxl-58 {
    font-size: 58px !important;
  }
  .font-xxxxl-59 {
    font-size: 59px !important;
  }
  .font-xxxxl-60 {
    font-size: 60px !important;
  }
}
.modal-xxs {
  max-width: 0 !important;
}
.modal-mini {
  max-width: 301px !important;
}
.modal-min {
  max-width: 361px !important;
}
.modal-xs {
  max-width: 411px !important;
}
.modal-sm {
  max-width: 577px !important;
}
.modal-md {
  max-width: 769px !important;
}
.modal-lg {
  max-width: 1025px !important;
}
.modal-2g {
  max-width: 1270px !important;
}
.modal-3g {
  max-width: 1360px !important;
}
.modal-xl {
  max-width: 1440px !important;
}
.modal-xxl {
  max-width: 1520px !important;
}
.modal-xxxl {
  max-width: 1800px !important;
}
.modal-xxxxl {
  max-width: 2200px !important;
}
.tg-primary-primary {
  background: -webkit-linear-gradient(#072308, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-secondary {
  background: -webkit-linear-gradient(#072308, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-tertiary {
  background: -webkit-linear-gradient(#072308, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-background {
  background: -webkit-linear-gradient(#072308, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-danger {
  background: -webkit-linear-gradient(#072308, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-warning {
  background: -webkit-linear-gradient(#072308, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-success {
  background: -webkit-linear-gradient(#072308, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-black {
  background: -webkit-linear-gradient(#072308, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-white {
  background: -webkit-linear-gradient(#072308, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-light {
  background: -webkit-linear-gradient(#072308, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-grey {
  background: -webkit-linear-gradient(#072308, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-primary-light-grey {
  background: -webkit-linear-gradient(#072308, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-primary {
  background: -webkit-linear-gradient(#D0FF00, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-secondary {
  background: -webkit-linear-gradient(#D0FF00, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-tertiary {
  background: -webkit-linear-gradient(#D0FF00, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-background {
  background: -webkit-linear-gradient(#D0FF00, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-danger {
  background: -webkit-linear-gradient(#D0FF00, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-warning {
  background: -webkit-linear-gradient(#D0FF00, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-success {
  background: -webkit-linear-gradient(#D0FF00, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-black {
  background: -webkit-linear-gradient(#D0FF00, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-white {
  background: -webkit-linear-gradient(#D0FF00, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-light {
  background: -webkit-linear-gradient(#D0FF00, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-grey {
  background: -webkit-linear-gradient(#D0FF00, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-secondary-light-grey {
  background: -webkit-linear-gradient(#D0FF00, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-primary {
  background: -webkit-linear-gradient(#243E26, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-secondary {
  background: -webkit-linear-gradient(#243E26, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-tertiary {
  background: -webkit-linear-gradient(#243E26, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-background {
  background: -webkit-linear-gradient(#243E26, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-danger {
  background: -webkit-linear-gradient(#243E26, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-warning {
  background: -webkit-linear-gradient(#243E26, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-success {
  background: -webkit-linear-gradient(#243E26, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-black {
  background: -webkit-linear-gradient(#243E26, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-white {
  background: -webkit-linear-gradient(#243E26, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-light {
  background: -webkit-linear-gradient(#243E26, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-grey {
  background: -webkit-linear-gradient(#243E26, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-tertiary-light-grey {
  background: -webkit-linear-gradient(#243E26, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-primary {
  background: -webkit-linear-gradient(#051706, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-secondary {
  background: -webkit-linear-gradient(#051706, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-tertiary {
  background: -webkit-linear-gradient(#051706, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-background {
  background: -webkit-linear-gradient(#051706, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-danger {
  background: -webkit-linear-gradient(#051706, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-warning {
  background: -webkit-linear-gradient(#051706, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-success {
  background: -webkit-linear-gradient(#051706, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-black {
  background: -webkit-linear-gradient(#051706, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-white {
  background: -webkit-linear-gradient(#051706, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-light {
  background: -webkit-linear-gradient(#051706, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-grey {
  background: -webkit-linear-gradient(#051706, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-background-light-grey {
  background: -webkit-linear-gradient(#051706, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-primary {
  background: -webkit-linear-gradient(#cf1e0e, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-secondary {
  background: -webkit-linear-gradient(#cf1e0e, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-tertiary {
  background: -webkit-linear-gradient(#cf1e0e, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-background {
  background: -webkit-linear-gradient(#cf1e0e, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-danger {
  background: -webkit-linear-gradient(#cf1e0e, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-warning {
  background: -webkit-linear-gradient(#cf1e0e, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-success {
  background: -webkit-linear-gradient(#cf1e0e, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-black {
  background: -webkit-linear-gradient(#cf1e0e, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-white {
  background: -webkit-linear-gradient(#cf1e0e, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-light {
  background: -webkit-linear-gradient(#cf1e0e, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-grey {
  background: -webkit-linear-gradient(#cf1e0e, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-danger-light-grey {
  background: -webkit-linear-gradient(#cf1e0e, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-primary {
  background: -webkit-linear-gradient(#9e9626, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-secondary {
  background: -webkit-linear-gradient(#9e9626, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-tertiary {
  background: -webkit-linear-gradient(#9e9626, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-background {
  background: -webkit-linear-gradient(#9e9626, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-danger {
  background: -webkit-linear-gradient(#9e9626, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-warning {
  background: -webkit-linear-gradient(#9e9626, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-success {
  background: -webkit-linear-gradient(#9e9626, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-black {
  background: -webkit-linear-gradient(#9e9626, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-white {
  background: -webkit-linear-gradient(#9e9626, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-light {
  background: -webkit-linear-gradient(#9e9626, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-grey {
  background: -webkit-linear-gradient(#9e9626, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-warning-light-grey {
  background: -webkit-linear-gradient(#9e9626, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-primary {
  background: -webkit-linear-gradient(#0e9b09, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-secondary {
  background: -webkit-linear-gradient(#0e9b09, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-tertiary {
  background: -webkit-linear-gradient(#0e9b09, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-background {
  background: -webkit-linear-gradient(#0e9b09, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-danger {
  background: -webkit-linear-gradient(#0e9b09, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-warning {
  background: -webkit-linear-gradient(#0e9b09, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-success {
  background: -webkit-linear-gradient(#0e9b09, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-black {
  background: -webkit-linear-gradient(#0e9b09, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-white {
  background: -webkit-linear-gradient(#0e9b09, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-light {
  background: -webkit-linear-gradient(#0e9b09, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-grey {
  background: -webkit-linear-gradient(#0e9b09, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-success-light-grey {
  background: -webkit-linear-gradient(#0e9b09, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-primary {
  background: -webkit-linear-gradient(#000000, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-secondary {
  background: -webkit-linear-gradient(#000000, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-tertiary {
  background: -webkit-linear-gradient(#000000, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-background {
  background: -webkit-linear-gradient(#000000, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-danger {
  background: -webkit-linear-gradient(#000000, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-warning {
  background: -webkit-linear-gradient(#000000, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-success {
  background: -webkit-linear-gradient(#000000, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-black {
  background: -webkit-linear-gradient(#000000, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-white {
  background: -webkit-linear-gradient(#000000, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-light {
  background: -webkit-linear-gradient(#000000, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-grey {
  background: -webkit-linear-gradient(#000000, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-black-light-grey {
  background: -webkit-linear-gradient(#000000, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-primary {
  background: -webkit-linear-gradient(#ffffff, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-secondary {
  background: -webkit-linear-gradient(#ffffff, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-tertiary {
  background: -webkit-linear-gradient(#ffffff, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-background {
  background: -webkit-linear-gradient(#ffffff, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-danger {
  background: -webkit-linear-gradient(#ffffff, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-warning {
  background: -webkit-linear-gradient(#ffffff, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-success {
  background: -webkit-linear-gradient(#ffffff, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-black {
  background: -webkit-linear-gradient(#ffffff, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-white {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-light {
  background: -webkit-linear-gradient(#ffffff, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-grey {
  background: -webkit-linear-gradient(#ffffff, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-white-light-grey {
  background: -webkit-linear-gradient(#ffffff, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-primary {
  background: -webkit-linear-gradient(#eaeaea, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-secondary {
  background: -webkit-linear-gradient(#eaeaea, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-tertiary {
  background: -webkit-linear-gradient(#eaeaea, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-background {
  background: -webkit-linear-gradient(#eaeaea, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-danger {
  background: -webkit-linear-gradient(#eaeaea, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-warning {
  background: -webkit-linear-gradient(#eaeaea, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-success {
  background: -webkit-linear-gradient(#eaeaea, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-black {
  background: -webkit-linear-gradient(#eaeaea, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-white {
  background: -webkit-linear-gradient(#eaeaea, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-light {
  background: -webkit-linear-gradient(#eaeaea, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey {
  background: -webkit-linear-gradient(#eaeaea, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-light-grey {
  background: -webkit-linear-gradient(#eaeaea, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-primary {
  background: -webkit-linear-gradient(#8d8080, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-secondary {
  background: -webkit-linear-gradient(#8d8080, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-tertiary {
  background: -webkit-linear-gradient(#8d8080, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-background {
  background: -webkit-linear-gradient(#8d8080, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-danger {
  background: -webkit-linear-gradient(#8d8080, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-warning {
  background: -webkit-linear-gradient(#8d8080, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-success {
  background: -webkit-linear-gradient(#8d8080, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-black {
  background: -webkit-linear-gradient(#8d8080, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-white {
  background: -webkit-linear-gradient(#8d8080, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-light {
  background: -webkit-linear-gradient(#8d8080, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-grey {
  background: -webkit-linear-gradient(#8d8080, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-grey-light-grey {
  background: -webkit-linear-gradient(#8d8080, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-primary {
  background: -webkit-linear-gradient(#6D6B76, #072308);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-secondary {
  background: -webkit-linear-gradient(#6D6B76, #D0FF00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-tertiary {
  background: -webkit-linear-gradient(#6D6B76, #243E26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-background {
  background: -webkit-linear-gradient(#6D6B76, #051706);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-danger {
  background: -webkit-linear-gradient(#6D6B76, #cf1e0e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-warning {
  background: -webkit-linear-gradient(#6D6B76, #9e9626);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-success {
  background: -webkit-linear-gradient(#6D6B76, #0e9b09);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-black {
  background: -webkit-linear-gradient(#6D6B76, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-white {
  background: -webkit-linear-gradient(#6D6B76, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-light {
  background: -webkit-linear-gradient(#6D6B76, #eaeaea);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-grey {
  background: -webkit-linear-gradient(#6D6B76, #8d8080);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tg-light-grey-light-grey {
  background: -webkit-linear-gradient(#6D6B76, #6D6B76);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn {
  line-height: 1;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
}
.btn-gradient {
  background:
    transparent linear-gradient(
      90deg,
      #e9bf57 0%,
      #5c430b 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.btn-gradient:hover {
  color: #ffffff;
  opacity: 0.75;
}
.btn-gradient-border {
  position: relative;
  background:
    transparent linear-gradient(
      90deg,
      #e9bf57 0%,
      #5c430b 100%) 0% 0% no-repeat padding-box;
  color: #000000;
}
.btn-gradient-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50rem;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.btn-gradient-border span {
  position: relative;
  z-index: 1;
}
.btn-gradient-border:hover {
  color: #ffffff;
}
.btn-gradient-border:hover:before {
  opacity: 0;
}
.btn-theme {
  background:
    linear-gradient(
      190deg,
      #072308 0%,
      #D0FF00 100%);
  box-shadow: 0px 18px 60px rgba(252, 0, 255, 0.18);
  border-radius: 48px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  padding: 19px 40px;
}
.btn-theme:hover {
  color: #ffffff;
  opacity: 0.75;
}
ol,
ul {
  padding-left: 1rem;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Grandstander", cursive;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  background: #051706;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #243E26;
}
::-webkit-scrollbar-thumb {
  background: rgba(7, 35, 8, 0.7);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(7, 35, 8, 0.6);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(7, 35, 8, 0.8);
}
:focus {
  outline: none;
}
a {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none !important;
}
.container {
  max-width: 1180px;
}
.section-title {
  font-family: "Grandstander", cursive;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 32px;
  }
}
.section-desc {
  color: #ffffff;
  font-size: 16px;
}
.section-line {
  max-width: 165px;
  height: 3px;
  background: #072308;
  margin: 0 auto;
  display: block;
}
.section-gap {
  padding: 120px 0;
}
@media screen and (max-width: 576px) {
  .section-gap {
    padding: 60px 5px;
  }
}
.btn {
  font-family: "Grandstander", cursive;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  color: #243E26;
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 14px;
    min-width: 120px;
  }
}
.btn-sm,
.btn-group-sm &gt; .btn {
  min-width: 120px;
}
.btn-primary {
  color: #000000;
  letter-spacing: 0.5px;
  min-width: 140px;
  background: #ffffff;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .btn-primary {
    font-size: 13px !important;
    padding: 12px 10px;
  }
}
.btn-primary:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 40px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: #000000;
  background-color: #ffffff;
  border: none;
}
.btn-outline-primary:hover span,
.btn-outline-primary:active span {
  color: #D0FF00 !important;
}
.btn-bestwallet {
  border-radius: 8px;
  background: #f8d473;
  padding: 10px 18px;
  border: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-family: "Grandstander", cursive;
}
.btn-bestwallet:hover,
.btn-bestwallet:active {
  background: #e7c159;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.logo-family {
  font-family: "Grandstander", cursive;
}
.info-text {
  font-family: "Grandstander", cursive;
  color: #072308;
}
.cursor-pointer {
  cursor: pointer !important;
}
.language-flag {
  max-width: 50px;
}
.heading {
  font-size: 48px;
  font-weight: 350;
  font-family: "Grandstander", cursive;
  color: #D0FF00;
}
@media screen and (max-width: 576px) {
  .heading {
    font-size: 34px;
  }
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.loading {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}
.modal-dialog.bw-modal {
  max-width: 850px !important;
}
@media screen and (max-width: 576px) {
  .modal-dialog.bw-modal {
    max-width: 95% !important;
  }
}
.modal-dialog.bw-modal .modal-content {
  background-color: transparent;
  border-radius: 25px;
}
@media screen and (max-width: 576px) {
  .modal-dialog.bw-modal-isBw {
    max-width: 95% !important;
  }
}
.modal-dialog.bw-modal-isBw .modal-content {
  background-color: transparent;
  border-radius: 25px;
}
.modal-dialog .modal-content {
  background: #243E26;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
  transition: all 100ms ease-out 0s;
}
.modal-dialog .modal-content .modal-header {
  padding: 12px 15px;
  justify-content: center;
  background: rgba(208, 255, 0, 0.1);
  border: none !important;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.modal-dialog .modal-content .modal-body {
  padding: 20px 15px;
  line-height: 1.5rem;
  min-height: 250px;
}
.modal-dialog .modal-content .modal-body .btn-secondary {
  text-transform: capitalize;
  border: 1px solid #D0FF00;
  transition: 0.25s all ease-in-out;
  background-color: rgba(208, 255, 0, 0.6);
}
.modal-dialog .modal-content .modal-body .btn-secondary span {
  width: 90%;
}
.modal-dialog .modal-content .modal-body .btn-secondary:hover {
  background-color: rgba(7, 35, 8, 0.7);
  color: #ffffff;
}
.modal-dialog .modal-content .modal-body .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Grandstander", cursive;
}
.shimmer {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background:
    #072308 linear-gradient(
      to right,
      rgba(7, 35, 8, 0.2) 0%,
      rgba(208, 255, 0, 0.5) 50%,
      rgba(7, 35, 8, 0.2) 75%);
  background-size: 1000px 100%;
  color: transparent !important;
  border-color: transparent !important;
  border-radius: 4px;
}
.shimmer.nobg {
  background-size: 0 !important;
}
.shimmer.outline-title-white,
.shimmer.outline-title-secondary,
.shimmer .outline-title-white,
.shimmer .outline-title-secondary {
  -moz-text-stroke-color: transparent;
  -webkit-text-stroke-color: transparent;
}
.shimmer .mat-select-arrow-wrapper,
.shimmer span,
.shimmersvg-icon,
.shimmer img,
.shimmer svg-icon,
.shimmer img {
  opacity: 0;
}
.shimmer.light {
  background:
    yellow linear-gradient(
      to right,
      #e4e6df 8%,
      #d9d1d1 18%,
      #e4e6df 33%);
  background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}
.btn-outline-white:hover {
  background: transparent !important;
  border: 2px solid #ffffff;
}
.dashTitle {
  position: relative;
  letter-spacing: 1.5px;
  font-size: 13px;
}
.dashTitle::before,
.dashTitle::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 576px) {
  .dashTitle::before,
  .dashTitle::after {
    width: 20%;
  }
}
.dashTitle::after {
  right: 0;
  left: auto;
}
.toggle-btn {
  min-width: 130px;
  height: 45px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}
.toggle-btn:hover,
.toggle-btn.selected,
.toggle-btn.active {
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 576px) {
  .toggle-btn {
    min-width: 100px;
  }
}
.tab-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-container .btn {
  min-width: 90px;
  height: 45px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  color: #ffffff;
  background: transparent;
}
.tab-container .btn.selected {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .tab-container .btn {
    min-width: 90px;
  }
}
.btn-group .arrowIcon {
  transition: 0.25s all ease-in-out;
}
.btn-group.open .arrowIcon {
  transform: rotate(180deg);
}
.dropdown-toggle {
  width: 100%;
}
.dropdown-toggle::after {
  position: absolute;
  right: 12px;
  opacity: 0;
}
.dropdown-toggle .flag-icon {
  border-radius: 50%;
  overflow: hidden;
  margin-left: 3px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  object-fit: cover;
}
.dropdown-toggle .dropdown {
  cursor: pointer;
}
.dropdown-menu {
  width: 220px;
  max-height: 270px;
  overflow-y: auto;
  padding: 0;
  background-color: #243E26;
  border: 2px solid rgba(128, 128, 128, 0.1098039216);
}
@media screen and (max-width: 576px) {
  .dropdown-menu {
    max-height: 210px;
  }
}
.dropdown-menu li {
  display: flex;
  align-items: center;
}
.dropdown-menu li img {
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
  width: 25px;
  overflow: hidden;
  object-fit: cover;
}
.dropdown-menu li span {
  color: #ffffff;
}
.dropdown-menu.subNav {
  align-items: center;
  border-radius: 16px;
  border: 2px solid #383838;
  background: #031404;
  box-shadow: 0px 0px 16px 0px #000;
  gap: 8px;
  padding: 16px;
  width: auto;
}
.dropdown-menu.subNav.show {
  display: flex;
}
.dropdown-menu.subNav .subMenu {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 8px;
  background: #D0FF00;
  min-width: 140px;
  cursor: pointer;
}
.dropdown-menu.subNav .subMenu.in-active {
  background: rgba(208, 255, 0, 0.5);
  z-index: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.dropdown-menu.subNav .subMenu.in-active a {
  cursor: not-allowed;
  pointer-events: none;
}
.dropdown-menu.subNav .subMenu a {
  color: #243E26;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
}
.modal-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-content {
  background: none !important;
  border: none;
  box-shadow: none;
  width: auto;
}
.toastr-wrapper {
  padding: 24px;
  padding-left: 72px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  width: 340px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 24px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
</pre></body></html>