@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #007CC2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #FD8262;
  --bs-yellow: #F6AE42;
  --bs-green: #627C36;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-transparent: transparent;
  --bs-blueDark: #2727ff;
  --bs-blueLight: #000094;
  --bs-pinkDark: #CC1F42;
  --bs-pinkLight: #FF5983;
  --bs-redLight: #ff212c;
  --bs-redDark: #960010;
  --bs-yellowDark: #CCA300;
  --bs-yellowLight: #FFDD33;
  --bs-greenLight: #8FB914;
  --bs-greenDark: #2ACF80;
  --bs-grayDark: #313130;
  --bs-grayLight: #8C8C8C;
  --bs-light: #F1F1F1;
  --bs-brown: #885F50;
  --bs-brownDark: #4D271A;
  --bs-brownLight: #CFB59E;
  --bs-viber: #665CAC;
  --bs-whatsapp: #25D366;
  --bs-facebook: #1a77f2;
  --bs-vkontakte: #0077FF;
  --bs-telegram: #0088cc;
  --bs-youtube: #ff0000;
  --bs-spotify: #1ED760;
  --bs-yandexMusic: #FC3F1D;
  --bs-sberZvuk: #07ead8;
  --bs-appleMusic: #fa586a;
  --bs-flamp: #2E6BE5;
  --bs-badstudio: #c7212c;
  --bs-lightDark: #D9D9D9;
  --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: #007CC2;
  --bs-secondary: #6c757d;
  --bs-success: #627C36;
  --bs-info: #0dcaf0;
  --bs-warning: #F6AE42;
  --bs-danger: #dc3545;
  --bs-light: #F1F1F1;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 124, 194;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 98, 124, 54;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 246, 174, 66;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 241, 241, 241;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #00324e;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #273216;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #62461a;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce5f3;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #e0e5d7;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fdefd9;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99cbe7;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #c0cbaf;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #fbdfb3;
  --bs-danger-border-subtle: #f1aeb5;
  --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.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --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: #007CC2;
  --bs-link-color-rgb: 0, 124, 194;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #00639b;
  --bs-link-hover-color-rgb: 0, 99, 155;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fdefd9;
  --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.375rem;
  --bs-border-radius-sm: 0.25rem;
  --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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --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(0, 124, 194, 0.25);
  --bs-form-valid-color: #627C36;
  --bs-form-valid-border-color: #627C36;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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: #fff;
  --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: #66b0da;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #a1b086;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #face8e;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001927;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #14190b;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #31230d;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #004a74;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #3b4a20;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #946828;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66b0da;
  --bs-link-hover-color: #85c0e1;
  --bs-link-color-rgb: 102, 176, 218;
  --bs-link-hover-color-rgb: 133, 192, 225;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #62461a;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #a1b086;
  --bs-form-valid-border-color: #a1b086;
  --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: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

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: bolder;
}

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 > 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.25rem;
}
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 > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.container-xxxl,
.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: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1620px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-xs: 390px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1600px;
}

.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 > * {
  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 > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  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: 390px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    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: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    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: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    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: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    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: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    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: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    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;
  }
}
.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 > :not(caption) > * > * {
  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 > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :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 > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cce5f3;
  --bs-table-border-color: #a3b7c2;
  --bs-table-striped-bg: #c2dae7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cedb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd4e1;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #e0e5d7;
  --bs-table-border-color: #b3b7ac;
  --bs-table-striped-bg: #d5dacc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacec2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfd4c7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fdefd9;
  --bs-table-border-color: #cabfae;
  --bs-table-striped-bg: #f0e3ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d7c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eaddc9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #F1F1F1;
  --bs-table-border-color: #c1c1c1;
  --bs-table-striped-bg: #e5e5e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d9d9d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dfdfdf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 389.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.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, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-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(0, 99, 155, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 99, 155, 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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, 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(78, 99, 43, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(78, 99, 43, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, 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(248, 190, 104, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 190, 104, 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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, 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(244, 244, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(244, 244, 244, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, 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 > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .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 > * {
  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: 390px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-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-01 {
  opacity: 0.1 !important;
}

.opacity-02 {
  opacity: 0.2 !important;
}

.opacity-03 {
  opacity: 0.3 !important;
}

.opacity-04 {
  opacity: 0.4 !important;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-06 {
  opacity: 0.6 !important;
}

.opacity-07 {
  opacity: 0.7 !important;
}

.opacity-08 {
  opacity: 0.8 !important;
}

.opacity-09 {
  opacity: 0.9 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-unset {
  overflow: unset !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-x-unset {
  overflow-x: unset !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;
}

.overflow-y-unset {
  overflow-y: unset !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: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring: rgba(var(--bs-dark-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;
}

.position-inherit {
  position: inherit !important;
}

.position-initial {
  position: initial !important;
}

.position-unset {
  position: unset !important;
}

.top-0 {
  top: 0 !important;
}

.top-5 {
  top: 5% !important;
}

.top-10 {
  top: 10% !important;
}

.top-15 {
  top: 15% !important;
}

.top-20 {
  top: 20% !important;
}

.top-25 {
  top: 25% !important;
}

.top-30 {
  top: 30% !important;
}

.top-35 {
  top: 35% !important;
}

.top-40 {
  top: 40% !important;
}

.top-45 {
  top: 45% !important;
}

.top-50 {
  top: 50% !important;
}

.top-55 {
  top: 55% !important;
}

.top-60 {
  top: 60% !important;
}

.top-65 {
  top: 65% !important;
}

.top-70 {
  top: 70% !important;
}

.top-75 {
  top: 75% !important;
}

.top-80 {
  top: 80% !important;
}

.top-85 {
  top: 85% !important;
}

.top-90 {
  top: 90% !important;
}

.top-95 {
  top: 95% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-5 {
  bottom: 5% !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.bottom-15 {
  bottom: 15% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-35 {
  bottom: 35% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-45 {
  bottom: 45% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-55 {
  bottom: 55% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-65 {
  bottom: 65% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-85 {
  bottom: 85% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.bottom-95 {
  bottom: 95% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-5 {
  left: 5% !important;
}

.start-10 {
  left: 10% !important;
}

.start-15 {
  left: 15% !important;
}

.start-20 {
  left: 20% !important;
}

.start-25 {
  left: 25% !important;
}

.start-30 {
  left: 30% !important;
}

.start-35 {
  left: 35% !important;
}

.start-40 {
  left: 40% !important;
}

.start-45 {
  left: 45% !important;
}

.start-50 {
  left: 50% !important;
}

.start-55 {
  left: 55% !important;
}

.start-60 {
  left: 60% !important;
}

.start-65 {
  left: 65% !important;
}

.start-70 {
  left: 70% !important;
}

.start-75 {
  left: 75% !important;
}

.start-80 {
  left: 80% !important;
}

.start-85 {
  left: 85% !important;
}

.start-90 {
  left: 90% !important;
}

.start-95 {
  left: 95% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-5 {
  right: 5% !important;
}

.end-10 {
  right: 10% !important;
}

.end-15 {
  right: 15% !important;
}

.end-20 {
  right: 20% !important;
}

.end-25 {
  right: 25% !important;
}

.end-30 {
  right: 30% !important;
}

.end-35 {
  right: 35% !important;
}

.end-40 {
  right: 40% !important;
}

.end-45 {
  right: 45% !important;
}

.end-50 {
  right: 50% !important;
}

.end-55 {
  right: 55% !important;
}

.end-60 {
  right: 60% !important;
}

.end-65 {
  right: 65% !important;
}

.end-70 {
  right: 70% !important;
}

.end-75 {
  right: 75% !important;
}

.end-80 {
  right: 80% !important;
}

.end-85 {
  right: 85% !important;
}

.end-90 {
  right: 90% !important;
}

.end-95 {
  right: 95% !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-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-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-5 {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-5vw {
  width: 5vw !important;
}

.w-10vw {
  width: 10vw !important;
}

.w-15vw {
  width: 15vw !important;
}

.w-20vw {
  width: 20vw !important;
}

.w-25vw {
  width: 25vw !important;
}

.w-30vw {
  width: 30vw !important;
}

.w-35vw {
  width: 35vw !important;
}

.w-40vw {
  width: 40vw !important;
}

.w-45vw {
  width: 45vw !important;
}

.w-50vw {
  width: 50vw !important;
}

.w-55vw {
  width: 55vw !important;
}

.w-60vw {
  width: 60vw !important;
}

.w-65vw {
  width: 65vw !important;
}

.w-70vw {
  width: 70vw !important;
}

.w-75vw {
  width: 75vw !important;
}

.w-80vw {
  width: 80vw !important;
}

.w-85vw {
  width: 85vw !important;
}

.w-90vw {
  width: 90vw !important;
}

.w-95vw {
  width: 95vw !important;
}

.w-100vw {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.mw-5 {
  max-width: 5% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.mw-35 {
  max-width: 35% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.mw-45 {
  max-width: 45% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-55 {
  max-width: 55% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.mw-65 {
  max-width: 65% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-5vw {
  max-width: 5vw !important;
}

.mw-10vw {
  max-width: 10vw !important;
}

.mw-15vw {
  max-width: 15vw !important;
}

.mw-20vw {
  max-width: 20vw !important;
}

.mw-25vw {
  max-width: 25vw !important;
}

.mw-30vw {
  max-width: 30vw !important;
}

.mw-35vw {
  max-width: 35vw !important;
}

.mw-40vw {
  max-width: 40vw !important;
}

.mw-45vw {
  max-width: 45vw !important;
}

.mw-50vw {
  max-width: 50vw !important;
}

.mw-55vw {
  max-width: 55vw !important;
}

.mw-60vw {
  max-width: 60vw !important;
}

.mw-65vw {
  max-width: 65vw !important;
}

.mw-70vw {
  max-width: 70vw !important;
}

.mw-75vw {
  max-width: 75vw !important;
}

.mw-80vw {
  max-width: 80vw !important;
}

.mw-85vw {
  max-width: 85vw !important;
}

.mw-90vw {
  max-width: 90vw !important;
}

.mw-95vw {
  max-width: 95vw !important;
}

.mw-100vw {
  max-width: 100vw !important;
}

.mw-auto {
  max-width: auto !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-5vh {
  height: 5vh !important;
}

.h-10vh {
  height: 10vh !important;
}

.h-15vh {
  height: 15vh !important;
}

.h-20vh {
  height: 20vh !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-30vh {
  height: 30vh !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-40vh {
  height: 40vh !important;
}

.h-45vh {
  height: 45vh !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-55vh {
  height: 55vh !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-90vh {
  height: 90vh !important;
}

.h-95vh {
  height: 95vh !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

.mh-5 {
  max-height: 5% !important;
}

.mh-10 {
  max-height: 10% !important;
}

.mh-15 {
  max-height: 15% !important;
}

.mh-20 {
  max-height: 20% !important;
}

.mh-25 {
  max-height: 25% !important;
}

.mh-30 {
  max-height: 30% !important;
}

.mh-35 {
  max-height: 35% !important;
}

.mh-40 {
  max-height: 40% !important;
}

.mh-45 {
  max-height: 45% !important;
}

.mh-50 {
  max-height: 50% !important;
}

.mh-55 {
  max-height: 55% !important;
}

.mh-60 {
  max-height: 60% !important;
}

.mh-65 {
  max-height: 65% !important;
}

.mh-70 {
  max-height: 70% !important;
}

.mh-75 {
  max-height: 75% !important;
}

.mh-80 {
  max-height: 80% !important;
}

.mh-85 {
  max-height: 85% !important;
}

.mh-90 {
  max-height: 90% !important;
}

.mh-95 {
  max-height: 95% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mh-5vh {
  max-height: 5vh !important;
}

.mh-10vh {
  max-height: 10vh !important;
}

.mh-15vh {
  max-height: 15vh !important;
}

.mh-20vh {
  max-height: 20vh !important;
}

.mh-25vh {
  max-height: 25vh !important;
}

.mh-30vh {
  max-height: 30vh !important;
}

.mh-35vh {
  max-height: 35vh !important;
}

.mh-40vh {
  max-height: 40vh !important;
}

.mh-45vh {
  max-height: 45vh !important;
}

.mh-50vh {
  max-height: 50vh !important;
}

.mh-55vh {
  max-height: 55vh !important;
}

.mh-60vh {
  max-height: 60vh !important;
}

.mh-65vh {
  max-height: 65vh !important;
}

.mh-70vh {
  max-height: 70vh !important;
}

.mh-75vh {
  max-height: 75vh !important;
}

.mh-80vh {
  max-height: 80vh !important;
}

.mh-85vh {
  max-height: 85vh !important;
}

.mh-90vh {
  max-height: 90vh !important;
}

.mh-95vh {
  max-height: 95vh !important;
}

.mh-100vh {
  max-height: 100vh !important;
}

.mh-auto {
  max-height: auto !important;
}

.minh-5 {
  min-height: 5% !important;
}

.minh-10 {
  min-height: 10% !important;
}

.minh-15 {
  min-height: 15% !important;
}

.minh-20 {
  min-height: 20% !important;
}

.minh-25 {
  min-height: 25% !important;
}

.minh-30 {
  min-height: 30% !important;
}

.minh-35 {
  min-height: 35% !important;
}

.minh-40 {
  min-height: 40% !important;
}

.minh-45 {
  min-height: 45% !important;
}

.minh-50 {
  min-height: 50% !important;
}

.minh-55 {
  min-height: 55% !important;
}

.minh-60 {
  min-height: 60% !important;
}

.minh-65 {
  min-height: 65% !important;
}

.minh-70 {
  min-height: 70% !important;
}

.minh-75 {
  min-height: 75% !important;
}

.minh-80 {
  min-height: 80% !important;
}

.minh-85 {
  min-height: 85% !important;
}

.minh-90 {
  min-height: 90% !important;
}

.minh-95 {
  min-height: 95% !important;
}

.minh-100 {
  min-height: 100% !important;
}

.minh-5vh {
  min-height: 5vh !important;
}

.minh-10vh {
  min-height: 10vh !important;
}

.minh-15vh {
  min-height: 15vh !important;
}

.minh-20vh {
  min-height: 20vh !important;
}

.minh-25vh {
  min-height: 25vh !important;
}

.minh-30vh {
  min-height: 30vh !important;
}

.minh-35vh {
  min-height: 35vh !important;
}

.minh-40vh {
  min-height: 40vh !important;
}

.minh-45vh {
  min-height: 45vh !important;
}

.minh-50vh {
  min-height: 50vh !important;
}

.minh-55vh {
  min-height: 55vh !important;
}

.minh-60vh {
  min-height: 60vh !important;
}

.minh-65vh {
  min-height: 65vh !important;
}

.minh-70vh {
  min-height: 70vh !important;
}

.minh-75vh {
  min-height: 75vh !important;
}

.minh-80vh {
  min-height: 80vh !important;
}

.minh-85vh {
  min-height: 85vh !important;
}

.minh-90vh {
  min-height: 90vh !important;
}

.minh-95vh {
  min-height: 95vh !important;
}

.minh-100vh {
  min-height: 100vh !important;
}

.minh-auto {
  min-height: auto !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-20 {
  margin: 2rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.m-35 {
  margin: 3.5rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.m-45 {
  margin: 4.5rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.m-55 {
  margin: 5.5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.m-105 {
  margin: 10.5rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.m-115 {
  margin: 11.5rem !important;
}

.m-120 {
  margin: 12rem !important;
}

.m-125 {
  margin: 12.5rem !important;
}

.m-130 {
  margin: 13rem !important;
}

.m-135 {
  margin: 13.5rem !important;
}

.m-140 {
  margin: 14rem !important;
}

.m-145 {
  margin: 14.5rem !important;
}

.m-150 {
  margin: 15rem !important;
}

.m-155 {
  margin: 15.5rem !important;
}

.m-160 {
  margin: 16rem !important;
}

.m-165 {
  margin: 16.5rem !important;
}

.m-170 {
  margin: 17rem !important;
}

.m-175 {
  margin: 17.5rem !important;
}

.m-180 {
  margin: 18rem !important;
}

.m-185 {
  margin: 18.5rem !important;
}

.m-190 {
  margin: 19rem !important;
}

.m-195 {
  margin: 19.5rem !important;
}

.m-200 {
  margin: 20rem !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-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-105 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.mx-110 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-115 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.mx-120 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-125 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-130 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-135 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.mx-140 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-145 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.mx-150 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-155 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

.mx-160 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-165 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}

.mx-170 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.mx-175 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}

.mx-180 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-185 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

.mx-190 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-195 {
  margin-right: 19.5rem !important;
  margin-left: 19.5rem !important;
}

.mx-200 {
  margin-right: 20rem !important;
  margin-left: 20rem !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-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-105 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-115 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-125 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-130 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-135 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.my-140 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-145 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.my-150 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-155 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

.my-160 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-165 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important;
}

.my-170 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.my-175 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}

.my-180 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-185 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.my-190 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-195 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important;
}

.my-200 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !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-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-105 {
  margin-top: 10.5rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-115 {
  margin-top: 11.5rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-125 {
  margin-top: 12.5rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-135 {
  margin-top: 13.5rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-145 {
  margin-top: 14.5rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-155 {
  margin-top: 15.5rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-165 {
  margin-top: 16.5rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-175 {
  margin-top: 17.5rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-185 {
  margin-top: 18.5rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-195 {
  margin-top: 19.5rem !important;
}

.mt-200 {
  margin-top: 20rem !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-20 {
  margin-right: 2rem !important;
}

.me-25 {
  margin-right: 2.5rem !important;
}

.me-35 {
  margin-right: 3.5rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-45 {
  margin-right: 4.5rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-55 {
  margin-right: 5.5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-65 {
  margin-right: 6.5rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-75 {
  margin-right: 7.5rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-85 {
  margin-right: 8.5rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-95 {
  margin-right: 9.5rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-105 {
  margin-right: 10.5rem !important;
}

.me-110 {
  margin-right: 11rem !important;
}

.me-115 {
  margin-right: 11.5rem !important;
}

.me-120 {
  margin-right: 12rem !important;
}

.me-125 {
  margin-right: 12.5rem !important;
}

.me-130 {
  margin-right: 13rem !important;
}

.me-135 {
  margin-right: 13.5rem !important;
}

.me-140 {
  margin-right: 14rem !important;
}

.me-145 {
  margin-right: 14.5rem !important;
}

.me-150 {
  margin-right: 15rem !important;
}

.me-155 {
  margin-right: 15.5rem !important;
}

.me-160 {
  margin-right: 16rem !important;
}

.me-165 {
  margin-right: 16.5rem !important;
}

.me-170 {
  margin-right: 17rem !important;
}

.me-175 {
  margin-right: 17.5rem !important;
}

.me-180 {
  margin-right: 18rem !important;
}

.me-185 {
  margin-right: 18.5rem !important;
}

.me-190 {
  margin-right: 19rem !important;
}

.me-195 {
  margin-right: 19.5rem !important;
}

.me-200 {
  margin-right: 20rem !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-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-105 {
  margin-bottom: 10.5rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-115 {
  margin-bottom: 11.5rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-125 {
  margin-bottom: 12.5rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-135 {
  margin-bottom: 13.5rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-145 {
  margin-bottom: 14.5rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-155 {
  margin-bottom: 15.5rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-165 {
  margin-bottom: 16.5rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-175 {
  margin-bottom: 17.5rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-185 {
  margin-bottom: 18.5rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-195 {
  margin-bottom: 19.5rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0-first:first-child {
  margin-bottom: 0 !important;
}

.mb-1-first:first-child {
  margin-bottom: 0.25rem !important;
}

.mb-2-first:first-child {
  margin-bottom: 0.5rem !important;
}

.mb-3-first:first-child {
  margin-bottom: 1rem !important;
}

.mb-4-first:first-child {
  margin-bottom: 1.5rem !important;
}

.mb-5-first:first-child {
  margin-bottom: 3rem !important;
}

.mb-20-first:first-child {
  margin-bottom: 2rem !important;
}

.mb-25-first:first-child {
  margin-bottom: 2.5rem !important;
}

.mb-35-first:first-child {
  margin-bottom: 3.5rem !important;
}

.mb-40-first:first-child {
  margin-bottom: 4rem !important;
}

.mb-45-first:first-child {
  margin-bottom: 4.5rem !important;
}

.mb-50-first:first-child {
  margin-bottom: 5rem !important;
}

.mb-55-first:first-child {
  margin-bottom: 5.5rem !important;
}

.mb-60-first:first-child {
  margin-bottom: 6rem !important;
}

.mb-65-first:first-child {
  margin-bottom: 6.5rem !important;
}

.mb-70-first:first-child {
  margin-bottom: 7rem !important;
}

.mb-75-first:first-child {
  margin-bottom: 7.5rem !important;
}

.mb-80-first:first-child {
  margin-bottom: 8rem !important;
}

.mb-85-first:first-child {
  margin-bottom: 8.5rem !important;
}

.mb-90-first:first-child {
  margin-bottom: 9rem !important;
}

.mb-95-first:first-child {
  margin-bottom: 9.5rem !important;
}

.mb-100-first:first-child {
  margin-bottom: 10rem !important;
}

.mb-105-first:first-child {
  margin-bottom: 10.5rem !important;
}

.mb-110-first:first-child {
  margin-bottom: 11rem !important;
}

.mb-115-first:first-child {
  margin-bottom: 11.5rem !important;
}

.mb-120-first:first-child {
  margin-bottom: 12rem !important;
}

.mb-125-first:first-child {
  margin-bottom: 12.5rem !important;
}

.mb-130-first:first-child {
  margin-bottom: 13rem !important;
}

.mb-135-first:first-child {
  margin-bottom: 13.5rem !important;
}

.mb-140-first:first-child {
  margin-bottom: 14rem !important;
}

.mb-145-first:first-child {
  margin-bottom: 14.5rem !important;
}

.mb-150-first:first-child {
  margin-bottom: 15rem !important;
}

.mb-155-first:first-child {
  margin-bottom: 15.5rem !important;
}

.mb-160-first:first-child {
  margin-bottom: 16rem !important;
}

.mb-165-first:first-child {
  margin-bottom: 16.5rem !important;
}

.mb-170-first:first-child {
  margin-bottom: 17rem !important;
}

.mb-175-first:first-child {
  margin-bottom: 17.5rem !important;
}

.mb-180-first:first-child {
  margin-bottom: 18rem !important;
}

.mb-185-first:first-child {
  margin-bottom: 18.5rem !important;
}

.mb-190-first:first-child {
  margin-bottom: 19rem !important;
}

.mb-195-first:first-child {
  margin-bottom: 19.5rem !important;
}

.mb-200-first:first-child {
  margin-bottom: 20rem !important;
}

.mb-auto-first:first-child {
  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-20 {
  margin-left: 2rem !important;
}

.ms-25 {
  margin-left: 2.5rem !important;
}

.ms-35 {
  margin-left: 3.5rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-45 {
  margin-left: 4.5rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-55 {
  margin-left: 5.5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-65 {
  margin-left: 6.5rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-75 {
  margin-left: 7.5rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-85 {
  margin-left: 8.5rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-95 {
  margin-left: 9.5rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-105 {
  margin-left: 10.5rem !important;
}

.ms-110 {
  margin-left: 11rem !important;
}

.ms-115 {
  margin-left: 11.5rem !important;
}

.ms-120 {
  margin-left: 12rem !important;
}

.ms-125 {
  margin-left: 12.5rem !important;
}

.ms-130 {
  margin-left: 13rem !important;
}

.ms-135 {
  margin-left: 13.5rem !important;
}

.ms-140 {
  margin-left: 14rem !important;
}

.ms-145 {
  margin-left: 14.5rem !important;
}

.ms-150 {
  margin-left: 15rem !important;
}

.ms-155 {
  margin-left: 15.5rem !important;
}

.ms-160 {
  margin-left: 16rem !important;
}

.ms-165 {
  margin-left: 16.5rem !important;
}

.ms-170 {
  margin-left: 17rem !important;
}

.ms-175 {
  margin-left: 17.5rem !important;
}

.ms-180 {
  margin-left: 18rem !important;
}

.ms-185 {
  margin-left: 18.5rem !important;
}

.ms-190 {
  margin-left: 19rem !important;
}

.ms-195 {
  margin-left: 19.5rem !important;
}

.ms-200 {
  margin-left: 20rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n20 {
  margin: -2rem !important;
}

.m-n25 {
  margin: -2.5rem !important;
}

.m-n35 {
  margin: -3.5rem !important;
}

.m-n40 {
  margin: -4rem !important;
}

.m-n45 {
  margin: -4.5rem !important;
}

.m-n50 {
  margin: -5rem !important;
}

.m-n55 {
  margin: -5.5rem !important;
}

.m-n60 {
  margin: -6rem !important;
}

.m-n65 {
  margin: -6.5rem !important;
}

.m-n70 {
  margin: -7rem !important;
}

.m-n75 {
  margin: -7.5rem !important;
}

.m-n80 {
  margin: -8rem !important;
}

.m-n85 {
  margin: -8.5rem !important;
}

.m-n90 {
  margin: -9rem !important;
}

.m-n95 {
  margin: -9.5rem !important;
}

.m-n100 {
  margin: -10rem !important;
}

.m-n105 {
  margin: -10.5rem !important;
}

.m-n110 {
  margin: -11rem !important;
}

.m-n115 {
  margin: -11.5rem !important;
}

.m-n120 {
  margin: -12rem !important;
}

.m-n125 {
  margin: -12.5rem !important;
}

.m-n130 {
  margin: -13rem !important;
}

.m-n135 {
  margin: -13.5rem !important;
}

.m-n140 {
  margin: -14rem !important;
}

.m-n145 {
  margin: -14.5rem !important;
}

.m-n150 {
  margin: -15rem !important;
}

.m-n155 {
  margin: -15.5rem !important;
}

.m-n160 {
  margin: -16rem !important;
}

.m-n165 {
  margin: -16.5rem !important;
}

.m-n170 {
  margin: -17rem !important;
}

.m-n175 {
  margin: -17.5rem !important;
}

.m-n180 {
  margin: -18rem !important;
}

.m-n185 {
  margin: -18.5rem !important;
}

.m-n190 {
  margin: -19rem !important;
}

.m-n195 {
  margin: -19.5rem !important;
}

.m-n200 {
  margin: -20rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n20 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n25 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n35 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n40 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n45 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n50 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n55 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n60 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n65 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n70 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n75 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n80 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n85 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

.mx-n90 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n95 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

.mx-n100 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n105 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx-n110 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n115 {
  margin-right: -11.5rem !important;
  margin-left: -11.5rem !important;
}

.mx-n120 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n125 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n130 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n135 {
  margin-right: -13.5rem !important;
  margin-left: -13.5rem !important;
}

.mx-n140 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n145 {
  margin-right: -14.5rem !important;
  margin-left: -14.5rem !important;
}

.mx-n150 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx-n155 {
  margin-right: -15.5rem !important;
  margin-left: -15.5rem !important;
}

.mx-n160 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n165 {
  margin-right: -16.5rem !important;
  margin-left: -16.5rem !important;
}

.mx-n170 {
  margin-right: -17rem !important;
  margin-left: -17rem !important;
}

.mx-n175 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}

.mx-n180 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

.mx-n185 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

.mx-n190 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

.mx-n195 {
  margin-right: -19.5rem !important;
  margin-left: -19.5rem !important;
}

.mx-n200 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n20 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n25 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n35 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n40 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n45 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n50 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n55 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n60 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n65 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n70 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n75 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n80 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n85 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.my-n90 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n95 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.my-n100 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n105 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my-n110 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n115 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important;
}

.my-n120 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n125 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n130 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n135 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

.my-n140 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n145 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important;
}

.my-n150 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my-n155 {
  margin-top: -15.5rem !important;
  margin-bottom: -15.5rem !important;
}

.my-n160 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n165 {
  margin-top: -16.5rem !important;
  margin-bottom: -16.5rem !important;
}

.my-n170 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

.my-n175 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}

.my-n180 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.my-n185 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

.my-n190 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.my-n195 {
  margin-top: -19.5rem !important;
  margin-bottom: -19.5rem !important;
}

.my-n200 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n20 {
  margin-top: -2rem !important;
}

.mt-n25 {
  margin-top: -2.5rem !important;
}

.mt-n35 {
  margin-top: -3.5rem !important;
}

.mt-n40 {
  margin-top: -4rem !important;
}

.mt-n45 {
  margin-top: -4.5rem !important;
}

.mt-n50 {
  margin-top: -5rem !important;
}

.mt-n55 {
  margin-top: -5.5rem !important;
}

.mt-n60 {
  margin-top: -6rem !important;
}

.mt-n65 {
  margin-top: -6.5rem !important;
}

.mt-n70 {
  margin-top: -7rem !important;
}

.mt-n75 {
  margin-top: -7.5rem !important;
}

.mt-n80 {
  margin-top: -8rem !important;
}

.mt-n85 {
  margin-top: -8.5rem !important;
}

.mt-n90 {
  margin-top: -9rem !important;
}

.mt-n95 {
  margin-top: -9.5rem !important;
}

.mt-n100 {
  margin-top: -10rem !important;
}

.mt-n105 {
  margin-top: -10.5rem !important;
}

.mt-n110 {
  margin-top: -11rem !important;
}

.mt-n115 {
  margin-top: -11.5rem !important;
}

.mt-n120 {
  margin-top: -12rem !important;
}

.mt-n125 {
  margin-top: -12.5rem !important;
}

.mt-n130 {
  margin-top: -13rem !important;
}

.mt-n135 {
  margin-top: -13.5rem !important;
}

.mt-n140 {
  margin-top: -14rem !important;
}

.mt-n145 {
  margin-top: -14.5rem !important;
}

.mt-n150 {
  margin-top: -15rem !important;
}

.mt-n155 {
  margin-top: -15.5rem !important;
}

.mt-n160 {
  margin-top: -16rem !important;
}

.mt-n165 {
  margin-top: -16.5rem !important;
}

.mt-n170 {
  margin-top: -17rem !important;
}

.mt-n175 {
  margin-top: -17.5rem !important;
}

.mt-n180 {
  margin-top: -18rem !important;
}

.mt-n185 {
  margin-top: -18.5rem !important;
}

.mt-n190 {
  margin-top: -19rem !important;
}

.mt-n195 {
  margin-top: -19.5rem !important;
}

.mt-n200 {
  margin-top: -20rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n20 {
  margin-right: -2rem !important;
}

.me-n25 {
  margin-right: -2.5rem !important;
}

.me-n35 {
  margin-right: -3.5rem !important;
}

.me-n40 {
  margin-right: -4rem !important;
}

.me-n45 {
  margin-right: -4.5rem !important;
}

.me-n50 {
  margin-right: -5rem !important;
}

.me-n55 {
  margin-right: -5.5rem !important;
}

.me-n60 {
  margin-right: -6rem !important;
}

.me-n65 {
  margin-right: -6.5rem !important;
}

.me-n70 {
  margin-right: -7rem !important;
}

.me-n75 {
  margin-right: -7.5rem !important;
}

.me-n80 {
  margin-right: -8rem !important;
}

.me-n85 {
  margin-right: -8.5rem !important;
}

.me-n90 {
  margin-right: -9rem !important;
}

.me-n95 {
  margin-right: -9.5rem !important;
}

.me-n100 {
  margin-right: -10rem !important;
}

.me-n105 {
  margin-right: -10.5rem !important;
}

.me-n110 {
  margin-right: -11rem !important;
}

.me-n115 {
  margin-right: -11.5rem !important;
}

.me-n120 {
  margin-right: -12rem !important;
}

.me-n125 {
  margin-right: -12.5rem !important;
}

.me-n130 {
  margin-right: -13rem !important;
}

.me-n135 {
  margin-right: -13.5rem !important;
}

.me-n140 {
  margin-right: -14rem !important;
}

.me-n145 {
  margin-right: -14.5rem !important;
}

.me-n150 {
  margin-right: -15rem !important;
}

.me-n155 {
  margin-right: -15.5rem !important;
}

.me-n160 {
  margin-right: -16rem !important;
}

.me-n165 {
  margin-right: -16.5rem !important;
}

.me-n170 {
  margin-right: -17rem !important;
}

.me-n175 {
  margin-right: -17.5rem !important;
}

.me-n180 {
  margin-right: -18rem !important;
}

.me-n185 {
  margin-right: -18.5rem !important;
}

.me-n190 {
  margin-right: -19rem !important;
}

.me-n195 {
  margin-right: -19.5rem !important;
}

.me-n200 {
  margin-right: -20rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n20 {
  margin-bottom: -2rem !important;
}

.mb-n25 {
  margin-bottom: -2.5rem !important;
}

.mb-n35 {
  margin-bottom: -3.5rem !important;
}

.mb-n40 {
  margin-bottom: -4rem !important;
}

.mb-n45 {
  margin-bottom: -4.5rem !important;
}

.mb-n50 {
  margin-bottom: -5rem !important;
}

.mb-n55 {
  margin-bottom: -5.5rem !important;
}

.mb-n60 {
  margin-bottom: -6rem !important;
}

.mb-n65 {
  margin-bottom: -6.5rem !important;
}

.mb-n70 {
  margin-bottom: -7rem !important;
}

.mb-n75 {
  margin-bottom: -7.5rem !important;
}

.mb-n80 {
  margin-bottom: -8rem !important;
}

.mb-n85 {
  margin-bottom: -8.5rem !important;
}

.mb-n90 {
  margin-bottom: -9rem !important;
}

.mb-n95 {
  margin-bottom: -9.5rem !important;
}

.mb-n100 {
  margin-bottom: -10rem !important;
}

.mb-n105 {
  margin-bottom: -10.5rem !important;
}

.mb-n110 {
  margin-bottom: -11rem !important;
}

.mb-n115 {
  margin-bottom: -11.5rem !important;
}

.mb-n120 {
  margin-bottom: -12rem !important;
}

.mb-n125 {
  margin-bottom: -12.5rem !important;
}

.mb-n130 {
  margin-bottom: -13rem !important;
}

.mb-n135 {
  margin-bottom: -13.5rem !important;
}

.mb-n140 {
  margin-bottom: -14rem !important;
}

.mb-n145 {
  margin-bottom: -14.5rem !important;
}

.mb-n150 {
  margin-bottom: -15rem !important;
}

.mb-n155 {
  margin-bottom: -15.5rem !important;
}

.mb-n160 {
  margin-bottom: -16rem !important;
}

.mb-n165 {
  margin-bottom: -16.5rem !important;
}

.mb-n170 {
  margin-bottom: -17rem !important;
}

.mb-n175 {
  margin-bottom: -17.5rem !important;
}

.mb-n180 {
  margin-bottom: -18rem !important;
}

.mb-n185 {
  margin-bottom: -18.5rem !important;
}

.mb-n190 {
  margin-bottom: -19rem !important;
}

.mb-n195 {
  margin-bottom: -19.5rem !important;
}

.mb-n200 {
  margin-bottom: -20rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n20 {
  margin-left: -2rem !important;
}

.ms-n25 {
  margin-left: -2.5rem !important;
}

.ms-n35 {
  margin-left: -3.5rem !important;
}

.ms-n40 {
  margin-left: -4rem !important;
}

.ms-n45 {
  margin-left: -4.5rem !important;
}

.ms-n50 {
  margin-left: -5rem !important;
}

.ms-n55 {
  margin-left: -5.5rem !important;
}

.ms-n60 {
  margin-left: -6rem !important;
}

.ms-n65 {
  margin-left: -6.5rem !important;
}

.ms-n70 {
  margin-left: -7rem !important;
}

.ms-n75 {
  margin-left: -7.5rem !important;
}

.ms-n80 {
  margin-left: -8rem !important;
}

.ms-n85 {
  margin-left: -8.5rem !important;
}

.ms-n90 {
  margin-left: -9rem !important;
}

.ms-n95 {
  margin-left: -9.5rem !important;
}

.ms-n100 {
  margin-left: -10rem !important;
}

.ms-n105 {
  margin-left: -10.5rem !important;
}

.ms-n110 {
  margin-left: -11rem !important;
}

.ms-n115 {
  margin-left: -11.5rem !important;
}

.ms-n120 {
  margin-left: -12rem !important;
}

.ms-n125 {
  margin-left: -12.5rem !important;
}

.ms-n130 {
  margin-left: -13rem !important;
}

.ms-n135 {
  margin-left: -13.5rem !important;
}

.ms-n140 {
  margin-left: -14rem !important;
}

.ms-n145 {
  margin-left: -14.5rem !important;
}

.ms-n150 {
  margin-left: -15rem !important;
}

.ms-n155 {
  margin-left: -15.5rem !important;
}

.ms-n160 {
  margin-left: -16rem !important;
}

.ms-n165 {
  margin-left: -16.5rem !important;
}

.ms-n170 {
  margin-left: -17rem !important;
}

.ms-n175 {
  margin-left: -17.5rem !important;
}

.ms-n180 {
  margin-left: -18rem !important;
}

.ms-n185 {
  margin-left: -18.5rem !important;
}

.ms-n190 {
  margin-left: -19rem !important;
}

.ms-n195 {
  margin-left: -19.5rem !important;
}

.ms-n200 {
  margin-left: -20rem !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;
}

.p-20 {
  padding: 2rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-55 {
  padding: 5.5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.p-105 {
  padding: 10.5rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.p-115 {
  padding: 11.5rem !important;
}

.p-120 {
  padding: 12rem !important;
}

.p-125 {
  padding: 12.5rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.p-135 {
  padding: 13.5rem !important;
}

.p-140 {
  padding: 14rem !important;
}

.p-145 {
  padding: 14.5rem !important;
}

.p-150 {
  padding: 15rem !important;
}

.p-155 {
  padding: 15.5rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.p-165 {
  padding: 16.5rem !important;
}

.p-170 {
  padding: 17rem !important;
}

.p-175 {
  padding: 17.5rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.p-185 {
  padding: 18.5rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.p-195 {
  padding: 19.5rem !important;
}

.p-200 {
  padding: 20rem !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;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-105 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.px-110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-115 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.px-120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-125 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-130 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-135 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.px-140 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-145 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.px-150 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-155 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.px-160 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-165 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

.px-170 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-175 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}

.px-180 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-185 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.px-190 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-195 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

.px-200 {
  padding-right: 20rem !important;
  padding-left: 20rem !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;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-105 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-115 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-125 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-135 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.py-140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-145 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-155 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.py-160 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-165 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.py-170 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-175 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

.py-180 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-185 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.py-190 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-195 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

.py-200 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !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;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-105 {
  padding-top: 10.5rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-115 {
  padding-top: 11.5rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-125 {
  padding-top: 12.5rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-135 {
  padding-top: 13.5rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-145 {
  padding-top: 14.5rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-155 {
  padding-top: 15.5rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-165 {
  padding-top: 16.5rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-175 {
  padding-top: 17.5rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-185 {
  padding-top: 18.5rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-195 {
  padding-top: 19.5rem !important;
}

.pt-200 {
  padding-top: 20rem !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;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-25 {
  padding-right: 2.5rem !important;
}

.pe-35 {
  padding-right: 3.5rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-45 {
  padding-right: 4.5rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-55 {
  padding-right: 5.5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-65 {
  padding-right: 6.5rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-75 {
  padding-right: 7.5rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-85 {
  padding-right: 8.5rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-95 {
  padding-right: 9.5rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-105 {
  padding-right: 10.5rem !important;
}

.pe-110 {
  padding-right: 11rem !important;
}

.pe-115 {
  padding-right: 11.5rem !important;
}

.pe-120 {
  padding-right: 12rem !important;
}

.pe-125 {
  padding-right: 12.5rem !important;
}

.pe-130 {
  padding-right: 13rem !important;
}

.pe-135 {
  padding-right: 13.5rem !important;
}

.pe-140 {
  padding-right: 14rem !important;
}

.pe-145 {
  padding-right: 14.5rem !important;
}

.pe-150 {
  padding-right: 15rem !important;
}

.pe-155 {
  padding-right: 15.5rem !important;
}

.pe-160 {
  padding-right: 16rem !important;
}

.pe-165 {
  padding-right: 16.5rem !important;
}

.pe-170 {
  padding-right: 17rem !important;
}

.pe-175 {
  padding-right: 17.5rem !important;
}

.pe-180 {
  padding-right: 18rem !important;
}

.pe-185 {
  padding-right: 18.5rem !important;
}

.pe-190 {
  padding-right: 19rem !important;
}

.pe-195 {
  padding-right: 19.5rem !important;
}

.pe-200 {
  padding-right: 20rem !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;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-105 {
  padding-bottom: 10.5rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-115 {
  padding-bottom: 11.5rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-125 {
  padding-bottom: 12.5rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-135 {
  padding-bottom: 13.5rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-145 {
  padding-bottom: 14.5rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-155 {
  padding-bottom: 15.5rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-165 {
  padding-bottom: 16.5rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-175 {
  padding-bottom: 17.5rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-185 {
  padding-bottom: 18.5rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-195 {
  padding-bottom: 19.5rem !important;
}

.pb-200 {
  padding-bottom: 20rem !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;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-25 {
  padding-left: 2.5rem !important;
}

.ps-35 {
  padding-left: 3.5rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-45 {
  padding-left: 4.5rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-55 {
  padding-left: 5.5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-105 {
  padding-left: 10.5rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-115 {
  padding-left: 11.5rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

.ps-125 {
  padding-left: 12.5rem !important;
}

.ps-130 {
  padding-left: 13rem !important;
}

.ps-135 {
  padding-left: 13.5rem !important;
}

.ps-140 {
  padding-left: 14rem !important;
}

.ps-145 {
  padding-left: 14.5rem !important;
}

.ps-150 {
  padding-left: 15rem !important;
}

.ps-155 {
  padding-left: 15.5rem !important;
}

.ps-160 {
  padding-left: 16rem !important;
}

.ps-165 {
  padding-left: 16.5rem !important;
}

.ps-170 {
  padding-left: 17rem !important;
}

.ps-175 {
  padding-left: 17.5rem !important;
}

.ps-180 {
  padding-left: 18rem !important;
}

.ps-185 {
  padding-left: 18.5rem !important;
}

.ps-190 {
  padding-left: 19rem !important;
}

.ps-195 {
  padding-left: 19.5rem !important;
}

.ps-200 {
  padding-left: 20rem !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;
}

.gap-20 {
  gap: 2rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-40 {
  gap: 4rem !important;
}

.gap-45 {
  gap: 4.5rem !important;
}

.gap-50 {
  gap: 5rem !important;
}

.gap-55 {
  gap: 5.5rem !important;
}

.gap-60 {
  gap: 6rem !important;
}

.gap-65 {
  gap: 6.5rem !important;
}

.gap-70 {
  gap: 7rem !important;
}

.gap-75 {
  gap: 7.5rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-85 {
  gap: 8.5rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-95 {
  gap: 9.5rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

.gap-105 {
  gap: 10.5rem !important;
}

.gap-110 {
  gap: 11rem !important;
}

.gap-115 {
  gap: 11.5rem !important;
}

.gap-120 {
  gap: 12rem !important;
}

.gap-125 {
  gap: 12.5rem !important;
}

.gap-130 {
  gap: 13rem !important;
}

.gap-135 {
  gap: 13.5rem !important;
}

.gap-140 {
  gap: 14rem !important;
}

.gap-145 {
  gap: 14.5rem !important;
}

.gap-150 {
  gap: 15rem !important;
}

.gap-155 {
  gap: 15.5rem !important;
}

.gap-160 {
  gap: 16rem !important;
}

.gap-165 {
  gap: 16.5rem !important;
}

.gap-170 {
  gap: 17rem !important;
}

.gap-175 {
  gap: 17.5rem !important;
}

.gap-180 {
  gap: 18rem !important;
}

.gap-185 {
  gap: 18.5rem !important;
}

.gap-190 {
  gap: 19rem !important;
}

.gap-195 {
  gap: 19.5rem !important;
}

.gap-200 {
  gap: 20rem !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;
}

.row-gap-20 {
  row-gap: 2rem !important;
}

.row-gap-25 {
  row-gap: 2.5rem !important;
}

.row-gap-35 {
  row-gap: 3.5rem !important;
}

.row-gap-40 {
  row-gap: 4rem !important;
}

.row-gap-45 {
  row-gap: 4.5rem !important;
}

.row-gap-50 {
  row-gap: 5rem !important;
}

.row-gap-55 {
  row-gap: 5.5rem !important;
}

.row-gap-60 {
  row-gap: 6rem !important;
}

.row-gap-65 {
  row-gap: 6.5rem !important;
}

.row-gap-70 {
  row-gap: 7rem !important;
}

.row-gap-75 {
  row-gap: 7.5rem !important;
}

.row-gap-80 {
  row-gap: 8rem !important;
}

.row-gap-85 {
  row-gap: 8.5rem !important;
}

.row-gap-90 {
  row-gap: 9rem !important;
}

.row-gap-95 {
  row-gap: 9.5rem !important;
}

.row-gap-100 {
  row-gap: 10rem !important;
}

.row-gap-105 {
  row-gap: 10.5rem !important;
}

.row-gap-110 {
  row-gap: 11rem !important;
}

.row-gap-115 {
  row-gap: 11.5rem !important;
}

.row-gap-120 {
  row-gap: 12rem !important;
}

.row-gap-125 {
  row-gap: 12.5rem !important;
}

.row-gap-130 {
  row-gap: 13rem !important;
}

.row-gap-135 {
  row-gap: 13.5rem !important;
}

.row-gap-140 {
  row-gap: 14rem !important;
}

.row-gap-145 {
  row-gap: 14.5rem !important;
}

.row-gap-150 {
  row-gap: 15rem !important;
}

.row-gap-155 {
  row-gap: 15.5rem !important;
}

.row-gap-160 {
  row-gap: 16rem !important;
}

.row-gap-165 {
  row-gap: 16.5rem !important;
}

.row-gap-170 {
  row-gap: 17rem !important;
}

.row-gap-175 {
  row-gap: 17.5rem !important;
}

.row-gap-180 {
  row-gap: 18rem !important;
}

.row-gap-185 {
  row-gap: 18.5rem !important;
}

.row-gap-190 {
  row-gap: 19rem !important;
}

.row-gap-195 {
  row-gap: 19.5rem !important;
}

.row-gap-200 {
  row-gap: 20rem !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;
}

.column-gap-20 {
  column-gap: 2rem !important;
}

.column-gap-25 {
  column-gap: 2.5rem !important;
}

.column-gap-35 {
  column-gap: 3.5rem !important;
}

.column-gap-40 {
  column-gap: 4rem !important;
}

.column-gap-45 {
  column-gap: 4.5rem !important;
}

.column-gap-50 {
  column-gap: 5rem !important;
}

.column-gap-55 {
  column-gap: 5.5rem !important;
}

.column-gap-60 {
  column-gap: 6rem !important;
}

.column-gap-65 {
  column-gap: 6.5rem !important;
}

.column-gap-70 {
  column-gap: 7rem !important;
}

.column-gap-75 {
  column-gap: 7.5rem !important;
}

.column-gap-80 {
  column-gap: 8rem !important;
}

.column-gap-85 {
  column-gap: 8.5rem !important;
}

.column-gap-90 {
  column-gap: 9rem !important;
}

.column-gap-95 {
  column-gap: 9.5rem !important;
}

.column-gap-100 {
  column-gap: 10rem !important;
}

.column-gap-105 {
  column-gap: 10.5rem !important;
}

.column-gap-110 {
  column-gap: 11rem !important;
}

.column-gap-115 {
  column-gap: 11.5rem !important;
}

.column-gap-120 {
  column-gap: 12rem !important;
}

.column-gap-125 {
  column-gap: 12.5rem !important;
}

.column-gap-130 {
  column-gap: 13rem !important;
}

.column-gap-135 {
  column-gap: 13.5rem !important;
}

.column-gap-140 {
  column-gap: 14rem !important;
}

.column-gap-145 {
  column-gap: 14.5rem !important;
}

.column-gap-150 {
  column-gap: 15rem !important;
}

.column-gap-155 {
  column-gap: 15.5rem !important;
}

.column-gap-160 {
  column-gap: 16rem !important;
}

.column-gap-165 {
  column-gap: 16.5rem !important;
}

.column-gap-170 {
  column-gap: 17rem !important;
}

.column-gap-175 {
  column-gap: 17.5rem !important;
}

.column-gap-180 {
  column-gap: 18rem !important;
}

.column-gap-185 {
  column-gap: 18.5rem !important;
}

.column-gap-190 {
  column-gap: 19rem !important;
}

.column-gap-195 {
  column-gap: 19.5rem !important;
}

.column-gap-200 {
  column-gap: 20rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-inherit {
  font-size: inherit !important;
}

.fs-0 {
  font-size: 0 !important;
}

.fs-01 {
  font-size: 0.1rem !important;
}

.fs-02 {
  font-size: 0.2rem !important;
}

.fs-03 {
  font-size: 0.3rem !important;
}

.fs-04 {
  font-size: 0.4rem !important;
}

.fs-05 {
  font-size: 0.5rem !important;
}

.fs-06 {
  font-size: 0.6rem !important;
}

.fs-07 {
  font-size: 0.7rem !important;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.fs-09 {
  font-size: 0.9rem !important;
}

.fs-1 {
  font-size: 1rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-3 {
  font-size: 3rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.fs-4 {
  font-size: 4rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-41 {
  font-size: 4.1rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-43 {
  font-size: 4.3rem !important;
}

.fs-44 {
  font-size: 4.4rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-46 {
  font-size: 4.6rem !important;
}

.fs-47 {
  font-size: 4.7rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-49 {
  font-size: 4.9rem !important;
}

.fs-5 {
  font-size: 5rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

.fs-51 {
  font-size: 5.1rem !important;
}

.fs-52 {
  font-size: 5.2rem !important;
}

.fs-53 {
  font-size: 5.3rem !important;
}

.fs-54 {
  font-size: 5.4rem !important;
}

.fs-55 {
  font-size: 5.5rem !important;
}

.fs-56 {
  font-size: 5.6rem !important;
}

.fs-57 {
  font-size: 5.7rem !important;
}

.fs-58 {
  font-size: 5.8rem !important;
}

.fs-59 {
  font-size: 5.9rem !important;
}

.fs-6 {
  font-size: 6rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

.fs-61 {
  font-size: 6.1rem !important;
}

.fs-62 {
  font-size: 6.2rem !important;
}

.fs-63 {
  font-size: 6.3rem !important;
}

.fs-64 {
  font-size: 6.4rem !important;
}

.fs-65 {
  font-size: 6.5rem !important;
}

.fs-66 {
  font-size: 6.6rem !important;
}

.fs-67 {
  font-size: 6.7rem !important;
}

.fs-68 {
  font-size: 6.8rem !important;
}

.fs-69 {
  font-size: 6.9rem !important;
}

.fs-7 {
  font-size: 7rem !important;
}

.fs-70 {
  font-size: 7rem !important;
}

.fs-71 {
  font-size: 7.1rem !important;
}

.fs-72 {
  font-size: 7.2rem !important;
}

.fs-73 {
  font-size: 7.3rem !important;
}

.fs-74 {
  font-size: 7.4rem !important;
}

.fs-75 {
  font-size: 7.5rem !important;
}

.fs-76 {
  font-size: 7.6rem !important;
}

.fs-77 {
  font-size: 7.7rem !important;
}

.fs-78 {
  font-size: 7.8rem !important;
}

.fs-79 {
  font-size: 7.9rem !important;
}

.fs-8 {
  font-size: 8rem !important;
}

.fs-80 {
  font-size: 8rem !important;
}

.fs-81 {
  font-size: 8.1rem !important;
}

.fs-82 {
  font-size: 8.2rem !important;
}

.fs-83 {
  font-size: 8.3rem !important;
}

.fs-84 {
  font-size: 8.4rem !important;
}

.fs-85 {
  font-size: 8.5rem !important;
}

.fs-86 {
  font-size: 8.6rem !important;
}

.fs-87 {
  font-size: 8.7rem !important;
}

.fs-88 {
  font-size: 8.8rem !important;
}

.fs-89 {
  font-size: 8.9rem !important;
}

.fs-9 {
  font-size: 9rem !important;
}

.fs-90 {
  font-size: 9rem !important;
}

.fs-91 {
  font-size: 9.1rem !important;
}

.fs-92 {
  font-size: 9.2rem !important;
}

.fs-93 {
  font-size: 9.3rem !important;
}

.fs-94 {
  font-size: 9.4rem !important;
}

.fs-95 {
  font-size: 9.5rem !important;
}

.fs-96 {
  font-size: 9.6rem !important;
}

.fs-97 {
  font-size: 9.7rem !important;
}

.fs-98 {
  font-size: 9.8rem !important;
}

.fs-99 {
  font-size: 9.9rem !important;
}

.fs-100 {
  font-size: 10rem !important;
}

.fs-110 {
  font-size: 11rem !important;
}

.fs-120 {
  font-size: 12rem !important;
}

.fs-130 {
  font-size: 13rem !important;
}

.fs-140 {
  font-size: 14rem !important;
}

.fs-150 {
  font-size: 15rem !important;
}

.fs-160 {
  font-size: 16rem !important;
}

.fs-170 {
  font-size: 17rem !important;
}

.fs-180 {
  font-size: 18rem !important;
}

.fs-190 {
  font-size: 19rem !important;
}

.fs-200 {
  font-size: 20rem !important;
}

.fst-normal {
  font-style: normal !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-oblique {
  font-style: oblique !important;
}

.fst-inherit {
  font-style: inherit !important;
}

.fw-lighter {
  font-weight: lighter !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: bolder !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-normal {
  line-height: normal !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-25 {
  line-height: 0.25 !important;
}

.lh-5 {
  line-height: 0.5 !important;
}

.lh-75 {
  line-height: 0.75 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-115 {
  line-height: 1.15 !important;
}

.lh-120 {
  line-height: 1.2 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-135 {
  line-height: 1.35 !important;
}

.lh-145 {
  line-height: 1.45 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !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-decoration-noneHover:hover {
  text-decoration: none !important;
}

.text-decoration-underlineHover:hover {
  text-decoration: underline !important;
}

.text-decoration-line-throughHover:hover {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none {
  text-transform: none !important;
}

.text-inherit {
  text-transform: inherit !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.color-blue {
  color: #007CC2 !important;
}

.color-indigo {
  color: #6610f2 !important;
}

.color-purple {
  color: #6f42c1 !important;
}

.color-pink {
  color: #d63384 !important;
}

.color-red {
  color: #dc3545 !important;
}

.color-orange {
  color: #FD8262 !important;
}

.color-yellow {
  color: #F6AE42 !important;
}

.color-green {
  color: #627C36 !important;
}

.color-teal {
  color: #20c997 !important;
}

.color-cyan {
  color: #0dcaf0 !important;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #6c757d !important;
}

.color-transparent {
  color: transparent !important;
}

.color-blueDark {
  color: #2727ff !important;
}

.color-blueLight {
  color: #000094 !important;
}

.color-pinkDark {
  color: #CC1F42 !important;
}

.color-pinkLight {
  color: #FF5983 !important;
}

.color-redLight {
  color: #ff212c !important;
}

.color-redDark {
  color: #960010 !important;
}

.color-yellowDark {
  color: #CCA300 !important;
}

.color-yellowLight {
  color: #FFDD33 !important;
}

.color-greenLight {
  color: #8FB914 !important;
}

.color-greenDark {
  color: #2ACF80 !important;
}

.color-grayDark {
  color: #313130 !important;
}

.color-grayLight {
  color: #8C8C8C !important;
}

.color-light {
  color: #F1F1F1 !important;
}

.color-brown {
  color: #885F50 !important;
}

.color-brownDark {
  color: #4D271A !important;
}

.color-brownLight {
  color: #CFB59E !important;
}

.color-viber {
  color: #665CAC !important;
}

.color-whatsapp {
  color: #25D366 !important;
}

.color-facebook {
  color: #1a77f2 !important;
}

.color-vkontakte {
  color: #0077FF !important;
}

.color-telegram {
  color: #0088cc !important;
}

.color-youtube {
  color: #ff0000 !important;
}

.color-spotify {
  color: #1ED760 !important;
}

.color-yandexMusic {
  color: #FC3F1D !important;
}

.color-sberZvuk {
  color: #07ead8 !important;
}

.color-appleMusic {
  color: #fa586a !important;
}

.color-flamp {
  color: #2E6BE5 !important;
}

.color-badstudio {
  color: #c7212c !important;
}

.color-lightDark {
  color: #D9D9D9 !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-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-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-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-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-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-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-blue {
  background-color: #007CC2 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-red {
  background-color: #dc3545 !important;
}

.bg-orange {
  background-color: #FD8262 !important;
}

.bg-yellow {
  background-color: #F6AE42 !important;
}

.bg-green {
  background-color: #627C36 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-blueDark {
  background-color: #2727ff !important;
}

.bg-blueLight {
  background-color: #000094 !important;
}

.bg-pinkDark {
  background-color: #CC1F42 !important;
}

.bg-pinkLight {
  background-color: #FF5983 !important;
}

.bg-redLight {
  background-color: #ff212c !important;
}

.bg-redDark {
  background-color: #960010 !important;
}

.bg-yellowDark {
  background-color: #CCA300 !important;
}

.bg-yellowLight {
  background-color: #FFDD33 !important;
}

.bg-greenLight {
  background-color: #8FB914 !important;
}

.bg-greenDark {
  background-color: #2ACF80 !important;
}

.bg-grayDark {
  background-color: #313130 !important;
}

.bg-grayLight {
  background-color: #8C8C8C !important;
}

.bg-light {
  background-color: #F1F1F1 !important;
}

.bg-brown {
  background-color: #885F50 !important;
}

.bg-brownDark {
  background-color: #4D271A !important;
}

.bg-brownLight {
  background-color: #CFB59E !important;
}

.bg-viber {
  background-color: #665CAC !important;
}

.bg-whatsapp {
  background-color: #25D366 !important;
}

.bg-facebook {
  background-color: #1a77f2 !important;
}

.bg-vkontakte {
  background-color: #0077FF !important;
}

.bg-telegram {
  background-color: #0088cc !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

.bg-spotify {
  background-color: #1ED760 !important;
}

.bg-yandexMusic {
  background-color: #FC3F1D !important;
}

.bg-sberZvuk {
  background-color: #07ead8 !important;
}

.bg-appleMusic {
  background-color: #fa586a !important;
}

.bg-flamp {
  background-color: #2E6BE5 !important;
}

.bg-badstudio {
  background-color: #c7212c !important;
}

.bg-lightDark {
  background-color: #D9D9D9 !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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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-n2 {
  z-index: -2 !important;
}

.z-n3 {
  z-index: -3 !important;
}

.z-n4 {
  z-index: -4 !important;
}

.z-n5 {
  z-index: -5 !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;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-150 {
  z-index: 150 !important;
}

.z-200 {
  z-index: 200 !important;
}

.z-300 {
  z-index: 300 !important;
}

.z-400 {
  z-index: 400 !important;
}

.z-500 {
  z-index: 500 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-1010 {
  z-index: 1010 !important;
}

.z-1020 {
  z-index: 1020 !important;
}

.z-1030 {
  z-index: 1030 !important;
}

.z-1040 {
  z-index: 1040 !important;
}

.z-1050 {
  z-index: 1050 !important;
}

.z-1060 {
  z-index: 1060 !important;
}

.z-1070 {
  z-index: 1070 !important;
}

.z-1080 {
  z-index: 1080 !important;
}

.z-1090 {
  z-index: 1090 !important;
}

.z-1100 {
  z-index: 1100 !important;
}

.mt-0-last:last-child {
  margin-top: 0 !important;
}

.mt-1-last:last-child {
  margin-top: 0.25rem !important;
}

.mt-2-last:last-child {
  margin-top: 0.5rem !important;
}

.mt-3-last:last-child {
  margin-top: 1rem !important;
}

.mt-4-last:last-child {
  margin-top: 1.5rem !important;
}

.mt-5-last:last-child {
  margin-top: 3rem !important;
}

.mt-20-last:last-child {
  margin-top: 2rem !important;
}

.mt-25-last:last-child {
  margin-top: 2.5rem !important;
}

.mt-35-last:last-child {
  margin-top: 3.5rem !important;
}

.mt-40-last:last-child {
  margin-top: 4rem !important;
}

.mt-45-last:last-child {
  margin-top: 4.5rem !important;
}

.mt-50-last:last-child {
  margin-top: 5rem !important;
}

.mt-55-last:last-child {
  margin-top: 5.5rem !important;
}

.mt-60-last:last-child {
  margin-top: 6rem !important;
}

.mt-65-last:last-child {
  margin-top: 6.5rem !important;
}

.mt-70-last:last-child {
  margin-top: 7rem !important;
}

.mt-75-last:last-child {
  margin-top: 7.5rem !important;
}

.mt-80-last:last-child {
  margin-top: 8rem !important;
}

.mt-85-last:last-child {
  margin-top: 8.5rem !important;
}

.mt-90-last:last-child {
  margin-top: 9rem !important;
}

.mt-95-last:last-child {
  margin-top: 9.5rem !important;
}

.mt-100-last:last-child {
  margin-top: 10rem !important;
}

.mt-105-last:last-child {
  margin-top: 10.5rem !important;
}

.mt-110-last:last-child {
  margin-top: 11rem !important;
}

.mt-115-last:last-child {
  margin-top: 11.5rem !important;
}

.mt-120-last:last-child {
  margin-top: 12rem !important;
}

.mt-125-last:last-child {
  margin-top: 12.5rem !important;
}

.mt-130-last:last-child {
  margin-top: 13rem !important;
}

.mt-135-last:last-child {
  margin-top: 13.5rem !important;
}

.mt-140-last:last-child {
  margin-top: 14rem !important;
}

.mt-145-last:last-child {
  margin-top: 14.5rem !important;
}

.mt-150-last:last-child {
  margin-top: 15rem !important;
}

.mt-155-last:last-child {
  margin-top: 15.5rem !important;
}

.mt-160-last:last-child {
  margin-top: 16rem !important;
}

.mt-165-last:last-child {
  margin-top: 16.5rem !important;
}

.mt-170-last:last-child {
  margin-top: 17rem !important;
}

.mt-175-last:last-child {
  margin-top: 17.5rem !important;
}

.mt-180-last:last-child {
  margin-top: 18rem !important;
}

.mt-185-last:last-child {
  margin-top: 18.5rem !important;
}

.mt-190-last:last-child {
  margin-top: 19rem !important;
}

.mt-195-last:last-child {
  margin-top: 19.5rem !important;
}

.mt-200-last:last-child {
  margin-top: 20rem !important;
}

.mt-auto-last:last-child {
  margin-top: auto !important;
}

.mt-0-first:first-child {
  margin-top: 0 !important;
}

.mt-1-first:first-child {
  margin-top: 0.25rem !important;
}

.mt-2-first:first-child {
  margin-top: 0.5rem !important;
}

.mt-3-first:first-child {
  margin-top: 1rem !important;
}

.mt-4-first:first-child {
  margin-top: 1.5rem !important;
}

.mt-5-first:first-child {
  margin-top: 3rem !important;
}

.mt-20-first:first-child {
  margin-top: 2rem !important;
}

.mt-25-first:first-child {
  margin-top: 2.5rem !important;
}

.mt-35-first:first-child {
  margin-top: 3.5rem !important;
}

.mt-40-first:first-child {
  margin-top: 4rem !important;
}

.mt-45-first:first-child {
  margin-top: 4.5rem !important;
}

.mt-50-first:first-child {
  margin-top: 5rem !important;
}

.mt-55-first:first-child {
  margin-top: 5.5rem !important;
}

.mt-60-first:first-child {
  margin-top: 6rem !important;
}

.mt-65-first:first-child {
  margin-top: 6.5rem !important;
}

.mt-70-first:first-child {
  margin-top: 7rem !important;
}

.mt-75-first:first-child {
  margin-top: 7.5rem !important;
}

.mt-80-first:first-child {
  margin-top: 8rem !important;
}

.mt-85-first:first-child {
  margin-top: 8.5rem !important;
}

.mt-90-first:first-child {
  margin-top: 9rem !important;
}

.mt-95-first:first-child {
  margin-top: 9.5rem !important;
}

.mt-100-first:first-child {
  margin-top: 10rem !important;
}

.mt-105-first:first-child {
  margin-top: 10.5rem !important;
}

.mt-110-first:first-child {
  margin-top: 11rem !important;
}

.mt-115-first:first-child {
  margin-top: 11.5rem !important;
}

.mt-120-first:first-child {
  margin-top: 12rem !important;
}

.mt-125-first:first-child {
  margin-top: 12.5rem !important;
}

.mt-130-first:first-child {
  margin-top: 13rem !important;
}

.mt-135-first:first-child {
  margin-top: 13.5rem !important;
}

.mt-140-first:first-child {
  margin-top: 14rem !important;
}

.mt-145-first:first-child {
  margin-top: 14.5rem !important;
}

.mt-150-first:first-child {
  margin-top: 15rem !important;
}

.mt-155-first:first-child {
  margin-top: 15.5rem !important;
}

.mt-160-first:first-child {
  margin-top: 16rem !important;
}

.mt-165-first:first-child {
  margin-top: 16.5rem !important;
}

.mt-170-first:first-child {
  margin-top: 17rem !important;
}

.mt-175-first:first-child {
  margin-top: 17.5rem !important;
}

.mt-180-first:first-child {
  margin-top: 18rem !important;
}

.mt-185-first:first-child {
  margin-top: 18.5rem !important;
}

.mt-190-first:first-child {
  margin-top: 19rem !important;
}

.mt-195-first:first-child {
  margin-top: 19.5rem !important;
}

.mt-200-first:first-child {
  margin-top: 20rem !important;
}

.mt-auto-first:first-child {
  margin-top: auto !important;
}

.me-0-last:last-child {
  margin-right: 0 !important;
}

.me-1-last:last-child {
  margin-right: 0.25rem !important;
}

.me-2-last:last-child {
  margin-right: 0.5rem !important;
}

.me-3-last:last-child {
  margin-right: 1rem !important;
}

.me-4-last:last-child {
  margin-right: 1.5rem !important;
}

.me-5-last:last-child {
  margin-right: 3rem !important;
}

.me-20-last:last-child {
  margin-right: 2rem !important;
}

.me-25-last:last-child {
  margin-right: 2.5rem !important;
}

.me-35-last:last-child {
  margin-right: 3.5rem !important;
}

.me-40-last:last-child {
  margin-right: 4rem !important;
}

.me-45-last:last-child {
  margin-right: 4.5rem !important;
}

.me-50-last:last-child {
  margin-right: 5rem !important;
}

.me-55-last:last-child {
  margin-right: 5.5rem !important;
}

.me-60-last:last-child {
  margin-right: 6rem !important;
}

.me-65-last:last-child {
  margin-right: 6.5rem !important;
}

.me-70-last:last-child {
  margin-right: 7rem !important;
}

.me-75-last:last-child {
  margin-right: 7.5rem !important;
}

.me-80-last:last-child {
  margin-right: 8rem !important;
}

.me-85-last:last-child {
  margin-right: 8.5rem !important;
}

.me-90-last:last-child {
  margin-right: 9rem !important;
}

.me-95-last:last-child {
  margin-right: 9.5rem !important;
}

.me-100-last:last-child {
  margin-right: 10rem !important;
}

.me-105-last:last-child {
  margin-right: 10.5rem !important;
}

.me-110-last:last-child {
  margin-right: 11rem !important;
}

.me-115-last:last-child {
  margin-right: 11.5rem !important;
}

.me-120-last:last-child {
  margin-right: 12rem !important;
}

.me-125-last:last-child {
  margin-right: 12.5rem !important;
}

.me-130-last:last-child {
  margin-right: 13rem !important;
}

.me-135-last:last-child {
  margin-right: 13.5rem !important;
}

.me-140-last:last-child {
  margin-right: 14rem !important;
}

.me-145-last:last-child {
  margin-right: 14.5rem !important;
}

.me-150-last:last-child {
  margin-right: 15rem !important;
}

.me-155-last:last-child {
  margin-right: 15.5rem !important;
}

.me-160-last:last-child {
  margin-right: 16rem !important;
}

.me-165-last:last-child {
  margin-right: 16.5rem !important;
}

.me-170-last:last-child {
  margin-right: 17rem !important;
}

.me-175-last:last-child {
  margin-right: 17.5rem !important;
}

.me-180-last:last-child {
  margin-right: 18rem !important;
}

.me-185-last:last-child {
  margin-right: 18.5rem !important;
}

.me-190-last:last-child {
  margin-right: 19rem !important;
}

.me-195-last:last-child {
  margin-right: 19.5rem !important;
}

.me-200-last:last-child {
  margin-right: 20rem !important;
}

.me-auto-last:last-child {
  margin-right: auto !important;
}

.me-0-first:first-child {
  margin-right: 0 !important;
}

.me-1-first:first-child {
  margin-right: 0.25rem !important;
}

.me-2-first:first-child {
  margin-right: 0.5rem !important;
}

.me-3-first:first-child {
  margin-right: 1rem !important;
}

.me-4-first:first-child {
  margin-right: 1.5rem !important;
}

.me-5-first:first-child {
  margin-right: 3rem !important;
}

.me-20-first:first-child {
  margin-right: 2rem !important;
}

.me-25-first:first-child {
  margin-right: 2.5rem !important;
}

.me-35-first:first-child {
  margin-right: 3.5rem !important;
}

.me-40-first:first-child {
  margin-right: 4rem !important;
}

.me-45-first:first-child {
  margin-right: 4.5rem !important;
}

.me-50-first:first-child {
  margin-right: 5rem !important;
}

.me-55-first:first-child {
  margin-right: 5.5rem !important;
}

.me-60-first:first-child {
  margin-right: 6rem !important;
}

.me-65-first:first-child {
  margin-right: 6.5rem !important;
}

.me-70-first:first-child {
  margin-right: 7rem !important;
}

.me-75-first:first-child {
  margin-right: 7.5rem !important;
}

.me-80-first:first-child {
  margin-right: 8rem !important;
}

.me-85-first:first-child {
  margin-right: 8.5rem !important;
}

.me-90-first:first-child {
  margin-right: 9rem !important;
}

.me-95-first:first-child {
  margin-right: 9.5rem !important;
}

.me-100-first:first-child {
  margin-right: 10rem !important;
}

.me-105-first:first-child {
  margin-right: 10.5rem !important;
}

.me-110-first:first-child {
  margin-right: 11rem !important;
}

.me-115-first:first-child {
  margin-right: 11.5rem !important;
}

.me-120-first:first-child {
  margin-right: 12rem !important;
}

.me-125-first:first-child {
  margin-right: 12.5rem !important;
}

.me-130-first:first-child {
  margin-right: 13rem !important;
}

.me-135-first:first-child {
  margin-right: 13.5rem !important;
}

.me-140-first:first-child {
  margin-right: 14rem !important;
}

.me-145-first:first-child {
  margin-right: 14.5rem !important;
}

.me-150-first:first-child {
  margin-right: 15rem !important;
}

.me-155-first:first-child {
  margin-right: 15.5rem !important;
}

.me-160-first:first-child {
  margin-right: 16rem !important;
}

.me-165-first:first-child {
  margin-right: 16.5rem !important;
}

.me-170-first:first-child {
  margin-right: 17rem !important;
}

.me-175-first:first-child {
  margin-right: 17.5rem !important;
}

.me-180-first:first-child {
  margin-right: 18rem !important;
}

.me-185-first:first-child {
  margin-right: 18.5rem !important;
}

.me-190-first:first-child {
  margin-right: 19rem !important;
}

.me-195-first:first-child {
  margin-right: 19.5rem !important;
}

.me-200-first:first-child {
  margin-right: 20rem !important;
}

.me-auto-first:first-child {
  margin-right: auto !important;
}

.mb-0-last:last-child {
  margin-bottom: 0 !important;
}

.mb-1-last:last-child {
  margin-bottom: 0.25rem !important;
}

.mb-2-last:last-child {
  margin-bottom: 0.5rem !important;
}

.mb-3-last:last-child {
  margin-bottom: 1rem !important;
}

.mb-4-last:last-child {
  margin-bottom: 1.5rem !important;
}

.mb-5-last:last-child {
  margin-bottom: 3rem !important;
}

.mb-20-last:last-child {
  margin-bottom: 2rem !important;
}

.mb-25-last:last-child {
  margin-bottom: 2.5rem !important;
}

.mb-35-last:last-child {
  margin-bottom: 3.5rem !important;
}

.mb-40-last:last-child {
  margin-bottom: 4rem !important;
}

.mb-45-last:last-child {
  margin-bottom: 4.5rem !important;
}

.mb-50-last:last-child {
  margin-bottom: 5rem !important;
}

.mb-55-last:last-child {
  margin-bottom: 5.5rem !important;
}

.mb-60-last:last-child {
  margin-bottom: 6rem !important;
}

.mb-65-last:last-child {
  margin-bottom: 6.5rem !important;
}

.mb-70-last:last-child {
  margin-bottom: 7rem !important;
}

.mb-75-last:last-child {
  margin-bottom: 7.5rem !important;
}

.mb-80-last:last-child {
  margin-bottom: 8rem !important;
}

.mb-85-last:last-child {
  margin-bottom: 8.5rem !important;
}

.mb-90-last:last-child {
  margin-bottom: 9rem !important;
}

.mb-95-last:last-child {
  margin-bottom: 9.5rem !important;
}

.mb-100-last:last-child {
  margin-bottom: 10rem !important;
}

.mb-105-last:last-child {
  margin-bottom: 10.5rem !important;
}

.mb-110-last:last-child {
  margin-bottom: 11rem !important;
}

.mb-115-last:last-child {
  margin-bottom: 11.5rem !important;
}

.mb-120-last:last-child {
  margin-bottom: 12rem !important;
}

.mb-125-last:last-child {
  margin-bottom: 12.5rem !important;
}

.mb-130-last:last-child {
  margin-bottom: 13rem !important;
}

.mb-135-last:last-child {
  margin-bottom: 13.5rem !important;
}

.mb-140-last:last-child {
  margin-bottom: 14rem !important;
}

.mb-145-last:last-child {
  margin-bottom: 14.5rem !important;
}

.mb-150-last:last-child {
  margin-bottom: 15rem !important;
}

.mb-155-last:last-child {
  margin-bottom: 15.5rem !important;
}

.mb-160-last:last-child {
  margin-bottom: 16rem !important;
}

.mb-165-last:last-child {
  margin-bottom: 16.5rem !important;
}

.mb-170-last:last-child {
  margin-bottom: 17rem !important;
}

.mb-175-last:last-child {
  margin-bottom: 17.5rem !important;
}

.mb-180-last:last-child {
  margin-bottom: 18rem !important;
}

.mb-185-last:last-child {
  margin-bottom: 18.5rem !important;
}

.mb-190-last:last-child {
  margin-bottom: 19rem !important;
}

.mb-195-last:last-child {
  margin-bottom: 19.5rem !important;
}

.mb-200-last:last-child {
  margin-bottom: 20rem !important;
}

.mb-auto-last:last-child {
  margin-bottom: auto !important;
}

.ms-0-last:last-child {
  margin-left: 0 !important;
}

.ms-1-last:last-child {
  margin-left: 0.25rem !important;
}

.ms-2-last:last-child {
  margin-left: 0.5rem !important;
}

.ms-3-last:last-child {
  margin-left: 1rem !important;
}

.ms-4-last:last-child {
  margin-left: 1.5rem !important;
}

.ms-5-last:last-child {
  margin-left: 3rem !important;
}

.ms-20-last:last-child {
  margin-left: 2rem !important;
}

.ms-25-last:last-child {
  margin-left: 2.5rem !important;
}

.ms-35-last:last-child {
  margin-left: 3.5rem !important;
}

.ms-40-last:last-child {
  margin-left: 4rem !important;
}

.ms-45-last:last-child {
  margin-left: 4.5rem !important;
}

.ms-50-last:last-child {
  margin-left: 5rem !important;
}

.ms-55-last:last-child {
  margin-left: 5.5rem !important;
}

.ms-60-last:last-child {
  margin-left: 6rem !important;
}

.ms-65-last:last-child {
  margin-left: 6.5rem !important;
}

.ms-70-last:last-child {
  margin-left: 7rem !important;
}

.ms-75-last:last-child {
  margin-left: 7.5rem !important;
}

.ms-80-last:last-child {
  margin-left: 8rem !important;
}

.ms-85-last:last-child {
  margin-left: 8.5rem !important;
}

.ms-90-last:last-child {
  margin-left: 9rem !important;
}

.ms-95-last:last-child {
  margin-left: 9.5rem !important;
}

.ms-100-last:last-child {
  margin-left: 10rem !important;
}

.ms-105-last:last-child {
  margin-left: 10.5rem !important;
}

.ms-110-last:last-child {
  margin-left: 11rem !important;
}

.ms-115-last:last-child {
  margin-left: 11.5rem !important;
}

.ms-120-last:last-child {
  margin-left: 12rem !important;
}

.ms-125-last:last-child {
  margin-left: 12.5rem !important;
}

.ms-130-last:last-child {
  margin-left: 13rem !important;
}

.ms-135-last:last-child {
  margin-left: 13.5rem !important;
}

.ms-140-last:last-child {
  margin-left: 14rem !important;
}

.ms-145-last:last-child {
  margin-left: 14.5rem !important;
}

.ms-150-last:last-child {
  margin-left: 15rem !important;
}

.ms-155-last:last-child {
  margin-left: 15.5rem !important;
}

.ms-160-last:last-child {
  margin-left: 16rem !important;
}

.ms-165-last:last-child {
  margin-left: 16.5rem !important;
}

.ms-170-last:last-child {
  margin-left: 17rem !important;
}

.ms-175-last:last-child {
  margin-left: 17.5rem !important;
}

.ms-180-last:last-child {
  margin-left: 18rem !important;
}

.ms-185-last:last-child {
  margin-left: 18.5rem !important;
}

.ms-190-last:last-child {
  margin-left: 19rem !important;
}

.ms-195-last:last-child {
  margin-left: 19.5rem !important;
}

.ms-200-last:last-child {
  margin-left: 20rem !important;
}

.ms-auto-last:last-child {
  margin-left: auto !important;
}

.ms-0-first:first-child {
  margin-left: 0 !important;
}

.ms-1-first:first-child {
  margin-left: 0.25rem !important;
}

.ms-2-first:first-child {
  margin-left: 0.5rem !important;
}

.ms-3-first:first-child {
  margin-left: 1rem !important;
}

.ms-4-first:first-child {
  margin-left: 1.5rem !important;
}

.ms-5-first:first-child {
  margin-left: 3rem !important;
}

.ms-20-first:first-child {
  margin-left: 2rem !important;
}

.ms-25-first:first-child {
  margin-left: 2.5rem !important;
}

.ms-35-first:first-child {
  margin-left: 3.5rem !important;
}

.ms-40-first:first-child {
  margin-left: 4rem !important;
}

.ms-45-first:first-child {
  margin-left: 4.5rem !important;
}

.ms-50-first:first-child {
  margin-left: 5rem !important;
}

.ms-55-first:first-child {
  margin-left: 5.5rem !important;
}

.ms-60-first:first-child {
  margin-left: 6rem !important;
}

.ms-65-first:first-child {
  margin-left: 6.5rem !important;
}

.ms-70-first:first-child {
  margin-left: 7rem !important;
}

.ms-75-first:first-child {
  margin-left: 7.5rem !important;
}

.ms-80-first:first-child {
  margin-left: 8rem !important;
}

.ms-85-first:first-child {
  margin-left: 8.5rem !important;
}

.ms-90-first:first-child {
  margin-left: 9rem !important;
}

.ms-95-first:first-child {
  margin-left: 9.5rem !important;
}

.ms-100-first:first-child {
  margin-left: 10rem !important;
}

.ms-105-first:first-child {
  margin-left: 10.5rem !important;
}

.ms-110-first:first-child {
  margin-left: 11rem !important;
}

.ms-115-first:first-child {
  margin-left: 11.5rem !important;
}

.ms-120-first:first-child {
  margin-left: 12rem !important;
}

.ms-125-first:first-child {
  margin-left: 12.5rem !important;
}

.ms-130-first:first-child {
  margin-left: 13rem !important;
}

.ms-135-first:first-child {
  margin-left: 13.5rem !important;
}

.ms-140-first:first-child {
  margin-left: 14rem !important;
}

.ms-145-first:first-child {
  margin-left: 14.5rem !important;
}

.ms-150-first:first-child {
  margin-left: 15rem !important;
}

.ms-155-first:first-child {
  margin-left: 15.5rem !important;
}

.ms-160-first:first-child {
  margin-left: 16rem !important;
}

.ms-165-first:first-child {
  margin-left: 16.5rem !important;
}

.ms-170-first:first-child {
  margin-left: 17rem !important;
}

.ms-175-first:first-child {
  margin-left: 17.5rem !important;
}

.ms-180-first:first-child {
  margin-left: 18rem !important;
}

.ms-185-first:first-child {
  margin-left: 18.5rem !important;
}

.ms-190-first:first-child {
  margin-left: 19rem !important;
}

.ms-195-first:first-child {
  margin-left: 19.5rem !important;
}

.ms-200-first:first-child {
  margin-left: 20rem !important;
}

.ms-auto-first:first-child {
  margin-left: auto !important;
}

.me-n1-last:last-child {
  margin-right: -0.25rem !important;
}

.me-n2-last:last-child {
  margin-right: -0.5rem !important;
}

.me-n3-last:last-child {
  margin-right: -1rem !important;
}

.me-n4-last:last-child {
  margin-right: -1.5rem !important;
}

.me-n5-last:last-child {
  margin-right: -3rem !important;
}

.me-n20-last:last-child {
  margin-right: -2rem !important;
}

.me-n25-last:last-child {
  margin-right: -2.5rem !important;
}

.me-n35-last:last-child {
  margin-right: -3.5rem !important;
}

.me-n40-last:last-child {
  margin-right: -4rem !important;
}

.me-n45-last:last-child {
  margin-right: -4.5rem !important;
}

.me-n50-last:last-child {
  margin-right: -5rem !important;
}

.me-n55-last:last-child {
  margin-right: -5.5rem !important;
}

.me-n60-last:last-child {
  margin-right: -6rem !important;
}

.me-n65-last:last-child {
  margin-right: -6.5rem !important;
}

.me-n70-last:last-child {
  margin-right: -7rem !important;
}

.me-n75-last:last-child {
  margin-right: -7.5rem !important;
}

.me-n80-last:last-child {
  margin-right: -8rem !important;
}

.me-n85-last:last-child {
  margin-right: -8.5rem !important;
}

.me-n90-last:last-child {
  margin-right: -9rem !important;
}

.me-n95-last:last-child {
  margin-right: -9.5rem !important;
}

.me-n100-last:last-child {
  margin-right: -10rem !important;
}

.me-n105-last:last-child {
  margin-right: -10.5rem !important;
}

.me-n110-last:last-child {
  margin-right: -11rem !important;
}

.me-n115-last:last-child {
  margin-right: -11.5rem !important;
}

.me-n120-last:last-child {
  margin-right: -12rem !important;
}

.me-n125-last:last-child {
  margin-right: -12.5rem !important;
}

.me-n130-last:last-child {
  margin-right: -13rem !important;
}

.me-n135-last:last-child {
  margin-right: -13.5rem !important;
}

.me-n140-last:last-child {
  margin-right: -14rem !important;
}

.me-n145-last:last-child {
  margin-right: -14.5rem !important;
}

.me-n150-last:last-child {
  margin-right: -15rem !important;
}

.me-n155-last:last-child {
  margin-right: -15.5rem !important;
}

.me-n160-last:last-child {
  margin-right: -16rem !important;
}

.me-n165-last:last-child {
  margin-right: -16.5rem !important;
}

.me-n170-last:last-child {
  margin-right: -17rem !important;
}

.me-n175-last:last-child {
  margin-right: -17.5rem !important;
}

.me-n180-last:last-child {
  margin-right: -18rem !important;
}

.me-n185-last:last-child {
  margin-right: -18.5rem !important;
}

.me-n190-last:last-child {
  margin-right: -19rem !important;
}

.me-n195-last:last-child {
  margin-right: -19.5rem !important;
}

.me-n200-last:last-child {
  margin-right: -20rem !important;
}

.me-n1-first:first-child {
  margin-right: -0.25rem !important;
}

.me-n2-first:first-child {
  margin-right: -0.5rem !important;
}

.me-n3-first:first-child {
  margin-right: -1rem !important;
}

.me-n4-first:first-child {
  margin-right: -1.5rem !important;
}

.me-n5-first:first-child {
  margin-right: -3rem !important;
}

.me-n20-first:first-child {
  margin-right: -2rem !important;
}

.me-n25-first:first-child {
  margin-right: -2.5rem !important;
}

.me-n35-first:first-child {
  margin-right: -3.5rem !important;
}

.me-n40-first:first-child {
  margin-right: -4rem !important;
}

.me-n45-first:first-child {
  margin-right: -4.5rem !important;
}

.me-n50-first:first-child {
  margin-right: -5rem !important;
}

.me-n55-first:first-child {
  margin-right: -5.5rem !important;
}

.me-n60-first:first-child {
  margin-right: -6rem !important;
}

.me-n65-first:first-child {
  margin-right: -6.5rem !important;
}

.me-n70-first:first-child {
  margin-right: -7rem !important;
}

.me-n75-first:first-child {
  margin-right: -7.5rem !important;
}

.me-n80-first:first-child {
  margin-right: -8rem !important;
}

.me-n85-first:first-child {
  margin-right: -8.5rem !important;
}

.me-n90-first:first-child {
  margin-right: -9rem !important;
}

.me-n95-first:first-child {
  margin-right: -9.5rem !important;
}

.me-n100-first:first-child {
  margin-right: -10rem !important;
}

.me-n105-first:first-child {
  margin-right: -10.5rem !important;
}

.me-n110-first:first-child {
  margin-right: -11rem !important;
}

.me-n115-first:first-child {
  margin-right: -11.5rem !important;
}

.me-n120-first:first-child {
  margin-right: -12rem !important;
}

.me-n125-first:first-child {
  margin-right: -12.5rem !important;
}

.me-n130-first:first-child {
  margin-right: -13rem !important;
}

.me-n135-first:first-child {
  margin-right: -13.5rem !important;
}

.me-n140-first:first-child {
  margin-right: -14rem !important;
}

.me-n145-first:first-child {
  margin-right: -14.5rem !important;
}

.me-n150-first:first-child {
  margin-right: -15rem !important;
}

.me-n155-first:first-child {
  margin-right: -15.5rem !important;
}

.me-n160-first:first-child {
  margin-right: -16rem !important;
}

.me-n165-first:first-child {
  margin-right: -16.5rem !important;
}

.me-n170-first:first-child {
  margin-right: -17rem !important;
}

.me-n175-first:first-child {
  margin-right: -17.5rem !important;
}

.me-n180-first:first-child {
  margin-right: -18rem !important;
}

.me-n185-first:first-child {
  margin-right: -18.5rem !important;
}

.me-n190-first:first-child {
  margin-right: -19rem !important;
}

.me-n195-first:first-child {
  margin-right: -19.5rem !important;
}

.me-n200-first:first-child {
  margin-right: -20rem !important;
}

.ms-n1-last:last-child {
  margin-left: -0.25rem !important;
}

.ms-n2-last:last-child {
  margin-left: -0.5rem !important;
}

.ms-n3-last:last-child {
  margin-left: -1rem !important;
}

.ms-n4-last:last-child {
  margin-left: -1.5rem !important;
}

.ms-n5-last:last-child {
  margin-left: -3rem !important;
}

.ms-n20-last:last-child {
  margin-left: -2rem !important;
}

.ms-n25-last:last-child {
  margin-left: -2.5rem !important;
}

.ms-n35-last:last-child {
  margin-left: -3.5rem !important;
}

.ms-n40-last:last-child {
  margin-left: -4rem !important;
}

.ms-n45-last:last-child {
  margin-left: -4.5rem !important;
}

.ms-n50-last:last-child {
  margin-left: -5rem !important;
}

.ms-n55-last:last-child {
  margin-left: -5.5rem !important;
}

.ms-n60-last:last-child {
  margin-left: -6rem !important;
}

.ms-n65-last:last-child {
  margin-left: -6.5rem !important;
}

.ms-n70-last:last-child {
  margin-left: -7rem !important;
}

.ms-n75-last:last-child {
  margin-left: -7.5rem !important;
}

.ms-n80-last:last-child {
  margin-left: -8rem !important;
}

.ms-n85-last:last-child {
  margin-left: -8.5rem !important;
}

.ms-n90-last:last-child {
  margin-left: -9rem !important;
}

.ms-n95-last:last-child {
  margin-left: -9.5rem !important;
}

.ms-n100-last:last-child {
  margin-left: -10rem !important;
}

.ms-n105-last:last-child {
  margin-left: -10.5rem !important;
}

.ms-n110-last:last-child {
  margin-left: -11rem !important;
}

.ms-n115-last:last-child {
  margin-left: -11.5rem !important;
}

.ms-n120-last:last-child {
  margin-left: -12rem !important;
}

.ms-n125-last:last-child {
  margin-left: -12.5rem !important;
}

.ms-n130-last:last-child {
  margin-left: -13rem !important;
}

.ms-n135-last:last-child {
  margin-left: -13.5rem !important;
}

.ms-n140-last:last-child {
  margin-left: -14rem !important;
}

.ms-n145-last:last-child {
  margin-left: -14.5rem !important;
}

.ms-n150-last:last-child {
  margin-left: -15rem !important;
}

.ms-n155-last:last-child {
  margin-left: -15.5rem !important;
}

.ms-n160-last:last-child {
  margin-left: -16rem !important;
}

.ms-n165-last:last-child {
  margin-left: -16.5rem !important;
}

.ms-n170-last:last-child {
  margin-left: -17rem !important;
}

.ms-n175-last:last-child {
  margin-left: -17.5rem !important;
}

.ms-n180-last:last-child {
  margin-left: -18rem !important;
}

.ms-n185-last:last-child {
  margin-left: -18.5rem !important;
}

.ms-n190-last:last-child {
  margin-left: -19rem !important;
}

.ms-n195-last:last-child {
  margin-left: -19.5rem !important;
}

.ms-n200-last:last-child {
  margin-left: -20rem !important;
}

.ms-n1-first:first-child {
  margin-left: -0.25rem !important;
}

.ms-n2-first:first-child {
  margin-left: -0.5rem !important;
}

.ms-n3-first:first-child {
  margin-left: -1rem !important;
}

.ms-n4-first:first-child {
  margin-left: -1.5rem !important;
}

.ms-n5-first:first-child {
  margin-left: -3rem !important;
}

.ms-n20-first:first-child {
  margin-left: -2rem !important;
}

.ms-n25-first:first-child {
  margin-left: -2.5rem !important;
}

.ms-n35-first:first-child {
  margin-left: -3.5rem !important;
}

.ms-n40-first:first-child {
  margin-left: -4rem !important;
}

.ms-n45-first:first-child {
  margin-left: -4.5rem !important;
}

.ms-n50-first:first-child {
  margin-left: -5rem !important;
}

.ms-n55-first:first-child {
  margin-left: -5.5rem !important;
}

.ms-n60-first:first-child {
  margin-left: -6rem !important;
}

.ms-n65-first:first-child {
  margin-left: -6.5rem !important;
}

.ms-n70-first:first-child {
  margin-left: -7rem !important;
}

.ms-n75-first:first-child {
  margin-left: -7.5rem !important;
}

.ms-n80-first:first-child {
  margin-left: -8rem !important;
}

.ms-n85-first:first-child {
  margin-left: -8.5rem !important;
}

.ms-n90-first:first-child {
  margin-left: -9rem !important;
}

.ms-n95-first:first-child {
  margin-left: -9.5rem !important;
}

.ms-n100-first:first-child {
  margin-left: -10rem !important;
}

.ms-n105-first:first-child {
  margin-left: -10.5rem !important;
}

.ms-n110-first:first-child {
  margin-left: -11rem !important;
}

.ms-n115-first:first-child {
  margin-left: -11.5rem !important;
}

.ms-n120-first:first-child {
  margin-left: -12rem !important;
}

.ms-n125-first:first-child {
  margin-left: -12.5rem !important;
}

.ms-n130-first:first-child {
  margin-left: -13rem !important;
}

.ms-n135-first:first-child {
  margin-left: -13.5rem !important;
}

.ms-n140-first:first-child {
  margin-left: -14rem !important;
}

.ms-n145-first:first-child {
  margin-left: -14.5rem !important;
}

.ms-n150-first:first-child {
  margin-left: -15rem !important;
}

.ms-n155-first:first-child {
  margin-left: -15.5rem !important;
}

.ms-n160-first:first-child {
  margin-left: -16rem !important;
}

.ms-n165-first:first-child {
  margin-left: -16.5rem !important;
}

.ms-n170-first:first-child {
  margin-left: -17rem !important;
}

.ms-n175-first:first-child {
  margin-left: -17.5rem !important;
}

.ms-n180-first:first-child {
  margin-left: -18rem !important;
}

.ms-n185-first:first-child {
  margin-left: -18.5rem !important;
}

.ms-n190-first:first-child {
  margin-left: -19rem !important;
}

.ms-n195-first:first-child {
  margin-left: -19.5rem !important;
}

.ms-n200-first:first-child {
  margin-left: -20rem !important;
}

.pe-0-last:last-child {
  padding-right: 0 !important;
}

.pe-1-last:last-child {
  padding-right: 0.25rem !important;
}

.pe-2-last:last-child {
  padding-right: 0.5rem !important;
}

.pe-3-last:last-child {
  padding-right: 1rem !important;
}

.pe-4-last:last-child {
  padding-right: 1.5rem !important;
}

.pe-5-last:last-child {
  padding-right: 3rem !important;
}

.pe-20-last:last-child {
  padding-right: 2rem !important;
}

.pe-25-last:last-child {
  padding-right: 2.5rem !important;
}

.pe-35-last:last-child {
  padding-right: 3.5rem !important;
}

.pe-40-last:last-child {
  padding-right: 4rem !important;
}

.pe-45-last:last-child {
  padding-right: 4.5rem !important;
}

.pe-50-last:last-child {
  padding-right: 5rem !important;
}

.pe-55-last:last-child {
  padding-right: 5.5rem !important;
}

.pe-60-last:last-child {
  padding-right: 6rem !important;
}

.pe-65-last:last-child {
  padding-right: 6.5rem !important;
}

.pe-70-last:last-child {
  padding-right: 7rem !important;
}

.pe-75-last:last-child {
  padding-right: 7.5rem !important;
}

.pe-80-last:last-child {
  padding-right: 8rem !important;
}

.pe-85-last:last-child {
  padding-right: 8.5rem !important;
}

.pe-90-last:last-child {
  padding-right: 9rem !important;
}

.pe-95-last:last-child {
  padding-right: 9.5rem !important;
}

.pe-100-last:last-child {
  padding-right: 10rem !important;
}

.pe-105-last:last-child {
  padding-right: 10.5rem !important;
}

.pe-110-last:last-child {
  padding-right: 11rem !important;
}

.pe-115-last:last-child {
  padding-right: 11.5rem !important;
}

.pe-120-last:last-child {
  padding-right: 12rem !important;
}

.pe-125-last:last-child {
  padding-right: 12.5rem !important;
}

.pe-130-last:last-child {
  padding-right: 13rem !important;
}

.pe-135-last:last-child {
  padding-right: 13.5rem !important;
}

.pe-140-last:last-child {
  padding-right: 14rem !important;
}

.pe-145-last:last-child {
  padding-right: 14.5rem !important;
}

.pe-150-last:last-child {
  padding-right: 15rem !important;
}

.pe-155-last:last-child {
  padding-right: 15.5rem !important;
}

.pe-160-last:last-child {
  padding-right: 16rem !important;
}

.pe-165-last:last-child {
  padding-right: 16.5rem !important;
}

.pe-170-last:last-child {
  padding-right: 17rem !important;
}

.pe-175-last:last-child {
  padding-right: 17.5rem !important;
}

.pe-180-last:last-child {
  padding-right: 18rem !important;
}

.pe-185-last:last-child {
  padding-right: 18.5rem !important;
}

.pe-190-last:last-child {
  padding-right: 19rem !important;
}

.pe-195-last:last-child {
  padding-right: 19.5rem !important;
}

.pe-200-last:last-child {
  padding-right: 20rem !important;
}

.pe-0-first:first-child {
  padding-right: 0 !important;
}

.pe-1-first:first-child {
  padding-right: 0.25rem !important;
}

.pe-2-first:first-child {
  padding-right: 0.5rem !important;
}

.pe-3-first:first-child {
  padding-right: 1rem !important;
}

.pe-4-first:first-child {
  padding-right: 1.5rem !important;
}

.pe-5-first:first-child {
  padding-right: 3rem !important;
}

.pe-20-first:first-child {
  padding-right: 2rem !important;
}

.pe-25-first:first-child {
  padding-right: 2.5rem !important;
}

.pe-35-first:first-child {
  padding-right: 3.5rem !important;
}

.pe-40-first:first-child {
  padding-right: 4rem !important;
}

.pe-45-first:first-child {
  padding-right: 4.5rem !important;
}

.pe-50-first:first-child {
  padding-right: 5rem !important;
}

.pe-55-first:first-child {
  padding-right: 5.5rem !important;
}

.pe-60-first:first-child {
  padding-right: 6rem !important;
}

.pe-65-first:first-child {
  padding-right: 6.5rem !important;
}

.pe-70-first:first-child {
  padding-right: 7rem !important;
}

.pe-75-first:first-child {
  padding-right: 7.5rem !important;
}

.pe-80-first:first-child {
  padding-right: 8rem !important;
}

.pe-85-first:first-child {
  padding-right: 8.5rem !important;
}

.pe-90-first:first-child {
  padding-right: 9rem !important;
}

.pe-95-first:first-child {
  padding-right: 9.5rem !important;
}

.pe-100-first:first-child {
  padding-right: 10rem !important;
}

.pe-105-first:first-child {
  padding-right: 10.5rem !important;
}

.pe-110-first:first-child {
  padding-right: 11rem !important;
}

.pe-115-first:first-child {
  padding-right: 11.5rem !important;
}

.pe-120-first:first-child {
  padding-right: 12rem !important;
}

.pe-125-first:first-child {
  padding-right: 12.5rem !important;
}

.pe-130-first:first-child {
  padding-right: 13rem !important;
}

.pe-135-first:first-child {
  padding-right: 13.5rem !important;
}

.pe-140-first:first-child {
  padding-right: 14rem !important;
}

.pe-145-first:first-child {
  padding-right: 14.5rem !important;
}

.pe-150-first:first-child {
  padding-right: 15rem !important;
}

.pe-155-first:first-child {
  padding-right: 15.5rem !important;
}

.pe-160-first:first-child {
  padding-right: 16rem !important;
}

.pe-165-first:first-child {
  padding-right: 16.5rem !important;
}

.pe-170-first:first-child {
  padding-right: 17rem !important;
}

.pe-175-first:first-child {
  padding-right: 17.5rem !important;
}

.pe-180-first:first-child {
  padding-right: 18rem !important;
}

.pe-185-first:first-child {
  padding-right: 18.5rem !important;
}

.pe-190-first:first-child {
  padding-right: 19rem !important;
}

.pe-195-first:first-child {
  padding-right: 19.5rem !important;
}

.pe-200-first:first-child {
  padding-right: 20rem !important;
}

.ps-0-last:last-child {
  padding-left: 0 !important;
}

.ps-1-last:last-child {
  padding-left: 0.25rem !important;
}

.ps-2-last:last-child {
  padding-left: 0.5rem !important;
}

.ps-3-last:last-child {
  padding-left: 1rem !important;
}

.ps-4-last:last-child {
  padding-left: 1.5rem !important;
}

.ps-5-last:last-child {
  padding-left: 3rem !important;
}

.ps-20-last:last-child {
  padding-left: 2rem !important;
}

.ps-25-last:last-child {
  padding-left: 2.5rem !important;
}

.ps-35-last:last-child {
  padding-left: 3.5rem !important;
}

.ps-40-last:last-child {
  padding-left: 4rem !important;
}

.ps-45-last:last-child {
  padding-left: 4.5rem !important;
}

.ps-50-last:last-child {
  padding-left: 5rem !important;
}

.ps-55-last:last-child {
  padding-left: 5.5rem !important;
}

.ps-60-last:last-child {
  padding-left: 6rem !important;
}

.ps-65-last:last-child {
  padding-left: 6.5rem !important;
}

.ps-70-last:last-child {
  padding-left: 7rem !important;
}

.ps-75-last:last-child {
  padding-left: 7.5rem !important;
}

.ps-80-last:last-child {
  padding-left: 8rem !important;
}

.ps-85-last:last-child {
  padding-left: 8.5rem !important;
}

.ps-90-last:last-child {
  padding-left: 9rem !important;
}

.ps-95-last:last-child {
  padding-left: 9.5rem !important;
}

.ps-100-last:last-child {
  padding-left: 10rem !important;
}

.ps-105-last:last-child {
  padding-left: 10.5rem !important;
}

.ps-110-last:last-child {
  padding-left: 11rem !important;
}

.ps-115-last:last-child {
  padding-left: 11.5rem !important;
}

.ps-120-last:last-child {
  padding-left: 12rem !important;
}

.ps-125-last:last-child {
  padding-left: 12.5rem !important;
}

.ps-130-last:last-child {
  padding-left: 13rem !important;
}

.ps-135-last:last-child {
  padding-left: 13.5rem !important;
}

.ps-140-last:last-child {
  padding-left: 14rem !important;
}

.ps-145-last:last-child {
  padding-left: 14.5rem !important;
}

.ps-150-last:last-child {
  padding-left: 15rem !important;
}

.ps-155-last:last-child {
  padding-left: 15.5rem !important;
}

.ps-160-last:last-child {
  padding-left: 16rem !important;
}

.ps-165-last:last-child {
  padding-left: 16.5rem !important;
}

.ps-170-last:last-child {
  padding-left: 17rem !important;
}

.ps-175-last:last-child {
  padding-left: 17.5rem !important;
}

.ps-180-last:last-child {
  padding-left: 18rem !important;
}

.ps-185-last:last-child {
  padding-left: 18.5rem !important;
}

.ps-190-last:last-child {
  padding-left: 19rem !important;
}

.ps-195-last:last-child {
  padding-left: 19.5rem !important;
}

.ps-200-last:last-child {
  padding-left: 20rem !important;
}

.ps-0-first:first-child {
  padding-left: 0 !important;
}

.ps-1-first:first-child {
  padding-left: 0.25rem !important;
}

.ps-2-first:first-child {
  padding-left: 0.5rem !important;
}

.ps-3-first:first-child {
  padding-left: 1rem !important;
}

.ps-4-first:first-child {
  padding-left: 1.5rem !important;
}

.ps-5-first:first-child {
  padding-left: 3rem !important;
}

.ps-20-first:first-child {
  padding-left: 2rem !important;
}

.ps-25-first:first-child {
  padding-left: 2.5rem !important;
}

.ps-35-first:first-child {
  padding-left: 3.5rem !important;
}

.ps-40-first:first-child {
  padding-left: 4rem !important;
}

.ps-45-first:first-child {
  padding-left: 4.5rem !important;
}

.ps-50-first:first-child {
  padding-left: 5rem !important;
}

.ps-55-first:first-child {
  padding-left: 5.5rem !important;
}

.ps-60-first:first-child {
  padding-left: 6rem !important;
}

.ps-65-first:first-child {
  padding-left: 6.5rem !important;
}

.ps-70-first:first-child {
  padding-left: 7rem !important;
}

.ps-75-first:first-child {
  padding-left: 7.5rem !important;
}

.ps-80-first:first-child {
  padding-left: 8rem !important;
}

.ps-85-first:first-child {
  padding-left: 8.5rem !important;
}

.ps-90-first:first-child {
  padding-left: 9rem !important;
}

.ps-95-first:first-child {
  padding-left: 9.5rem !important;
}

.ps-100-first:first-child {
  padding-left: 10rem !important;
}

.ps-105-first:first-child {
  padding-left: 10.5rem !important;
}

.ps-110-first:first-child {
  padding-left: 11rem !important;
}

.ps-115-first:first-child {
  padding-left: 11.5rem !important;
}

.ps-120-first:first-child {
  padding-left: 12rem !important;
}

.ps-125-first:first-child {
  padding-left: 12.5rem !important;
}

.ps-130-first:first-child {
  padding-left: 13rem !important;
}

.ps-135-first:first-child {
  padding-left: 13.5rem !important;
}

.ps-140-first:first-child {
  padding-left: 14rem !important;
}

.ps-145-first:first-child {
  padding-left: 14.5rem !important;
}

.ps-150-first:first-child {
  padding-left: 15rem !important;
}

.ps-155-first:first-child {
  padding-left: 15.5rem !important;
}

.ps-160-first:first-child {
  padding-left: 16rem !important;
}

.ps-165-first:first-child {
  padding-left: 16.5rem !important;
}

.ps-170-first:first-child {
  padding-left: 17rem !important;
}

.ps-175-first:first-child {
  padding-left: 17.5rem !important;
}

.ps-180-first:first-child {
  padding-left: 18rem !important;
}

.ps-185-first:first-child {
  padding-left: 18.5rem !important;
}

.ps-190-first:first-child {
  padding-left: 19rem !important;
}

.ps-195-first:first-child {
  padding-left: 19.5rem !important;
}

.ps-200-first:first-child {
  padding-left: 20rem !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.color-blueHover:hover {
  color: #007CC2 !important;
}

.color-indigoHover:hover {
  color: #6610f2 !important;
}

.color-purpleHover:hover {
  color: #6f42c1 !important;
}

.color-pinkHover:hover {
  color: #d63384 !important;
}

.color-redHover:hover {
  color: #dc3545 !important;
}

.color-orangeHover:hover {
  color: #FD8262 !important;
}

.color-yellowHover:hover {
  color: #F6AE42 !important;
}

.color-greenHover:hover {
  color: #627C36 !important;
}

.color-tealHover:hover {
  color: #20c997 !important;
}

.color-cyanHover:hover {
  color: #0dcaf0 !important;
}

.color-blackHover:hover {
  color: #000 !important;
}

.color-whiteHover:hover {
  color: #fff !important;
}

.color-grayHover:hover {
  color: #6c757d !important;
}

.color-transparentHover:hover {
  color: transparent !important;
}

.color-blueDarkHover:hover {
  color: #2727ff !important;
}

.color-blueLightHover:hover {
  color: #000094 !important;
}

.color-pinkDarkHover:hover {
  color: #CC1F42 !important;
}

.color-pinkLightHover:hover {
  color: #FF5983 !important;
}

.color-redLightHover:hover {
  color: #ff212c !important;
}

.color-redDarkHover:hover {
  color: #960010 !important;
}

.color-yellowDarkHover:hover {
  color: #CCA300 !important;
}

.color-yellowLightHover:hover {
  color: #FFDD33 !important;
}

.color-greenLightHover:hover {
  color: #8FB914 !important;
}

.color-greenDarkHover:hover {
  color: #2ACF80 !important;
}

.color-grayDarkHover:hover {
  color: #313130 !important;
}

.color-grayLightHover:hover {
  color: #8C8C8C !important;
}

.color-lightHover:hover {
  color: #F1F1F1 !important;
}

.color-brownHover:hover {
  color: #885F50 !important;
}

.color-brownDarkHover:hover {
  color: #4D271A !important;
}

.color-brownLightHover:hover {
  color: #CFB59E !important;
}

.color-viberHover:hover {
  color: #665CAC !important;
}

.color-whatsappHover:hover {
  color: #25D366 !important;
}

.color-facebookHover:hover {
  color: #1a77f2 !important;
}

.color-vkontakteHover:hover {
  color: #0077FF !important;
}

.color-telegramHover:hover {
  color: #0088cc !important;
}

.color-youtubeHover:hover {
  color: #ff0000 !important;
}

.color-spotifyHover:hover {
  color: #1ED760 !important;
}

.color-yandexMusicHover:hover {
  color: #FC3F1D !important;
}

.color-sberZvukHover:hover {
  color: #07ead8 !important;
}

.color-appleMusicHover:hover {
  color: #fa586a !important;
}

.color-flampHover:hover {
  color: #2E6BE5 !important;
}

.color-badstudioHover:hover {
  color: #c7212c !important;
}

.color-lightDarkHover:hover {
  color: #D9D9D9 !important;
}

.color-blueActive.active {
  color: #007CC2 !important;
}

.color-indigoActive.active {
  color: #6610f2 !important;
}

.color-purpleActive.active {
  color: #6f42c1 !important;
}

.color-pinkActive.active {
  color: #d63384 !important;
}

.color-redActive.active {
  color: #dc3545 !important;
}

.color-orangeActive.active {
  color: #FD8262 !important;
}

.color-yellowActive.active {
  color: #F6AE42 !important;
}

.color-greenActive.active {
  color: #627C36 !important;
}

.color-tealActive.active {
  color: #20c997 !important;
}

.color-cyanActive.active {
  color: #0dcaf0 !important;
}

.color-blackActive.active {
  color: #000 !important;
}

.color-whiteActive.active {
  color: #fff !important;
}

.color-grayActive.active {
  color: #6c757d !important;
}

.color-transparentActive.active {
  color: transparent !important;
}

.color-blueDarkActive.active {
  color: #2727ff !important;
}

.color-blueLightActive.active {
  color: #000094 !important;
}

.color-pinkDarkActive.active {
  color: #CC1F42 !important;
}

.color-pinkLightActive.active {
  color: #FF5983 !important;
}

.color-redLightActive.active {
  color: #ff212c !important;
}

.color-redDarkActive.active {
  color: #960010 !important;
}

.color-yellowDarkActive.active {
  color: #CCA300 !important;
}

.color-yellowLightActive.active {
  color: #FFDD33 !important;
}

.color-greenLightActive.active {
  color: #8FB914 !important;
}

.color-greenDarkActive.active {
  color: #2ACF80 !important;
}

.color-grayDarkActive.active {
  color: #313130 !important;
}

.color-grayLightActive.active {
  color: #8C8C8C !important;
}

.color-lightActive.active {
  color: #F1F1F1 !important;
}

.color-brownActive.active {
  color: #885F50 !important;
}

.color-brownDarkActive.active {
  color: #4D271A !important;
}

.color-brownLightActive.active {
  color: #CFB59E !important;
}

.color-viberActive.active {
  color: #665CAC !important;
}

.color-whatsappActive.active {
  color: #25D366 !important;
}

.color-facebookActive.active {
  color: #1a77f2 !important;
}

.color-vkontakteActive.active {
  color: #0077FF !important;
}

.color-telegramActive.active {
  color: #0088cc !important;
}

.color-youtubeActive.active {
  color: #ff0000 !important;
}

.color-spotifyActive.active {
  color: #1ED760 !important;
}

.color-yandexMusicActive.active {
  color: #FC3F1D !important;
}

.color-sberZvukActive.active {
  color: #07ead8 !important;
}

.color-appleMusicActive.active {
  color: #fa586a !important;
}

.color-flampActive.active {
  color: #2E6BE5 !important;
}

.color-badstudioActive.active {
  color: #c7212c !important;
}

.color-lightDarkActive.active {
  color: #D9D9D9 !important;
}

.bg-blueHover:hover {
  background-color: #007CC2 !important;
}

.bg-indigoHover:hover {
  background-color: #6610f2 !important;
}

.bg-purpleHover:hover {
  background-color: #6f42c1 !important;
}

.bg-pinkHover:hover {
  background-color: #d63384 !important;
}

.bg-redHover:hover {
  background-color: #dc3545 !important;
}

.bg-orangeHover:hover {
  background-color: #FD8262 !important;
}

.bg-yellowHover:hover {
  background-color: #F6AE42 !important;
}

.bg-greenHover:hover {
  background-color: #627C36 !important;
}

.bg-tealHover:hover {
  background-color: #20c997 !important;
}

.bg-cyanHover:hover {
  background-color: #0dcaf0 !important;
}

.bg-blackHover:hover {
  background-color: #000 !important;
}

.bg-whiteHover:hover {
  background-color: #fff !important;
}

.bg-grayHover:hover {
  background-color: #6c757d !important;
}

.bg-transparentHover:hover {
  background-color: transparent !important;
}

.bg-blueDarkHover:hover {
  background-color: #2727ff !important;
}

.bg-blueLightHover:hover {
  background-color: #000094 !important;
}

.bg-pinkDarkHover:hover {
  background-color: #CC1F42 !important;
}

.bg-pinkLightHover:hover {
  background-color: #FF5983 !important;
}

.bg-redLightHover:hover {
  background-color: #ff212c !important;
}

.bg-redDarkHover:hover {
  background-color: #960010 !important;
}

.bg-yellowDarkHover:hover {
  background-color: #CCA300 !important;
}

.bg-yellowLightHover:hover {
  background-color: #FFDD33 !important;
}

.bg-greenLightHover:hover {
  background-color: #8FB914 !important;
}

.bg-greenDarkHover:hover {
  background-color: #2ACF80 !important;
}

.bg-grayDarkHover:hover {
  background-color: #313130 !important;
}

.bg-grayLightHover:hover {
  background-color: #8C8C8C !important;
}

.bg-lightHover:hover {
  background-color: #F1F1F1 !important;
}

.bg-brownHover:hover {
  background-color: #885F50 !important;
}

.bg-brownDarkHover:hover {
  background-color: #4D271A !important;
}

.bg-brownLightHover:hover {
  background-color: #CFB59E !important;
}

.bg-viberHover:hover {
  background-color: #665CAC !important;
}

.bg-whatsappHover:hover {
  background-color: #25D366 !important;
}

.bg-facebookHover:hover {
  background-color: #1a77f2 !important;
}

.bg-vkontakteHover:hover {
  background-color: #0077FF !important;
}

.bg-telegramHover:hover {
  background-color: #0088cc !important;
}

.bg-youtubeHover:hover {
  background-color: #ff0000 !important;
}

.bg-spotifyHover:hover {
  background-color: #1ED760 !important;
}

.bg-yandexMusicHover:hover {
  background-color: #FC3F1D !important;
}

.bg-sberZvukHover:hover {
  background-color: #07ead8 !important;
}

.bg-appleMusicHover:hover {
  background-color: #fa586a !important;
}

.bg-flampHover:hover {
  background-color: #2E6BE5 !important;
}

.bg-badstudioHover:hover {
  background-color: #c7212c !important;
}

.bg-lightDarkHover:hover {
  background-color: #D9D9D9 !important;
}

.border-none {
  border-style: none !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-left-none {
  border-left-style: none !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-left-solid {
  border-left-style: solid !important;
}

.border-left-double {
  border-left-style: double !important;
}

.border-left-groove {
  border-left-style: groove !important;
}

.border-left-inset {
  border-left-style: inset !important;
}

.border-left-outset {
  border-left-style: outset !important;
}

.border-right-none {
  border-right-style: none !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-right-solid {
  border-right-style: solid !important;
}

.border-right-double {
  border-right-style: double !important;
}

.border-right-groove {
  border-right-style: groove !important;
}

.border-right-inset {
  border-right-style: inset !important;
}

.border-right-outset {
  border-right-style: outset !important;
}

.border-top-none {
  border-top-style: none !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-top-solid {
  border-top-style: solid !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-bottom-none {
  border-bottom-style: none !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom-solid {
  border-bottom-style: solid !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.border-inherit {
  border-width: inherit !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-01 {
  border-width: 0.1rem !important;
}

.border-02 {
  border-width: 0.2rem !important;
}

.border-03 {
  border-width: 0.3rem !important;
}

.border-04 {
  border-width: 0.4rem !important;
}

.border-05 {
  border-width: 0.5rem !important;
}

.border-06 {
  border-width: 0.6rem !important;
}

.border-07 {
  border-width: 0.7rem !important;
}

.border-08 {
  border-width: 0.8rem !important;
}

.border-09 {
  border-width: 0.9rem !important;
}

.border-1 {
  border-width: 1rem !important;
}

.border-10 {
  border-width: 1rem !important;
}

.border-11 {
  border-width: 1.1rem !important;
}

.border-12 {
  border-width: 1.2rem !important;
}

.border-13 {
  border-width: 1.3rem !important;
}

.border-14 {
  border-width: 1.4rem !important;
}

.border-15 {
  border-width: 1.5rem !important;
}

.border-16 {
  border-width: 1.6rem !important;
}

.border-17 {
  border-width: 1.7rem !important;
}

.border-18 {
  border-width: 1.8rem !important;
}

.border-19 {
  border-width: 1.9rem !important;
}

.border-2 {
  border-width: 2rem !important;
}

.border-20 {
  border-width: 2rem !important;
}

.border-21 {
  border-width: 2.1rem !important;
}

.border-22 {
  border-width: 2.2rem !important;
}

.border-23 {
  border-width: 2.3rem !important;
}

.border-24 {
  border-width: 2.4rem !important;
}

.border-25 {
  border-width: 2.5rem !important;
}

.border-26 {
  border-width: 2.6rem !important;
}

.border-27 {
  border-width: 2.7rem !important;
}

.border-28 {
  border-width: 2.8rem !important;
}

.border-29 {
  border-width: 2.9rem !important;
}

.border-3 {
  border-width: 3rem !important;
}

.border-30 {
  border-width: 3rem !important;
}

.border-31 {
  border-width: 3.1rem !important;
}

.border-32 {
  border-width: 3.2rem !important;
}

.border-33 {
  border-width: 3.3rem !important;
}

.border-34 {
  border-width: 3.4rem !important;
}

.border-35 {
  border-width: 3.5rem !important;
}

.border-36 {
  border-width: 3.6rem !important;
}

.border-37 {
  border-width: 3.7rem !important;
}

.border-38 {
  border-width: 3.8rem !important;
}

.border-39 {
  border-width: 3.9rem !important;
}

.border-4 {
  border-width: 4rem !important;
}

.border-40 {
  border-width: 4rem !important;
}

.border-41 {
  border-width: 4.1rem !important;
}

.border-42 {
  border-width: 4.2rem !important;
}

.border-43 {
  border-width: 4.3rem !important;
}

.border-44 {
  border-width: 4.4rem !important;
}

.border-45 {
  border-width: 4.5rem !important;
}

.border-46 {
  border-width: 4.6rem !important;
}

.border-47 {
  border-width: 4.7rem !important;
}

.border-48 {
  border-width: 4.8rem !important;
}

.border-49 {
  border-width: 4.9rem !important;
}

.border-5 {
  border-width: 5rem !important;
}

.border-50 {
  border-width: 5rem !important;
}

.border-51 {
  border-width: 5.1rem !important;
}

.border-52 {
  border-width: 5.2rem !important;
}

.border-53 {
  border-width: 5.3rem !important;
}

.border-54 {
  border-width: 5.4rem !important;
}

.border-55 {
  border-width: 5.5rem !important;
}

.border-56 {
  border-width: 5.6rem !important;
}

.border-57 {
  border-width: 5.7rem !important;
}

.border-58 {
  border-width: 5.8rem !important;
}

.border-59 {
  border-width: 5.9rem !important;
}

.border-6 {
  border-width: 6rem !important;
}

.border-60 {
  border-width: 6rem !important;
}

.border-61 {
  border-width: 6.1rem !important;
}

.border-62 {
  border-width: 6.2rem !important;
}

.border-63 {
  border-width: 6.3rem !important;
}

.border-64 {
  border-width: 6.4rem !important;
}

.border-65 {
  border-width: 6.5rem !important;
}

.border-66 {
  border-width: 6.6rem !important;
}

.border-67 {
  border-width: 6.7rem !important;
}

.border-68 {
  border-width: 6.8rem !important;
}

.border-69 {
  border-width: 6.9rem !important;
}

.border-7 {
  border-width: 7rem !important;
}

.border-70 {
  border-width: 7rem !important;
}

.border-71 {
  border-width: 7.1rem !important;
}

.border-72 {
  border-width: 7.2rem !important;
}

.border-73 {
  border-width: 7.3rem !important;
}

.border-74 {
  border-width: 7.4rem !important;
}

.border-75 {
  border-width: 7.5rem !important;
}

.border-76 {
  border-width: 7.6rem !important;
}

.border-77 {
  border-width: 7.7rem !important;
}

.border-78 {
  border-width: 7.8rem !important;
}

.border-79 {
  border-width: 7.9rem !important;
}

.border-8 {
  border-width: 8rem !important;
}

.border-80 {
  border-width: 8rem !important;
}

.border-81 {
  border-width: 8.1rem !important;
}

.border-82 {
  border-width: 8.2rem !important;
}

.border-83 {
  border-width: 8.3rem !important;
}

.border-84 {
  border-width: 8.4rem !important;
}

.border-85 {
  border-width: 8.5rem !important;
}

.border-86 {
  border-width: 8.6rem !important;
}

.border-87 {
  border-width: 8.7rem !important;
}

.border-88 {
  border-width: 8.8rem !important;
}

.border-89 {
  border-width: 8.9rem !important;
}

.border-9 {
  border-width: 9rem !important;
}

.border-90 {
  border-width: 9rem !important;
}

.border-91 {
  border-width: 9.1rem !important;
}

.border-92 {
  border-width: 9.2rem !important;
}

.border-93 {
  border-width: 9.3rem !important;
}

.border-94 {
  border-width: 9.4rem !important;
}

.border-95 {
  border-width: 9.5rem !important;
}

.border-96 {
  border-width: 9.6rem !important;
}

.border-97 {
  border-width: 9.7rem !important;
}

.border-98 {
  border-width: 9.8rem !important;
}

.border-99 {
  border-width: 9.9rem !important;
}

.border-100 {
  border-width: 10rem !important;
}

.border-110 {
  border-width: 11rem !important;
}

.border-120 {
  border-width: 12rem !important;
}

.border-130 {
  border-width: 13rem !important;
}

.border-140 {
  border-width: 14rem !important;
}

.border-150 {
  border-width: 15rem !important;
}

.border-160 {
  border-width: 16rem !important;
}

.border-170 {
  border-width: 17rem !important;
}

.border-180 {
  border-width: 18rem !important;
}

.border-190 {
  border-width: 19rem !important;
}

.border-200 {
  border-width: 20rem !important;
}

.border-left-inherit {
  border-left-width: inherit !important;
}

.border-left-0 {
  border-left-width: 0 !important;
}

.border-left-01 {
  border-left-width: 0.1rem !important;
}

.border-left-02 {
  border-left-width: 0.2rem !important;
}

.border-left-03 {
  border-left-width: 0.3rem !important;
}

.border-left-04 {
  border-left-width: 0.4rem !important;
}

.border-left-05 {
  border-left-width: 0.5rem !important;
}

.border-left-06 {
  border-left-width: 0.6rem !important;
}

.border-left-07 {
  border-left-width: 0.7rem !important;
}

.border-left-08 {
  border-left-width: 0.8rem !important;
}

.border-left-09 {
  border-left-width: 0.9rem !important;
}

.border-left-1 {
  border-left-width: 1rem !important;
}

.border-left-10 {
  border-left-width: 1rem !important;
}

.border-left-11 {
  border-left-width: 1.1rem !important;
}

.border-left-12 {
  border-left-width: 1.2rem !important;
}

.border-left-13 {
  border-left-width: 1.3rem !important;
}

.border-left-14 {
  border-left-width: 1.4rem !important;
}

.border-left-15 {
  border-left-width: 1.5rem !important;
}

.border-left-16 {
  border-left-width: 1.6rem !important;
}

.border-left-17 {
  border-left-width: 1.7rem !important;
}

.border-left-18 {
  border-left-width: 1.8rem !important;
}

.border-left-19 {
  border-left-width: 1.9rem !important;
}

.border-left-2 {
  border-left-width: 2rem !important;
}

.border-left-20 {
  border-left-width: 2rem !important;
}

.border-left-21 {
  border-left-width: 2.1rem !important;
}

.border-left-22 {
  border-left-width: 2.2rem !important;
}

.border-left-23 {
  border-left-width: 2.3rem !important;
}

.border-left-24 {
  border-left-width: 2.4rem !important;
}

.border-left-25 {
  border-left-width: 2.5rem !important;
}

.border-left-26 {
  border-left-width: 2.6rem !important;
}

.border-left-27 {
  border-left-width: 2.7rem !important;
}

.border-left-28 {
  border-left-width: 2.8rem !important;
}

.border-left-29 {
  border-left-width: 2.9rem !important;
}

.border-left-3 {
  border-left-width: 3rem !important;
}

.border-left-30 {
  border-left-width: 3rem !important;
}

.border-left-31 {
  border-left-width: 3.1rem !important;
}

.border-left-32 {
  border-left-width: 3.2rem !important;
}

.border-left-33 {
  border-left-width: 3.3rem !important;
}

.border-left-34 {
  border-left-width: 3.4rem !important;
}

.border-left-35 {
  border-left-width: 3.5rem !important;
}

.border-left-36 {
  border-left-width: 3.6rem !important;
}

.border-left-37 {
  border-left-width: 3.7rem !important;
}

.border-left-38 {
  border-left-width: 3.8rem !important;
}

.border-left-39 {
  border-left-width: 3.9rem !important;
}

.border-left-4 {
  border-left-width: 4rem !important;
}

.border-left-40 {
  border-left-width: 4rem !important;
}

.border-left-41 {
  border-left-width: 4.1rem !important;
}

.border-left-42 {
  border-left-width: 4.2rem !important;
}

.border-left-43 {
  border-left-width: 4.3rem !important;
}

.border-left-44 {
  border-left-width: 4.4rem !important;
}

.border-left-45 {
  border-left-width: 4.5rem !important;
}

.border-left-46 {
  border-left-width: 4.6rem !important;
}

.border-left-47 {
  border-left-width: 4.7rem !important;
}

.border-left-48 {
  border-left-width: 4.8rem !important;
}

.border-left-49 {
  border-left-width: 4.9rem !important;
}

.border-left-5 {
  border-left-width: 5rem !important;
}

.border-left-50 {
  border-left-width: 5rem !important;
}

.border-left-51 {
  border-left-width: 5.1rem !important;
}

.border-left-52 {
  border-left-width: 5.2rem !important;
}

.border-left-53 {
  border-left-width: 5.3rem !important;
}

.border-left-54 {
  border-left-width: 5.4rem !important;
}

.border-left-55 {
  border-left-width: 5.5rem !important;
}

.border-left-56 {
  border-left-width: 5.6rem !important;
}

.border-left-57 {
  border-left-width: 5.7rem !important;
}

.border-left-58 {
  border-left-width: 5.8rem !important;
}

.border-left-59 {
  border-left-width: 5.9rem !important;
}

.border-left-6 {
  border-left-width: 6rem !important;
}

.border-left-60 {
  border-left-width: 6rem !important;
}

.border-left-61 {
  border-left-width: 6.1rem !important;
}

.border-left-62 {
  border-left-width: 6.2rem !important;
}

.border-left-63 {
  border-left-width: 6.3rem !important;
}

.border-left-64 {
  border-left-width: 6.4rem !important;
}

.border-left-65 {
  border-left-width: 6.5rem !important;
}

.border-left-66 {
  border-left-width: 6.6rem !important;
}

.border-left-67 {
  border-left-width: 6.7rem !important;
}

.border-left-68 {
  border-left-width: 6.8rem !important;
}

.border-left-69 {
  border-left-width: 6.9rem !important;
}

.border-left-7 {
  border-left-width: 7rem !important;
}

.border-left-70 {
  border-left-width: 7rem !important;
}

.border-left-71 {
  border-left-width: 7.1rem !important;
}

.border-left-72 {
  border-left-width: 7.2rem !important;
}

.border-left-73 {
  border-left-width: 7.3rem !important;
}

.border-left-74 {
  border-left-width: 7.4rem !important;
}

.border-left-75 {
  border-left-width: 7.5rem !important;
}

.border-left-76 {
  border-left-width: 7.6rem !important;
}

.border-left-77 {
  border-left-width: 7.7rem !important;
}

.border-left-78 {
  border-left-width: 7.8rem !important;
}

.border-left-79 {
  border-left-width: 7.9rem !important;
}

.border-left-8 {
  border-left-width: 8rem !important;
}

.border-left-80 {
  border-left-width: 8rem !important;
}

.border-left-81 {
  border-left-width: 8.1rem !important;
}

.border-left-82 {
  border-left-width: 8.2rem !important;
}

.border-left-83 {
  border-left-width: 8.3rem !important;
}

.border-left-84 {
  border-left-width: 8.4rem !important;
}

.border-left-85 {
  border-left-width: 8.5rem !important;
}

.border-left-86 {
  border-left-width: 8.6rem !important;
}

.border-left-87 {
  border-left-width: 8.7rem !important;
}

.border-left-88 {
  border-left-width: 8.8rem !important;
}

.border-left-89 {
  border-left-width: 8.9rem !important;
}

.border-left-9 {
  border-left-width: 9rem !important;
}

.border-left-90 {
  border-left-width: 9rem !important;
}

.border-left-91 {
  border-left-width: 9.1rem !important;
}

.border-left-92 {
  border-left-width: 9.2rem !important;
}

.border-left-93 {
  border-left-width: 9.3rem !important;
}

.border-left-94 {
  border-left-width: 9.4rem !important;
}

.border-left-95 {
  border-left-width: 9.5rem !important;
}

.border-left-96 {
  border-left-width: 9.6rem !important;
}

.border-left-97 {
  border-left-width: 9.7rem !important;
}

.border-left-98 {
  border-left-width: 9.8rem !important;
}

.border-left-99 {
  border-left-width: 9.9rem !important;
}

.border-left-100 {
  border-left-width: 10rem !important;
}

.border-left-110 {
  border-left-width: 11rem !important;
}

.border-left-120 {
  border-left-width: 12rem !important;
}

.border-left-130 {
  border-left-width: 13rem !important;
}

.border-left-140 {
  border-left-width: 14rem !important;
}

.border-left-150 {
  border-left-width: 15rem !important;
}

.border-left-160 {
  border-left-width: 16rem !important;
}

.border-left-170 {
  border-left-width: 17rem !important;
}

.border-left-180 {
  border-left-width: 18rem !important;
}

.border-left-190 {
  border-left-width: 19rem !important;
}

.border-left-200 {
  border-left-width: 20rem !important;
}

.border-right-inherit {
  border-right-width: inherit !important;
}

.border-right-0 {
  border-right-width: 0 !important;
}

.border-right-01 {
  border-right-width: 0.1rem !important;
}

.border-right-02 {
  border-right-width: 0.2rem !important;
}

.border-right-03 {
  border-right-width: 0.3rem !important;
}

.border-right-04 {
  border-right-width: 0.4rem !important;
}

.border-right-05 {
  border-right-width: 0.5rem !important;
}

.border-right-06 {
  border-right-width: 0.6rem !important;
}

.border-right-07 {
  border-right-width: 0.7rem !important;
}

.border-right-08 {
  border-right-width: 0.8rem !important;
}

.border-right-09 {
  border-right-width: 0.9rem !important;
}

.border-right-1 {
  border-right-width: 1rem !important;
}

.border-right-10 {
  border-right-width: 1rem !important;
}

.border-right-11 {
  border-right-width: 1.1rem !important;
}

.border-right-12 {
  border-right-width: 1.2rem !important;
}

.border-right-13 {
  border-right-width: 1.3rem !important;
}

.border-right-14 {
  border-right-width: 1.4rem !important;
}

.border-right-15 {
  border-right-width: 1.5rem !important;
}

.border-right-16 {
  border-right-width: 1.6rem !important;
}

.border-right-17 {
  border-right-width: 1.7rem !important;
}

.border-right-18 {
  border-right-width: 1.8rem !important;
}

.border-right-19 {
  border-right-width: 1.9rem !important;
}

.border-right-2 {
  border-right-width: 2rem !important;
}

.border-right-20 {
  border-right-width: 2rem !important;
}

.border-right-21 {
  border-right-width: 2.1rem !important;
}

.border-right-22 {
  border-right-width: 2.2rem !important;
}

.border-right-23 {
  border-right-width: 2.3rem !important;
}

.border-right-24 {
  border-right-width: 2.4rem !important;
}

.border-right-25 {
  border-right-width: 2.5rem !important;
}

.border-right-26 {
  border-right-width: 2.6rem !important;
}

.border-right-27 {
  border-right-width: 2.7rem !important;
}

.border-right-28 {
  border-right-width: 2.8rem !important;
}

.border-right-29 {
  border-right-width: 2.9rem !important;
}

.border-right-3 {
  border-right-width: 3rem !important;
}

.border-right-30 {
  border-right-width: 3rem !important;
}

.border-right-31 {
  border-right-width: 3.1rem !important;
}

.border-right-32 {
  border-right-width: 3.2rem !important;
}

.border-right-33 {
  border-right-width: 3.3rem !important;
}

.border-right-34 {
  border-right-width: 3.4rem !important;
}

.border-right-35 {
  border-right-width: 3.5rem !important;
}

.border-right-36 {
  border-right-width: 3.6rem !important;
}

.border-right-37 {
  border-right-width: 3.7rem !important;
}

.border-right-38 {
  border-right-width: 3.8rem !important;
}

.border-right-39 {
  border-right-width: 3.9rem !important;
}

.border-right-4 {
  border-right-width: 4rem !important;
}

.border-right-40 {
  border-right-width: 4rem !important;
}

.border-right-41 {
  border-right-width: 4.1rem !important;
}

.border-right-42 {
  border-right-width: 4.2rem !important;
}

.border-right-43 {
  border-right-width: 4.3rem !important;
}

.border-right-44 {
  border-right-width: 4.4rem !important;
}

.border-right-45 {
  border-right-width: 4.5rem !important;
}

.border-right-46 {
  border-right-width: 4.6rem !important;
}

.border-right-47 {
  border-right-width: 4.7rem !important;
}

.border-right-48 {
  border-right-width: 4.8rem !important;
}

.border-right-49 {
  border-right-width: 4.9rem !important;
}

.border-right-5 {
  border-right-width: 5rem !important;
}

.border-right-50 {
  border-right-width: 5rem !important;
}

.border-right-51 {
  border-right-width: 5.1rem !important;
}

.border-right-52 {
  border-right-width: 5.2rem !important;
}

.border-right-53 {
  border-right-width: 5.3rem !important;
}

.border-right-54 {
  border-right-width: 5.4rem !important;
}

.border-right-55 {
  border-right-width: 5.5rem !important;
}

.border-right-56 {
  border-right-width: 5.6rem !important;
}

.border-right-57 {
  border-right-width: 5.7rem !important;
}

.border-right-58 {
  border-right-width: 5.8rem !important;
}

.border-right-59 {
  border-right-width: 5.9rem !important;
}

.border-right-6 {
  border-right-width: 6rem !important;
}

.border-right-60 {
  border-right-width: 6rem !important;
}

.border-right-61 {
  border-right-width: 6.1rem !important;
}

.border-right-62 {
  border-right-width: 6.2rem !important;
}

.border-right-63 {
  border-right-width: 6.3rem !important;
}

.border-right-64 {
  border-right-width: 6.4rem !important;
}

.border-right-65 {
  border-right-width: 6.5rem !important;
}

.border-right-66 {
  border-right-width: 6.6rem !important;
}

.border-right-67 {
  border-right-width: 6.7rem !important;
}

.border-right-68 {
  border-right-width: 6.8rem !important;
}

.border-right-69 {
  border-right-width: 6.9rem !important;
}

.border-right-7 {
  border-right-width: 7rem !important;
}

.border-right-70 {
  border-right-width: 7rem !important;
}

.border-right-71 {
  border-right-width: 7.1rem !important;
}

.border-right-72 {
  border-right-width: 7.2rem !important;
}

.border-right-73 {
  border-right-width: 7.3rem !important;
}

.border-right-74 {
  border-right-width: 7.4rem !important;
}

.border-right-75 {
  border-right-width: 7.5rem !important;
}

.border-right-76 {
  border-right-width: 7.6rem !important;
}

.border-right-77 {
  border-right-width: 7.7rem !important;
}

.border-right-78 {
  border-right-width: 7.8rem !important;
}

.border-right-79 {
  border-right-width: 7.9rem !important;
}

.border-right-8 {
  border-right-width: 8rem !important;
}

.border-right-80 {
  border-right-width: 8rem !important;
}

.border-right-81 {
  border-right-width: 8.1rem !important;
}

.border-right-82 {
  border-right-width: 8.2rem !important;
}

.border-right-83 {
  border-right-width: 8.3rem !important;
}

.border-right-84 {
  border-right-width: 8.4rem !important;
}

.border-right-85 {
  border-right-width: 8.5rem !important;
}

.border-right-86 {
  border-right-width: 8.6rem !important;
}

.border-right-87 {
  border-right-width: 8.7rem !important;
}

.border-right-88 {
  border-right-width: 8.8rem !important;
}

.border-right-89 {
  border-right-width: 8.9rem !important;
}

.border-right-9 {
  border-right-width: 9rem !important;
}

.border-right-90 {
  border-right-width: 9rem !important;
}

.border-right-91 {
  border-right-width: 9.1rem !important;
}

.border-right-92 {
  border-right-width: 9.2rem !important;
}

.border-right-93 {
  border-right-width: 9.3rem !important;
}

.border-right-94 {
  border-right-width: 9.4rem !important;
}

.border-right-95 {
  border-right-width: 9.5rem !important;
}

.border-right-96 {
  border-right-width: 9.6rem !important;
}

.border-right-97 {
  border-right-width: 9.7rem !important;
}

.border-right-98 {
  border-right-width: 9.8rem !important;
}

.border-right-99 {
  border-right-width: 9.9rem !important;
}

.border-right-100 {
  border-right-width: 10rem !important;
}

.border-right-110 {
  border-right-width: 11rem !important;
}

.border-right-120 {
  border-right-width: 12rem !important;
}

.border-right-130 {
  border-right-width: 13rem !important;
}

.border-right-140 {
  border-right-width: 14rem !important;
}

.border-right-150 {
  border-right-width: 15rem !important;
}

.border-right-160 {
  border-right-width: 16rem !important;
}

.border-right-170 {
  border-right-width: 17rem !important;
}

.border-right-180 {
  border-right-width: 18rem !important;
}

.border-right-190 {
  border-right-width: 19rem !important;
}

.border-right-200 {
  border-right-width: 20rem !important;
}

.border-right-inherit-last:last-child {
  border-right-width: inherit !important;
}

.border-right-0-last:last-child {
  border-right-width: 0 !important;
}

.border-right-01-last:last-child {
  border-right-width: 0.1rem !important;
}

.border-right-02-last:last-child {
  border-right-width: 0.2rem !important;
}

.border-right-03-last:last-child {
  border-right-width: 0.3rem !important;
}

.border-right-04-last:last-child {
  border-right-width: 0.4rem !important;
}

.border-right-05-last:last-child {
  border-right-width: 0.5rem !important;
}

.border-right-06-last:last-child {
  border-right-width: 0.6rem !important;
}

.border-right-07-last:last-child {
  border-right-width: 0.7rem !important;
}

.border-right-08-last:last-child {
  border-right-width: 0.8rem !important;
}

.border-right-09-last:last-child {
  border-right-width: 0.9rem !important;
}

.border-right-1-last:last-child {
  border-right-width: 1rem !important;
}

.border-right-10-last:last-child {
  border-right-width: 1rem !important;
}

.border-right-11-last:last-child {
  border-right-width: 1.1rem !important;
}

.border-right-12-last:last-child {
  border-right-width: 1.2rem !important;
}

.border-right-13-last:last-child {
  border-right-width: 1.3rem !important;
}

.border-right-14-last:last-child {
  border-right-width: 1.4rem !important;
}

.border-right-15-last:last-child {
  border-right-width: 1.5rem !important;
}

.border-right-16-last:last-child {
  border-right-width: 1.6rem !important;
}

.border-right-17-last:last-child {
  border-right-width: 1.7rem !important;
}

.border-right-18-last:last-child {
  border-right-width: 1.8rem !important;
}

.border-right-19-last:last-child {
  border-right-width: 1.9rem !important;
}

.border-right-2-last:last-child {
  border-right-width: 2rem !important;
}

.border-right-20-last:last-child {
  border-right-width: 2rem !important;
}

.border-right-21-last:last-child {
  border-right-width: 2.1rem !important;
}

.border-right-22-last:last-child {
  border-right-width: 2.2rem !important;
}

.border-right-23-last:last-child {
  border-right-width: 2.3rem !important;
}

.border-right-24-last:last-child {
  border-right-width: 2.4rem !important;
}

.border-right-25-last:last-child {
  border-right-width: 2.5rem !important;
}

.border-right-26-last:last-child {
  border-right-width: 2.6rem !important;
}

.border-right-27-last:last-child {
  border-right-width: 2.7rem !important;
}

.border-right-28-last:last-child {
  border-right-width: 2.8rem !important;
}

.border-right-29-last:last-child {
  border-right-width: 2.9rem !important;
}

.border-right-3-last:last-child {
  border-right-width: 3rem !important;
}

.border-right-30-last:last-child {
  border-right-width: 3rem !important;
}

.border-right-31-last:last-child {
  border-right-width: 3.1rem !important;
}

.border-right-32-last:last-child {
  border-right-width: 3.2rem !important;
}

.border-right-33-last:last-child {
  border-right-width: 3.3rem !important;
}

.border-right-34-last:last-child {
  border-right-width: 3.4rem !important;
}

.border-right-35-last:last-child {
  border-right-width: 3.5rem !important;
}

.border-right-36-last:last-child {
  border-right-width: 3.6rem !important;
}

.border-right-37-last:last-child {
  border-right-width: 3.7rem !important;
}

.border-right-38-last:last-child {
  border-right-width: 3.8rem !important;
}

.border-right-39-last:last-child {
  border-right-width: 3.9rem !important;
}

.border-right-4-last:last-child {
  border-right-width: 4rem !important;
}

.border-right-40-last:last-child {
  border-right-width: 4rem !important;
}

.border-right-41-last:last-child {
  border-right-width: 4.1rem !important;
}

.border-right-42-last:last-child {
  border-right-width: 4.2rem !important;
}

.border-right-43-last:last-child {
  border-right-width: 4.3rem !important;
}

.border-right-44-last:last-child {
  border-right-width: 4.4rem !important;
}

.border-right-45-last:last-child {
  border-right-width: 4.5rem !important;
}

.border-right-46-last:last-child {
  border-right-width: 4.6rem !important;
}

.border-right-47-last:last-child {
  border-right-width: 4.7rem !important;
}

.border-right-48-last:last-child {
  border-right-width: 4.8rem !important;
}

.border-right-49-last:last-child {
  border-right-width: 4.9rem !important;
}

.border-right-5-last:last-child {
  border-right-width: 5rem !important;
}

.border-right-50-last:last-child {
  border-right-width: 5rem !important;
}

.border-right-51-last:last-child {
  border-right-width: 5.1rem !important;
}

.border-right-52-last:last-child {
  border-right-width: 5.2rem !important;
}

.border-right-53-last:last-child {
  border-right-width: 5.3rem !important;
}

.border-right-54-last:last-child {
  border-right-width: 5.4rem !important;
}

.border-right-55-last:last-child {
  border-right-width: 5.5rem !important;
}

.border-right-56-last:last-child {
  border-right-width: 5.6rem !important;
}

.border-right-57-last:last-child {
  border-right-width: 5.7rem !important;
}

.border-right-58-last:last-child {
  border-right-width: 5.8rem !important;
}

.border-right-59-last:last-child {
  border-right-width: 5.9rem !important;
}

.border-right-6-last:last-child {
  border-right-width: 6rem !important;
}

.border-right-60-last:last-child {
  border-right-width: 6rem !important;
}

.border-right-61-last:last-child {
  border-right-width: 6.1rem !important;
}

.border-right-62-last:last-child {
  border-right-width: 6.2rem !important;
}

.border-right-63-last:last-child {
  border-right-width: 6.3rem !important;
}

.border-right-64-last:last-child {
  border-right-width: 6.4rem !important;
}

.border-right-65-last:last-child {
  border-right-width: 6.5rem !important;
}

.border-right-66-last:last-child {
  border-right-width: 6.6rem !important;
}

.border-right-67-last:last-child {
  border-right-width: 6.7rem !important;
}

.border-right-68-last:last-child {
  border-right-width: 6.8rem !important;
}

.border-right-69-last:last-child {
  border-right-width: 6.9rem !important;
}

.border-right-7-last:last-child {
  border-right-width: 7rem !important;
}

.border-right-70-last:last-child {
  border-right-width: 7rem !important;
}

.border-right-71-last:last-child {
  border-right-width: 7.1rem !important;
}

.border-right-72-last:last-child {
  border-right-width: 7.2rem !important;
}

.border-right-73-last:last-child {
  border-right-width: 7.3rem !important;
}

.border-right-74-last:last-child {
  border-right-width: 7.4rem !important;
}

.border-right-75-last:last-child {
  border-right-width: 7.5rem !important;
}

.border-right-76-last:last-child {
  border-right-width: 7.6rem !important;
}

.border-right-77-last:last-child {
  border-right-width: 7.7rem !important;
}

.border-right-78-last:last-child {
  border-right-width: 7.8rem !important;
}

.border-right-79-last:last-child {
  border-right-width: 7.9rem !important;
}

.border-right-8-last:last-child {
  border-right-width: 8rem !important;
}

.border-right-80-last:last-child {
  border-right-width: 8rem !important;
}

.border-right-81-last:last-child {
  border-right-width: 8.1rem !important;
}

.border-right-82-last:last-child {
  border-right-width: 8.2rem !important;
}

.border-right-83-last:last-child {
  border-right-width: 8.3rem !important;
}

.border-right-84-last:last-child {
  border-right-width: 8.4rem !important;
}

.border-right-85-last:last-child {
  border-right-width: 8.5rem !important;
}

.border-right-86-last:last-child {
  border-right-width: 8.6rem !important;
}

.border-right-87-last:last-child {
  border-right-width: 8.7rem !important;
}

.border-right-88-last:last-child {
  border-right-width: 8.8rem !important;
}

.border-right-89-last:last-child {
  border-right-width: 8.9rem !important;
}

.border-right-9-last:last-child {
  border-right-width: 9rem !important;
}

.border-right-90-last:last-child {
  border-right-width: 9rem !important;
}

.border-right-91-last:last-child {
  border-right-width: 9.1rem !important;
}

.border-right-92-last:last-child {
  border-right-width: 9.2rem !important;
}

.border-right-93-last:last-child {
  border-right-width: 9.3rem !important;
}

.border-right-94-last:last-child {
  border-right-width: 9.4rem !important;
}

.border-right-95-last:last-child {
  border-right-width: 9.5rem !important;
}

.border-right-96-last:last-child {
  border-right-width: 9.6rem !important;
}

.border-right-97-last:last-child {
  border-right-width: 9.7rem !important;
}

.border-right-98-last:last-child {
  border-right-width: 9.8rem !important;
}

.border-right-99-last:last-child {
  border-right-width: 9.9rem !important;
}

.border-right-100-last:last-child {
  border-right-width: 10rem !important;
}

.border-right-110-last:last-child {
  border-right-width: 11rem !important;
}

.border-right-120-last:last-child {
  border-right-width: 12rem !important;
}

.border-right-130-last:last-child {
  border-right-width: 13rem !important;
}

.border-right-140-last:last-child {
  border-right-width: 14rem !important;
}

.border-right-150-last:last-child {
  border-right-width: 15rem !important;
}

.border-right-160-last:last-child {
  border-right-width: 16rem !important;
}

.border-right-170-last:last-child {
  border-right-width: 17rem !important;
}

.border-right-180-last:last-child {
  border-right-width: 18rem !important;
}

.border-right-190-last:last-child {
  border-right-width: 19rem !important;
}

.border-right-200-last:last-child {
  border-right-width: 20rem !important;
}

.border-top-inherit {
  border-top-width: inherit !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-top-01 {
  border-top-width: 0.1rem !important;
}

.border-top-02 {
  border-top-width: 0.2rem !important;
}

.border-top-03 {
  border-top-width: 0.3rem !important;
}

.border-top-04 {
  border-top-width: 0.4rem !important;
}

.border-top-05 {
  border-top-width: 0.5rem !important;
}

.border-top-06 {
  border-top-width: 0.6rem !important;
}

.border-top-07 {
  border-top-width: 0.7rem !important;
}

.border-top-08 {
  border-top-width: 0.8rem !important;
}

.border-top-09 {
  border-top-width: 0.9rem !important;
}

.border-top-1 {
  border-top-width: 1rem !important;
}

.border-top-10 {
  border-top-width: 1rem !important;
}

.border-top-11 {
  border-top-width: 1.1rem !important;
}

.border-top-12 {
  border-top-width: 1.2rem !important;
}

.border-top-13 {
  border-top-width: 1.3rem !important;
}

.border-top-14 {
  border-top-width: 1.4rem !important;
}

.border-top-15 {
  border-top-width: 1.5rem !important;
}

.border-top-16 {
  border-top-width: 1.6rem !important;
}

.border-top-17 {
  border-top-width: 1.7rem !important;
}

.border-top-18 {
  border-top-width: 1.8rem !important;
}

.border-top-19 {
  border-top-width: 1.9rem !important;
}

.border-top-2 {
  border-top-width: 2rem !important;
}

.border-top-20 {
  border-top-width: 2rem !important;
}

.border-top-21 {
  border-top-width: 2.1rem !important;
}

.border-top-22 {
  border-top-width: 2.2rem !important;
}

.border-top-23 {
  border-top-width: 2.3rem !important;
}

.border-top-24 {
  border-top-width: 2.4rem !important;
}

.border-top-25 {
  border-top-width: 2.5rem !important;
}

.border-top-26 {
  border-top-width: 2.6rem !important;
}

.border-top-27 {
  border-top-width: 2.7rem !important;
}

.border-top-28 {
  border-top-width: 2.8rem !important;
}

.border-top-29 {
  border-top-width: 2.9rem !important;
}

.border-top-3 {
  border-top-width: 3rem !important;
}

.border-top-30 {
  border-top-width: 3rem !important;
}

.border-top-31 {
  border-top-width: 3.1rem !important;
}

.border-top-32 {
  border-top-width: 3.2rem !important;
}

.border-top-33 {
  border-top-width: 3.3rem !important;
}

.border-top-34 {
  border-top-width: 3.4rem !important;
}

.border-top-35 {
  border-top-width: 3.5rem !important;
}

.border-top-36 {
  border-top-width: 3.6rem !important;
}

.border-top-37 {
  border-top-width: 3.7rem !important;
}

.border-top-38 {
  border-top-width: 3.8rem !important;
}

.border-top-39 {
  border-top-width: 3.9rem !important;
}

.border-top-4 {
  border-top-width: 4rem !important;
}

.border-top-40 {
  border-top-width: 4rem !important;
}

.border-top-41 {
  border-top-width: 4.1rem !important;
}

.border-top-42 {
  border-top-width: 4.2rem !important;
}

.border-top-43 {
  border-top-width: 4.3rem !important;
}

.border-top-44 {
  border-top-width: 4.4rem !important;
}

.border-top-45 {
  border-top-width: 4.5rem !important;
}

.border-top-46 {
  border-top-width: 4.6rem !important;
}

.border-top-47 {
  border-top-width: 4.7rem !important;
}

.border-top-48 {
  border-top-width: 4.8rem !important;
}

.border-top-49 {
  border-top-width: 4.9rem !important;
}

.border-top-5 {
  border-top-width: 5rem !important;
}

.border-top-50 {
  border-top-width: 5rem !important;
}

.border-top-51 {
  border-top-width: 5.1rem !important;
}

.border-top-52 {
  border-top-width: 5.2rem !important;
}

.border-top-53 {
  border-top-width: 5.3rem !important;
}

.border-top-54 {
  border-top-width: 5.4rem !important;
}

.border-top-55 {
  border-top-width: 5.5rem !important;
}

.border-top-56 {
  border-top-width: 5.6rem !important;
}

.border-top-57 {
  border-top-width: 5.7rem !important;
}

.border-top-58 {
  border-top-width: 5.8rem !important;
}

.border-top-59 {
  border-top-width: 5.9rem !important;
}

.border-top-6 {
  border-top-width: 6rem !important;
}

.border-top-60 {
  border-top-width: 6rem !important;
}

.border-top-61 {
  border-top-width: 6.1rem !important;
}

.border-top-62 {
  border-top-width: 6.2rem !important;
}

.border-top-63 {
  border-top-width: 6.3rem !important;
}

.border-top-64 {
  border-top-width: 6.4rem !important;
}

.border-top-65 {
  border-top-width: 6.5rem !important;
}

.border-top-66 {
  border-top-width: 6.6rem !important;
}

.border-top-67 {
  border-top-width: 6.7rem !important;
}

.border-top-68 {
  border-top-width: 6.8rem !important;
}

.border-top-69 {
  border-top-width: 6.9rem !important;
}

.border-top-7 {
  border-top-width: 7rem !important;
}

.border-top-70 {
  border-top-width: 7rem !important;
}

.border-top-71 {
  border-top-width: 7.1rem !important;
}

.border-top-72 {
  border-top-width: 7.2rem !important;
}

.border-top-73 {
  border-top-width: 7.3rem !important;
}

.border-top-74 {
  border-top-width: 7.4rem !important;
}

.border-top-75 {
  border-top-width: 7.5rem !important;
}

.border-top-76 {
  border-top-width: 7.6rem !important;
}

.border-top-77 {
  border-top-width: 7.7rem !important;
}

.border-top-78 {
  border-top-width: 7.8rem !important;
}

.border-top-79 {
  border-top-width: 7.9rem !important;
}

.border-top-8 {
  border-top-width: 8rem !important;
}

.border-top-80 {
  border-top-width: 8rem !important;
}

.border-top-81 {
  border-top-width: 8.1rem !important;
}

.border-top-82 {
  border-top-width: 8.2rem !important;
}

.border-top-83 {
  border-top-width: 8.3rem !important;
}

.border-top-84 {
  border-top-width: 8.4rem !important;
}

.border-top-85 {
  border-top-width: 8.5rem !important;
}

.border-top-86 {
  border-top-width: 8.6rem !important;
}

.border-top-87 {
  border-top-width: 8.7rem !important;
}

.border-top-88 {
  border-top-width: 8.8rem !important;
}

.border-top-89 {
  border-top-width: 8.9rem !important;
}

.border-top-9 {
  border-top-width: 9rem !important;
}

.border-top-90 {
  border-top-width: 9rem !important;
}

.border-top-91 {
  border-top-width: 9.1rem !important;
}

.border-top-92 {
  border-top-width: 9.2rem !important;
}

.border-top-93 {
  border-top-width: 9.3rem !important;
}

.border-top-94 {
  border-top-width: 9.4rem !important;
}

.border-top-95 {
  border-top-width: 9.5rem !important;
}

.border-top-96 {
  border-top-width: 9.6rem !important;
}

.border-top-97 {
  border-top-width: 9.7rem !important;
}

.border-top-98 {
  border-top-width: 9.8rem !important;
}

.border-top-99 {
  border-top-width: 9.9rem !important;
}

.border-top-100 {
  border-top-width: 10rem !important;
}

.border-top-110 {
  border-top-width: 11rem !important;
}

.border-top-120 {
  border-top-width: 12rem !important;
}

.border-top-130 {
  border-top-width: 13rem !important;
}

.border-top-140 {
  border-top-width: 14rem !important;
}

.border-top-150 {
  border-top-width: 15rem !important;
}

.border-top-160 {
  border-top-width: 16rem !important;
}

.border-top-170 {
  border-top-width: 17rem !important;
}

.border-top-180 {
  border-top-width: 18rem !important;
}

.border-top-190 {
  border-top-width: 19rem !important;
}

.border-top-200 {
  border-top-width: 20rem !important;
}

.border-bottom-inherit {
  border-bottom-width: inherit !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-01 {
  border-bottom-width: 0.1rem !important;
}

.border-bottom-02 {
  border-bottom-width: 0.2rem !important;
}

.border-bottom-03 {
  border-bottom-width: 0.3rem !important;
}

.border-bottom-04 {
  border-bottom-width: 0.4rem !important;
}

.border-bottom-05 {
  border-bottom-width: 0.5rem !important;
}

.border-bottom-06 {
  border-bottom-width: 0.6rem !important;
}

.border-bottom-07 {
  border-bottom-width: 0.7rem !important;
}

.border-bottom-08 {
  border-bottom-width: 0.8rem !important;
}

.border-bottom-09 {
  border-bottom-width: 0.9rem !important;
}

.border-bottom-1 {
  border-bottom-width: 1rem !important;
}

.border-bottom-10 {
  border-bottom-width: 1rem !important;
}

.border-bottom-11 {
  border-bottom-width: 1.1rem !important;
}

.border-bottom-12 {
  border-bottom-width: 1.2rem !important;
}

.border-bottom-13 {
  border-bottom-width: 1.3rem !important;
}

.border-bottom-14 {
  border-bottom-width: 1.4rem !important;
}

.border-bottom-15 {
  border-bottom-width: 1.5rem !important;
}

.border-bottom-16 {
  border-bottom-width: 1.6rem !important;
}

.border-bottom-17 {
  border-bottom-width: 1.7rem !important;
}

.border-bottom-18 {
  border-bottom-width: 1.8rem !important;
}

.border-bottom-19 {
  border-bottom-width: 1.9rem !important;
}

.border-bottom-2 {
  border-bottom-width: 2rem !important;
}

.border-bottom-20 {
  border-bottom-width: 2rem !important;
}

.border-bottom-21 {
  border-bottom-width: 2.1rem !important;
}

.border-bottom-22 {
  border-bottom-width: 2.2rem !important;
}

.border-bottom-23 {
  border-bottom-width: 2.3rem !important;
}

.border-bottom-24 {
  border-bottom-width: 2.4rem !important;
}

.border-bottom-25 {
  border-bottom-width: 2.5rem !important;
}

.border-bottom-26 {
  border-bottom-width: 2.6rem !important;
}

.border-bottom-27 {
  border-bottom-width: 2.7rem !important;
}

.border-bottom-28 {
  border-bottom-width: 2.8rem !important;
}

.border-bottom-29 {
  border-bottom-width: 2.9rem !important;
}

.border-bottom-3 {
  border-bottom-width: 3rem !important;
}

.border-bottom-30 {
  border-bottom-width: 3rem !important;
}

.border-bottom-31 {
  border-bottom-width: 3.1rem !important;
}

.border-bottom-32 {
  border-bottom-width: 3.2rem !important;
}

.border-bottom-33 {
  border-bottom-width: 3.3rem !important;
}

.border-bottom-34 {
  border-bottom-width: 3.4rem !important;
}

.border-bottom-35 {
  border-bottom-width: 3.5rem !important;
}

.border-bottom-36 {
  border-bottom-width: 3.6rem !important;
}

.border-bottom-37 {
  border-bottom-width: 3.7rem !important;
}

.border-bottom-38 {
  border-bottom-width: 3.8rem !important;
}

.border-bottom-39 {
  border-bottom-width: 3.9rem !important;
}

.border-bottom-4 {
  border-bottom-width: 4rem !important;
}

.border-bottom-40 {
  border-bottom-width: 4rem !important;
}

.border-bottom-41 {
  border-bottom-width: 4.1rem !important;
}

.border-bottom-42 {
  border-bottom-width: 4.2rem !important;
}

.border-bottom-43 {
  border-bottom-width: 4.3rem !important;
}

.border-bottom-44 {
  border-bottom-width: 4.4rem !important;
}

.border-bottom-45 {
  border-bottom-width: 4.5rem !important;
}

.border-bottom-46 {
  border-bottom-width: 4.6rem !important;
}

.border-bottom-47 {
  border-bottom-width: 4.7rem !important;
}

.border-bottom-48 {
  border-bottom-width: 4.8rem !important;
}

.border-bottom-49 {
  border-bottom-width: 4.9rem !important;
}

.border-bottom-5 {
  border-bottom-width: 5rem !important;
}

.border-bottom-50 {
  border-bottom-width: 5rem !important;
}

.border-bottom-51 {
  border-bottom-width: 5.1rem !important;
}

.border-bottom-52 {
  border-bottom-width: 5.2rem !important;
}

.border-bottom-53 {
  border-bottom-width: 5.3rem !important;
}

.border-bottom-54 {
  border-bottom-width: 5.4rem !important;
}

.border-bottom-55 {
  border-bottom-width: 5.5rem !important;
}

.border-bottom-56 {
  border-bottom-width: 5.6rem !important;
}

.border-bottom-57 {
  border-bottom-width: 5.7rem !important;
}

.border-bottom-58 {
  border-bottom-width: 5.8rem !important;
}

.border-bottom-59 {
  border-bottom-width: 5.9rem !important;
}

.border-bottom-6 {
  border-bottom-width: 6rem !important;
}

.border-bottom-60 {
  border-bottom-width: 6rem !important;
}

.border-bottom-61 {
  border-bottom-width: 6.1rem !important;
}

.border-bottom-62 {
  border-bottom-width: 6.2rem !important;
}

.border-bottom-63 {
  border-bottom-width: 6.3rem !important;
}

.border-bottom-64 {
  border-bottom-width: 6.4rem !important;
}

.border-bottom-65 {
  border-bottom-width: 6.5rem !important;
}

.border-bottom-66 {
  border-bottom-width: 6.6rem !important;
}

.border-bottom-67 {
  border-bottom-width: 6.7rem !important;
}

.border-bottom-68 {
  border-bottom-width: 6.8rem !important;
}

.border-bottom-69 {
  border-bottom-width: 6.9rem !important;
}

.border-bottom-7 {
  border-bottom-width: 7rem !important;
}

.border-bottom-70 {
  border-bottom-width: 7rem !important;
}

.border-bottom-71 {
  border-bottom-width: 7.1rem !important;
}

.border-bottom-72 {
  border-bottom-width: 7.2rem !important;
}

.border-bottom-73 {
  border-bottom-width: 7.3rem !important;
}

.border-bottom-74 {
  border-bottom-width: 7.4rem !important;
}

.border-bottom-75 {
  border-bottom-width: 7.5rem !important;
}

.border-bottom-76 {
  border-bottom-width: 7.6rem !important;
}

.border-bottom-77 {
  border-bottom-width: 7.7rem !important;
}

.border-bottom-78 {
  border-bottom-width: 7.8rem !important;
}

.border-bottom-79 {
  border-bottom-width: 7.9rem !important;
}

.border-bottom-8 {
  border-bottom-width: 8rem !important;
}

.border-bottom-80 {
  border-bottom-width: 8rem !important;
}

.border-bottom-81 {
  border-bottom-width: 8.1rem !important;
}

.border-bottom-82 {
  border-bottom-width: 8.2rem !important;
}

.border-bottom-83 {
  border-bottom-width: 8.3rem !important;
}

.border-bottom-84 {
  border-bottom-width: 8.4rem !important;
}

.border-bottom-85 {
  border-bottom-width: 8.5rem !important;
}

.border-bottom-86 {
  border-bottom-width: 8.6rem !important;
}

.border-bottom-87 {
  border-bottom-width: 8.7rem !important;
}

.border-bottom-88 {
  border-bottom-width: 8.8rem !important;
}

.border-bottom-89 {
  border-bottom-width: 8.9rem !important;
}

.border-bottom-9 {
  border-bottom-width: 9rem !important;
}

.border-bottom-90 {
  border-bottom-width: 9rem !important;
}

.border-bottom-91 {
  border-bottom-width: 9.1rem !important;
}

.border-bottom-92 {
  border-bottom-width: 9.2rem !important;
}

.border-bottom-93 {
  border-bottom-width: 9.3rem !important;
}

.border-bottom-94 {
  border-bottom-width: 9.4rem !important;
}

.border-bottom-95 {
  border-bottom-width: 9.5rem !important;
}

.border-bottom-96 {
  border-bottom-width: 9.6rem !important;
}

.border-bottom-97 {
  border-bottom-width: 9.7rem !important;
}

.border-bottom-98 {
  border-bottom-width: 9.8rem !important;
}

.border-bottom-99 {
  border-bottom-width: 9.9rem !important;
}

.border-bottom-100 {
  border-bottom-width: 10rem !important;
}

.border-bottom-110 {
  border-bottom-width: 11rem !important;
}

.border-bottom-120 {
  border-bottom-width: 12rem !important;
}

.border-bottom-130 {
  border-bottom-width: 13rem !important;
}

.border-bottom-140 {
  border-bottom-width: 14rem !important;
}

.border-bottom-150 {
  border-bottom-width: 15rem !important;
}

.border-bottom-160 {
  border-bottom-width: 16rem !important;
}

.border-bottom-170 {
  border-bottom-width: 17rem !important;
}

.border-bottom-180 {
  border-bottom-width: 18rem !important;
}

.border-bottom-190 {
  border-bottom-width: 19rem !important;
}

.border-bottom-200 {
  border-bottom-width: 20rem !important;
}

.border-bottom-inherit-last:last-child {
  border-bottom-width: inherit !important;
}

.border-bottom-0-last:last-child {
  border-bottom-width: 0 !important;
}

.border-bottom-01-last:last-child {
  border-bottom-width: 0.1rem !important;
}

.border-bottom-02-last:last-child {
  border-bottom-width: 0.2rem !important;
}

.border-bottom-03-last:last-child {
  border-bottom-width: 0.3rem !important;
}

.border-bottom-04-last:last-child {
  border-bottom-width: 0.4rem !important;
}

.border-bottom-05-last:last-child {
  border-bottom-width: 0.5rem !important;
}

.border-bottom-06-last:last-child {
  border-bottom-width: 0.6rem !important;
}

.border-bottom-07-last:last-child {
  border-bottom-width: 0.7rem !important;
}

.border-bottom-08-last:last-child {
  border-bottom-width: 0.8rem !important;
}

.border-bottom-09-last:last-child {
  border-bottom-width: 0.9rem !important;
}

.border-bottom-1-last:last-child {
  border-bottom-width: 1rem !important;
}

.border-bottom-10-last:last-child {
  border-bottom-width: 1rem !important;
}

.border-bottom-11-last:last-child {
  border-bottom-width: 1.1rem !important;
}

.border-bottom-12-last:last-child {
  border-bottom-width: 1.2rem !important;
}

.border-bottom-13-last:last-child {
  border-bottom-width: 1.3rem !important;
}

.border-bottom-14-last:last-child {
  border-bottom-width: 1.4rem !important;
}

.border-bottom-15-last:last-child {
  border-bottom-width: 1.5rem !important;
}

.border-bottom-16-last:last-child {
  border-bottom-width: 1.6rem !important;
}

.border-bottom-17-last:last-child {
  border-bottom-width: 1.7rem !important;
}

.border-bottom-18-last:last-child {
  border-bottom-width: 1.8rem !important;
}

.border-bottom-19-last:last-child {
  border-bottom-width: 1.9rem !important;
}

.border-bottom-2-last:last-child {
  border-bottom-width: 2rem !important;
}

.border-bottom-20-last:last-child {
  border-bottom-width: 2rem !important;
}

.border-bottom-21-last:last-child {
  border-bottom-width: 2.1rem !important;
}

.border-bottom-22-last:last-child {
  border-bottom-width: 2.2rem !important;
}

.border-bottom-23-last:last-child {
  border-bottom-width: 2.3rem !important;
}

.border-bottom-24-last:last-child {
  border-bottom-width: 2.4rem !important;
}

.border-bottom-25-last:last-child {
  border-bottom-width: 2.5rem !important;
}

.border-bottom-26-last:last-child {
  border-bottom-width: 2.6rem !important;
}

.border-bottom-27-last:last-child {
  border-bottom-width: 2.7rem !important;
}

.border-bottom-28-last:last-child {
  border-bottom-width: 2.8rem !important;
}

.border-bottom-29-last:last-child {
  border-bottom-width: 2.9rem !important;
}

.border-bottom-3-last:last-child {
  border-bottom-width: 3rem !important;
}

.border-bottom-30-last:last-child {
  border-bottom-width: 3rem !important;
}

.border-bottom-31-last:last-child {
  border-bottom-width: 3.1rem !important;
}

.border-bottom-32-last:last-child {
  border-bottom-width: 3.2rem !important;
}

.border-bottom-33-last:last-child {
  border-bottom-width: 3.3rem !important;
}

.border-bottom-34-last:last-child {
  border-bottom-width: 3.4rem !important;
}

.border-bottom-35-last:last-child {
  border-bottom-width: 3.5rem !important;
}

.border-bottom-36-last:last-child {
  border-bottom-width: 3.6rem !important;
}

.border-bottom-37-last:last-child {
  border-bottom-width: 3.7rem !important;
}

.border-bottom-38-last:last-child {
  border-bottom-width: 3.8rem !important;
}

.border-bottom-39-last:last-child {
  border-bottom-width: 3.9rem !important;
}

.border-bottom-4-last:last-child {
  border-bottom-width: 4rem !important;
}

.border-bottom-40-last:last-child {
  border-bottom-width: 4rem !important;
}

.border-bottom-41-last:last-child {
  border-bottom-width: 4.1rem !important;
}

.border-bottom-42-last:last-child {
  border-bottom-width: 4.2rem !important;
}

.border-bottom-43-last:last-child {
  border-bottom-width: 4.3rem !important;
}

.border-bottom-44-last:last-child {
  border-bottom-width: 4.4rem !important;
}

.border-bottom-45-last:last-child {
  border-bottom-width: 4.5rem !important;
}

.border-bottom-46-last:last-child {
  border-bottom-width: 4.6rem !important;
}

.border-bottom-47-last:last-child {
  border-bottom-width: 4.7rem !important;
}

.border-bottom-48-last:last-child {
  border-bottom-width: 4.8rem !important;
}

.border-bottom-49-last:last-child {
  border-bottom-width: 4.9rem !important;
}

.border-bottom-5-last:last-child {
  border-bottom-width: 5rem !important;
}

.border-bottom-50-last:last-child {
  border-bottom-width: 5rem !important;
}

.border-bottom-51-last:last-child {
  border-bottom-width: 5.1rem !important;
}

.border-bottom-52-last:last-child {
  border-bottom-width: 5.2rem !important;
}

.border-bottom-53-last:last-child {
  border-bottom-width: 5.3rem !important;
}

.border-bottom-54-last:last-child {
  border-bottom-width: 5.4rem !important;
}

.border-bottom-55-last:last-child {
  border-bottom-width: 5.5rem !important;
}

.border-bottom-56-last:last-child {
  border-bottom-width: 5.6rem !important;
}

.border-bottom-57-last:last-child {
  border-bottom-width: 5.7rem !important;
}

.border-bottom-58-last:last-child {
  border-bottom-width: 5.8rem !important;
}

.border-bottom-59-last:last-child {
  border-bottom-width: 5.9rem !important;
}

.border-bottom-6-last:last-child {
  border-bottom-width: 6rem !important;
}

.border-bottom-60-last:last-child {
  border-bottom-width: 6rem !important;
}

.border-bottom-61-last:last-child {
  border-bottom-width: 6.1rem !important;
}

.border-bottom-62-last:last-child {
  border-bottom-width: 6.2rem !important;
}

.border-bottom-63-last:last-child {
  border-bottom-width: 6.3rem !important;
}

.border-bottom-64-last:last-child {
  border-bottom-width: 6.4rem !important;
}

.border-bottom-65-last:last-child {
  border-bottom-width: 6.5rem !important;
}

.border-bottom-66-last:last-child {
  border-bottom-width: 6.6rem !important;
}

.border-bottom-67-last:last-child {
  border-bottom-width: 6.7rem !important;
}

.border-bottom-68-last:last-child {
  border-bottom-width: 6.8rem !important;
}

.border-bottom-69-last:last-child {
  border-bottom-width: 6.9rem !important;
}

.border-bottom-7-last:last-child {
  border-bottom-width: 7rem !important;
}

.border-bottom-70-last:last-child {
  border-bottom-width: 7rem !important;
}

.border-bottom-71-last:last-child {
  border-bottom-width: 7.1rem !important;
}

.border-bottom-72-last:last-child {
  border-bottom-width: 7.2rem !important;
}

.border-bottom-73-last:last-child {
  border-bottom-width: 7.3rem !important;
}

.border-bottom-74-last:last-child {
  border-bottom-width: 7.4rem !important;
}

.border-bottom-75-last:last-child {
  border-bottom-width: 7.5rem !important;
}

.border-bottom-76-last:last-child {
  border-bottom-width: 7.6rem !important;
}

.border-bottom-77-last:last-child {
  border-bottom-width: 7.7rem !important;
}

.border-bottom-78-last:last-child {
  border-bottom-width: 7.8rem !important;
}

.border-bottom-79-last:last-child {
  border-bottom-width: 7.9rem !important;
}

.border-bottom-8-last:last-child {
  border-bottom-width: 8rem !important;
}

.border-bottom-80-last:last-child {
  border-bottom-width: 8rem !important;
}

.border-bottom-81-last:last-child {
  border-bottom-width: 8.1rem !important;
}

.border-bottom-82-last:last-child {
  border-bottom-width: 8.2rem !important;
}

.border-bottom-83-last:last-child {
  border-bottom-width: 8.3rem !important;
}

.border-bottom-84-last:last-child {
  border-bottom-width: 8.4rem !important;
}

.border-bottom-85-last:last-child {
  border-bottom-width: 8.5rem !important;
}

.border-bottom-86-last:last-child {
  border-bottom-width: 8.6rem !important;
}

.border-bottom-87-last:last-child {
  border-bottom-width: 8.7rem !important;
}

.border-bottom-88-last:last-child {
  border-bottom-width: 8.8rem !important;
}

.border-bottom-89-last:last-child {
  border-bottom-width: 8.9rem !important;
}

.border-bottom-9-last:last-child {
  border-bottom-width: 9rem !important;
}

.border-bottom-90-last:last-child {
  border-bottom-width: 9rem !important;
}

.border-bottom-91-last:last-child {
  border-bottom-width: 9.1rem !important;
}

.border-bottom-92-last:last-child {
  border-bottom-width: 9.2rem !important;
}

.border-bottom-93-last:last-child {
  border-bottom-width: 9.3rem !important;
}

.border-bottom-94-last:last-child {
  border-bottom-width: 9.4rem !important;
}

.border-bottom-95-last:last-child {
  border-bottom-width: 9.5rem !important;
}

.border-bottom-96-last:last-child {
  border-bottom-width: 9.6rem !important;
}

.border-bottom-97-last:last-child {
  border-bottom-width: 9.7rem !important;
}

.border-bottom-98-last:last-child {
  border-bottom-width: 9.8rem !important;
}

.border-bottom-99-last:last-child {
  border-bottom-width: 9.9rem !important;
}

.border-bottom-100-last:last-child {
  border-bottom-width: 10rem !important;
}

.border-bottom-110-last:last-child {
  border-bottom-width: 11rem !important;
}

.border-bottom-120-last:last-child {
  border-bottom-width: 12rem !important;
}

.border-bottom-130-last:last-child {
  border-bottom-width: 13rem !important;
}

.border-bottom-140-last:last-child {
  border-bottom-width: 14rem !important;
}

.border-bottom-150-last:last-child {
  border-bottom-width: 15rem !important;
}

.border-bottom-160-last:last-child {
  border-bottom-width: 16rem !important;
}

.border-bottom-170-last:last-child {
  border-bottom-width: 17rem !important;
}

.border-bottom-180-last:last-child {
  border-bottom-width: 18rem !important;
}

.border-bottom-190-last:last-child {
  border-bottom-width: 19rem !important;
}

.border-bottom-200-last:last-child {
  border-bottom-width: 20rem !important;
}

.border-color-blue {
  border-color: #007CC2 !important;
}

.border-color-indigo {
  border-color: #6610f2 !important;
}

.border-color-purple {
  border-color: #6f42c1 !important;
}

.border-color-pink {
  border-color: #d63384 !important;
}

.border-color-red {
  border-color: #dc3545 !important;
}

.border-color-orange {
  border-color: #FD8262 !important;
}

.border-color-yellow {
  border-color: #F6AE42 !important;
}

.border-color-green {
  border-color: #627C36 !important;
}

.border-color-teal {
  border-color: #20c997 !important;
}

.border-color-cyan {
  border-color: #0dcaf0 !important;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.border-color-gray {
  border-color: #6c757d !important;
}

.border-color-transparent {
  border-color: transparent !important;
}

.border-color-blueDark {
  border-color: #2727ff !important;
}

.border-color-blueLight {
  border-color: #000094 !important;
}

.border-color-pinkDark {
  border-color: #CC1F42 !important;
}

.border-color-pinkLight {
  border-color: #FF5983 !important;
}

.border-color-redLight {
  border-color: #ff212c !important;
}

.border-color-redDark {
  border-color: #960010 !important;
}

.border-color-yellowDark {
  border-color: #CCA300 !important;
}

.border-color-yellowLight {
  border-color: #FFDD33 !important;
}

.border-color-greenLight {
  border-color: #8FB914 !important;
}

.border-color-greenDark {
  border-color: #2ACF80 !important;
}

.border-color-grayDark {
  border-color: #313130 !important;
}

.border-color-grayLight {
  border-color: #8C8C8C !important;
}

.border-color-light {
  border-color: #F1F1F1 !important;
}

.border-color-brown {
  border-color: #885F50 !important;
}

.border-color-brownDark {
  border-color: #4D271A !important;
}

.border-color-brownLight {
  border-color: #CFB59E !important;
}

.border-color-viber {
  border-color: #665CAC !important;
}

.border-color-whatsapp {
  border-color: #25D366 !important;
}

.border-color-facebook {
  border-color: #1a77f2 !important;
}

.border-color-vkontakte {
  border-color: #0077FF !important;
}

.border-color-telegram {
  border-color: #0088cc !important;
}

.border-color-youtube {
  border-color: #ff0000 !important;
}

.border-color-spotify {
  border-color: #1ED760 !important;
}

.border-color-yandexMusic {
  border-color: #FC3F1D !important;
}

.border-color-sberZvuk {
  border-color: #07ead8 !important;
}

.border-color-appleMusic {
  border-color: #fa586a !important;
}

.border-color-flamp {
  border-color: #2E6BE5 !important;
}

.border-color-badstudio {
  border-color: #c7212c !important;
}

.border-color-lightDark {
  border-color: #D9D9D9 !important;
}

.border-color-blueHover:hover {
  border-color: #007CC2 !important;
}

.border-color-indigoHover:hover {
  border-color: #6610f2 !important;
}

.border-color-purpleHover:hover {
  border-color: #6f42c1 !important;
}

.border-color-pinkHover:hover {
  border-color: #d63384 !important;
}

.border-color-redHover:hover {
  border-color: #dc3545 !important;
}

.border-color-orangeHover:hover {
  border-color: #FD8262 !important;
}

.border-color-yellowHover:hover {
  border-color: #F6AE42 !important;
}

.border-color-greenHover:hover {
  border-color: #627C36 !important;
}

.border-color-tealHover:hover {
  border-color: #20c997 !important;
}

.border-color-cyanHover:hover {
  border-color: #0dcaf0 !important;
}

.border-color-blackHover:hover {
  border-color: #000 !important;
}

.border-color-whiteHover:hover {
  border-color: #fff !important;
}

.border-color-grayHover:hover {
  border-color: #6c757d !important;
}

.border-color-transparentHover:hover {
  border-color: transparent !important;
}

.border-color-blueDarkHover:hover {
  border-color: #2727ff !important;
}

.border-color-blueLightHover:hover {
  border-color: #000094 !important;
}

.border-color-pinkDarkHover:hover {
  border-color: #CC1F42 !important;
}

.border-color-pinkLightHover:hover {
  border-color: #FF5983 !important;
}

.border-color-redLightHover:hover {
  border-color: #ff212c !important;
}

.border-color-redDarkHover:hover {
  border-color: #960010 !important;
}

.border-color-yellowDarkHover:hover {
  border-color: #CCA300 !important;
}

.border-color-yellowLightHover:hover {
  border-color: #FFDD33 !important;
}

.border-color-greenLightHover:hover {
  border-color: #8FB914 !important;
}

.border-color-greenDarkHover:hover {
  border-color: #2ACF80 !important;
}

.border-color-grayDarkHover:hover {
  border-color: #313130 !important;
}

.border-color-grayLightHover:hover {
  border-color: #8C8C8C !important;
}

.border-color-lightHover:hover {
  border-color: #F1F1F1 !important;
}

.border-color-brownHover:hover {
  border-color: #885F50 !important;
}

.border-color-brownDarkHover:hover {
  border-color: #4D271A !important;
}

.border-color-brownLightHover:hover {
  border-color: #CFB59E !important;
}

.border-color-viberHover:hover {
  border-color: #665CAC !important;
}

.border-color-whatsappHover:hover {
  border-color: #25D366 !important;
}

.border-color-facebookHover:hover {
  border-color: #1a77f2 !important;
}

.border-color-vkontakteHover:hover {
  border-color: #0077FF !important;
}

.border-color-telegramHover:hover {
  border-color: #0088cc !important;
}

.border-color-youtubeHover:hover {
  border-color: #ff0000 !important;
}

.border-color-spotifyHover:hover {
  border-color: #1ED760 !important;
}

.border-color-yandexMusicHover:hover {
  border-color: #FC3F1D !important;
}

.border-color-sberZvukHover:hover {
  border-color: #07ead8 !important;
}

.border-color-appleMusicHover:hover {
  border-color: #fa586a !important;
}

.border-color-flampHover:hover {
  border-color: #2E6BE5 !important;
}

.border-color-badstudioHover:hover {
  border-color: #c7212c !important;
}

.border-color-lightDarkHover:hover {
  border-color: #D9D9D9 !important;
}

.radius-inherit {
  border-radius: inherit !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-01 {
  border-radius: 0.1rem !important;
}

.radius-02 {
  border-radius: 0.2rem !important;
}

.radius-03 {
  border-radius: 0.3rem !important;
}

.radius-04 {
  border-radius: 0.4rem !important;
}

.radius-05 {
  border-radius: 0.5rem !important;
}

.radius-06 {
  border-radius: 0.6rem !important;
}

.radius-07 {
  border-radius: 0.7rem !important;
}

.radius-08 {
  border-radius: 0.8rem !important;
}

.radius-09 {
  border-radius: 0.9rem !important;
}

.radius-1 {
  border-radius: 1rem !important;
}

.radius-10 {
  border-radius: 1rem !important;
}

.radius-11 {
  border-radius: 1.1rem !important;
}

.radius-12 {
  border-radius: 1.2rem !important;
}

.radius-13 {
  border-radius: 1.3rem !important;
}

.radius-14 {
  border-radius: 1.4rem !important;
}

.radius-15 {
  border-radius: 1.5rem !important;
}

.radius-16 {
  border-radius: 1.6rem !important;
}

.radius-17 {
  border-radius: 1.7rem !important;
}

.radius-18 {
  border-radius: 1.8rem !important;
}

.radius-19 {
  border-radius: 1.9rem !important;
}

.radius-2 {
  border-radius: 2rem !important;
}

.radius-20 {
  border-radius: 2rem !important;
}

.radius-21 {
  border-radius: 2.1rem !important;
}

.radius-22 {
  border-radius: 2.2rem !important;
}

.radius-23 {
  border-radius: 2.3rem !important;
}

.radius-24 {
  border-radius: 2.4rem !important;
}

.radius-25 {
  border-radius: 2.5rem !important;
}

.radius-26 {
  border-radius: 2.6rem !important;
}

.radius-27 {
  border-radius: 2.7rem !important;
}

.radius-28 {
  border-radius: 2.8rem !important;
}

.radius-29 {
  border-radius: 2.9rem !important;
}

.radius-3 {
  border-radius: 3rem !important;
}

.radius-30 {
  border-radius: 3rem !important;
}

.radius-31 {
  border-radius: 3.1rem !important;
}

.radius-32 {
  border-radius: 3.2rem !important;
}

.radius-33 {
  border-radius: 3.3rem !important;
}

.radius-34 {
  border-radius: 3.4rem !important;
}

.radius-35 {
  border-radius: 3.5rem !important;
}

.radius-36 {
  border-radius: 3.6rem !important;
}

.radius-37 {
  border-radius: 3.7rem !important;
}

.radius-38 {
  border-radius: 3.8rem !important;
}

.radius-39 {
  border-radius: 3.9rem !important;
}

.radius-4 {
  border-radius: 4rem !important;
}

.radius-40 {
  border-radius: 4rem !important;
}

.radius-41 {
  border-radius: 4.1rem !important;
}

.radius-42 {
  border-radius: 4.2rem !important;
}

.radius-43 {
  border-radius: 4.3rem !important;
}

.radius-44 {
  border-radius: 4.4rem !important;
}

.radius-45 {
  border-radius: 4.5rem !important;
}

.radius-46 {
  border-radius: 4.6rem !important;
}

.radius-47 {
  border-radius: 4.7rem !important;
}

.radius-48 {
  border-radius: 4.8rem !important;
}

.radius-49 {
  border-radius: 4.9rem !important;
}

.radius-5 {
  border-radius: 5rem !important;
}

.radius-50 {
  border-radius: 5rem !important;
}

.radius-51 {
  border-radius: 5.1rem !important;
}

.radius-52 {
  border-radius: 5.2rem !important;
}

.radius-53 {
  border-radius: 5.3rem !important;
}

.radius-54 {
  border-radius: 5.4rem !important;
}

.radius-55 {
  border-radius: 5.5rem !important;
}

.radius-56 {
  border-radius: 5.6rem !important;
}

.radius-57 {
  border-radius: 5.7rem !important;
}

.radius-58 {
  border-radius: 5.8rem !important;
}

.radius-59 {
  border-radius: 5.9rem !important;
}

.radius-6 {
  border-radius: 6rem !important;
}

.radius-60 {
  border-radius: 6rem !important;
}

.radius-61 {
  border-radius: 6.1rem !important;
}

.radius-62 {
  border-radius: 6.2rem !important;
}

.radius-63 {
  border-radius: 6.3rem !important;
}

.radius-64 {
  border-radius: 6.4rem !important;
}

.radius-65 {
  border-radius: 6.5rem !important;
}

.radius-66 {
  border-radius: 6.6rem !important;
}

.radius-67 {
  border-radius: 6.7rem !important;
}

.radius-68 {
  border-radius: 6.8rem !important;
}

.radius-69 {
  border-radius: 6.9rem !important;
}

.radius-7 {
  border-radius: 7rem !important;
}

.radius-70 {
  border-radius: 7rem !important;
}

.radius-71 {
  border-radius: 7.1rem !important;
}

.radius-72 {
  border-radius: 7.2rem !important;
}

.radius-73 {
  border-radius: 7.3rem !important;
}

.radius-74 {
  border-radius: 7.4rem !important;
}

.radius-75 {
  border-radius: 7.5rem !important;
}

.radius-76 {
  border-radius: 7.6rem !important;
}

.radius-77 {
  border-radius: 7.7rem !important;
}

.radius-78 {
  border-radius: 7.8rem !important;
}

.radius-79 {
  border-radius: 7.9rem !important;
}

.radius-8 {
  border-radius: 8rem !important;
}

.radius-80 {
  border-radius: 8rem !important;
}

.radius-81 {
  border-radius: 8.1rem !important;
}

.radius-82 {
  border-radius: 8.2rem !important;
}

.radius-83 {
  border-radius: 8.3rem !important;
}

.radius-84 {
  border-radius: 8.4rem !important;
}

.radius-85 {
  border-radius: 8.5rem !important;
}

.radius-86 {
  border-radius: 8.6rem !important;
}

.radius-87 {
  border-radius: 8.7rem !important;
}

.radius-88 {
  border-radius: 8.8rem !important;
}

.radius-89 {
  border-radius: 8.9rem !important;
}

.radius-9 {
  border-radius: 9rem !important;
}

.radius-90 {
  border-radius: 9rem !important;
}

.radius-91 {
  border-radius: 9.1rem !important;
}

.radius-92 {
  border-radius: 9.2rem !important;
}

.radius-93 {
  border-radius: 9.3rem !important;
}

.radius-94 {
  border-radius: 9.4rem !important;
}

.radius-95 {
  border-radius: 9.5rem !important;
}

.radius-96 {
  border-radius: 9.6rem !important;
}

.radius-97 {
  border-radius: 9.7rem !important;
}

.radius-98 {
  border-radius: 9.8rem !important;
}

.radius-99 {
  border-radius: 9.9rem !important;
}

.radius-100 {
  border-radius: 10rem !important;
}

.radius-110 {
  border-radius: 11rem !important;
}

.radius-120 {
  border-radius: 12rem !important;
}

.radius-130 {
  border-radius: 13rem !important;
}

.radius-140 {
  border-radius: 14rem !important;
}

.radius-150 {
  border-radius: 15rem !important;
}

.radius-160 {
  border-radius: 16rem !important;
}

.radius-170 {
  border-radius: 17rem !important;
}

.radius-180 {
  border-radius: 18rem !important;
}

.radius-190 {
  border-radius: 19rem !important;
}

.radius-200 {
  border-radius: 20rem !important;
}

.radius-topLeft-inherit {
  border-top-left-radius: inherit !important;
}

.radius-topLeft-0 {
  border-top-left-radius: 0 !important;
}

.radius-topLeft-01 {
  border-top-left-radius: 0.1rem !important;
}

.radius-topLeft-02 {
  border-top-left-radius: 0.2rem !important;
}

.radius-topLeft-03 {
  border-top-left-radius: 0.3rem !important;
}

.radius-topLeft-04 {
  border-top-left-radius: 0.4rem !important;
}

.radius-topLeft-05 {
  border-top-left-radius: 0.5rem !important;
}

.radius-topLeft-06 {
  border-top-left-radius: 0.6rem !important;
}

.radius-topLeft-07 {
  border-top-left-radius: 0.7rem !important;
}

.radius-topLeft-08 {
  border-top-left-radius: 0.8rem !important;
}

.radius-topLeft-09 {
  border-top-left-radius: 0.9rem !important;
}

.radius-topLeft-1 {
  border-top-left-radius: 1rem !important;
}

.radius-topLeft-10 {
  border-top-left-radius: 1rem !important;
}

.radius-topLeft-11 {
  border-top-left-radius: 1.1rem !important;
}

.radius-topLeft-12 {
  border-top-left-radius: 1.2rem !important;
}

.radius-topLeft-13 {
  border-top-left-radius: 1.3rem !important;
}

.radius-topLeft-14 {
  border-top-left-radius: 1.4rem !important;
}

.radius-topLeft-15 {
  border-top-left-radius: 1.5rem !important;
}

.radius-topLeft-16 {
  border-top-left-radius: 1.6rem !important;
}

.radius-topLeft-17 {
  border-top-left-radius: 1.7rem !important;
}

.radius-topLeft-18 {
  border-top-left-radius: 1.8rem !important;
}

.radius-topLeft-19 {
  border-top-left-radius: 1.9rem !important;
}

.radius-topLeft-2 {
  border-top-left-radius: 2rem !important;
}

.radius-topLeft-20 {
  border-top-left-radius: 2rem !important;
}

.radius-topLeft-21 {
  border-top-left-radius: 2.1rem !important;
}

.radius-topLeft-22 {
  border-top-left-radius: 2.2rem !important;
}

.radius-topLeft-23 {
  border-top-left-radius: 2.3rem !important;
}

.radius-topLeft-24 {
  border-top-left-radius: 2.4rem !important;
}

.radius-topLeft-25 {
  border-top-left-radius: 2.5rem !important;
}

.radius-topLeft-26 {
  border-top-left-radius: 2.6rem !important;
}

.radius-topLeft-27 {
  border-top-left-radius: 2.7rem !important;
}

.radius-topLeft-28 {
  border-top-left-radius: 2.8rem !important;
}

.radius-topLeft-29 {
  border-top-left-radius: 2.9rem !important;
}

.radius-topLeft-3 {
  border-top-left-radius: 3rem !important;
}

.radius-topLeft-30 {
  border-top-left-radius: 3rem !important;
}

.radius-topLeft-31 {
  border-top-left-radius: 3.1rem !important;
}

.radius-topLeft-32 {
  border-top-left-radius: 3.2rem !important;
}

.radius-topLeft-33 {
  border-top-left-radius: 3.3rem !important;
}

.radius-topLeft-34 {
  border-top-left-radius: 3.4rem !important;
}

.radius-topLeft-35 {
  border-top-left-radius: 3.5rem !important;
}

.radius-topLeft-36 {
  border-top-left-radius: 3.6rem !important;
}

.radius-topLeft-37 {
  border-top-left-radius: 3.7rem !important;
}

.radius-topLeft-38 {
  border-top-left-radius: 3.8rem !important;
}

.radius-topLeft-39 {
  border-top-left-radius: 3.9rem !important;
}

.radius-topLeft-4 {
  border-top-left-radius: 4rem !important;
}

.radius-topLeft-40 {
  border-top-left-radius: 4rem !important;
}

.radius-topLeft-41 {
  border-top-left-radius: 4.1rem !important;
}

.radius-topLeft-42 {
  border-top-left-radius: 4.2rem !important;
}

.radius-topLeft-43 {
  border-top-left-radius: 4.3rem !important;
}

.radius-topLeft-44 {
  border-top-left-radius: 4.4rem !important;
}

.radius-topLeft-45 {
  border-top-left-radius: 4.5rem !important;
}

.radius-topLeft-46 {
  border-top-left-radius: 4.6rem !important;
}

.radius-topLeft-47 {
  border-top-left-radius: 4.7rem !important;
}

.radius-topLeft-48 {
  border-top-left-radius: 4.8rem !important;
}

.radius-topLeft-49 {
  border-top-left-radius: 4.9rem !important;
}

.radius-topLeft-5 {
  border-top-left-radius: 5rem !important;
}

.radius-topLeft-50 {
  border-top-left-radius: 5rem !important;
}

.radius-topLeft-51 {
  border-top-left-radius: 5.1rem !important;
}

.radius-topLeft-52 {
  border-top-left-radius: 5.2rem !important;
}

.radius-topLeft-53 {
  border-top-left-radius: 5.3rem !important;
}

.radius-topLeft-54 {
  border-top-left-radius: 5.4rem !important;
}

.radius-topLeft-55 {
  border-top-left-radius: 5.5rem !important;
}

.radius-topLeft-56 {
  border-top-left-radius: 5.6rem !important;
}

.radius-topLeft-57 {
  border-top-left-radius: 5.7rem !important;
}

.radius-topLeft-58 {
  border-top-left-radius: 5.8rem !important;
}

.radius-topLeft-59 {
  border-top-left-radius: 5.9rem !important;
}

.radius-topLeft-6 {
  border-top-left-radius: 6rem !important;
}

.radius-topLeft-60 {
  border-top-left-radius: 6rem !important;
}

.radius-topLeft-61 {
  border-top-left-radius: 6.1rem !important;
}

.radius-topLeft-62 {
  border-top-left-radius: 6.2rem !important;
}

.radius-topLeft-63 {
  border-top-left-radius: 6.3rem !important;
}

.radius-topLeft-64 {
  border-top-left-radius: 6.4rem !important;
}

.radius-topLeft-65 {
  border-top-left-radius: 6.5rem !important;
}

.radius-topLeft-66 {
  border-top-left-radius: 6.6rem !important;
}

.radius-topLeft-67 {
  border-top-left-radius: 6.7rem !important;
}

.radius-topLeft-68 {
  border-top-left-radius: 6.8rem !important;
}

.radius-topLeft-69 {
  border-top-left-radius: 6.9rem !important;
}

.radius-topLeft-7 {
  border-top-left-radius: 7rem !important;
}

.radius-topLeft-70 {
  border-top-left-radius: 7rem !important;
}

.radius-topLeft-71 {
  border-top-left-radius: 7.1rem !important;
}

.radius-topLeft-72 {
  border-top-left-radius: 7.2rem !important;
}

.radius-topLeft-73 {
  border-top-left-radius: 7.3rem !important;
}

.radius-topLeft-74 {
  border-top-left-radius: 7.4rem !important;
}

.radius-topLeft-75 {
  border-top-left-radius: 7.5rem !important;
}

.radius-topLeft-76 {
  border-top-left-radius: 7.6rem !important;
}

.radius-topLeft-77 {
  border-top-left-radius: 7.7rem !important;
}

.radius-topLeft-78 {
  border-top-left-radius: 7.8rem !important;
}

.radius-topLeft-79 {
  border-top-left-radius: 7.9rem !important;
}

.radius-topLeft-8 {
  border-top-left-radius: 8rem !important;
}

.radius-topLeft-80 {
  border-top-left-radius: 8rem !important;
}

.radius-topLeft-81 {
  border-top-left-radius: 8.1rem !important;
}

.radius-topLeft-82 {
  border-top-left-radius: 8.2rem !important;
}

.radius-topLeft-83 {
  border-top-left-radius: 8.3rem !important;
}

.radius-topLeft-84 {
  border-top-left-radius: 8.4rem !important;
}

.radius-topLeft-85 {
  border-top-left-radius: 8.5rem !important;
}

.radius-topLeft-86 {
  border-top-left-radius: 8.6rem !important;
}

.radius-topLeft-87 {
  border-top-left-radius: 8.7rem !important;
}

.radius-topLeft-88 {
  border-top-left-radius: 8.8rem !important;
}

.radius-topLeft-89 {
  border-top-left-radius: 8.9rem !important;
}

.radius-topLeft-9 {
  border-top-left-radius: 9rem !important;
}

.radius-topLeft-90 {
  border-top-left-radius: 9rem !important;
}

.radius-topLeft-91 {
  border-top-left-radius: 9.1rem !important;
}

.radius-topLeft-92 {
  border-top-left-radius: 9.2rem !important;
}

.radius-topLeft-93 {
  border-top-left-radius: 9.3rem !important;
}

.radius-topLeft-94 {
  border-top-left-radius: 9.4rem !important;
}

.radius-topLeft-95 {
  border-top-left-radius: 9.5rem !important;
}

.radius-topLeft-96 {
  border-top-left-radius: 9.6rem !important;
}

.radius-topLeft-97 {
  border-top-left-radius: 9.7rem !important;
}

.radius-topLeft-98 {
  border-top-left-radius: 9.8rem !important;
}

.radius-topLeft-99 {
  border-top-left-radius: 9.9rem !important;
}

.radius-topLeft-100 {
  border-top-left-radius: 10rem !important;
}

.radius-topLeft-110 {
  border-top-left-radius: 11rem !important;
}

.radius-topLeft-120 {
  border-top-left-radius: 12rem !important;
}

.radius-topLeft-130 {
  border-top-left-radius: 13rem !important;
}

.radius-topLeft-140 {
  border-top-left-radius: 14rem !important;
}

.radius-topLeft-150 {
  border-top-left-radius: 15rem !important;
}

.radius-topLeft-160 {
  border-top-left-radius: 16rem !important;
}

.radius-topLeft-170 {
  border-top-left-radius: 17rem !important;
}

.radius-topLeft-180 {
  border-top-left-radius: 18rem !important;
}

.radius-topLeft-190 {
  border-top-left-radius: 19rem !important;
}

.radius-topLeft-200 {
  border-top-left-radius: 20rem !important;
}

.radius-topRight-inherit {
  border-top-right-radius: inherit !important;
}

.radius-topRight-0 {
  border-top-right-radius: 0 !important;
}

.radius-topRight-01 {
  border-top-right-radius: 0.1rem !important;
}

.radius-topRight-02 {
  border-top-right-radius: 0.2rem !important;
}

.radius-topRight-03 {
  border-top-right-radius: 0.3rem !important;
}

.radius-topRight-04 {
  border-top-right-radius: 0.4rem !important;
}

.radius-topRight-05 {
  border-top-right-radius: 0.5rem !important;
}

.radius-topRight-06 {
  border-top-right-radius: 0.6rem !important;
}

.radius-topRight-07 {
  border-top-right-radius: 0.7rem !important;
}

.radius-topRight-08 {
  border-top-right-radius: 0.8rem !important;
}

.radius-topRight-09 {
  border-top-right-radius: 0.9rem !important;
}

.radius-topRight-1 {
  border-top-right-radius: 1rem !important;
}

.radius-topRight-10 {
  border-top-right-radius: 1rem !important;
}

.radius-topRight-11 {
  border-top-right-radius: 1.1rem !important;
}

.radius-topRight-12 {
  border-top-right-radius: 1.2rem !important;
}

.radius-topRight-13 {
  border-top-right-radius: 1.3rem !important;
}

.radius-topRight-14 {
  border-top-right-radius: 1.4rem !important;
}

.radius-topRight-15 {
  border-top-right-radius: 1.5rem !important;
}

.radius-topRight-16 {
  border-top-right-radius: 1.6rem !important;
}

.radius-topRight-17 {
  border-top-right-radius: 1.7rem !important;
}

.radius-topRight-18 {
  border-top-right-radius: 1.8rem !important;
}

.radius-topRight-19 {
  border-top-right-radius: 1.9rem !important;
}

.radius-topRight-2 {
  border-top-right-radius: 2rem !important;
}

.radius-topRight-20 {
  border-top-right-radius: 2rem !important;
}

.radius-topRight-21 {
  border-top-right-radius: 2.1rem !important;
}

.radius-topRight-22 {
  border-top-right-radius: 2.2rem !important;
}

.radius-topRight-23 {
  border-top-right-radius: 2.3rem !important;
}

.radius-topRight-24 {
  border-top-right-radius: 2.4rem !important;
}

.radius-topRight-25 {
  border-top-right-radius: 2.5rem !important;
}

.radius-topRight-26 {
  border-top-right-radius: 2.6rem !important;
}

.radius-topRight-27 {
  border-top-right-radius: 2.7rem !important;
}

.radius-topRight-28 {
  border-top-right-radius: 2.8rem !important;
}

.radius-topRight-29 {
  border-top-right-radius: 2.9rem !important;
}

.radius-topRight-3 {
  border-top-right-radius: 3rem !important;
}

.radius-topRight-30 {
  border-top-right-radius: 3rem !important;
}

.radius-topRight-31 {
  border-top-right-radius: 3.1rem !important;
}

.radius-topRight-32 {
  border-top-right-radius: 3.2rem !important;
}

.radius-topRight-33 {
  border-top-right-radius: 3.3rem !important;
}

.radius-topRight-34 {
  border-top-right-radius: 3.4rem !important;
}

.radius-topRight-35 {
  border-top-right-radius: 3.5rem !important;
}

.radius-topRight-36 {
  border-top-right-radius: 3.6rem !important;
}

.radius-topRight-37 {
  border-top-right-radius: 3.7rem !important;
}

.radius-topRight-38 {
  border-top-right-radius: 3.8rem !important;
}

.radius-topRight-39 {
  border-top-right-radius: 3.9rem !important;
}

.radius-topRight-4 {
  border-top-right-radius: 4rem !important;
}

.radius-topRight-40 {
  border-top-right-radius: 4rem !important;
}

.radius-topRight-41 {
  border-top-right-radius: 4.1rem !important;
}

.radius-topRight-42 {
  border-top-right-radius: 4.2rem !important;
}

.radius-topRight-43 {
  border-top-right-radius: 4.3rem !important;
}

.radius-topRight-44 {
  border-top-right-radius: 4.4rem !important;
}

.radius-topRight-45 {
  border-top-right-radius: 4.5rem !important;
}

.radius-topRight-46 {
  border-top-right-radius: 4.6rem !important;
}

.radius-topRight-47 {
  border-top-right-radius: 4.7rem !important;
}

.radius-topRight-48 {
  border-top-right-radius: 4.8rem !important;
}

.radius-topRight-49 {
  border-top-right-radius: 4.9rem !important;
}

.radius-topRight-5 {
  border-top-right-radius: 5rem !important;
}

.radius-topRight-50 {
  border-top-right-radius: 5rem !important;
}

.radius-topRight-51 {
  border-top-right-radius: 5.1rem !important;
}

.radius-topRight-52 {
  border-top-right-radius: 5.2rem !important;
}

.radius-topRight-53 {
  border-top-right-radius: 5.3rem !important;
}

.radius-topRight-54 {
  border-top-right-radius: 5.4rem !important;
}

.radius-topRight-55 {
  border-top-right-radius: 5.5rem !important;
}

.radius-topRight-56 {
  border-top-right-radius: 5.6rem !important;
}

.radius-topRight-57 {
  border-top-right-radius: 5.7rem !important;
}

.radius-topRight-58 {
  border-top-right-radius: 5.8rem !important;
}

.radius-topRight-59 {
  border-top-right-radius: 5.9rem !important;
}

.radius-topRight-6 {
  border-top-right-radius: 6rem !important;
}

.radius-topRight-60 {
  border-top-right-radius: 6rem !important;
}

.radius-topRight-61 {
  border-top-right-radius: 6.1rem !important;
}

.radius-topRight-62 {
  border-top-right-radius: 6.2rem !important;
}

.radius-topRight-63 {
  border-top-right-radius: 6.3rem !important;
}

.radius-topRight-64 {
  border-top-right-radius: 6.4rem !important;
}

.radius-topRight-65 {
  border-top-right-radius: 6.5rem !important;
}

.radius-topRight-66 {
  border-top-right-radius: 6.6rem !important;
}

.radius-topRight-67 {
  border-top-right-radius: 6.7rem !important;
}

.radius-topRight-68 {
  border-top-right-radius: 6.8rem !important;
}

.radius-topRight-69 {
  border-top-right-radius: 6.9rem !important;
}

.radius-topRight-7 {
  border-top-right-radius: 7rem !important;
}

.radius-topRight-70 {
  border-top-right-radius: 7rem !important;
}

.radius-topRight-71 {
  border-top-right-radius: 7.1rem !important;
}

.radius-topRight-72 {
  border-top-right-radius: 7.2rem !important;
}

.radius-topRight-73 {
  border-top-right-radius: 7.3rem !important;
}

.radius-topRight-74 {
  border-top-right-radius: 7.4rem !important;
}

.radius-topRight-75 {
  border-top-right-radius: 7.5rem !important;
}

.radius-topRight-76 {
  border-top-right-radius: 7.6rem !important;
}

.radius-topRight-77 {
  border-top-right-radius: 7.7rem !important;
}

.radius-topRight-78 {
  border-top-right-radius: 7.8rem !important;
}

.radius-topRight-79 {
  border-top-right-radius: 7.9rem !important;
}

.radius-topRight-8 {
  border-top-right-radius: 8rem !important;
}

.radius-topRight-80 {
  border-top-right-radius: 8rem !important;
}

.radius-topRight-81 {
  border-top-right-radius: 8.1rem !important;
}

.radius-topRight-82 {
  border-top-right-radius: 8.2rem !important;
}

.radius-topRight-83 {
  border-top-right-radius: 8.3rem !important;
}

.radius-topRight-84 {
  border-top-right-radius: 8.4rem !important;
}

.radius-topRight-85 {
  border-top-right-radius: 8.5rem !important;
}

.radius-topRight-86 {
  border-top-right-radius: 8.6rem !important;
}

.radius-topRight-87 {
  border-top-right-radius: 8.7rem !important;
}

.radius-topRight-88 {
  border-top-right-radius: 8.8rem !important;
}

.radius-topRight-89 {
  border-top-right-radius: 8.9rem !important;
}

.radius-topRight-9 {
  border-top-right-radius: 9rem !important;
}

.radius-topRight-90 {
  border-top-right-radius: 9rem !important;
}

.radius-topRight-91 {
  border-top-right-radius: 9.1rem !important;
}

.radius-topRight-92 {
  border-top-right-radius: 9.2rem !important;
}

.radius-topRight-93 {
  border-top-right-radius: 9.3rem !important;
}

.radius-topRight-94 {
  border-top-right-radius: 9.4rem !important;
}

.radius-topRight-95 {
  border-top-right-radius: 9.5rem !important;
}

.radius-topRight-96 {
  border-top-right-radius: 9.6rem !important;
}

.radius-topRight-97 {
  border-top-right-radius: 9.7rem !important;
}

.radius-topRight-98 {
  border-top-right-radius: 9.8rem !important;
}

.radius-topRight-99 {
  border-top-right-radius: 9.9rem !important;
}

.radius-topRight-100 {
  border-top-right-radius: 10rem !important;
}

.radius-topRight-110 {
  border-top-right-radius: 11rem !important;
}

.radius-topRight-120 {
  border-top-right-radius: 12rem !important;
}

.radius-topRight-130 {
  border-top-right-radius: 13rem !important;
}

.radius-topRight-140 {
  border-top-right-radius: 14rem !important;
}

.radius-topRight-150 {
  border-top-right-radius: 15rem !important;
}

.radius-topRight-160 {
  border-top-right-radius: 16rem !important;
}

.radius-topRight-170 {
  border-top-right-radius: 17rem !important;
}

.radius-topRight-180 {
  border-top-right-radius: 18rem !important;
}

.radius-topRight-190 {
  border-top-right-radius: 19rem !important;
}

.radius-topRight-200 {
  border-top-right-radius: 20rem !important;
}

.radius-bottomLeft-inherit {
  border-bottom-left-radius: inherit !important;
}

.radius-bottomLeft-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-bottomLeft-01 {
  border-bottom-left-radius: 0.1rem !important;
}

.radius-bottomLeft-02 {
  border-bottom-left-radius: 0.2rem !important;
}

.radius-bottomLeft-03 {
  border-bottom-left-radius: 0.3rem !important;
}

.radius-bottomLeft-04 {
  border-bottom-left-radius: 0.4rem !important;
}

.radius-bottomLeft-05 {
  border-bottom-left-radius: 0.5rem !important;
}

.radius-bottomLeft-06 {
  border-bottom-left-radius: 0.6rem !important;
}

.radius-bottomLeft-07 {
  border-bottom-left-radius: 0.7rem !important;
}

.radius-bottomLeft-08 {
  border-bottom-left-radius: 0.8rem !important;
}

.radius-bottomLeft-09 {
  border-bottom-left-radius: 0.9rem !important;
}

.radius-bottomLeft-1 {
  border-bottom-left-radius: 1rem !important;
}

.radius-bottomLeft-10 {
  border-bottom-left-radius: 1rem !important;
}

.radius-bottomLeft-11 {
  border-bottom-left-radius: 1.1rem !important;
}

.radius-bottomLeft-12 {
  border-bottom-left-radius: 1.2rem !important;
}

.radius-bottomLeft-13 {
  border-bottom-left-radius: 1.3rem !important;
}

.radius-bottomLeft-14 {
  border-bottom-left-radius: 1.4rem !important;
}

.radius-bottomLeft-15 {
  border-bottom-left-radius: 1.5rem !important;
}

.radius-bottomLeft-16 {
  border-bottom-left-radius: 1.6rem !important;
}

.radius-bottomLeft-17 {
  border-bottom-left-radius: 1.7rem !important;
}

.radius-bottomLeft-18 {
  border-bottom-left-radius: 1.8rem !important;
}

.radius-bottomLeft-19 {
  border-bottom-left-radius: 1.9rem !important;
}

.radius-bottomLeft-2 {
  border-bottom-left-radius: 2rem !important;
}

.radius-bottomLeft-20 {
  border-bottom-left-radius: 2rem !important;
}

.radius-bottomLeft-21 {
  border-bottom-left-radius: 2.1rem !important;
}

.radius-bottomLeft-22 {
  border-bottom-left-radius: 2.2rem !important;
}

.radius-bottomLeft-23 {
  border-bottom-left-radius: 2.3rem !important;
}

.radius-bottomLeft-24 {
  border-bottom-left-radius: 2.4rem !important;
}

.radius-bottomLeft-25 {
  border-bottom-left-radius: 2.5rem !important;
}

.radius-bottomLeft-26 {
  border-bottom-left-radius: 2.6rem !important;
}

.radius-bottomLeft-27 {
  border-bottom-left-radius: 2.7rem !important;
}

.radius-bottomLeft-28 {
  border-bottom-left-radius: 2.8rem !important;
}

.radius-bottomLeft-29 {
  border-bottom-left-radius: 2.9rem !important;
}

.radius-bottomLeft-3 {
  border-bottom-left-radius: 3rem !important;
}

.radius-bottomLeft-30 {
  border-bottom-left-radius: 3rem !important;
}

.radius-bottomLeft-31 {
  border-bottom-left-radius: 3.1rem !important;
}

.radius-bottomLeft-32 {
  border-bottom-left-radius: 3.2rem !important;
}

.radius-bottomLeft-33 {
  border-bottom-left-radius: 3.3rem !important;
}

.radius-bottomLeft-34 {
  border-bottom-left-radius: 3.4rem !important;
}

.radius-bottomLeft-35 {
  border-bottom-left-radius: 3.5rem !important;
}

.radius-bottomLeft-36 {
  border-bottom-left-radius: 3.6rem !important;
}

.radius-bottomLeft-37 {
  border-bottom-left-radius: 3.7rem !important;
}

.radius-bottomLeft-38 {
  border-bottom-left-radius: 3.8rem !important;
}

.radius-bottomLeft-39 {
  border-bottom-left-radius: 3.9rem !important;
}

.radius-bottomLeft-4 {
  border-bottom-left-radius: 4rem !important;
}

.radius-bottomLeft-40 {
  border-bottom-left-radius: 4rem !important;
}

.radius-bottomLeft-41 {
  border-bottom-left-radius: 4.1rem !important;
}

.radius-bottomLeft-42 {
  border-bottom-left-radius: 4.2rem !important;
}

.radius-bottomLeft-43 {
  border-bottom-left-radius: 4.3rem !important;
}

.radius-bottomLeft-44 {
  border-bottom-left-radius: 4.4rem !important;
}

.radius-bottomLeft-45 {
  border-bottom-left-radius: 4.5rem !important;
}

.radius-bottomLeft-46 {
  border-bottom-left-radius: 4.6rem !important;
}

.radius-bottomLeft-47 {
  border-bottom-left-radius: 4.7rem !important;
}

.radius-bottomLeft-48 {
  border-bottom-left-radius: 4.8rem !important;
}

.radius-bottomLeft-49 {
  border-bottom-left-radius: 4.9rem !important;
}

.radius-bottomLeft-5 {
  border-bottom-left-radius: 5rem !important;
}

.radius-bottomLeft-50 {
  border-bottom-left-radius: 5rem !important;
}

.radius-bottomLeft-51 {
  border-bottom-left-radius: 5.1rem !important;
}

.radius-bottomLeft-52 {
  border-bottom-left-radius: 5.2rem !important;
}

.radius-bottomLeft-53 {
  border-bottom-left-radius: 5.3rem !important;
}

.radius-bottomLeft-54 {
  border-bottom-left-radius: 5.4rem !important;
}

.radius-bottomLeft-55 {
  border-bottom-left-radius: 5.5rem !important;
}

.radius-bottomLeft-56 {
  border-bottom-left-radius: 5.6rem !important;
}

.radius-bottomLeft-57 {
  border-bottom-left-radius: 5.7rem !important;
}

.radius-bottomLeft-58 {
  border-bottom-left-radius: 5.8rem !important;
}

.radius-bottomLeft-59 {
  border-bottom-left-radius: 5.9rem !important;
}

.radius-bottomLeft-6 {
  border-bottom-left-radius: 6rem !important;
}

.radius-bottomLeft-60 {
  border-bottom-left-radius: 6rem !important;
}

.radius-bottomLeft-61 {
  border-bottom-left-radius: 6.1rem !important;
}

.radius-bottomLeft-62 {
  border-bottom-left-radius: 6.2rem !important;
}

.radius-bottomLeft-63 {
  border-bottom-left-radius: 6.3rem !important;
}

.radius-bottomLeft-64 {
  border-bottom-left-radius: 6.4rem !important;
}

.radius-bottomLeft-65 {
  border-bottom-left-radius: 6.5rem !important;
}

.radius-bottomLeft-66 {
  border-bottom-left-radius: 6.6rem !important;
}

.radius-bottomLeft-67 {
  border-bottom-left-radius: 6.7rem !important;
}

.radius-bottomLeft-68 {
  border-bottom-left-radius: 6.8rem !important;
}

.radius-bottomLeft-69 {
  border-bottom-left-radius: 6.9rem !important;
}

.radius-bottomLeft-7 {
  border-bottom-left-radius: 7rem !important;
}

.radius-bottomLeft-70 {
  border-bottom-left-radius: 7rem !important;
}

.radius-bottomLeft-71 {
  border-bottom-left-radius: 7.1rem !important;
}

.radius-bottomLeft-72 {
  border-bottom-left-radius: 7.2rem !important;
}

.radius-bottomLeft-73 {
  border-bottom-left-radius: 7.3rem !important;
}

.radius-bottomLeft-74 {
  border-bottom-left-radius: 7.4rem !important;
}

.radius-bottomLeft-75 {
  border-bottom-left-radius: 7.5rem !important;
}

.radius-bottomLeft-76 {
  border-bottom-left-radius: 7.6rem !important;
}

.radius-bottomLeft-77 {
  border-bottom-left-radius: 7.7rem !important;
}

.radius-bottomLeft-78 {
  border-bottom-left-radius: 7.8rem !important;
}

.radius-bottomLeft-79 {
  border-bottom-left-radius: 7.9rem !important;
}

.radius-bottomLeft-8 {
  border-bottom-left-radius: 8rem !important;
}

.radius-bottomLeft-80 {
  border-bottom-left-radius: 8rem !important;
}

.radius-bottomLeft-81 {
  border-bottom-left-radius: 8.1rem !important;
}

.radius-bottomLeft-82 {
  border-bottom-left-radius: 8.2rem !important;
}

.radius-bottomLeft-83 {
  border-bottom-left-radius: 8.3rem !important;
}

.radius-bottomLeft-84 {
  border-bottom-left-radius: 8.4rem !important;
}

.radius-bottomLeft-85 {
  border-bottom-left-radius: 8.5rem !important;
}

.radius-bottomLeft-86 {
  border-bottom-left-radius: 8.6rem !important;
}

.radius-bottomLeft-87 {
  border-bottom-left-radius: 8.7rem !important;
}

.radius-bottomLeft-88 {
  border-bottom-left-radius: 8.8rem !important;
}

.radius-bottomLeft-89 {
  border-bottom-left-radius: 8.9rem !important;
}

.radius-bottomLeft-9 {
  border-bottom-left-radius: 9rem !important;
}

.radius-bottomLeft-90 {
  border-bottom-left-radius: 9rem !important;
}

.radius-bottomLeft-91 {
  border-bottom-left-radius: 9.1rem !important;
}

.radius-bottomLeft-92 {
  border-bottom-left-radius: 9.2rem !important;
}

.radius-bottomLeft-93 {
  border-bottom-left-radius: 9.3rem !important;
}

.radius-bottomLeft-94 {
  border-bottom-left-radius: 9.4rem !important;
}

.radius-bottomLeft-95 {
  border-bottom-left-radius: 9.5rem !important;
}

.radius-bottomLeft-96 {
  border-bottom-left-radius: 9.6rem !important;
}

.radius-bottomLeft-97 {
  border-bottom-left-radius: 9.7rem !important;
}

.radius-bottomLeft-98 {
  border-bottom-left-radius: 9.8rem !important;
}

.radius-bottomLeft-99 {
  border-bottom-left-radius: 9.9rem !important;
}

.radius-bottomLeft-100 {
  border-bottom-left-radius: 10rem !important;
}

.radius-bottomLeft-110 {
  border-bottom-left-radius: 11rem !important;
}

.radius-bottomLeft-120 {
  border-bottom-left-radius: 12rem !important;
}

.radius-bottomLeft-130 {
  border-bottom-left-radius: 13rem !important;
}

.radius-bottomLeft-140 {
  border-bottom-left-radius: 14rem !important;
}

.radius-bottomLeft-150 {
  border-bottom-left-radius: 15rem !important;
}

.radius-bottomLeft-160 {
  border-bottom-left-radius: 16rem !important;
}

.radius-bottomLeft-170 {
  border-bottom-left-radius: 17rem !important;
}

.radius-bottomLeft-180 {
  border-bottom-left-radius: 18rem !important;
}

.radius-bottomLeft-190 {
  border-bottom-left-radius: 19rem !important;
}

.radius-bottomLeft-200 {
  border-bottom-left-radius: 20rem !important;
}

.radius-bottomRight-inherit {
  border-bottom-right-radius: inherit !important;
}

.radius-bottomRight-0 {
  border-bottom-right-radius: 0 !important;
}

.radius-bottomRight-01 {
  border-bottom-right-radius: 0.1rem !important;
}

.radius-bottomRight-02 {
  border-bottom-right-radius: 0.2rem !important;
}

.radius-bottomRight-03 {
  border-bottom-right-radius: 0.3rem !important;
}

.radius-bottomRight-04 {
  border-bottom-right-radius: 0.4rem !important;
}

.radius-bottomRight-05 {
  border-bottom-right-radius: 0.5rem !important;
}

.radius-bottomRight-06 {
  border-bottom-right-radius: 0.6rem !important;
}

.radius-bottomRight-07 {
  border-bottom-right-radius: 0.7rem !important;
}

.radius-bottomRight-08 {
  border-bottom-right-radius: 0.8rem !important;
}

.radius-bottomRight-09 {
  border-bottom-right-radius: 0.9rem !important;
}

.radius-bottomRight-1 {
  border-bottom-right-radius: 1rem !important;
}

.radius-bottomRight-10 {
  border-bottom-right-radius: 1rem !important;
}

.radius-bottomRight-11 {
  border-bottom-right-radius: 1.1rem !important;
}

.radius-bottomRight-12 {
  border-bottom-right-radius: 1.2rem !important;
}

.radius-bottomRight-13 {
  border-bottom-right-radius: 1.3rem !important;
}

.radius-bottomRight-14 {
  border-bottom-right-radius: 1.4rem !important;
}

.radius-bottomRight-15 {
  border-bottom-right-radius: 1.5rem !important;
}

.radius-bottomRight-16 {
  border-bottom-right-radius: 1.6rem !important;
}

.radius-bottomRight-17 {
  border-bottom-right-radius: 1.7rem !important;
}

.radius-bottomRight-18 {
  border-bottom-right-radius: 1.8rem !important;
}

.radius-bottomRight-19 {
  border-bottom-right-radius: 1.9rem !important;
}

.radius-bottomRight-2 {
  border-bottom-right-radius: 2rem !important;
}

.radius-bottomRight-20 {
  border-bottom-right-radius: 2rem !important;
}

.radius-bottomRight-21 {
  border-bottom-right-radius: 2.1rem !important;
}

.radius-bottomRight-22 {
  border-bottom-right-radius: 2.2rem !important;
}

.radius-bottomRight-23 {
  border-bottom-right-radius: 2.3rem !important;
}

.radius-bottomRight-24 {
  border-bottom-right-radius: 2.4rem !important;
}

.radius-bottomRight-25 {
  border-bottom-right-radius: 2.5rem !important;
}

.radius-bottomRight-26 {
  border-bottom-right-radius: 2.6rem !important;
}

.radius-bottomRight-27 {
  border-bottom-right-radius: 2.7rem !important;
}

.radius-bottomRight-28 {
  border-bottom-right-radius: 2.8rem !important;
}

.radius-bottomRight-29 {
  border-bottom-right-radius: 2.9rem !important;
}

.radius-bottomRight-3 {
  border-bottom-right-radius: 3rem !important;
}

.radius-bottomRight-30 {
  border-bottom-right-radius: 3rem !important;
}

.radius-bottomRight-31 {
  border-bottom-right-radius: 3.1rem !important;
}

.radius-bottomRight-32 {
  border-bottom-right-radius: 3.2rem !important;
}

.radius-bottomRight-33 {
  border-bottom-right-radius: 3.3rem !important;
}

.radius-bottomRight-34 {
  border-bottom-right-radius: 3.4rem !important;
}

.radius-bottomRight-35 {
  border-bottom-right-radius: 3.5rem !important;
}

.radius-bottomRight-36 {
  border-bottom-right-radius: 3.6rem !important;
}

.radius-bottomRight-37 {
  border-bottom-right-radius: 3.7rem !important;
}

.radius-bottomRight-38 {
  border-bottom-right-radius: 3.8rem !important;
}

.radius-bottomRight-39 {
  border-bottom-right-radius: 3.9rem !important;
}

.radius-bottomRight-4 {
  border-bottom-right-radius: 4rem !important;
}

.radius-bottomRight-40 {
  border-bottom-right-radius: 4rem !important;
}

.radius-bottomRight-41 {
  border-bottom-right-radius: 4.1rem !important;
}

.radius-bottomRight-42 {
  border-bottom-right-radius: 4.2rem !important;
}

.radius-bottomRight-43 {
  border-bottom-right-radius: 4.3rem !important;
}

.radius-bottomRight-44 {
  border-bottom-right-radius: 4.4rem !important;
}

.radius-bottomRight-45 {
  border-bottom-right-radius: 4.5rem !important;
}

.radius-bottomRight-46 {
  border-bottom-right-radius: 4.6rem !important;
}

.radius-bottomRight-47 {
  border-bottom-right-radius: 4.7rem !important;
}

.radius-bottomRight-48 {
  border-bottom-right-radius: 4.8rem !important;
}

.radius-bottomRight-49 {
  border-bottom-right-radius: 4.9rem !important;
}

.radius-bottomRight-5 {
  border-bottom-right-radius: 5rem !important;
}

.radius-bottomRight-50 {
  border-bottom-right-radius: 5rem !important;
}

.radius-bottomRight-51 {
  border-bottom-right-radius: 5.1rem !important;
}

.radius-bottomRight-52 {
  border-bottom-right-radius: 5.2rem !important;
}

.radius-bottomRight-53 {
  border-bottom-right-radius: 5.3rem !important;
}

.radius-bottomRight-54 {
  border-bottom-right-radius: 5.4rem !important;
}

.radius-bottomRight-55 {
  border-bottom-right-radius: 5.5rem !important;
}

.radius-bottomRight-56 {
  border-bottom-right-radius: 5.6rem !important;
}

.radius-bottomRight-57 {
  border-bottom-right-radius: 5.7rem !important;
}

.radius-bottomRight-58 {
  border-bottom-right-radius: 5.8rem !important;
}

.radius-bottomRight-59 {
  border-bottom-right-radius: 5.9rem !important;
}

.radius-bottomRight-6 {
  border-bottom-right-radius: 6rem !important;
}

.radius-bottomRight-60 {
  border-bottom-right-radius: 6rem !important;
}

.radius-bottomRight-61 {
  border-bottom-right-radius: 6.1rem !important;
}

.radius-bottomRight-62 {
  border-bottom-right-radius: 6.2rem !important;
}

.radius-bottomRight-63 {
  border-bottom-right-radius: 6.3rem !important;
}

.radius-bottomRight-64 {
  border-bottom-right-radius: 6.4rem !important;
}

.radius-bottomRight-65 {
  border-bottom-right-radius: 6.5rem !important;
}

.radius-bottomRight-66 {
  border-bottom-right-radius: 6.6rem !important;
}

.radius-bottomRight-67 {
  border-bottom-right-radius: 6.7rem !important;
}

.radius-bottomRight-68 {
  border-bottom-right-radius: 6.8rem !important;
}

.radius-bottomRight-69 {
  border-bottom-right-radius: 6.9rem !important;
}

.radius-bottomRight-7 {
  border-bottom-right-radius: 7rem !important;
}

.radius-bottomRight-70 {
  border-bottom-right-radius: 7rem !important;
}

.radius-bottomRight-71 {
  border-bottom-right-radius: 7.1rem !important;
}

.radius-bottomRight-72 {
  border-bottom-right-radius: 7.2rem !important;
}

.radius-bottomRight-73 {
  border-bottom-right-radius: 7.3rem !important;
}

.radius-bottomRight-74 {
  border-bottom-right-radius: 7.4rem !important;
}

.radius-bottomRight-75 {
  border-bottom-right-radius: 7.5rem !important;
}

.radius-bottomRight-76 {
  border-bottom-right-radius: 7.6rem !important;
}

.radius-bottomRight-77 {
  border-bottom-right-radius: 7.7rem !important;
}

.radius-bottomRight-78 {
  border-bottom-right-radius: 7.8rem !important;
}

.radius-bottomRight-79 {
  border-bottom-right-radius: 7.9rem !important;
}

.radius-bottomRight-8 {
  border-bottom-right-radius: 8rem !important;
}

.radius-bottomRight-80 {
  border-bottom-right-radius: 8rem !important;
}

.radius-bottomRight-81 {
  border-bottom-right-radius: 8.1rem !important;
}

.radius-bottomRight-82 {
  border-bottom-right-radius: 8.2rem !important;
}

.radius-bottomRight-83 {
  border-bottom-right-radius: 8.3rem !important;
}

.radius-bottomRight-84 {
  border-bottom-right-radius: 8.4rem !important;
}

.radius-bottomRight-85 {
  border-bottom-right-radius: 8.5rem !important;
}

.radius-bottomRight-86 {
  border-bottom-right-radius: 8.6rem !important;
}

.radius-bottomRight-87 {
  border-bottom-right-radius: 8.7rem !important;
}

.radius-bottomRight-88 {
  border-bottom-right-radius: 8.8rem !important;
}

.radius-bottomRight-89 {
  border-bottom-right-radius: 8.9rem !important;
}

.radius-bottomRight-9 {
  border-bottom-right-radius: 9rem !important;
}

.radius-bottomRight-90 {
  border-bottom-right-radius: 9rem !important;
}

.radius-bottomRight-91 {
  border-bottom-right-radius: 9.1rem !important;
}

.radius-bottomRight-92 {
  border-bottom-right-radius: 9.2rem !important;
}

.radius-bottomRight-93 {
  border-bottom-right-radius: 9.3rem !important;
}

.radius-bottomRight-94 {
  border-bottom-right-radius: 9.4rem !important;
}

.radius-bottomRight-95 {
  border-bottom-right-radius: 9.5rem !important;
}

.radius-bottomRight-96 {
  border-bottom-right-radius: 9.6rem !important;
}

.radius-bottomRight-97 {
  border-bottom-right-radius: 9.7rem !important;
}

.radius-bottomRight-98 {
  border-bottom-right-radius: 9.8rem !important;
}

.radius-bottomRight-99 {
  border-bottom-right-radius: 9.9rem !important;
}

.radius-bottomRight-100 {
  border-bottom-right-radius: 10rem !important;
}

.radius-bottomRight-110 {
  border-bottom-right-radius: 11rem !important;
}

.radius-bottomRight-120 {
  border-bottom-right-radius: 12rem !important;
}

.radius-bottomRight-130 {
  border-bottom-right-radius: 13rem !important;
}

.radius-bottomRight-140 {
  border-bottom-right-radius: 14rem !important;
}

.radius-bottomRight-150 {
  border-bottom-right-radius: 15rem !important;
}

.radius-bottomRight-160 {
  border-bottom-right-radius: 16rem !important;
}

.radius-bottomRight-170 {
  border-bottom-right-radius: 17rem !important;
}

.radius-bottomRight-180 {
  border-bottom-right-radius: 18rem !important;
}

.radius-bottomRight-190 {
  border-bottom-right-radius: 19rem !important;
}

.radius-bottomRight-200 {
  border-bottom-right-radius: 20rem !important;
}

.lt-32 {
  letter-spacing: 0.32rem !important;
}

.lt-16 {
  letter-spacing: 0.16rem !important;
}

.lt-12 {
  letter-spacing: 0.12rem !important;
}

.lt-1 {
  letter-spacing: 0.1rem !important;
}

.lt-075 {
  letter-spacing: 0.075rem !important;
}

.lt-05 {
  letter-spacing: 0.05rem !important;
}

.lt-025 {
  letter-spacing: 0.025rem !important;
}

.lt-0 {
  letter-spacing: 0rem !important;
}

.ff-Arial {
  font-family: "Arial", sens-serif !important;
}

.ff-Qanelas {
  font-family: "Qanelas", "Arial", sens-serif !important;
}

.ff-Comfortaa {
  font-family: "Comfortaa", "Arial", sens-serif !important;
}

@media (min-width: 390px) {
  .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;
  }
  .opacity-xs-0 {
    opacity: 0 !important;
  }
  .opacity-xs-01 {
    opacity: 0.1 !important;
  }
  .opacity-xs-02 {
    opacity: 0.2 !important;
  }
  .opacity-xs-03 {
    opacity: 0.3 !important;
  }
  .opacity-xs-04 {
    opacity: 0.4 !important;
  }
  .opacity-xs-05 {
    opacity: 0.5 !important;
  }
  .opacity-xs-06 {
    opacity: 0.6 !important;
  }
  .opacity-xs-07 {
    opacity: 0.7 !important;
  }
  .opacity-xs-08 {
    opacity: 0.8 !important;
  }
  .opacity-xs-09 {
    opacity: 0.9 !important;
  }
  .opacity-xs-1 {
    opacity: 1 !important;
  }
  .overflow-xs-auto {
    overflow: auto !important;
  }
  .overflow-xs-hidden {
    overflow: hidden !important;
  }
  .overflow-xs-visible {
    overflow: visible !important;
  }
  .overflow-xs-scroll {
    overflow: scroll !important;
  }
  .overflow-xs-unset {
    overflow: unset !important;
  }
  .overflow-x-xs-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xs-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xs-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xs-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-xs-unset {
    overflow-x: unset !important;
  }
  .overflow-y-xs-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xs-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xs-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xs-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-xs-unset {
    overflow-y: unset !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;
  }
  .position-xs-static {
    position: static !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-sticky {
    position: sticky !important;
  }
  .position-xs-inherit {
    position: inherit !important;
  }
  .position-xs-initial {
    position: initial !important;
  }
  .position-xs-unset {
    position: unset !important;
  }
  .w-xs-5 {
    width: 5% !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .w-xs-15 {
    width: 15% !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .w-xs-35 {
    width: 35% !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .w-xs-45 {
    width: 45% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-55 {
    width: 55% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .w-xs-65 {
    width: 65% !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-85 {
    width: 85% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-95 {
    width: 95% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-5vw {
    width: 5vw !important;
  }
  .w-xs-10vw {
    width: 10vw !important;
  }
  .w-xs-15vw {
    width: 15vw !important;
  }
  .w-xs-20vw {
    width: 20vw !important;
  }
  .w-xs-25vw {
    width: 25vw !important;
  }
  .w-xs-30vw {
    width: 30vw !important;
  }
  .w-xs-35vw {
    width: 35vw !important;
  }
  .w-xs-40vw {
    width: 40vw !important;
  }
  .w-xs-45vw {
    width: 45vw !important;
  }
  .w-xs-50vw {
    width: 50vw !important;
  }
  .w-xs-55vw {
    width: 55vw !important;
  }
  .w-xs-60vw {
    width: 60vw !important;
  }
  .w-xs-65vw {
    width: 65vw !important;
  }
  .w-xs-70vw {
    width: 70vw !important;
  }
  .w-xs-75vw {
    width: 75vw !important;
  }
  .w-xs-80vw {
    width: 80vw !important;
  }
  .w-xs-85vw {
    width: 85vw !important;
  }
  .w-xs-90vw {
    width: 90vw !important;
  }
  .w-xs-95vw {
    width: 95vw !important;
  }
  .w-xs-100vw {
    width: 100vw !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .mw-xs-5 {
    max-width: 5% !important;
  }
  .mw-xs-10 {
    max-width: 10% !important;
  }
  .mw-xs-15 {
    max-width: 15% !important;
  }
  .mw-xs-20 {
    max-width: 20% !important;
  }
  .mw-xs-25 {
    max-width: 25% !important;
  }
  .mw-xs-30 {
    max-width: 30% !important;
  }
  .mw-xs-35 {
    max-width: 35% !important;
  }
  .mw-xs-40 {
    max-width: 40% !important;
  }
  .mw-xs-45 {
    max-width: 45% !important;
  }
  .mw-xs-50 {
    max-width: 50% !important;
  }
  .mw-xs-55 {
    max-width: 55% !important;
  }
  .mw-xs-60 {
    max-width: 60% !important;
  }
  .mw-xs-65 {
    max-width: 65% !important;
  }
  .mw-xs-70 {
    max-width: 70% !important;
  }
  .mw-xs-75 {
    max-width: 75% !important;
  }
  .mw-xs-80 {
    max-width: 80% !important;
  }
  .mw-xs-85 {
    max-width: 85% !important;
  }
  .mw-xs-90 {
    max-width: 90% !important;
  }
  .mw-xs-95 {
    max-width: 95% !important;
  }
  .mw-xs-100 {
    max-width: 100% !important;
  }
  .mw-xs-5vw {
    max-width: 5vw !important;
  }
  .mw-xs-10vw {
    max-width: 10vw !important;
  }
  .mw-xs-15vw {
    max-width: 15vw !important;
  }
  .mw-xs-20vw {
    max-width: 20vw !important;
  }
  .mw-xs-25vw {
    max-width: 25vw !important;
  }
  .mw-xs-30vw {
    max-width: 30vw !important;
  }
  .mw-xs-35vw {
    max-width: 35vw !important;
  }
  .mw-xs-40vw {
    max-width: 40vw !important;
  }
  .mw-xs-45vw {
    max-width: 45vw !important;
  }
  .mw-xs-50vw {
    max-width: 50vw !important;
  }
  .mw-xs-55vw {
    max-width: 55vw !important;
  }
  .mw-xs-60vw {
    max-width: 60vw !important;
  }
  .mw-xs-65vw {
    max-width: 65vw !important;
  }
  .mw-xs-70vw {
    max-width: 70vw !important;
  }
  .mw-xs-75vw {
    max-width: 75vw !important;
  }
  .mw-xs-80vw {
    max-width: 80vw !important;
  }
  .mw-xs-85vw {
    max-width: 85vw !important;
  }
  .mw-xs-90vw {
    max-width: 90vw !important;
  }
  .mw-xs-95vw {
    max-width: 95vw !important;
  }
  .mw-xs-100vw {
    max-width: 100vw !important;
  }
  .mw-xs-auto {
    max-width: auto !important;
  }
  .h-xs-5 {
    height: 5% !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
  .h-xs-15 {
    height: 15% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
  .h-xs-35 {
    height: 35% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
  .h-xs-45 {
    height: 45% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-55 {
    height: 55% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
  .h-xs-65 {
    height: 65% !important;
  }
  .h-xs-70 {
    height: 70% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
  .h-xs-85 {
    height: 85% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
  .h-xs-95 {
    height: 95% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-5vh {
    height: 5vh !important;
  }
  .h-xs-10vh {
    height: 10vh !important;
  }
  .h-xs-15vh {
    height: 15vh !important;
  }
  .h-xs-20vh {
    height: 20vh !important;
  }
  .h-xs-25vh {
    height: 25vh !important;
  }
  .h-xs-30vh {
    height: 30vh !important;
  }
  .h-xs-35vh {
    height: 35vh !important;
  }
  .h-xs-40vh {
    height: 40vh !important;
  }
  .h-xs-45vh {
    height: 45vh !important;
  }
  .h-xs-50vh {
    height: 50vh !important;
  }
  .h-xs-55vh {
    height: 55vh !important;
  }
  .h-xs-60vh {
    height: 60vh !important;
  }
  .h-xs-65vh {
    height: 65vh !important;
  }
  .h-xs-70vh {
    height: 70vh !important;
  }
  .h-xs-75vh {
    height: 75vh !important;
  }
  .h-xs-80vh {
    height: 80vh !important;
  }
  .h-xs-85vh {
    height: 85vh !important;
  }
  .h-xs-90vh {
    height: 90vh !important;
  }
  .h-xs-95vh {
    height: 95vh !important;
  }
  .h-xs-100vh {
    height: 100vh !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .mh-xs-5 {
    max-height: 5% !important;
  }
  .mh-xs-10 {
    max-height: 10% !important;
  }
  .mh-xs-15 {
    max-height: 15% !important;
  }
  .mh-xs-20 {
    max-height: 20% !important;
  }
  .mh-xs-25 {
    max-height: 25% !important;
  }
  .mh-xs-30 {
    max-height: 30% !important;
  }
  .mh-xs-35 {
    max-height: 35% !important;
  }
  .mh-xs-40 {
    max-height: 40% !important;
  }
  .mh-xs-45 {
    max-height: 45% !important;
  }
  .mh-xs-50 {
    max-height: 50% !important;
  }
  .mh-xs-55 {
    max-height: 55% !important;
  }
  .mh-xs-60 {
    max-height: 60% !important;
  }
  .mh-xs-65 {
    max-height: 65% !important;
  }
  .mh-xs-70 {
    max-height: 70% !important;
  }
  .mh-xs-75 {
    max-height: 75% !important;
  }
  .mh-xs-80 {
    max-height: 80% !important;
  }
  .mh-xs-85 {
    max-height: 85% !important;
  }
  .mh-xs-90 {
    max-height: 90% !important;
  }
  .mh-xs-95 {
    max-height: 95% !important;
  }
  .mh-xs-100 {
    max-height: 100% !important;
  }
  .mh-xs-5vh {
    max-height: 5vh !important;
  }
  .mh-xs-10vh {
    max-height: 10vh !important;
  }
  .mh-xs-15vh {
    max-height: 15vh !important;
  }
  .mh-xs-20vh {
    max-height: 20vh !important;
  }
  .mh-xs-25vh {
    max-height: 25vh !important;
  }
  .mh-xs-30vh {
    max-height: 30vh !important;
  }
  .mh-xs-35vh {
    max-height: 35vh !important;
  }
  .mh-xs-40vh {
    max-height: 40vh !important;
  }
  .mh-xs-45vh {
    max-height: 45vh !important;
  }
  .mh-xs-50vh {
    max-height: 50vh !important;
  }
  .mh-xs-55vh {
    max-height: 55vh !important;
  }
  .mh-xs-60vh {
    max-height: 60vh !important;
  }
  .mh-xs-65vh {
    max-height: 65vh !important;
  }
  .mh-xs-70vh {
    max-height: 70vh !important;
  }
  .mh-xs-75vh {
    max-height: 75vh !important;
  }
  .mh-xs-80vh {
    max-height: 80vh !important;
  }
  .mh-xs-85vh {
    max-height: 85vh !important;
  }
  .mh-xs-90vh {
    max-height: 90vh !important;
  }
  .mh-xs-95vh {
    max-height: 95vh !important;
  }
  .mh-xs-100vh {
    max-height: 100vh !important;
  }
  .mh-xs-auto {
    max-height: auto !important;
  }
  .minh-xs-5 {
    min-height: 5% !important;
  }
  .minh-xs-10 {
    min-height: 10% !important;
  }
  .minh-xs-15 {
    min-height: 15% !important;
  }
  .minh-xs-20 {
    min-height: 20% !important;
  }
  .minh-xs-25 {
    min-height: 25% !important;
  }
  .minh-xs-30 {
    min-height: 30% !important;
  }
  .minh-xs-35 {
    min-height: 35% !important;
  }
  .minh-xs-40 {
    min-height: 40% !important;
  }
  .minh-xs-45 {
    min-height: 45% !important;
  }
  .minh-xs-50 {
    min-height: 50% !important;
  }
  .minh-xs-55 {
    min-height: 55% !important;
  }
  .minh-xs-60 {
    min-height: 60% !important;
  }
  .minh-xs-65 {
    min-height: 65% !important;
  }
  .minh-xs-70 {
    min-height: 70% !important;
  }
  .minh-xs-75 {
    min-height: 75% !important;
  }
  .minh-xs-80 {
    min-height: 80% !important;
  }
  .minh-xs-85 {
    min-height: 85% !important;
  }
  .minh-xs-90 {
    min-height: 90% !important;
  }
  .minh-xs-95 {
    min-height: 95% !important;
  }
  .minh-xs-100 {
    min-height: 100% !important;
  }
  .minh-xs-5vh {
    min-height: 5vh !important;
  }
  .minh-xs-10vh {
    min-height: 10vh !important;
  }
  .minh-xs-15vh {
    min-height: 15vh !important;
  }
  .minh-xs-20vh {
    min-height: 20vh !important;
  }
  .minh-xs-25vh {
    min-height: 25vh !important;
  }
  .minh-xs-30vh {
    min-height: 30vh !important;
  }
  .minh-xs-35vh {
    min-height: 35vh !important;
  }
  .minh-xs-40vh {
    min-height: 40vh !important;
  }
  .minh-xs-45vh {
    min-height: 45vh !important;
  }
  .minh-xs-50vh {
    min-height: 50vh !important;
  }
  .minh-xs-55vh {
    min-height: 55vh !important;
  }
  .minh-xs-60vh {
    min-height: 60vh !important;
  }
  .minh-xs-65vh {
    min-height: 65vh !important;
  }
  .minh-xs-70vh {
    min-height: 70vh !important;
  }
  .minh-xs-75vh {
    min-height: 75vh !important;
  }
  .minh-xs-80vh {
    min-height: 80vh !important;
  }
  .minh-xs-85vh {
    min-height: 85vh !important;
  }
  .minh-xs-90vh {
    min-height: 90vh !important;
  }
  .minh-xs-95vh {
    min-height: 95vh !important;
  }
  .minh-xs-100vh {
    min-height: 100vh !important;
  }
  .minh-xs-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-xs-25 {
    margin: 2.5rem !important;
  }
  .m-xs-35 {
    margin: 3.5rem !important;
  }
  .m-xs-40 {
    margin: 4rem !important;
  }
  .m-xs-45 {
    margin: 4.5rem !important;
  }
  .m-xs-50 {
    margin: 5rem !important;
  }
  .m-xs-55 {
    margin: 5.5rem !important;
  }
  .m-xs-60 {
    margin: 6rem !important;
  }
  .m-xs-65 {
    margin: 6.5rem !important;
  }
  .m-xs-70 {
    margin: 7rem !important;
  }
  .m-xs-75 {
    margin: 7.5rem !important;
  }
  .m-xs-80 {
    margin: 8rem !important;
  }
  .m-xs-85 {
    margin: 8.5rem !important;
  }
  .m-xs-90 {
    margin: 9rem !important;
  }
  .m-xs-95 {
    margin: 9.5rem !important;
  }
  .m-xs-100 {
    margin: 10rem !important;
  }
  .m-xs-105 {
    margin: 10.5rem !important;
  }
  .m-xs-110 {
    margin: 11rem !important;
  }
  .m-xs-115 {
    margin: 11.5rem !important;
  }
  .m-xs-120 {
    margin: 12rem !important;
  }
  .m-xs-125 {
    margin: 12.5rem !important;
  }
  .m-xs-130 {
    margin: 13rem !important;
  }
  .m-xs-135 {
    margin: 13.5rem !important;
  }
  .m-xs-140 {
    margin: 14rem !important;
  }
  .m-xs-145 {
    margin: 14.5rem !important;
  }
  .m-xs-150 {
    margin: 15rem !important;
  }
  .m-xs-155 {
    margin: 15.5rem !important;
  }
  .m-xs-160 {
    margin: 16rem !important;
  }
  .m-xs-165 {
    margin: 16.5rem !important;
  }
  .m-xs-170 {
    margin: 17rem !important;
  }
  .m-xs-175 {
    margin: 17.5rem !important;
  }
  .m-xs-180 {
    margin: 18rem !important;
  }
  .m-xs-185 {
    margin: 18.5rem !important;
  }
  .m-xs-190 {
    margin: 19rem !important;
  }
  .m-xs-195 {
    margin: 19.5rem !important;
  }
  .m-xs-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xs-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xs-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xs-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xs-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xs-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xs-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xs-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xs-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xs-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xs-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xs-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xs-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xs-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xs-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xs-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xs-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xs-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xs-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xs-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xs-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xs-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xs-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xs-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xs-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xs-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xs-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xs-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xs-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xs-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xs-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xs-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xs-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xs-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xs-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xs-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xs-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xs-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xs-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xs-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xs-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xs-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xs-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xs-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xs-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xs-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xs-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xs-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xs-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xs-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xs-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xs-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xs-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xs-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xs-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xs-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xs-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xs-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xs-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xs-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xs-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xs-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xs-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xs-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xs-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xs-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-xs-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xs-40 {
    margin-top: 4rem !important;
  }
  .mt-xs-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xs-50 {
    margin-top: 5rem !important;
  }
  .mt-xs-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xs-60 {
    margin-top: 6rem !important;
  }
  .mt-xs-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xs-70 {
    margin-top: 7rem !important;
  }
  .mt-xs-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xs-80 {
    margin-top: 8rem !important;
  }
  .mt-xs-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xs-90 {
    margin-top: 9rem !important;
  }
  .mt-xs-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xs-100 {
    margin-top: 10rem !important;
  }
  .mt-xs-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xs-110 {
    margin-top: 11rem !important;
  }
  .mt-xs-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xs-120 {
    margin-top: 12rem !important;
  }
  .mt-xs-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xs-130 {
    margin-top: 13rem !important;
  }
  .mt-xs-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xs-140 {
    margin-top: 14rem !important;
  }
  .mt-xs-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xs-150 {
    margin-top: 15rem !important;
  }
  .mt-xs-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xs-160 {
    margin-top: 16rem !important;
  }
  .mt-xs-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xs-170 {
    margin-top: 17rem !important;
  }
  .mt-xs-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xs-180 {
    margin-top: 18rem !important;
  }
  .mt-xs-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xs-190 {
    margin-top: 19rem !important;
  }
  .mt-xs-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xs-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-xs-25 {
    margin-right: 2.5rem !important;
  }
  .me-xs-35 {
    margin-right: 3.5rem !important;
  }
  .me-xs-40 {
    margin-right: 4rem !important;
  }
  .me-xs-45 {
    margin-right: 4.5rem !important;
  }
  .me-xs-50 {
    margin-right: 5rem !important;
  }
  .me-xs-55 {
    margin-right: 5.5rem !important;
  }
  .me-xs-60 {
    margin-right: 6rem !important;
  }
  .me-xs-65 {
    margin-right: 6.5rem !important;
  }
  .me-xs-70 {
    margin-right: 7rem !important;
  }
  .me-xs-75 {
    margin-right: 7.5rem !important;
  }
  .me-xs-80 {
    margin-right: 8rem !important;
  }
  .me-xs-85 {
    margin-right: 8.5rem !important;
  }
  .me-xs-90 {
    margin-right: 9rem !important;
  }
  .me-xs-95 {
    margin-right: 9.5rem !important;
  }
  .me-xs-100 {
    margin-right: 10rem !important;
  }
  .me-xs-105 {
    margin-right: 10.5rem !important;
  }
  .me-xs-110 {
    margin-right: 11rem !important;
  }
  .me-xs-115 {
    margin-right: 11.5rem !important;
  }
  .me-xs-120 {
    margin-right: 12rem !important;
  }
  .me-xs-125 {
    margin-right: 12.5rem !important;
  }
  .me-xs-130 {
    margin-right: 13rem !important;
  }
  .me-xs-135 {
    margin-right: 13.5rem !important;
  }
  .me-xs-140 {
    margin-right: 14rem !important;
  }
  .me-xs-145 {
    margin-right: 14.5rem !important;
  }
  .me-xs-150 {
    margin-right: 15rem !important;
  }
  .me-xs-155 {
    margin-right: 15.5rem !important;
  }
  .me-xs-160 {
    margin-right: 16rem !important;
  }
  .me-xs-165 {
    margin-right: 16.5rem !important;
  }
  .me-xs-170 {
    margin-right: 17rem !important;
  }
  .me-xs-175 {
    margin-right: 17.5rem !important;
  }
  .me-xs-180 {
    margin-right: 18rem !important;
  }
  .me-xs-185 {
    margin-right: 18.5rem !important;
  }
  .me-xs-190 {
    margin-right: 19rem !important;
  }
  .me-xs-195 {
    margin-right: 19.5rem !important;
  }
  .me-xs-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xs-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xs-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xs-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xs-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xs-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xs-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xs-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xs-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xs-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xs-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xs-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xs-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xs-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xs-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xs-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xs-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xs-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xs-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xs-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xs-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xs-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xs-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xs-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xs-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xs-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xs-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xs-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xs-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xs-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .mb-xs-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-xs-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-xs-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-xs-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xs-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-xs-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xs-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-xs-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xs-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-xs-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xs-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-xs-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xs-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-xs-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xs-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-xs-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xs-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-xs-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xs-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-xs-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xs-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-xs-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xs-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-xs-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xs-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-xs-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xs-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-xs-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xs-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-xs-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xs-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-xs-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xs-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-xs-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xs-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-xs-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xs-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-xs-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-xs-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xs-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xs-40 {
    margin-left: 4rem !important;
  }
  .ms-xs-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xs-50 {
    margin-left: 5rem !important;
  }
  .ms-xs-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xs-60 {
    margin-left: 6rem !important;
  }
  .ms-xs-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xs-70 {
    margin-left: 7rem !important;
  }
  .ms-xs-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xs-80 {
    margin-left: 8rem !important;
  }
  .ms-xs-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xs-90 {
    margin-left: 9rem !important;
  }
  .ms-xs-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xs-100 {
    margin-left: 10rem !important;
  }
  .ms-xs-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xs-110 {
    margin-left: 11rem !important;
  }
  .ms-xs-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xs-120 {
    margin-left: 12rem !important;
  }
  .ms-xs-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xs-130 {
    margin-left: 13rem !important;
  }
  .ms-xs-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xs-140 {
    margin-left: 14rem !important;
  }
  .ms-xs-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xs-150 {
    margin-left: 15rem !important;
  }
  .ms-xs-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xs-160 {
    margin-left: 16rem !important;
  }
  .ms-xs-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xs-170 {
    margin-left: 17rem !important;
  }
  .ms-xs-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xs-180 {
    margin-left: 18rem !important;
  }
  .ms-xs-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xs-190 {
    margin-left: 19rem !important;
  }
  .ms-xs-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xs-200 {
    margin-left: 20rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .m-xs-n20 {
    margin: -2rem !important;
  }
  .m-xs-n25 {
    margin: -2.5rem !important;
  }
  .m-xs-n35 {
    margin: -3.5rem !important;
  }
  .m-xs-n40 {
    margin: -4rem !important;
  }
  .m-xs-n45 {
    margin: -4.5rem !important;
  }
  .m-xs-n50 {
    margin: -5rem !important;
  }
  .m-xs-n55 {
    margin: -5.5rem !important;
  }
  .m-xs-n60 {
    margin: -6rem !important;
  }
  .m-xs-n65 {
    margin: -6.5rem !important;
  }
  .m-xs-n70 {
    margin: -7rem !important;
  }
  .m-xs-n75 {
    margin: -7.5rem !important;
  }
  .m-xs-n80 {
    margin: -8rem !important;
  }
  .m-xs-n85 {
    margin: -8.5rem !important;
  }
  .m-xs-n90 {
    margin: -9rem !important;
  }
  .m-xs-n95 {
    margin: -9.5rem !important;
  }
  .m-xs-n100 {
    margin: -10rem !important;
  }
  .m-xs-n105 {
    margin: -10.5rem !important;
  }
  .m-xs-n110 {
    margin: -11rem !important;
  }
  .m-xs-n115 {
    margin: -11.5rem !important;
  }
  .m-xs-n120 {
    margin: -12rem !important;
  }
  .m-xs-n125 {
    margin: -12.5rem !important;
  }
  .m-xs-n130 {
    margin: -13rem !important;
  }
  .m-xs-n135 {
    margin: -13.5rem !important;
  }
  .m-xs-n140 {
    margin: -14rem !important;
  }
  .m-xs-n145 {
    margin: -14.5rem !important;
  }
  .m-xs-n150 {
    margin: -15rem !important;
  }
  .m-xs-n155 {
    margin: -15.5rem !important;
  }
  .m-xs-n160 {
    margin: -16rem !important;
  }
  .m-xs-n165 {
    margin: -16.5rem !important;
  }
  .m-xs-n170 {
    margin: -17rem !important;
  }
  .m-xs-n175 {
    margin: -17.5rem !important;
  }
  .m-xs-n180 {
    margin: -18rem !important;
  }
  .m-xs-n185 {
    margin: -18.5rem !important;
  }
  .m-xs-n190 {
    margin: -19rem !important;
  }
  .m-xs-n195 {
    margin: -19.5rem !important;
  }
  .m-xs-n200 {
    margin: -20rem !important;
  }
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xs-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xs-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xs-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xs-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xs-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xs-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xs-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xs-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xs-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xs-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xs-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xs-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xs-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xs-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xs-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xs-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xs-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xs-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xs-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xs-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xs-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xs-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xs-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xs-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xs-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xs-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xs-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xs-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xs-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xs-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xs-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xs-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xs-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xs-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xs-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xs-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xs-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xs-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xs-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xs-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xs-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xs-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xs-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xs-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xs-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xs-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xs-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xs-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xs-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xs-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xs-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xs-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xs-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xs-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xs-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xs-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xs-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xs-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xs-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xs-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xs-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xs-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xs-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xs-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xs-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xs-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xs-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xs-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xs-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xs-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xs-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xs-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xs-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xs-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xs-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xs-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xs-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xs-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xs-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xs-n3 {
    margin-top: -1rem !important;
  }
  .mt-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xs-n5 {
    margin-top: -3rem !important;
  }
  .mt-xs-n20 {
    margin-top: -2rem !important;
  }
  .mt-xs-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-xs-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-xs-n40 {
    margin-top: -4rem !important;
  }
  .mt-xs-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-xs-n50 {
    margin-top: -5rem !important;
  }
  .mt-xs-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-xs-n60 {
    margin-top: -6rem !important;
  }
  .mt-xs-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-xs-n70 {
    margin-top: -7rem !important;
  }
  .mt-xs-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-xs-n80 {
    margin-top: -8rem !important;
  }
  .mt-xs-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-xs-n90 {
    margin-top: -9rem !important;
  }
  .mt-xs-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-xs-n100 {
    margin-top: -10rem !important;
  }
  .mt-xs-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-xs-n110 {
    margin-top: -11rem !important;
  }
  .mt-xs-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-xs-n120 {
    margin-top: -12rem !important;
  }
  .mt-xs-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-xs-n130 {
    margin-top: -13rem !important;
  }
  .mt-xs-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-xs-n140 {
    margin-top: -14rem !important;
  }
  .mt-xs-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-xs-n150 {
    margin-top: -15rem !important;
  }
  .mt-xs-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-xs-n160 {
    margin-top: -16rem !important;
  }
  .mt-xs-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-xs-n170 {
    margin-top: -17rem !important;
  }
  .mt-xs-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-xs-n180 {
    margin-top: -18rem !important;
  }
  .mt-xs-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-xs-n190 {
    margin-top: -19rem !important;
  }
  .mt-xs-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-xs-n200 {
    margin-top: -20rem !important;
  }
  .me-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xs-n3 {
    margin-right: -1rem !important;
  }
  .me-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xs-n5 {
    margin-right: -3rem !important;
  }
  .me-xs-n20 {
    margin-right: -2rem !important;
  }
  .me-xs-n25 {
    margin-right: -2.5rem !important;
  }
  .me-xs-n35 {
    margin-right: -3.5rem !important;
  }
  .me-xs-n40 {
    margin-right: -4rem !important;
  }
  .me-xs-n45 {
    margin-right: -4.5rem !important;
  }
  .me-xs-n50 {
    margin-right: -5rem !important;
  }
  .me-xs-n55 {
    margin-right: -5.5rem !important;
  }
  .me-xs-n60 {
    margin-right: -6rem !important;
  }
  .me-xs-n65 {
    margin-right: -6.5rem !important;
  }
  .me-xs-n70 {
    margin-right: -7rem !important;
  }
  .me-xs-n75 {
    margin-right: -7.5rem !important;
  }
  .me-xs-n80 {
    margin-right: -8rem !important;
  }
  .me-xs-n85 {
    margin-right: -8.5rem !important;
  }
  .me-xs-n90 {
    margin-right: -9rem !important;
  }
  .me-xs-n95 {
    margin-right: -9.5rem !important;
  }
  .me-xs-n100 {
    margin-right: -10rem !important;
  }
  .me-xs-n105 {
    margin-right: -10.5rem !important;
  }
  .me-xs-n110 {
    margin-right: -11rem !important;
  }
  .me-xs-n115 {
    margin-right: -11.5rem !important;
  }
  .me-xs-n120 {
    margin-right: -12rem !important;
  }
  .me-xs-n125 {
    margin-right: -12.5rem !important;
  }
  .me-xs-n130 {
    margin-right: -13rem !important;
  }
  .me-xs-n135 {
    margin-right: -13.5rem !important;
  }
  .me-xs-n140 {
    margin-right: -14rem !important;
  }
  .me-xs-n145 {
    margin-right: -14.5rem !important;
  }
  .me-xs-n150 {
    margin-right: -15rem !important;
  }
  .me-xs-n155 {
    margin-right: -15.5rem !important;
  }
  .me-xs-n160 {
    margin-right: -16rem !important;
  }
  .me-xs-n165 {
    margin-right: -16.5rem !important;
  }
  .me-xs-n170 {
    margin-right: -17rem !important;
  }
  .me-xs-n175 {
    margin-right: -17.5rem !important;
  }
  .me-xs-n180 {
    margin-right: -18rem !important;
  }
  .me-xs-n185 {
    margin-right: -18.5rem !important;
  }
  .me-xs-n190 {
    margin-right: -19rem !important;
  }
  .me-xs-n195 {
    margin-right: -19.5rem !important;
  }
  .me-xs-n200 {
    margin-right: -20rem !important;
  }
  .mb-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xs-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-xs-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xs-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xs-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-xs-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xs-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-xs-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xs-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-xs-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xs-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-xs-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xs-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-xs-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xs-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-xs-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xs-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-xs-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xs-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-xs-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xs-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-xs-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xs-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-xs-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xs-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-xs-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xs-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-xs-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xs-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-xs-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xs-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-xs-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xs-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-xs-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xs-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-xs-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xs-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xs-n3 {
    margin-left: -1rem !important;
  }
  .ms-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xs-n5 {
    margin-left: -3rem !important;
  }
  .ms-xs-n20 {
    margin-left: -2rem !important;
  }
  .ms-xs-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-xs-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-xs-n40 {
    margin-left: -4rem !important;
  }
  .ms-xs-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-xs-n50 {
    margin-left: -5rem !important;
  }
  .ms-xs-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-xs-n60 {
    margin-left: -6rem !important;
  }
  .ms-xs-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-xs-n70 {
    margin-left: -7rem !important;
  }
  .ms-xs-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-xs-n80 {
    margin-left: -8rem !important;
  }
  .ms-xs-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-xs-n90 {
    margin-left: -9rem !important;
  }
  .ms-xs-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-xs-n100 {
    margin-left: -10rem !important;
  }
  .ms-xs-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-xs-n110 {
    margin-left: -11rem !important;
  }
  .ms-xs-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-xs-n120 {
    margin-left: -12rem !important;
  }
  .ms-xs-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-xs-n130 {
    margin-left: -13rem !important;
  }
  .ms-xs-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-xs-n140 {
    margin-left: -14rem !important;
  }
  .ms-xs-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-xs-n150 {
    margin-left: -15rem !important;
  }
  .ms-xs-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-xs-n160 {
    margin-left: -16rem !important;
  }
  .ms-xs-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-xs-n170 {
    margin-left: -17rem !important;
  }
  .ms-xs-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-xs-n180 {
    margin-left: -18rem !important;
  }
  .ms-xs-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-xs-n190 {
    margin-left: -19rem !important;
  }
  .ms-xs-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-xs-n200 {
    margin-left: -20rem !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;
  }
  .p-xs-20 {
    padding: 2rem !important;
  }
  .p-xs-25 {
    padding: 2.5rem !important;
  }
  .p-xs-35 {
    padding: 3.5rem !important;
  }
  .p-xs-40 {
    padding: 4rem !important;
  }
  .p-xs-45 {
    padding: 4.5rem !important;
  }
  .p-xs-50 {
    padding: 5rem !important;
  }
  .p-xs-55 {
    padding: 5.5rem !important;
  }
  .p-xs-60 {
    padding: 6rem !important;
  }
  .p-xs-65 {
    padding: 6.5rem !important;
  }
  .p-xs-70 {
    padding: 7rem !important;
  }
  .p-xs-75 {
    padding: 7.5rem !important;
  }
  .p-xs-80 {
    padding: 8rem !important;
  }
  .p-xs-85 {
    padding: 8.5rem !important;
  }
  .p-xs-90 {
    padding: 9rem !important;
  }
  .p-xs-95 {
    padding: 9.5rem !important;
  }
  .p-xs-100 {
    padding: 10rem !important;
  }
  .p-xs-105 {
    padding: 10.5rem !important;
  }
  .p-xs-110 {
    padding: 11rem !important;
  }
  .p-xs-115 {
    padding: 11.5rem !important;
  }
  .p-xs-120 {
    padding: 12rem !important;
  }
  .p-xs-125 {
    padding: 12.5rem !important;
  }
  .p-xs-130 {
    padding: 13rem !important;
  }
  .p-xs-135 {
    padding: 13.5rem !important;
  }
  .p-xs-140 {
    padding: 14rem !important;
  }
  .p-xs-145 {
    padding: 14.5rem !important;
  }
  .p-xs-150 {
    padding: 15rem !important;
  }
  .p-xs-155 {
    padding: 15.5rem !important;
  }
  .p-xs-160 {
    padding: 16rem !important;
  }
  .p-xs-165 {
    padding: 16.5rem !important;
  }
  .p-xs-170 {
    padding: 17rem !important;
  }
  .p-xs-175 {
    padding: 17.5rem !important;
  }
  .p-xs-180 {
    padding: 18rem !important;
  }
  .p-xs-185 {
    padding: 18.5rem !important;
  }
  .p-xs-190 {
    padding: 19rem !important;
  }
  .p-xs-195 {
    padding: 19.5rem !important;
  }
  .p-xs-200 {
    padding: 20rem !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;
  }
  .px-xs-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xs-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xs-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xs-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xs-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xs-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xs-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xs-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xs-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xs-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xs-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xs-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xs-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xs-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xs-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xs-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xs-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xs-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xs-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xs-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xs-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xs-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xs-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xs-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xs-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xs-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xs-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xs-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xs-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xs-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xs-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xs-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xs-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xs-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-xs-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xs-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xs-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xs-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xs-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xs-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xs-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xs-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xs-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xs-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xs-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xs-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xs-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xs-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xs-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xs-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xs-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xs-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xs-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xs-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xs-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xs-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xs-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xs-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xs-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xs-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xs-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xs-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xs-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xs-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xs-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xs-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xs-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-xs-20 {
    padding-top: 2rem !important;
  }
  .pt-xs-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xs-40 {
    padding-top: 4rem !important;
  }
  .pt-xs-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xs-50 {
    padding-top: 5rem !important;
  }
  .pt-xs-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xs-60 {
    padding-top: 6rem !important;
  }
  .pt-xs-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xs-70 {
    padding-top: 7rem !important;
  }
  .pt-xs-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xs-80 {
    padding-top: 8rem !important;
  }
  .pt-xs-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xs-90 {
    padding-top: 9rem !important;
  }
  .pt-xs-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xs-100 {
    padding-top: 10rem !important;
  }
  .pt-xs-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xs-110 {
    padding-top: 11rem !important;
  }
  .pt-xs-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xs-120 {
    padding-top: 12rem !important;
  }
  .pt-xs-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xs-130 {
    padding-top: 13rem !important;
  }
  .pt-xs-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xs-140 {
    padding-top: 14rem !important;
  }
  .pt-xs-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xs-150 {
    padding-top: 15rem !important;
  }
  .pt-xs-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xs-160 {
    padding-top: 16rem !important;
  }
  .pt-xs-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xs-170 {
    padding-top: 17rem !important;
  }
  .pt-xs-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xs-180 {
    padding-top: 18rem !important;
  }
  .pt-xs-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xs-190 {
    padding-top: 19rem !important;
  }
  .pt-xs-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xs-200 {
    padding-top: 20rem !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;
  }
  .pe-xs-20 {
    padding-right: 2rem !important;
  }
  .pe-xs-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xs-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xs-40 {
    padding-right: 4rem !important;
  }
  .pe-xs-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xs-50 {
    padding-right: 5rem !important;
  }
  .pe-xs-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xs-60 {
    padding-right: 6rem !important;
  }
  .pe-xs-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xs-70 {
    padding-right: 7rem !important;
  }
  .pe-xs-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xs-80 {
    padding-right: 8rem !important;
  }
  .pe-xs-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xs-90 {
    padding-right: 9rem !important;
  }
  .pe-xs-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xs-100 {
    padding-right: 10rem !important;
  }
  .pe-xs-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xs-110 {
    padding-right: 11rem !important;
  }
  .pe-xs-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xs-120 {
    padding-right: 12rem !important;
  }
  .pe-xs-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xs-130 {
    padding-right: 13rem !important;
  }
  .pe-xs-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xs-140 {
    padding-right: 14rem !important;
  }
  .pe-xs-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xs-150 {
    padding-right: 15rem !important;
  }
  .pe-xs-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xs-160 {
    padding-right: 16rem !important;
  }
  .pe-xs-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xs-170 {
    padding-right: 17rem !important;
  }
  .pe-xs-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xs-180 {
    padding-right: 18rem !important;
  }
  .pe-xs-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xs-190 {
    padding-right: 19rem !important;
  }
  .pe-xs-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xs-200 {
    padding-right: 20rem !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;
  }
  .pb-xs-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xs-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xs-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xs-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xs-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xs-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xs-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xs-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xs-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xs-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xs-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xs-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xs-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xs-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xs-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xs-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xs-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xs-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xs-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xs-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xs-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xs-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xs-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xs-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xs-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xs-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xs-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xs-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xs-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xs-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xs-200 {
    padding-bottom: 20rem !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;
  }
  .ps-xs-20 {
    padding-left: 2rem !important;
  }
  .ps-xs-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xs-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xs-40 {
    padding-left: 4rem !important;
  }
  .ps-xs-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xs-50 {
    padding-left: 5rem !important;
  }
  .ps-xs-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xs-60 {
    padding-left: 6rem !important;
  }
  .ps-xs-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xs-70 {
    padding-left: 7rem !important;
  }
  .ps-xs-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xs-80 {
    padding-left: 8rem !important;
  }
  .ps-xs-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xs-90 {
    padding-left: 9rem !important;
  }
  .ps-xs-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xs-100 {
    padding-left: 10rem !important;
  }
  .ps-xs-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xs-110 {
    padding-left: 11rem !important;
  }
  .ps-xs-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xs-120 {
    padding-left: 12rem !important;
  }
  .ps-xs-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xs-130 {
    padding-left: 13rem !important;
  }
  .ps-xs-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xs-140 {
    padding-left: 14rem !important;
  }
  .ps-xs-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xs-150 {
    padding-left: 15rem !important;
  }
  .ps-xs-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xs-160 {
    padding-left: 16rem !important;
  }
  .ps-xs-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xs-170 {
    padding-left: 17rem !important;
  }
  .ps-xs-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xs-180 {
    padding-left: 18rem !important;
  }
  .ps-xs-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xs-190 {
    padding-left: 19rem !important;
  }
  .ps-xs-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xs-200 {
    padding-left: 20rem !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;
  }
  .gap-xs-20 {
    gap: 2rem !important;
  }
  .gap-xs-25 {
    gap: 2.5rem !important;
  }
  .gap-xs-35 {
    gap: 3.5rem !important;
  }
  .gap-xs-40 {
    gap: 4rem !important;
  }
  .gap-xs-45 {
    gap: 4.5rem !important;
  }
  .gap-xs-50 {
    gap: 5rem !important;
  }
  .gap-xs-55 {
    gap: 5.5rem !important;
  }
  .gap-xs-60 {
    gap: 6rem !important;
  }
  .gap-xs-65 {
    gap: 6.5rem !important;
  }
  .gap-xs-70 {
    gap: 7rem !important;
  }
  .gap-xs-75 {
    gap: 7.5rem !important;
  }
  .gap-xs-80 {
    gap: 8rem !important;
  }
  .gap-xs-85 {
    gap: 8.5rem !important;
  }
  .gap-xs-90 {
    gap: 9rem !important;
  }
  .gap-xs-95 {
    gap: 9.5rem !important;
  }
  .gap-xs-100 {
    gap: 10rem !important;
  }
  .gap-xs-105 {
    gap: 10.5rem !important;
  }
  .gap-xs-110 {
    gap: 11rem !important;
  }
  .gap-xs-115 {
    gap: 11.5rem !important;
  }
  .gap-xs-120 {
    gap: 12rem !important;
  }
  .gap-xs-125 {
    gap: 12.5rem !important;
  }
  .gap-xs-130 {
    gap: 13rem !important;
  }
  .gap-xs-135 {
    gap: 13.5rem !important;
  }
  .gap-xs-140 {
    gap: 14rem !important;
  }
  .gap-xs-145 {
    gap: 14.5rem !important;
  }
  .gap-xs-150 {
    gap: 15rem !important;
  }
  .gap-xs-155 {
    gap: 15.5rem !important;
  }
  .gap-xs-160 {
    gap: 16rem !important;
  }
  .gap-xs-165 {
    gap: 16.5rem !important;
  }
  .gap-xs-170 {
    gap: 17rem !important;
  }
  .gap-xs-175 {
    gap: 17.5rem !important;
  }
  .gap-xs-180 {
    gap: 18rem !important;
  }
  .gap-xs-185 {
    gap: 18.5rem !important;
  }
  .gap-xs-190 {
    gap: 19rem !important;
  }
  .gap-xs-195 {
    gap: 19.5rem !important;
  }
  .gap-xs-200 {
    gap: 20rem !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;
  }
  .row-gap-xs-20 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xs-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xs-40 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xs-50 {
    row-gap: 5rem !important;
  }
  .row-gap-xs-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xs-60 {
    row-gap: 6rem !important;
  }
  .row-gap-xs-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xs-70 {
    row-gap: 7rem !important;
  }
  .row-gap-xs-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xs-80 {
    row-gap: 8rem !important;
  }
  .row-gap-xs-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xs-90 {
    row-gap: 9rem !important;
  }
  .row-gap-xs-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-xs-100 {
    row-gap: 10rem !important;
  }
  .row-gap-xs-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-xs-110 {
    row-gap: 11rem !important;
  }
  .row-gap-xs-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-xs-120 {
    row-gap: 12rem !important;
  }
  .row-gap-xs-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xs-130 {
    row-gap: 13rem !important;
  }
  .row-gap-xs-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xs-140 {
    row-gap: 14rem !important;
  }
  .row-gap-xs-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-xs-150 {
    row-gap: 15rem !important;
  }
  .row-gap-xs-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-xs-160 {
    row-gap: 16rem !important;
  }
  .row-gap-xs-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-xs-170 {
    row-gap: 17rem !important;
  }
  .row-gap-xs-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-xs-180 {
    row-gap: 18rem !important;
  }
  .row-gap-xs-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-xs-190 {
    row-gap: 19rem !important;
  }
  .row-gap-xs-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-xs-200 {
    row-gap: 20rem !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;
  }
  .column-gap-xs-20 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xs-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xs-40 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xs-50 {
    column-gap: 5rem !important;
  }
  .column-gap-xs-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xs-60 {
    column-gap: 6rem !important;
  }
  .column-gap-xs-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xs-70 {
    column-gap: 7rem !important;
  }
  .column-gap-xs-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xs-80 {
    column-gap: 8rem !important;
  }
  .column-gap-xs-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xs-90 {
    column-gap: 9rem !important;
  }
  .column-gap-xs-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-xs-100 {
    column-gap: 10rem !important;
  }
  .column-gap-xs-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-xs-110 {
    column-gap: 11rem !important;
  }
  .column-gap-xs-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-xs-120 {
    column-gap: 12rem !important;
  }
  .column-gap-xs-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xs-130 {
    column-gap: 13rem !important;
  }
  .column-gap-xs-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xs-140 {
    column-gap: 14rem !important;
  }
  .column-gap-xs-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-xs-150 {
    column-gap: 15rem !important;
  }
  .column-gap-xs-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-xs-160 {
    column-gap: 16rem !important;
  }
  .column-gap-xs-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-xs-170 {
    column-gap: 17rem !important;
  }
  .column-gap-xs-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-xs-180 {
    column-gap: 18rem !important;
  }
  .column-gap-xs-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-xs-190 {
    column-gap: 19rem !important;
  }
  .column-gap-xs-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-xs-200 {
    column-gap: 20rem !important;
  }
  .fs-xs-inherit {
    font-size: inherit !important;
  }
  .fs-xs-0 {
    font-size: 0 !important;
  }
  .fs-xs-01 {
    font-size: 0.1rem !important;
  }
  .fs-xs-02 {
    font-size: 0.2rem !important;
  }
  .fs-xs-03 {
    font-size: 0.3rem !important;
  }
  .fs-xs-04 {
    font-size: 0.4rem !important;
  }
  .fs-xs-05 {
    font-size: 0.5rem !important;
  }
  .fs-xs-06 {
    font-size: 0.6rem !important;
  }
  .fs-xs-07 {
    font-size: 0.7rem !important;
  }
  .fs-xs-08 {
    font-size: 0.8rem !important;
  }
  .fs-xs-09 {
    font-size: 0.9rem !important;
  }
  .fs-xs-1 {
    font-size: 1rem !important;
  }
  .fs-xs-10 {
    font-size: 1rem !important;
  }
  .fs-xs-11 {
    font-size: 1.1rem !important;
  }
  .fs-xs-12 {
    font-size: 1.2rem !important;
  }
  .fs-xs-13 {
    font-size: 1.3rem !important;
  }
  .fs-xs-14 {
    font-size: 1.4rem !important;
  }
  .fs-xs-15 {
    font-size: 1.5rem !important;
  }
  .fs-xs-16 {
    font-size: 1.6rem !important;
  }
  .fs-xs-17 {
    font-size: 1.7rem !important;
  }
  .fs-xs-18 {
    font-size: 1.8rem !important;
  }
  .fs-xs-19 {
    font-size: 1.9rem !important;
  }
  .fs-xs-2 {
    font-size: 2rem !important;
  }
  .fs-xs-20 {
    font-size: 2rem !important;
  }
  .fs-xs-21 {
    font-size: 2.1rem !important;
  }
  .fs-xs-22 {
    font-size: 2.2rem !important;
  }
  .fs-xs-23 {
    font-size: 2.3rem !important;
  }
  .fs-xs-24 {
    font-size: 2.4rem !important;
  }
  .fs-xs-25 {
    font-size: 2.5rem !important;
  }
  .fs-xs-26 {
    font-size: 2.6rem !important;
  }
  .fs-xs-27 {
    font-size: 2.7rem !important;
  }
  .fs-xs-28 {
    font-size: 2.8rem !important;
  }
  .fs-xs-29 {
    font-size: 2.9rem !important;
  }
  .fs-xs-3 {
    font-size: 3rem !important;
  }
  .fs-xs-30 {
    font-size: 3rem !important;
  }
  .fs-xs-31 {
    font-size: 3.1rem !important;
  }
  .fs-xs-32 {
    font-size: 3.2rem !important;
  }
  .fs-xs-33 {
    font-size: 3.3rem !important;
  }
  .fs-xs-34 {
    font-size: 3.4rem !important;
  }
  .fs-xs-35 {
    font-size: 3.5rem !important;
  }
  .fs-xs-36 {
    font-size: 3.6rem !important;
  }
  .fs-xs-37 {
    font-size: 3.7rem !important;
  }
  .fs-xs-38 {
    font-size: 3.8rem !important;
  }
  .fs-xs-39 {
    font-size: 3.9rem !important;
  }
  .fs-xs-4 {
    font-size: 4rem !important;
  }
  .fs-xs-40 {
    font-size: 4rem !important;
  }
  .fs-xs-41 {
    font-size: 4.1rem !important;
  }
  .fs-xs-42 {
    font-size: 4.2rem !important;
  }
  .fs-xs-43 {
    font-size: 4.3rem !important;
  }
  .fs-xs-44 {
    font-size: 4.4rem !important;
  }
  .fs-xs-45 {
    font-size: 4.5rem !important;
  }
  .fs-xs-46 {
    font-size: 4.6rem !important;
  }
  .fs-xs-47 {
    font-size: 4.7rem !important;
  }
  .fs-xs-48 {
    font-size: 4.8rem !important;
  }
  .fs-xs-49 {
    font-size: 4.9rem !important;
  }
  .fs-xs-5 {
    font-size: 5rem !important;
  }
  .fs-xs-50 {
    font-size: 5rem !important;
  }
  .fs-xs-51 {
    font-size: 5.1rem !important;
  }
  .fs-xs-52 {
    font-size: 5.2rem !important;
  }
  .fs-xs-53 {
    font-size: 5.3rem !important;
  }
  .fs-xs-54 {
    font-size: 5.4rem !important;
  }
  .fs-xs-55 {
    font-size: 5.5rem !important;
  }
  .fs-xs-56 {
    font-size: 5.6rem !important;
  }
  .fs-xs-57 {
    font-size: 5.7rem !important;
  }
  .fs-xs-58 {
    font-size: 5.8rem !important;
  }
  .fs-xs-59 {
    font-size: 5.9rem !important;
  }
  .fs-xs-6 {
    font-size: 6rem !important;
  }
  .fs-xs-60 {
    font-size: 6rem !important;
  }
  .fs-xs-61 {
    font-size: 6.1rem !important;
  }
  .fs-xs-62 {
    font-size: 6.2rem !important;
  }
  .fs-xs-63 {
    font-size: 6.3rem !important;
  }
  .fs-xs-64 {
    font-size: 6.4rem !important;
  }
  .fs-xs-65 {
    font-size: 6.5rem !important;
  }
  .fs-xs-66 {
    font-size: 6.6rem !important;
  }
  .fs-xs-67 {
    font-size: 6.7rem !important;
  }
  .fs-xs-68 {
    font-size: 6.8rem !important;
  }
  .fs-xs-69 {
    font-size: 6.9rem !important;
  }
  .fs-xs-7 {
    font-size: 7rem !important;
  }
  .fs-xs-70 {
    font-size: 7rem !important;
  }
  .fs-xs-71 {
    font-size: 7.1rem !important;
  }
  .fs-xs-72 {
    font-size: 7.2rem !important;
  }
  .fs-xs-73 {
    font-size: 7.3rem !important;
  }
  .fs-xs-74 {
    font-size: 7.4rem !important;
  }
  .fs-xs-75 {
    font-size: 7.5rem !important;
  }
  .fs-xs-76 {
    font-size: 7.6rem !important;
  }
  .fs-xs-77 {
    font-size: 7.7rem !important;
  }
  .fs-xs-78 {
    font-size: 7.8rem !important;
  }
  .fs-xs-79 {
    font-size: 7.9rem !important;
  }
  .fs-xs-8 {
    font-size: 8rem !important;
  }
  .fs-xs-80 {
    font-size: 8rem !important;
  }
  .fs-xs-81 {
    font-size: 8.1rem !important;
  }
  .fs-xs-82 {
    font-size: 8.2rem !important;
  }
  .fs-xs-83 {
    font-size: 8.3rem !important;
  }
  .fs-xs-84 {
    font-size: 8.4rem !important;
  }
  .fs-xs-85 {
    font-size: 8.5rem !important;
  }
  .fs-xs-86 {
    font-size: 8.6rem !important;
  }
  .fs-xs-87 {
    font-size: 8.7rem !important;
  }
  .fs-xs-88 {
    font-size: 8.8rem !important;
  }
  .fs-xs-89 {
    font-size: 8.9rem !important;
  }
  .fs-xs-9 {
    font-size: 9rem !important;
  }
  .fs-xs-90 {
    font-size: 9rem !important;
  }
  .fs-xs-91 {
    font-size: 9.1rem !important;
  }
  .fs-xs-92 {
    font-size: 9.2rem !important;
  }
  .fs-xs-93 {
    font-size: 9.3rem !important;
  }
  .fs-xs-94 {
    font-size: 9.4rem !important;
  }
  .fs-xs-95 {
    font-size: 9.5rem !important;
  }
  .fs-xs-96 {
    font-size: 9.6rem !important;
  }
  .fs-xs-97 {
    font-size: 9.7rem !important;
  }
  .fs-xs-98 {
    font-size: 9.8rem !important;
  }
  .fs-xs-99 {
    font-size: 9.9rem !important;
  }
  .fs-xs-100 {
    font-size: 10rem !important;
  }
  .fs-xs-110 {
    font-size: 11rem !important;
  }
  .fs-xs-120 {
    font-size: 12rem !important;
  }
  .fs-xs-130 {
    font-size: 13rem !important;
  }
  .fs-xs-140 {
    font-size: 14rem !important;
  }
  .fs-xs-150 {
    font-size: 15rem !important;
  }
  .fs-xs-160 {
    font-size: 16rem !important;
  }
  .fs-xs-170 {
    font-size: 17rem !important;
  }
  .fs-xs-180 {
    font-size: 18rem !important;
  }
  .fs-xs-190 {
    font-size: 19rem !important;
  }
  .fs-xs-200 {
    font-size: 20rem !important;
  }
  .lh-xs-sm {
    line-height: 1.25 !important;
  }
  .lh-xs-base {
    line-height: 1.5 !important;
  }
  .lh-xs-lg {
    line-height: 2 !important;
  }
  .lh-xs-normal {
    line-height: normal !important;
  }
  .lh-xs-0 {
    line-height: 0 !important;
  }
  .lh-xs-25 {
    line-height: 0.25 !important;
  }
  .lh-xs-5 {
    line-height: 0.5 !important;
  }
  .lh-xs-75 {
    line-height: 0.75 !important;
  }
  .lh-xs-1 {
    line-height: 1 !important;
  }
  .lh-xs-115 {
    line-height: 1.15 !important;
  }
  .lh-xs-120 {
    line-height: 1.2 !important;
  }
  .lh-xs-125 {
    line-height: 1.25 !important;
  }
  .lh-xs-135 {
    line-height: 1.35 !important;
  }
  .lh-xs-145 {
    line-height: 1.45 !important;
  }
  .lh-xs-150 {
    line-height: 1.5 !important;
  }
  .lh-xs-175 {
    line-height: 1.75 !important;
  }
  .lh-xs-2 {
    line-height: 2 !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
  .text-xs-lowercase {
    text-transform: lowercase !important;
  }
  .text-xs-uppercase {
    text-transform: uppercase !important;
  }
  .text-xs-capitalize {
    text-transform: capitalize !important;
  }
  .text-xs-none {
    text-transform: none !important;
  }
  .text-xs-inherit {
    text-transform: inherit !important;
  }
  .color-xs-blue {
    color: #007CC2 !important;
  }
  .color-xs-indigo {
    color: #6610f2 !important;
  }
  .color-xs-purple {
    color: #6f42c1 !important;
  }
  .color-xs-pink {
    color: #d63384 !important;
  }
  .color-xs-red {
    color: #dc3545 !important;
  }
  .color-xs-orange {
    color: #FD8262 !important;
  }
  .color-xs-yellow {
    color: #F6AE42 !important;
  }
  .color-xs-green {
    color: #627C36 !important;
  }
  .color-xs-teal {
    color: #20c997 !important;
  }
  .color-xs-cyan {
    color: #0dcaf0 !important;
  }
  .color-xs-black {
    color: #000 !important;
  }
  .color-xs-white {
    color: #fff !important;
  }
  .color-xs-gray {
    color: #6c757d !important;
  }
  .color-xs-transparent {
    color: transparent !important;
  }
  .color-xs-blueDark {
    color: #2727ff !important;
  }
  .color-xs-blueLight {
    color: #000094 !important;
  }
  .color-xs-pinkDark {
    color: #CC1F42 !important;
  }
  .color-xs-pinkLight {
    color: #FF5983 !important;
  }
  .color-xs-redLight {
    color: #ff212c !important;
  }
  .color-xs-redDark {
    color: #960010 !important;
  }
  .color-xs-yellowDark {
    color: #CCA300 !important;
  }
  .color-xs-yellowLight {
    color: #FFDD33 !important;
  }
  .color-xs-greenLight {
    color: #8FB914 !important;
  }
  .color-xs-greenDark {
    color: #2ACF80 !important;
  }
  .color-xs-grayDark {
    color: #313130 !important;
  }
  .color-xs-grayLight {
    color: #8C8C8C !important;
  }
  .color-xs-light {
    color: #F1F1F1 !important;
  }
  .color-xs-brown {
    color: #885F50 !important;
  }
  .color-xs-brownDark {
    color: #4D271A !important;
  }
  .color-xs-brownLight {
    color: #CFB59E !important;
  }
  .color-xs-viber {
    color: #665CAC !important;
  }
  .color-xs-whatsapp {
    color: #25D366 !important;
  }
  .color-xs-facebook {
    color: #1a77f2 !important;
  }
  .color-xs-vkontakte {
    color: #0077FF !important;
  }
  .color-xs-telegram {
    color: #0088cc !important;
  }
  .color-xs-youtube {
    color: #ff0000 !important;
  }
  .color-xs-spotify {
    color: #1ED760 !important;
  }
  .color-xs-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-xs-sberZvuk {
    color: #07ead8 !important;
  }
  .color-xs-appleMusic {
    color: #fa586a !important;
  }
  .color-xs-flamp {
    color: #2E6BE5 !important;
  }
  .color-xs-badstudio {
    color: #c7212c !important;
  }
  .color-xs-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-xs-blue {
    background-color: #007CC2 !important;
  }
  .bg-xs-indigo {
    background-color: #6610f2 !important;
  }
  .bg-xs-purple {
    background-color: #6f42c1 !important;
  }
  .bg-xs-pink {
    background-color: #d63384 !important;
  }
  .bg-xs-red {
    background-color: #dc3545 !important;
  }
  .bg-xs-orange {
    background-color: #FD8262 !important;
  }
  .bg-xs-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-xs-green {
    background-color: #627C36 !important;
  }
  .bg-xs-teal {
    background-color: #20c997 !important;
  }
  .bg-xs-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-xs-black {
    background-color: #000 !important;
  }
  .bg-xs-white {
    background-color: #fff !important;
  }
  .bg-xs-gray {
    background-color: #6c757d !important;
  }
  .bg-xs-transparent {
    background-color: transparent !important;
  }
  .bg-xs-blueDark {
    background-color: #2727ff !important;
  }
  .bg-xs-blueLight {
    background-color: #000094 !important;
  }
  .bg-xs-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-xs-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-xs-redLight {
    background-color: #ff212c !important;
  }
  .bg-xs-redDark {
    background-color: #960010 !important;
  }
  .bg-xs-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-xs-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-xs-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-xs-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-xs-grayDark {
    background-color: #313130 !important;
  }
  .bg-xs-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-xs-light {
    background-color: #F1F1F1 !important;
  }
  .bg-xs-brown {
    background-color: #885F50 !important;
  }
  .bg-xs-brownDark {
    background-color: #4D271A !important;
  }
  .bg-xs-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-xs-viber {
    background-color: #665CAC !important;
  }
  .bg-xs-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-xs-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-xs-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-xs-telegram {
    background-color: #0088cc !important;
  }
  .bg-xs-youtube {
    background-color: #ff0000 !important;
  }
  .bg-xs-spotify {
    background-color: #1ED760 !important;
  }
  .bg-xs-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-xs-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-xs-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-xs-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-xs-badstudio {
    background-color: #c7212c !important;
  }
  .bg-xs-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-xs-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-xs-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-xs-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-xs-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-xs-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-xs-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-xs-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-xs-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-xs-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-xs-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-xs-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-xs-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-xs-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-xs-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-xs-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-xs-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-xs-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-xs-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-xs-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-xs-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-xs-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-xs-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-xs-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-xs-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-xs-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-xs-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-xs-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-xs-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-xs-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-xs-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-xs-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-xs-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-xs-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-xs-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-xs-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-xs-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-xs-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-xs-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-xs-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-xs-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-xs-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-xs-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-xs-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-xs-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-xs-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-xs-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-xs-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-xs-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-xs-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-xs-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-xs-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-xs-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-xs-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-xs-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-xs-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-xs-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-xs-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-xs-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-xs-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-xs-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-xs-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-xs-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-xs-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-xs-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-xs-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-xs-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-xs-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-xs-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-xs-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-xs-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-xs-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-xs-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-xs-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-xs-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-xs-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-xs-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-xs-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-xs-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-xs-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-xs-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-xs-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-xs-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-xs-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-xs-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-xs-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-xs-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-xs-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-xs-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-xs-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-xs-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-xs-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-xs-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-xs-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-xs-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-xs-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-xs-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-xs-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-xs-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-xs-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-xs-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-xs-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-xs-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-xs-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-xs-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-xs-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-xs-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-xs-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-xs-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-xs-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-xs-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-xs-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-xs-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-xs-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-xs-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-xs-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-xs-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-xs-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-xs-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-xs-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-xs-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-xs-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-xs-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-xs-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-xs-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-xs-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-xs-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-xs-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-xs-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-xs-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-xs-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-xs-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-xs-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-xs-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-xs-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-xs-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-xs-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-xs-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-xs-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-xs-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-xs-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-xs-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-xs-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-xs-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-xs-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-xs-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-xs-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-xs-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-xs-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-xs-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-xs-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-xs-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-xs-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-xs-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-xs-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-xs-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-xs-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-xs-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-xs-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-xs-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-xs-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-xs-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-xs-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-xs-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-xs-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-xs-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-xs-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-xs-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-xs-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-xs-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-xs-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xs-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-xs-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xs-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-xs-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xs-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-xs-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xs-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-xs-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xs-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-xs-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xs-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-xs-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xs-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-xs-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xs-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-xs-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xs-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-xs-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xs-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-xs-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xs-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-xs-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xs-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-xs-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xs-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-xs-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xs-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-xs-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xs-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-xs-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xs-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-xs-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xs-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-xs-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-xs-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-xs-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-xs-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-xs-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-xs-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-xs-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-xs-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-xs-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-xs-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-xs-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-xs-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-xs-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-xs-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-xs-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-xs-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-xs-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-xs-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-xs-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-xs-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-xs-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-xs-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-xs-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-xs-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-xs-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-xs-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-xs-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-xs-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-xs-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-xs-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-xs-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-xs-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-xs-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-xs-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-xs-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-xs-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-xs-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-xs-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-xs-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-xs-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-xs-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-xs-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-xs-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-xs-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-xs-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-xs-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-xs-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-xs-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-xs-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-xs-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-xs-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-xs-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-xs-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-xs-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-xs-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-xs-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-xs-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-xs-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-xs-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-xs-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-xs-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-xs-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-xs-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-xs-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-xs-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-xs-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-xs-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-xs-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-xs-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-xs-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-xs-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-xs-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-xs-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-xs-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-xs-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-xs-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-xs-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-xs-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-xs-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-xs-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-xs-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-xs-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-xs-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-xs-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-xs-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-xs-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-xs-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-xs-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-xs-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-xs-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-xs-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-xs-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-xs-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-xs-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-xs-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-xs-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-xs-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-xs-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-xs-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-xs-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-xs-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-xs-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-xs-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-xs-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-xs-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-xs-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-xs-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-xs-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-xs-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-xs-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-xs-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-xs-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-xs-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-xs-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-xs-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-xs-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-xs-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-xs-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-xs-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-xs-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-xs-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-xs-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-xs-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-xs-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-xs-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-xs-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-xs-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-xs-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-xs-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-xs-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-xs-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-xs-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-xs-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-xs-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-xs-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-xs-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-xs-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-xs-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-xs-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-xs-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-xs-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-xs-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-xs-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-xs-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-xs-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-xs-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-xs-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-xs-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-xs-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-xs-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-xs-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-xs-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-xs-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-xs-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-xs-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-xs-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-xs-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-xs-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-xs-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-xs-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-xs-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-xs-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-xs-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-xs-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-xs-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-xs-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-xs-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-xs-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-xs-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-xs-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-xs-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-xs-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-xs-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-xs-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-xs-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-xs-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-xs-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-xs-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-xs-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-xs-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-xs-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-xs-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-xs-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-xs-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-xs-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-xs-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-xs-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-xs-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-xs-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-xs-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-xs-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-xs-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-xs-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-xs-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-xs-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-xs-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-xs-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-xs-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-xs-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-xs-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-xs-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-xs-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-xs-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-xs-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-xs-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-xs-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-xs-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-xs-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-xs-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-xs-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-xs-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-xs-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-xs-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-xs-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-xs-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-xs-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-xs-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-xs-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-xs-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-xs-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-xs-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-xs-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-xs-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-xs-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-xs-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-xs-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-xs-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-xs-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-xs-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-xs-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-xs-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-xs-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-xs-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-xs-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-xs-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-xs-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-xs-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-xs-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-xs-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-xs-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-xs-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-xs-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-xs-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-xs-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-xs-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-xs-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-xs-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-xs-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-xs-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-xs-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-xs-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-xs-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-xs-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-xs-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-xs-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-xs-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-xs-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-xs-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-xs-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-xs-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-xs-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-xs-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-xs-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-xs-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-xs-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-xs-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-xs-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-xs-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-xs-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-xs-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-xs-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-xs-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-xs-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-xs-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-xs-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-xs-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-xs-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-xs-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-xs-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-xs-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-xs-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-xs-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-xs-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-xs-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-xs-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-xs-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-xs-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-xs-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-xs-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-xs-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-xs-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-xs-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-xs-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-xs-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-xs-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-xs-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-xs-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-xs-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-xs-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-xs-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-xs-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-xs-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-xs-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-xs-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-xs-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-xs-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-xs-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-xs-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-xs-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-xs-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-xs-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-xs-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-xs-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-xs-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-xs-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-xs-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-xs-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-xs-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-xs-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-xs-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-xs-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-xs-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-xs-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-xs-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-xs-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-xs-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-xs-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-xs-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-xs-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-xs-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-xs-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-xs-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-xs-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-xs-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-xs-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-xs-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-xs-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-xs-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-xs-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-xs-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-xs-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-xs-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-xs-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-xs-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-xs-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-xs-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-xs-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-xs-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-xs-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-xs-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-xs-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-xs-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-xs-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-xs-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-xs-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-xs-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-xs-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-xs-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-xs-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-xs-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-xs-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-xs-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-xs-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-xs-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-xs-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-xs-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-xs-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-xs-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-xs-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-xs-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-xs-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-xs-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-xs-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-xs-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-xs-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-xs-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-xs-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-xs-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-xs-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-xs-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-xs-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-xs-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-xs-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-xs-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-xs-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-xs-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-xs-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-xs-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-xs-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-xs-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-xs-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-xs-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-xs-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-xs-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-xs-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-xs-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-xs-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-xs-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-xs-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-xs-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-xs-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-xs-default {
    cursor: default !important;
  }
  .cursor-xs-pointer {
    cursor: pointer !important;
  }
  .color-xs-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-xs-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-xs-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-xs-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-xs-redHover:hover {
    color: #dc3545 !important;
  }
  .color-xs-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-xs-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-xs-greenHover:hover {
    color: #627C36 !important;
  }
  .color-xs-tealHover:hover {
    color: #20c997 !important;
  }
  .color-xs-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-xs-blackHover:hover {
    color: #000 !important;
  }
  .color-xs-whiteHover:hover {
    color: #fff !important;
  }
  .color-xs-grayHover:hover {
    color: #6c757d !important;
  }
  .color-xs-transparentHover:hover {
    color: transparent !important;
  }
  .color-xs-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-xs-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-xs-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-xs-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-xs-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-xs-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-xs-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-xs-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-xs-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-xs-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-xs-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-xs-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-xs-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-xs-brownHover:hover {
    color: #885F50 !important;
  }
  .color-xs-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-xs-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-xs-viberHover:hover {
    color: #665CAC !important;
  }
  .color-xs-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-xs-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-xs-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-xs-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-xs-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-xs-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-xs-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-xs-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-xs-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-xs-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-xs-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-xs-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-xs-blueActive.active {
    color: #007CC2 !important;
  }
  .color-xs-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-xs-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-xs-pinkActive.active {
    color: #d63384 !important;
  }
  .color-xs-redActive.active {
    color: #dc3545 !important;
  }
  .color-xs-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-xs-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-xs-greenActive.active {
    color: #627C36 !important;
  }
  .color-xs-tealActive.active {
    color: #20c997 !important;
  }
  .color-xs-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-xs-blackActive.active {
    color: #000 !important;
  }
  .color-xs-whiteActive.active {
    color: #fff !important;
  }
  .color-xs-grayActive.active {
    color: #6c757d !important;
  }
  .color-xs-transparentActive.active {
    color: transparent !important;
  }
  .color-xs-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-xs-blueLightActive.active {
    color: #000094 !important;
  }
  .color-xs-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-xs-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-xs-redLightActive.active {
    color: #ff212c !important;
  }
  .color-xs-redDarkActive.active {
    color: #960010 !important;
  }
  .color-xs-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-xs-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-xs-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-xs-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-xs-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-xs-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-xs-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-xs-brownActive.active {
    color: #885F50 !important;
  }
  .color-xs-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-xs-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-xs-viberActive.active {
    color: #665CAC !important;
  }
  .color-xs-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-xs-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-xs-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-xs-telegramActive.active {
    color: #0088cc !important;
  }
  .color-xs-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-xs-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-xs-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-xs-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-xs-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-xs-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-xs-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-xs-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-xs-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-xs-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-xs-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-xs-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-xs-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-xs-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-xs-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-xs-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-xs-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-xs-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-xs-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-xs-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-xs-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-xs-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-xs-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-xs-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-xs-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-xs-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-xs-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-xs-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-xs-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-xs-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-xs-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-xs-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-xs-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-xs-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-xs-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-xs-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-xs-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-xs-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-xs-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-xs-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-xs-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-xs-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-xs-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-xs-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-xs-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-xs-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-xs-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-xs-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-xs-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-xs-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-xs-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-xs-none {
    border-style: none !important;
  }
  .border-xs-dotted {
    border-style: dotted !important;
  }
  .border-xs-dashed {
    border-style: dashed !important;
  }
  .border-xs-solid {
    border-style: solid !important;
  }
  .border-xs-double {
    border-style: double !important;
  }
  .border-xs-groove {
    border-style: groove !important;
  }
  .border-xs-inset {
    border-style: inset !important;
  }
  .border-xs-outset {
    border-style: outset !important;
  }
  .border-left-xs-none {
    border-left-style: none !important;
  }
  .border-left-xs-dotted {
    border-left-style: dotted !important;
  }
  .border-left-xs-dashed {
    border-left-style: dashed !important;
  }
  .border-left-xs-solid {
    border-left-style: solid !important;
  }
  .border-left-xs-double {
    border-left-style: double !important;
  }
  .border-left-xs-groove {
    border-left-style: groove !important;
  }
  .border-left-xs-inset {
    border-left-style: inset !important;
  }
  .border-left-xs-outset {
    border-left-style: outset !important;
  }
  .border-right-xs-none {
    border-right-style: none !important;
  }
  .border-right-xs-dotted {
    border-right-style: dotted !important;
  }
  .border-right-xs-dashed {
    border-right-style: dashed !important;
  }
  .border-right-xs-solid {
    border-right-style: solid !important;
  }
  .border-right-xs-double {
    border-right-style: double !important;
  }
  .border-right-xs-groove {
    border-right-style: groove !important;
  }
  .border-right-xs-inset {
    border-right-style: inset !important;
  }
  .border-right-xs-outset {
    border-right-style: outset !important;
  }
  .border-top-xs-none {
    border-top-style: none !important;
  }
  .border-top-xs-dotted {
    border-top-style: dotted !important;
  }
  .border-top-xs-dashed {
    border-top-style: dashed !important;
  }
  .border-top-xs-solid {
    border-top-style: solid !important;
  }
  .border-top-xs-double {
    border-top-style: double !important;
  }
  .border-top-xs-groove {
    border-top-style: groove !important;
  }
  .border-top-xs-inset {
    border-top-style: inset !important;
  }
  .border-top-xs-outset {
    border-top-style: outset !important;
  }
  .border-bottom-xs-none {
    border-bottom-style: none !important;
  }
  .border-bottom-xs-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-xs-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-xs-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-xs-double {
    border-bottom-style: double !important;
  }
  .border-bottom-xs-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-xs-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-xs-outset {
    border-bottom-style: outset !important;
  }
  .border-xs-inherit {
    border-width: inherit !important;
  }
  .border-xs-0 {
    border-width: 0 !important;
  }
  .border-xs-01 {
    border-width: 0.1rem !important;
  }
  .border-xs-02 {
    border-width: 0.2rem !important;
  }
  .border-xs-03 {
    border-width: 0.3rem !important;
  }
  .border-xs-04 {
    border-width: 0.4rem !important;
  }
  .border-xs-05 {
    border-width: 0.5rem !important;
  }
  .border-xs-06 {
    border-width: 0.6rem !important;
  }
  .border-xs-07 {
    border-width: 0.7rem !important;
  }
  .border-xs-08 {
    border-width: 0.8rem !important;
  }
  .border-xs-09 {
    border-width: 0.9rem !important;
  }
  .border-xs-1 {
    border-width: 1rem !important;
  }
  .border-xs-10 {
    border-width: 1rem !important;
  }
  .border-xs-11 {
    border-width: 1.1rem !important;
  }
  .border-xs-12 {
    border-width: 1.2rem !important;
  }
  .border-xs-13 {
    border-width: 1.3rem !important;
  }
  .border-xs-14 {
    border-width: 1.4rem !important;
  }
  .border-xs-15 {
    border-width: 1.5rem !important;
  }
  .border-xs-16 {
    border-width: 1.6rem !important;
  }
  .border-xs-17 {
    border-width: 1.7rem !important;
  }
  .border-xs-18 {
    border-width: 1.8rem !important;
  }
  .border-xs-19 {
    border-width: 1.9rem !important;
  }
  .border-xs-2 {
    border-width: 2rem !important;
  }
  .border-xs-20 {
    border-width: 2rem !important;
  }
  .border-xs-21 {
    border-width: 2.1rem !important;
  }
  .border-xs-22 {
    border-width: 2.2rem !important;
  }
  .border-xs-23 {
    border-width: 2.3rem !important;
  }
  .border-xs-24 {
    border-width: 2.4rem !important;
  }
  .border-xs-25 {
    border-width: 2.5rem !important;
  }
  .border-xs-26 {
    border-width: 2.6rem !important;
  }
  .border-xs-27 {
    border-width: 2.7rem !important;
  }
  .border-xs-28 {
    border-width: 2.8rem !important;
  }
  .border-xs-29 {
    border-width: 2.9rem !important;
  }
  .border-xs-3 {
    border-width: 3rem !important;
  }
  .border-xs-30 {
    border-width: 3rem !important;
  }
  .border-xs-31 {
    border-width: 3.1rem !important;
  }
  .border-xs-32 {
    border-width: 3.2rem !important;
  }
  .border-xs-33 {
    border-width: 3.3rem !important;
  }
  .border-xs-34 {
    border-width: 3.4rem !important;
  }
  .border-xs-35 {
    border-width: 3.5rem !important;
  }
  .border-xs-36 {
    border-width: 3.6rem !important;
  }
  .border-xs-37 {
    border-width: 3.7rem !important;
  }
  .border-xs-38 {
    border-width: 3.8rem !important;
  }
  .border-xs-39 {
    border-width: 3.9rem !important;
  }
  .border-xs-4 {
    border-width: 4rem !important;
  }
  .border-xs-40 {
    border-width: 4rem !important;
  }
  .border-xs-41 {
    border-width: 4.1rem !important;
  }
  .border-xs-42 {
    border-width: 4.2rem !important;
  }
  .border-xs-43 {
    border-width: 4.3rem !important;
  }
  .border-xs-44 {
    border-width: 4.4rem !important;
  }
  .border-xs-45 {
    border-width: 4.5rem !important;
  }
  .border-xs-46 {
    border-width: 4.6rem !important;
  }
  .border-xs-47 {
    border-width: 4.7rem !important;
  }
  .border-xs-48 {
    border-width: 4.8rem !important;
  }
  .border-xs-49 {
    border-width: 4.9rem !important;
  }
  .border-xs-5 {
    border-width: 5rem !important;
  }
  .border-xs-50 {
    border-width: 5rem !important;
  }
  .border-xs-51 {
    border-width: 5.1rem !important;
  }
  .border-xs-52 {
    border-width: 5.2rem !important;
  }
  .border-xs-53 {
    border-width: 5.3rem !important;
  }
  .border-xs-54 {
    border-width: 5.4rem !important;
  }
  .border-xs-55 {
    border-width: 5.5rem !important;
  }
  .border-xs-56 {
    border-width: 5.6rem !important;
  }
  .border-xs-57 {
    border-width: 5.7rem !important;
  }
  .border-xs-58 {
    border-width: 5.8rem !important;
  }
  .border-xs-59 {
    border-width: 5.9rem !important;
  }
  .border-xs-6 {
    border-width: 6rem !important;
  }
  .border-xs-60 {
    border-width: 6rem !important;
  }
  .border-xs-61 {
    border-width: 6.1rem !important;
  }
  .border-xs-62 {
    border-width: 6.2rem !important;
  }
  .border-xs-63 {
    border-width: 6.3rem !important;
  }
  .border-xs-64 {
    border-width: 6.4rem !important;
  }
  .border-xs-65 {
    border-width: 6.5rem !important;
  }
  .border-xs-66 {
    border-width: 6.6rem !important;
  }
  .border-xs-67 {
    border-width: 6.7rem !important;
  }
  .border-xs-68 {
    border-width: 6.8rem !important;
  }
  .border-xs-69 {
    border-width: 6.9rem !important;
  }
  .border-xs-7 {
    border-width: 7rem !important;
  }
  .border-xs-70 {
    border-width: 7rem !important;
  }
  .border-xs-71 {
    border-width: 7.1rem !important;
  }
  .border-xs-72 {
    border-width: 7.2rem !important;
  }
  .border-xs-73 {
    border-width: 7.3rem !important;
  }
  .border-xs-74 {
    border-width: 7.4rem !important;
  }
  .border-xs-75 {
    border-width: 7.5rem !important;
  }
  .border-xs-76 {
    border-width: 7.6rem !important;
  }
  .border-xs-77 {
    border-width: 7.7rem !important;
  }
  .border-xs-78 {
    border-width: 7.8rem !important;
  }
  .border-xs-79 {
    border-width: 7.9rem !important;
  }
  .border-xs-8 {
    border-width: 8rem !important;
  }
  .border-xs-80 {
    border-width: 8rem !important;
  }
  .border-xs-81 {
    border-width: 8.1rem !important;
  }
  .border-xs-82 {
    border-width: 8.2rem !important;
  }
  .border-xs-83 {
    border-width: 8.3rem !important;
  }
  .border-xs-84 {
    border-width: 8.4rem !important;
  }
  .border-xs-85 {
    border-width: 8.5rem !important;
  }
  .border-xs-86 {
    border-width: 8.6rem !important;
  }
  .border-xs-87 {
    border-width: 8.7rem !important;
  }
  .border-xs-88 {
    border-width: 8.8rem !important;
  }
  .border-xs-89 {
    border-width: 8.9rem !important;
  }
  .border-xs-9 {
    border-width: 9rem !important;
  }
  .border-xs-90 {
    border-width: 9rem !important;
  }
  .border-xs-91 {
    border-width: 9.1rem !important;
  }
  .border-xs-92 {
    border-width: 9.2rem !important;
  }
  .border-xs-93 {
    border-width: 9.3rem !important;
  }
  .border-xs-94 {
    border-width: 9.4rem !important;
  }
  .border-xs-95 {
    border-width: 9.5rem !important;
  }
  .border-xs-96 {
    border-width: 9.6rem !important;
  }
  .border-xs-97 {
    border-width: 9.7rem !important;
  }
  .border-xs-98 {
    border-width: 9.8rem !important;
  }
  .border-xs-99 {
    border-width: 9.9rem !important;
  }
  .border-xs-100 {
    border-width: 10rem !important;
  }
  .border-xs-110 {
    border-width: 11rem !important;
  }
  .border-xs-120 {
    border-width: 12rem !important;
  }
  .border-xs-130 {
    border-width: 13rem !important;
  }
  .border-xs-140 {
    border-width: 14rem !important;
  }
  .border-xs-150 {
    border-width: 15rem !important;
  }
  .border-xs-160 {
    border-width: 16rem !important;
  }
  .border-xs-170 {
    border-width: 17rem !important;
  }
  .border-xs-180 {
    border-width: 18rem !important;
  }
  .border-xs-190 {
    border-width: 19rem !important;
  }
  .border-xs-200 {
    border-width: 20rem !important;
  }
  .border-left-xs-inherit {
    border-left-width: inherit !important;
  }
  .border-left-xs-0 {
    border-left-width: 0 !important;
  }
  .border-left-xs-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-xs-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-xs-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-xs-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-xs-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-xs-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-xs-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-xs-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-xs-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-xs-1 {
    border-left-width: 1rem !important;
  }
  .border-left-xs-10 {
    border-left-width: 1rem !important;
  }
  .border-left-xs-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-xs-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-xs-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-xs-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-xs-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-xs-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-xs-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-xs-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-xs-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-xs-2 {
    border-left-width: 2rem !important;
  }
  .border-left-xs-20 {
    border-left-width: 2rem !important;
  }
  .border-left-xs-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-xs-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-xs-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-xs-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-xs-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-xs-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-xs-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-xs-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-xs-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-xs-3 {
    border-left-width: 3rem !important;
  }
  .border-left-xs-30 {
    border-left-width: 3rem !important;
  }
  .border-left-xs-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-xs-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-xs-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-xs-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-xs-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-xs-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-xs-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-xs-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-xs-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-xs-4 {
    border-left-width: 4rem !important;
  }
  .border-left-xs-40 {
    border-left-width: 4rem !important;
  }
  .border-left-xs-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-xs-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-xs-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-xs-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-xs-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-xs-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-xs-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-xs-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-xs-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-xs-5 {
    border-left-width: 5rem !important;
  }
  .border-left-xs-50 {
    border-left-width: 5rem !important;
  }
  .border-left-xs-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-xs-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-xs-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-xs-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-xs-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-xs-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-xs-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-xs-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-xs-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-xs-6 {
    border-left-width: 6rem !important;
  }
  .border-left-xs-60 {
    border-left-width: 6rem !important;
  }
  .border-left-xs-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-xs-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-xs-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-xs-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-xs-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-xs-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-xs-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-xs-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-xs-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-xs-7 {
    border-left-width: 7rem !important;
  }
  .border-left-xs-70 {
    border-left-width: 7rem !important;
  }
  .border-left-xs-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-xs-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-xs-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-xs-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-xs-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-xs-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-xs-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-xs-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-xs-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-xs-8 {
    border-left-width: 8rem !important;
  }
  .border-left-xs-80 {
    border-left-width: 8rem !important;
  }
  .border-left-xs-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-xs-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-xs-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-xs-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-xs-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-xs-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-xs-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-xs-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-xs-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-xs-9 {
    border-left-width: 9rem !important;
  }
  .border-left-xs-90 {
    border-left-width: 9rem !important;
  }
  .border-left-xs-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-xs-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-xs-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-xs-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-xs-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-xs-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-xs-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-xs-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-xs-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-xs-100 {
    border-left-width: 10rem !important;
  }
  .border-left-xs-110 {
    border-left-width: 11rem !important;
  }
  .border-left-xs-120 {
    border-left-width: 12rem !important;
  }
  .border-left-xs-130 {
    border-left-width: 13rem !important;
  }
  .border-left-xs-140 {
    border-left-width: 14rem !important;
  }
  .border-left-xs-150 {
    border-left-width: 15rem !important;
  }
  .border-left-xs-160 {
    border-left-width: 16rem !important;
  }
  .border-left-xs-170 {
    border-left-width: 17rem !important;
  }
  .border-left-xs-180 {
    border-left-width: 18rem !important;
  }
  .border-left-xs-190 {
    border-left-width: 19rem !important;
  }
  .border-left-xs-200 {
    border-left-width: 20rem !important;
  }
  .border-right-xs-inherit {
    border-right-width: inherit !important;
  }
  .border-right-xs-0 {
    border-right-width: 0 !important;
  }
  .border-right-xs-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-xs-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-xs-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-xs-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-xs-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-xs-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-xs-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-xs-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-xs-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-xs-1 {
    border-right-width: 1rem !important;
  }
  .border-right-xs-10 {
    border-right-width: 1rem !important;
  }
  .border-right-xs-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-xs-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-xs-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-xs-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-xs-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-xs-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-xs-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-xs-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-xs-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-xs-2 {
    border-right-width: 2rem !important;
  }
  .border-right-xs-20 {
    border-right-width: 2rem !important;
  }
  .border-right-xs-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-xs-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-xs-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-xs-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-xs-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-xs-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-xs-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-xs-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-xs-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-xs-3 {
    border-right-width: 3rem !important;
  }
  .border-right-xs-30 {
    border-right-width: 3rem !important;
  }
  .border-right-xs-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-xs-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-xs-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-xs-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-xs-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-xs-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-xs-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-xs-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-xs-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-xs-4 {
    border-right-width: 4rem !important;
  }
  .border-right-xs-40 {
    border-right-width: 4rem !important;
  }
  .border-right-xs-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-xs-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-xs-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-xs-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-xs-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-xs-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-xs-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-xs-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-xs-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-xs-5 {
    border-right-width: 5rem !important;
  }
  .border-right-xs-50 {
    border-right-width: 5rem !important;
  }
  .border-right-xs-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-xs-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-xs-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-xs-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-xs-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-xs-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-xs-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-xs-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-xs-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-xs-6 {
    border-right-width: 6rem !important;
  }
  .border-right-xs-60 {
    border-right-width: 6rem !important;
  }
  .border-right-xs-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-xs-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-xs-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-xs-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-xs-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-xs-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-xs-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-xs-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-xs-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-xs-7 {
    border-right-width: 7rem !important;
  }
  .border-right-xs-70 {
    border-right-width: 7rem !important;
  }
  .border-right-xs-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-xs-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-xs-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-xs-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-xs-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-xs-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-xs-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-xs-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-xs-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-xs-8 {
    border-right-width: 8rem !important;
  }
  .border-right-xs-80 {
    border-right-width: 8rem !important;
  }
  .border-right-xs-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-xs-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-xs-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-xs-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-xs-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-xs-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-xs-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-xs-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-xs-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-xs-9 {
    border-right-width: 9rem !important;
  }
  .border-right-xs-90 {
    border-right-width: 9rem !important;
  }
  .border-right-xs-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-xs-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-xs-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-xs-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-xs-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-xs-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-xs-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-xs-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-xs-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-xs-100 {
    border-right-width: 10rem !important;
  }
  .border-right-xs-110 {
    border-right-width: 11rem !important;
  }
  .border-right-xs-120 {
    border-right-width: 12rem !important;
  }
  .border-right-xs-130 {
    border-right-width: 13rem !important;
  }
  .border-right-xs-140 {
    border-right-width: 14rem !important;
  }
  .border-right-xs-150 {
    border-right-width: 15rem !important;
  }
  .border-right-xs-160 {
    border-right-width: 16rem !important;
  }
  .border-right-xs-170 {
    border-right-width: 17rem !important;
  }
  .border-right-xs-180 {
    border-right-width: 18rem !important;
  }
  .border-right-xs-190 {
    border-right-width: 19rem !important;
  }
  .border-right-xs-200 {
    border-right-width: 20rem !important;
  }
  .border-right-xs-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-xs-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-xs-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-xs-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-xs-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-xs-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-xs-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-xs-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-xs-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-xs-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-xs-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-xs-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xs-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xs-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-xs-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-xs-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-xs-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-xs-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-xs-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-xs-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-xs-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-xs-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-xs-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xs-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xs-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-xs-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-xs-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-xs-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-xs-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-xs-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-xs-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-xs-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-xs-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-xs-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xs-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xs-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-xs-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-xs-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-xs-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-xs-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-xs-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-xs-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-xs-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-xs-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-xs-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xs-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xs-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-xs-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-xs-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-xs-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-xs-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-xs-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-xs-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-xs-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-xs-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-xs-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xs-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xs-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-xs-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-xs-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-xs-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-xs-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-xs-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-xs-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-xs-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-xs-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-xs-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xs-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xs-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-xs-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-xs-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-xs-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-xs-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-xs-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-xs-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-xs-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-xs-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-xs-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xs-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xs-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-xs-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-xs-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-xs-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-xs-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-xs-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-xs-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-xs-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-xs-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-xs-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xs-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xs-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-xs-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-xs-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-xs-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-xs-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-xs-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-xs-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-xs-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-xs-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-xs-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xs-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xs-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-xs-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-xs-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-xs-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-xs-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-xs-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-xs-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-xs-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-xs-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-xs-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-xs-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-xs-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-xs-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-xs-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-xs-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-xs-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-xs-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-xs-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-xs-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-xs-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-xs-inherit {
    border-top-width: inherit !important;
  }
  .border-top-xs-0 {
    border-top-width: 0 !important;
  }
  .border-top-xs-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-xs-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-xs-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-xs-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-xs-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-xs-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-xs-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-xs-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-xs-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-xs-1 {
    border-top-width: 1rem !important;
  }
  .border-top-xs-10 {
    border-top-width: 1rem !important;
  }
  .border-top-xs-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-xs-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-xs-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-xs-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-xs-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-xs-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-xs-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-xs-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-xs-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-xs-2 {
    border-top-width: 2rem !important;
  }
  .border-top-xs-20 {
    border-top-width: 2rem !important;
  }
  .border-top-xs-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-xs-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-xs-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-xs-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-xs-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-xs-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-xs-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-xs-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-xs-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-xs-3 {
    border-top-width: 3rem !important;
  }
  .border-top-xs-30 {
    border-top-width: 3rem !important;
  }
  .border-top-xs-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-xs-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-xs-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-xs-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-xs-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-xs-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-xs-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-xs-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-xs-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-xs-4 {
    border-top-width: 4rem !important;
  }
  .border-top-xs-40 {
    border-top-width: 4rem !important;
  }
  .border-top-xs-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-xs-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-xs-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-xs-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-xs-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-xs-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-xs-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-xs-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-xs-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-xs-5 {
    border-top-width: 5rem !important;
  }
  .border-top-xs-50 {
    border-top-width: 5rem !important;
  }
  .border-top-xs-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-xs-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-xs-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-xs-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-xs-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-xs-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-xs-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-xs-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-xs-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-xs-6 {
    border-top-width: 6rem !important;
  }
  .border-top-xs-60 {
    border-top-width: 6rem !important;
  }
  .border-top-xs-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-xs-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-xs-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-xs-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-xs-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-xs-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-xs-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-xs-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-xs-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-xs-7 {
    border-top-width: 7rem !important;
  }
  .border-top-xs-70 {
    border-top-width: 7rem !important;
  }
  .border-top-xs-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-xs-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-xs-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-xs-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-xs-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-xs-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-xs-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-xs-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-xs-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-xs-8 {
    border-top-width: 8rem !important;
  }
  .border-top-xs-80 {
    border-top-width: 8rem !important;
  }
  .border-top-xs-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-xs-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-xs-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-xs-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-xs-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-xs-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-xs-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-xs-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-xs-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-xs-9 {
    border-top-width: 9rem !important;
  }
  .border-top-xs-90 {
    border-top-width: 9rem !important;
  }
  .border-top-xs-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-xs-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-xs-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-xs-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-xs-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-xs-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-xs-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-xs-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-xs-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-xs-100 {
    border-top-width: 10rem !important;
  }
  .border-top-xs-110 {
    border-top-width: 11rem !important;
  }
  .border-top-xs-120 {
    border-top-width: 12rem !important;
  }
  .border-top-xs-130 {
    border-top-width: 13rem !important;
  }
  .border-top-xs-140 {
    border-top-width: 14rem !important;
  }
  .border-top-xs-150 {
    border-top-width: 15rem !important;
  }
  .border-top-xs-160 {
    border-top-width: 16rem !important;
  }
  .border-top-xs-170 {
    border-top-width: 17rem !important;
  }
  .border-top-xs-180 {
    border-top-width: 18rem !important;
  }
  .border-top-xs-190 {
    border-top-width: 19rem !important;
  }
  .border-top-xs-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-xs-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xs-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xs-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xs-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xs-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xs-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xs-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xs-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xs-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xs-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xs-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xs-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xs-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xs-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xs-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xs-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xs-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xs-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xs-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xs-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xs-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xs-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xs-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xs-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xs-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xs-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xs-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xs-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xs-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xs-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xs-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xs-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xs-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xs-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xs-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xs-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xs-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xs-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xs-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xs-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xs-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xs-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xs-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xs-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xs-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xs-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xs-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xs-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xs-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xs-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xs-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xs-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xs-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xs-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xs-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xs-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xs-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xs-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xs-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xs-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xs-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xs-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xs-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xs-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xs-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xs-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xs-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xs-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xs-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xs-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xs-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xs-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xs-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xs-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xs-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xs-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xs-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xs-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xs-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xs-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xs-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xs-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xs-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xs-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xs-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xs-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xs-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xs-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xs-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xs-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xs-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xs-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xs-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xs-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xs-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xs-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xs-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xs-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xs-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xs-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xs-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xs-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xs-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xs-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xs-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xs-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xs-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xs-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xs-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xs-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xs-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xs-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xs-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xs-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xs-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xs-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xs-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xs-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xs-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xs-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xs-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-xs-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xs-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xs-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xs-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xs-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xs-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xs-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xs-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xs-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xs-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xs-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xs-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xs-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xs-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xs-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xs-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xs-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xs-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xs-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xs-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xs-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xs-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xs-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xs-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xs-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xs-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xs-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xs-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xs-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xs-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xs-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xs-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xs-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xs-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xs-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xs-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xs-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xs-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xs-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xs-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xs-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xs-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xs-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xs-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xs-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xs-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xs-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xs-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xs-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xs-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xs-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xs-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xs-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xs-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xs-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xs-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xs-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xs-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xs-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xs-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xs-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xs-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xs-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xs-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xs-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xs-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xs-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xs-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xs-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xs-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xs-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xs-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xs-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xs-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xs-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xs-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xs-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xs-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xs-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xs-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xs-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xs-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xs-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xs-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xs-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xs-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xs-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xs-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xs-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xs-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xs-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xs-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xs-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xs-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xs-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xs-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xs-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xs-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xs-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xs-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xs-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xs-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xs-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xs-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xs-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xs-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xs-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xs-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xs-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xs-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xs-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xs-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xs-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xs-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xs-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xs-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xs-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xs-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xs-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xs-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xs-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-xs-blue {
    border-color: #007CC2 !important;
  }
  .border-color-xs-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-xs-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-xs-pink {
    border-color: #d63384 !important;
  }
  .border-color-xs-red {
    border-color: #dc3545 !important;
  }
  .border-color-xs-orange {
    border-color: #FD8262 !important;
  }
  .border-color-xs-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-xs-green {
    border-color: #627C36 !important;
  }
  .border-color-xs-teal {
    border-color: #20c997 !important;
  }
  .border-color-xs-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-xs-black {
    border-color: #000 !important;
  }
  .border-color-xs-white {
    border-color: #fff !important;
  }
  .border-color-xs-gray {
    border-color: #6c757d !important;
  }
  .border-color-xs-transparent {
    border-color: transparent !important;
  }
  .border-color-xs-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-xs-blueLight {
    border-color: #000094 !important;
  }
  .border-color-xs-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-xs-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-xs-redLight {
    border-color: #ff212c !important;
  }
  .border-color-xs-redDark {
    border-color: #960010 !important;
  }
  .border-color-xs-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-xs-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-xs-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-xs-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-xs-grayDark {
    border-color: #313130 !important;
  }
  .border-color-xs-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-xs-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-xs-brown {
    border-color: #885F50 !important;
  }
  .border-color-xs-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-xs-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-xs-viber {
    border-color: #665CAC !important;
  }
  .border-color-xs-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-xs-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-xs-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-xs-telegram {
    border-color: #0088cc !important;
  }
  .border-color-xs-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-xs-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-xs-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-xs-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-xs-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-xs-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-xs-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-xs-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-xs-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-xs-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-xs-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-xs-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-xs-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-xs-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-xs-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-xs-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-xs-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-xs-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-xs-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-xs-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-xs-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-xs-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-xs-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-xs-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-xs-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-xs-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-xs-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-xs-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-xs-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-xs-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-xs-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-xs-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-xs-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-xs-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-xs-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-xs-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-xs-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-xs-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-xs-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-xs-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-xs-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-xs-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-xs-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-xs-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-xs-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-xs-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-xs-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-xs-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-xs-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-xs-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-xs-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-xs-inherit {
    border-radius: inherit !important;
  }
  .radius-xs-0 {
    border-radius: 0 !important;
  }
  .radius-xs-01 {
    border-radius: 0.1rem !important;
  }
  .radius-xs-02 {
    border-radius: 0.2rem !important;
  }
  .radius-xs-03 {
    border-radius: 0.3rem !important;
  }
  .radius-xs-04 {
    border-radius: 0.4rem !important;
  }
  .radius-xs-05 {
    border-radius: 0.5rem !important;
  }
  .radius-xs-06 {
    border-radius: 0.6rem !important;
  }
  .radius-xs-07 {
    border-radius: 0.7rem !important;
  }
  .radius-xs-08 {
    border-radius: 0.8rem !important;
  }
  .radius-xs-09 {
    border-radius: 0.9rem !important;
  }
  .radius-xs-1 {
    border-radius: 1rem !important;
  }
  .radius-xs-10 {
    border-radius: 1rem !important;
  }
  .radius-xs-11 {
    border-radius: 1.1rem !important;
  }
  .radius-xs-12 {
    border-radius: 1.2rem !important;
  }
  .radius-xs-13 {
    border-radius: 1.3rem !important;
  }
  .radius-xs-14 {
    border-radius: 1.4rem !important;
  }
  .radius-xs-15 {
    border-radius: 1.5rem !important;
  }
  .radius-xs-16 {
    border-radius: 1.6rem !important;
  }
  .radius-xs-17 {
    border-radius: 1.7rem !important;
  }
  .radius-xs-18 {
    border-radius: 1.8rem !important;
  }
  .radius-xs-19 {
    border-radius: 1.9rem !important;
  }
  .radius-xs-2 {
    border-radius: 2rem !important;
  }
  .radius-xs-20 {
    border-radius: 2rem !important;
  }
  .radius-xs-21 {
    border-radius: 2.1rem !important;
  }
  .radius-xs-22 {
    border-radius: 2.2rem !important;
  }
  .radius-xs-23 {
    border-radius: 2.3rem !important;
  }
  .radius-xs-24 {
    border-radius: 2.4rem !important;
  }
  .radius-xs-25 {
    border-radius: 2.5rem !important;
  }
  .radius-xs-26 {
    border-radius: 2.6rem !important;
  }
  .radius-xs-27 {
    border-radius: 2.7rem !important;
  }
  .radius-xs-28 {
    border-radius: 2.8rem !important;
  }
  .radius-xs-29 {
    border-radius: 2.9rem !important;
  }
  .radius-xs-3 {
    border-radius: 3rem !important;
  }
  .radius-xs-30 {
    border-radius: 3rem !important;
  }
  .radius-xs-31 {
    border-radius: 3.1rem !important;
  }
  .radius-xs-32 {
    border-radius: 3.2rem !important;
  }
  .radius-xs-33 {
    border-radius: 3.3rem !important;
  }
  .radius-xs-34 {
    border-radius: 3.4rem !important;
  }
  .radius-xs-35 {
    border-radius: 3.5rem !important;
  }
  .radius-xs-36 {
    border-radius: 3.6rem !important;
  }
  .radius-xs-37 {
    border-radius: 3.7rem !important;
  }
  .radius-xs-38 {
    border-radius: 3.8rem !important;
  }
  .radius-xs-39 {
    border-radius: 3.9rem !important;
  }
  .radius-xs-4 {
    border-radius: 4rem !important;
  }
  .radius-xs-40 {
    border-radius: 4rem !important;
  }
  .radius-xs-41 {
    border-radius: 4.1rem !important;
  }
  .radius-xs-42 {
    border-radius: 4.2rem !important;
  }
  .radius-xs-43 {
    border-radius: 4.3rem !important;
  }
  .radius-xs-44 {
    border-radius: 4.4rem !important;
  }
  .radius-xs-45 {
    border-radius: 4.5rem !important;
  }
  .radius-xs-46 {
    border-radius: 4.6rem !important;
  }
  .radius-xs-47 {
    border-radius: 4.7rem !important;
  }
  .radius-xs-48 {
    border-radius: 4.8rem !important;
  }
  .radius-xs-49 {
    border-radius: 4.9rem !important;
  }
  .radius-xs-5 {
    border-radius: 5rem !important;
  }
  .radius-xs-50 {
    border-radius: 5rem !important;
  }
  .radius-xs-51 {
    border-radius: 5.1rem !important;
  }
  .radius-xs-52 {
    border-radius: 5.2rem !important;
  }
  .radius-xs-53 {
    border-radius: 5.3rem !important;
  }
  .radius-xs-54 {
    border-radius: 5.4rem !important;
  }
  .radius-xs-55 {
    border-radius: 5.5rem !important;
  }
  .radius-xs-56 {
    border-radius: 5.6rem !important;
  }
  .radius-xs-57 {
    border-radius: 5.7rem !important;
  }
  .radius-xs-58 {
    border-radius: 5.8rem !important;
  }
  .radius-xs-59 {
    border-radius: 5.9rem !important;
  }
  .radius-xs-6 {
    border-radius: 6rem !important;
  }
  .radius-xs-60 {
    border-radius: 6rem !important;
  }
  .radius-xs-61 {
    border-radius: 6.1rem !important;
  }
  .radius-xs-62 {
    border-radius: 6.2rem !important;
  }
  .radius-xs-63 {
    border-radius: 6.3rem !important;
  }
  .radius-xs-64 {
    border-radius: 6.4rem !important;
  }
  .radius-xs-65 {
    border-radius: 6.5rem !important;
  }
  .radius-xs-66 {
    border-radius: 6.6rem !important;
  }
  .radius-xs-67 {
    border-radius: 6.7rem !important;
  }
  .radius-xs-68 {
    border-radius: 6.8rem !important;
  }
  .radius-xs-69 {
    border-radius: 6.9rem !important;
  }
  .radius-xs-7 {
    border-radius: 7rem !important;
  }
  .radius-xs-70 {
    border-radius: 7rem !important;
  }
  .radius-xs-71 {
    border-radius: 7.1rem !important;
  }
  .radius-xs-72 {
    border-radius: 7.2rem !important;
  }
  .radius-xs-73 {
    border-radius: 7.3rem !important;
  }
  .radius-xs-74 {
    border-radius: 7.4rem !important;
  }
  .radius-xs-75 {
    border-radius: 7.5rem !important;
  }
  .radius-xs-76 {
    border-radius: 7.6rem !important;
  }
  .radius-xs-77 {
    border-radius: 7.7rem !important;
  }
  .radius-xs-78 {
    border-radius: 7.8rem !important;
  }
  .radius-xs-79 {
    border-radius: 7.9rem !important;
  }
  .radius-xs-8 {
    border-radius: 8rem !important;
  }
  .radius-xs-80 {
    border-radius: 8rem !important;
  }
  .radius-xs-81 {
    border-radius: 8.1rem !important;
  }
  .radius-xs-82 {
    border-radius: 8.2rem !important;
  }
  .radius-xs-83 {
    border-radius: 8.3rem !important;
  }
  .radius-xs-84 {
    border-radius: 8.4rem !important;
  }
  .radius-xs-85 {
    border-radius: 8.5rem !important;
  }
  .radius-xs-86 {
    border-radius: 8.6rem !important;
  }
  .radius-xs-87 {
    border-radius: 8.7rem !important;
  }
  .radius-xs-88 {
    border-radius: 8.8rem !important;
  }
  .radius-xs-89 {
    border-radius: 8.9rem !important;
  }
  .radius-xs-9 {
    border-radius: 9rem !important;
  }
  .radius-xs-90 {
    border-radius: 9rem !important;
  }
  .radius-xs-91 {
    border-radius: 9.1rem !important;
  }
  .radius-xs-92 {
    border-radius: 9.2rem !important;
  }
  .radius-xs-93 {
    border-radius: 9.3rem !important;
  }
  .radius-xs-94 {
    border-radius: 9.4rem !important;
  }
  .radius-xs-95 {
    border-radius: 9.5rem !important;
  }
  .radius-xs-96 {
    border-radius: 9.6rem !important;
  }
  .radius-xs-97 {
    border-radius: 9.7rem !important;
  }
  .radius-xs-98 {
    border-radius: 9.8rem !important;
  }
  .radius-xs-99 {
    border-radius: 9.9rem !important;
  }
  .radius-xs-100 {
    border-radius: 10rem !important;
  }
  .radius-xs-110 {
    border-radius: 11rem !important;
  }
  .radius-xs-120 {
    border-radius: 12rem !important;
  }
  .radius-xs-130 {
    border-radius: 13rem !important;
  }
  .radius-xs-140 {
    border-radius: 14rem !important;
  }
  .radius-xs-150 {
    border-radius: 15rem !important;
  }
  .radius-xs-160 {
    border-radius: 16rem !important;
  }
  .radius-xs-170 {
    border-radius: 17rem !important;
  }
  .radius-xs-180 {
    border-radius: 18rem !important;
  }
  .radius-xs-190 {
    border-radius: 19rem !important;
  }
  .radius-xs-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-xs-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-xs-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-xs-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-xs-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-xs-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-xs-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-xs-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-xs-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-xs-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-xs-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-xs-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-xs-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xs-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xs-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-xs-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-xs-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-xs-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-xs-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-xs-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-xs-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-xs-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-xs-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-xs-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xs-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xs-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-xs-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-xs-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-xs-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-xs-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-xs-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-xs-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-xs-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-xs-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-xs-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xs-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xs-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-xs-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-xs-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-xs-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-xs-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-xs-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-xs-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-xs-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-xs-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-xs-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xs-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xs-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-xs-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-xs-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-xs-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-xs-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-xs-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-xs-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-xs-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-xs-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-xs-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xs-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xs-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-xs-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-xs-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-xs-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-xs-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-xs-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-xs-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-xs-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-xs-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-xs-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xs-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xs-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-xs-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-xs-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-xs-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-xs-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-xs-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-xs-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-xs-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-xs-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-xs-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xs-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xs-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-xs-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-xs-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-xs-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-xs-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-xs-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-xs-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-xs-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-xs-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-xs-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xs-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xs-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-xs-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-xs-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-xs-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-xs-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-xs-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-xs-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-xs-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-xs-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-xs-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xs-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xs-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-xs-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-xs-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-xs-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-xs-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-xs-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-xs-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-xs-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-xs-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-xs-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-xs-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-xs-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-xs-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-xs-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-xs-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-xs-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-xs-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-xs-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-xs-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-xs-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-xs-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-xs-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-xs-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-xs-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-xs-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-xs-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-xs-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-xs-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-xs-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-xs-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-xs-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-xs-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xs-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xs-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-xs-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-xs-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-xs-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-xs-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-xs-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-xs-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-xs-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-xs-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-xs-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xs-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xs-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-xs-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-xs-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-xs-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-xs-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-xs-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-xs-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-xs-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-xs-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-xs-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xs-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xs-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-xs-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-xs-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-xs-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-xs-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-xs-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-xs-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-xs-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-xs-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-xs-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xs-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xs-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-xs-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-xs-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-xs-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-xs-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-xs-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-xs-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-xs-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-xs-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-xs-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xs-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xs-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-xs-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-xs-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-xs-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-xs-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-xs-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-xs-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-xs-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-xs-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-xs-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xs-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xs-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-xs-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-xs-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-xs-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-xs-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-xs-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-xs-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-xs-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-xs-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-xs-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xs-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xs-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-xs-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-xs-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-xs-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-xs-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-xs-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-xs-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-xs-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-xs-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-xs-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xs-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xs-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-xs-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-xs-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-xs-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-xs-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-xs-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-xs-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-xs-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-xs-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-xs-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xs-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xs-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-xs-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-xs-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-xs-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-xs-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-xs-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-xs-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-xs-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-xs-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-xs-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-xs-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-xs-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-xs-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-xs-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-xs-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-xs-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-xs-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-xs-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-xs-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-xs-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-xs-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-xs-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-xs-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-xs-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-xs-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-xs-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-xs-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-xs-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-xs-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-xs-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-xs-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-xs-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xs-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xs-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-xs-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-xs-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-xs-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-xs-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-xs-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-xs-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-xs-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-xs-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-xs-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xs-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xs-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-xs-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-xs-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-xs-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-xs-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-xs-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-xs-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-xs-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-xs-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-xs-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xs-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xs-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-xs-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-xs-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-xs-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-xs-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-xs-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-xs-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-xs-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-xs-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-xs-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xs-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xs-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-xs-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-xs-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-xs-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-xs-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-xs-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-xs-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-xs-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-xs-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-xs-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xs-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xs-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-xs-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-xs-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-xs-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-xs-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-xs-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-xs-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-xs-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-xs-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-xs-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xs-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xs-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-xs-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-xs-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-xs-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-xs-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-xs-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-xs-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-xs-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-xs-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-xs-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xs-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xs-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-xs-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-xs-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-xs-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-xs-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-xs-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-xs-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-xs-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-xs-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-xs-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xs-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xs-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-xs-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-xs-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-xs-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-xs-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-xs-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-xs-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-xs-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-xs-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-xs-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xs-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xs-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-xs-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-xs-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-xs-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-xs-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-xs-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-xs-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-xs-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-xs-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-xs-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-xs-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-xs-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-xs-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-xs-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-xs-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-xs-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-xs-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-xs-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-xs-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-xs-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-xs-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-xs-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-xs-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-xs-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-xs-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-xs-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-xs-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-xs-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-xs-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-xs-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-xs-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-xs-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xs-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xs-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-xs-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-xs-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-xs-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-xs-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-xs-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-xs-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-xs-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-xs-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-xs-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xs-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xs-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-xs-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-xs-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-xs-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-xs-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-xs-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-xs-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-xs-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-xs-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-xs-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xs-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xs-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-xs-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-xs-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-xs-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-xs-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-xs-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-xs-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-xs-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-xs-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-xs-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xs-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xs-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-xs-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-xs-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-xs-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-xs-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-xs-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-xs-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-xs-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-xs-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-xs-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xs-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xs-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-xs-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-xs-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-xs-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-xs-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-xs-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-xs-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-xs-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-xs-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-xs-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xs-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xs-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-xs-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-xs-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-xs-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-xs-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-xs-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-xs-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-xs-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-xs-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-xs-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xs-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xs-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-xs-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-xs-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-xs-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-xs-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-xs-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-xs-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-xs-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-xs-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-xs-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xs-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xs-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-xs-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-xs-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-xs-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-xs-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-xs-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-xs-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-xs-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-xs-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-xs-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xs-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xs-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-xs-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-xs-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-xs-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-xs-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-xs-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-xs-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-xs-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-xs-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-xs-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-xs-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-xs-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-xs-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-xs-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-xs-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-xs-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-xs-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-xs-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-xs-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-xs-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-xs-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-xs-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-xs-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-xs-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-xs-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-xs-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-xs-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-xs-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 576px) {
  .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;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-01 {
    opacity: 0.1 !important;
  }
  .opacity-sm-02 {
    opacity: 0.2 !important;
  }
  .opacity-sm-03 {
    opacity: 0.3 !important;
  }
  .opacity-sm-04 {
    opacity: 0.4 !important;
  }
  .opacity-sm-05 {
    opacity: 0.5 !important;
  }
  .opacity-sm-06 {
    opacity: 0.6 !important;
  }
  .opacity-sm-07 {
    opacity: 0.7 !important;
  }
  .opacity-sm-08 {
    opacity: 0.8 !important;
  }
  .opacity-sm-09 {
    opacity: 0.9 !important;
  }
  .opacity-sm-1 {
    opacity: 1 !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .overflow-sm-unset {
    overflow: unset !important;
  }
  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-sm-unset {
    overflow-x: unset !important;
  }
  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-sm-unset {
    overflow-y: unset !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;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .position-sm-inherit {
    position: inherit !important;
  }
  .position-sm-initial {
    position: initial !important;
  }
  .position-sm-unset {
    position: unset !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-5vw {
    width: 5vw !important;
  }
  .w-sm-10vw {
    width: 10vw !important;
  }
  .w-sm-15vw {
    width: 15vw !important;
  }
  .w-sm-20vw {
    width: 20vw !important;
  }
  .w-sm-25vw {
    width: 25vw !important;
  }
  .w-sm-30vw {
    width: 30vw !important;
  }
  .w-sm-35vw {
    width: 35vw !important;
  }
  .w-sm-40vw {
    width: 40vw !important;
  }
  .w-sm-45vw {
    width: 45vw !important;
  }
  .w-sm-50vw {
    width: 50vw !important;
  }
  .w-sm-55vw {
    width: 55vw !important;
  }
  .w-sm-60vw {
    width: 60vw !important;
  }
  .w-sm-65vw {
    width: 65vw !important;
  }
  .w-sm-70vw {
    width: 70vw !important;
  }
  .w-sm-75vw {
    width: 75vw !important;
  }
  .w-sm-80vw {
    width: 80vw !important;
  }
  .w-sm-85vw {
    width: 85vw !important;
  }
  .w-sm-90vw {
    width: 90vw !important;
  }
  .w-sm-95vw {
    width: 95vw !important;
  }
  .w-sm-100vw {
    width: 100vw !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-5 {
    max-width: 5% !important;
  }
  .mw-sm-10 {
    max-width: 10% !important;
  }
  .mw-sm-15 {
    max-width: 15% !important;
  }
  .mw-sm-20 {
    max-width: 20% !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-30 {
    max-width: 30% !important;
  }
  .mw-sm-35 {
    max-width: 35% !important;
  }
  .mw-sm-40 {
    max-width: 40% !important;
  }
  .mw-sm-45 {
    max-width: 45% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-55 {
    max-width: 55% !important;
  }
  .mw-sm-60 {
    max-width: 60% !important;
  }
  .mw-sm-65 {
    max-width: 65% !important;
  }
  .mw-sm-70 {
    max-width: 70% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-80 {
    max-width: 80% !important;
  }
  .mw-sm-85 {
    max-width: 85% !important;
  }
  .mw-sm-90 {
    max-width: 90% !important;
  }
  .mw-sm-95 {
    max-width: 95% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-5vw {
    max-width: 5vw !important;
  }
  .mw-sm-10vw {
    max-width: 10vw !important;
  }
  .mw-sm-15vw {
    max-width: 15vw !important;
  }
  .mw-sm-20vw {
    max-width: 20vw !important;
  }
  .mw-sm-25vw {
    max-width: 25vw !important;
  }
  .mw-sm-30vw {
    max-width: 30vw !important;
  }
  .mw-sm-35vw {
    max-width: 35vw !important;
  }
  .mw-sm-40vw {
    max-width: 40vw !important;
  }
  .mw-sm-45vw {
    max-width: 45vw !important;
  }
  .mw-sm-50vw {
    max-width: 50vw !important;
  }
  .mw-sm-55vw {
    max-width: 55vw !important;
  }
  .mw-sm-60vw {
    max-width: 60vw !important;
  }
  .mw-sm-65vw {
    max-width: 65vw !important;
  }
  .mw-sm-70vw {
    max-width: 70vw !important;
  }
  .mw-sm-75vw {
    max-width: 75vw !important;
  }
  .mw-sm-80vw {
    max-width: 80vw !important;
  }
  .mw-sm-85vw {
    max-width: 85vw !important;
  }
  .mw-sm-90vw {
    max-width: 90vw !important;
  }
  .mw-sm-95vw {
    max-width: 95vw !important;
  }
  .mw-sm-100vw {
    max-width: 100vw !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-5vh {
    height: 5vh !important;
  }
  .h-sm-10vh {
    height: 10vh !important;
  }
  .h-sm-15vh {
    height: 15vh !important;
  }
  .h-sm-20vh {
    height: 20vh !important;
  }
  .h-sm-25vh {
    height: 25vh !important;
  }
  .h-sm-30vh {
    height: 30vh !important;
  }
  .h-sm-35vh {
    height: 35vh !important;
  }
  .h-sm-40vh {
    height: 40vh !important;
  }
  .h-sm-45vh {
    height: 45vh !important;
  }
  .h-sm-50vh {
    height: 50vh !important;
  }
  .h-sm-55vh {
    height: 55vh !important;
  }
  .h-sm-60vh {
    height: 60vh !important;
  }
  .h-sm-65vh {
    height: 65vh !important;
  }
  .h-sm-70vh {
    height: 70vh !important;
  }
  .h-sm-75vh {
    height: 75vh !important;
  }
  .h-sm-80vh {
    height: 80vh !important;
  }
  .h-sm-85vh {
    height: 85vh !important;
  }
  .h-sm-90vh {
    height: 90vh !important;
  }
  .h-sm-95vh {
    height: 95vh !important;
  }
  .h-sm-100vh {
    height: 100vh !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-5 {
    max-height: 5% !important;
  }
  .mh-sm-10 {
    max-height: 10% !important;
  }
  .mh-sm-15 {
    max-height: 15% !important;
  }
  .mh-sm-20 {
    max-height: 20% !important;
  }
  .mh-sm-25 {
    max-height: 25% !important;
  }
  .mh-sm-30 {
    max-height: 30% !important;
  }
  .mh-sm-35 {
    max-height: 35% !important;
  }
  .mh-sm-40 {
    max-height: 40% !important;
  }
  .mh-sm-45 {
    max-height: 45% !important;
  }
  .mh-sm-50 {
    max-height: 50% !important;
  }
  .mh-sm-55 {
    max-height: 55% !important;
  }
  .mh-sm-60 {
    max-height: 60% !important;
  }
  .mh-sm-65 {
    max-height: 65% !important;
  }
  .mh-sm-70 {
    max-height: 70% !important;
  }
  .mh-sm-75 {
    max-height: 75% !important;
  }
  .mh-sm-80 {
    max-height: 80% !important;
  }
  .mh-sm-85 {
    max-height: 85% !important;
  }
  .mh-sm-90 {
    max-height: 90% !important;
  }
  .mh-sm-95 {
    max-height: 95% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mh-sm-5vh {
    max-height: 5vh !important;
  }
  .mh-sm-10vh {
    max-height: 10vh !important;
  }
  .mh-sm-15vh {
    max-height: 15vh !important;
  }
  .mh-sm-20vh {
    max-height: 20vh !important;
  }
  .mh-sm-25vh {
    max-height: 25vh !important;
  }
  .mh-sm-30vh {
    max-height: 30vh !important;
  }
  .mh-sm-35vh {
    max-height: 35vh !important;
  }
  .mh-sm-40vh {
    max-height: 40vh !important;
  }
  .mh-sm-45vh {
    max-height: 45vh !important;
  }
  .mh-sm-50vh {
    max-height: 50vh !important;
  }
  .mh-sm-55vh {
    max-height: 55vh !important;
  }
  .mh-sm-60vh {
    max-height: 60vh !important;
  }
  .mh-sm-65vh {
    max-height: 65vh !important;
  }
  .mh-sm-70vh {
    max-height: 70vh !important;
  }
  .mh-sm-75vh {
    max-height: 75vh !important;
  }
  .mh-sm-80vh {
    max-height: 80vh !important;
  }
  .mh-sm-85vh {
    max-height: 85vh !important;
  }
  .mh-sm-90vh {
    max-height: 90vh !important;
  }
  .mh-sm-95vh {
    max-height: 95vh !important;
  }
  .mh-sm-100vh {
    max-height: 100vh !important;
  }
  .mh-sm-auto {
    max-height: auto !important;
  }
  .minh-sm-5 {
    min-height: 5% !important;
  }
  .minh-sm-10 {
    min-height: 10% !important;
  }
  .minh-sm-15 {
    min-height: 15% !important;
  }
  .minh-sm-20 {
    min-height: 20% !important;
  }
  .minh-sm-25 {
    min-height: 25% !important;
  }
  .minh-sm-30 {
    min-height: 30% !important;
  }
  .minh-sm-35 {
    min-height: 35% !important;
  }
  .minh-sm-40 {
    min-height: 40% !important;
  }
  .minh-sm-45 {
    min-height: 45% !important;
  }
  .minh-sm-50 {
    min-height: 50% !important;
  }
  .minh-sm-55 {
    min-height: 55% !important;
  }
  .minh-sm-60 {
    min-height: 60% !important;
  }
  .minh-sm-65 {
    min-height: 65% !important;
  }
  .minh-sm-70 {
    min-height: 70% !important;
  }
  .minh-sm-75 {
    min-height: 75% !important;
  }
  .minh-sm-80 {
    min-height: 80% !important;
  }
  .minh-sm-85 {
    min-height: 85% !important;
  }
  .minh-sm-90 {
    min-height: 90% !important;
  }
  .minh-sm-95 {
    min-height: 95% !important;
  }
  .minh-sm-100 {
    min-height: 100% !important;
  }
  .minh-sm-5vh {
    min-height: 5vh !important;
  }
  .minh-sm-10vh {
    min-height: 10vh !important;
  }
  .minh-sm-15vh {
    min-height: 15vh !important;
  }
  .minh-sm-20vh {
    min-height: 20vh !important;
  }
  .minh-sm-25vh {
    min-height: 25vh !important;
  }
  .minh-sm-30vh {
    min-height: 30vh !important;
  }
  .minh-sm-35vh {
    min-height: 35vh !important;
  }
  .minh-sm-40vh {
    min-height: 40vh !important;
  }
  .minh-sm-45vh {
    min-height: 45vh !important;
  }
  .minh-sm-50vh {
    min-height: 50vh !important;
  }
  .minh-sm-55vh {
    min-height: 55vh !important;
  }
  .minh-sm-60vh {
    min-height: 60vh !important;
  }
  .minh-sm-65vh {
    min-height: 65vh !important;
  }
  .minh-sm-70vh {
    min-height: 70vh !important;
  }
  .minh-sm-75vh {
    min-height: 75vh !important;
  }
  .minh-sm-80vh {
    min-height: 80vh !important;
  }
  .minh-sm-85vh {
    min-height: 85vh !important;
  }
  .minh-sm-90vh {
    min-height: 90vh !important;
  }
  .minh-sm-95vh {
    min-height: 95vh !important;
  }
  .minh-sm-100vh {
    min-height: 100vh !important;
  }
  .minh-sm-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-sm-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-sm-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-sm-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-sm-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-110 {
    margin-top: 11rem !important;
  }
  .mt-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-120 {
    margin-top: 12rem !important;
  }
  .mt-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-130 {
    margin-top: 13rem !important;
  }
  .mt-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-140 {
    margin-top: 14rem !important;
  }
  .mt-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-150 {
    margin-top: 15rem !important;
  }
  .mt-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mt-sm-160 {
    margin-top: 16rem !important;
  }
  .mt-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mt-sm-170 {
    margin-top: 17rem !important;
  }
  .mt-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-180 {
    margin-top: 18rem !important;
  }
  .mt-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mt-sm-190 {
    margin-top: 19rem !important;
  }
  .mt-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mt-sm-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-sm-25 {
    margin-right: 2.5rem !important;
  }
  .me-sm-35 {
    margin-right: 3.5rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-45 {
    margin-right: 4.5rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-55 {
    margin-right: 5.5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-65 {
    margin-right: 6.5rem !important;
  }
  .me-sm-70 {
    margin-right: 7rem !important;
  }
  .me-sm-75 {
    margin-right: 7.5rem !important;
  }
  .me-sm-80 {
    margin-right: 8rem !important;
  }
  .me-sm-85 {
    margin-right: 8.5rem !important;
  }
  .me-sm-90 {
    margin-right: 9rem !important;
  }
  .me-sm-95 {
    margin-right: 9.5rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-105 {
    margin-right: 10.5rem !important;
  }
  .me-sm-110 {
    margin-right: 11rem !important;
  }
  .me-sm-115 {
    margin-right: 11.5rem !important;
  }
  .me-sm-120 {
    margin-right: 12rem !important;
  }
  .me-sm-125 {
    margin-right: 12.5rem !important;
  }
  .me-sm-130 {
    margin-right: 13rem !important;
  }
  .me-sm-135 {
    margin-right: 13.5rem !important;
  }
  .me-sm-140 {
    margin-right: 14rem !important;
  }
  .me-sm-145 {
    margin-right: 14.5rem !important;
  }
  .me-sm-150 {
    margin-right: 15rem !important;
  }
  .me-sm-155 {
    margin-right: 15.5rem !important;
  }
  .me-sm-160 {
    margin-right: 16rem !important;
  }
  .me-sm-165 {
    margin-right: 16.5rem !important;
  }
  .me-sm-170 {
    margin-right: 17rem !important;
  }
  .me-sm-175 {
    margin-right: 17.5rem !important;
  }
  .me-sm-180 {
    margin-right: 18rem !important;
  }
  .me-sm-185 {
    margin-right: 18.5rem !important;
  }
  .me-sm-190 {
    margin-right: 19rem !important;
  }
  .me-sm-195 {
    margin-right: 19.5rem !important;
  }
  .me-sm-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-sm-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-sm-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-sm-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-sm-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-sm-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-sm-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-sm-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-sm-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-sm-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-sm-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-sm-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-sm-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-sm-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70 {
    margin-left: 7rem !important;
  }
  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80 {
    margin-left: 8rem !important;
  }
  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90 {
    margin-left: 9rem !important;
  }
  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-105 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-110 {
    margin-left: 11rem !important;
  }
  .ms-sm-115 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-120 {
    margin-left: 12rem !important;
  }
  .ms-sm-125 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-130 {
    margin-left: 13rem !important;
  }
  .ms-sm-135 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-140 {
    margin-left: 14rem !important;
  }
  .ms-sm-145 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-150 {
    margin-left: 15rem !important;
  }
  .ms-sm-155 {
    margin-left: 15.5rem !important;
  }
  .ms-sm-160 {
    margin-left: 16rem !important;
  }
  .ms-sm-165 {
    margin-left: 16.5rem !important;
  }
  .ms-sm-170 {
    margin-left: 17rem !important;
  }
  .ms-sm-175 {
    margin-left: 17.5rem !important;
  }
  .ms-sm-180 {
    margin-left: 18rem !important;
  }
  .ms-sm-185 {
    margin-left: 18.5rem !important;
  }
  .ms-sm-190 {
    margin-left: 19rem !important;
  }
  .ms-sm-195 {
    margin-left: 19.5rem !important;
  }
  .ms-sm-200 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .m-sm-n25 {
    margin: -2.5rem !important;
  }
  .m-sm-n35 {
    margin: -3.5rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .m-sm-n45 {
    margin: -4.5rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .m-sm-n55 {
    margin: -5.5rem !important;
  }
  .m-sm-n60 {
    margin: -6rem !important;
  }
  .m-sm-n65 {
    margin: -6.5rem !important;
  }
  .m-sm-n70 {
    margin: -7rem !important;
  }
  .m-sm-n75 {
    margin: -7.5rem !important;
  }
  .m-sm-n80 {
    margin: -8rem !important;
  }
  .m-sm-n85 {
    margin: -8.5rem !important;
  }
  .m-sm-n90 {
    margin: -9rem !important;
  }
  .m-sm-n95 {
    margin: -9.5rem !important;
  }
  .m-sm-n100 {
    margin: -10rem !important;
  }
  .m-sm-n105 {
    margin: -10.5rem !important;
  }
  .m-sm-n110 {
    margin: -11rem !important;
  }
  .m-sm-n115 {
    margin: -11.5rem !important;
  }
  .m-sm-n120 {
    margin: -12rem !important;
  }
  .m-sm-n125 {
    margin: -12.5rem !important;
  }
  .m-sm-n130 {
    margin: -13rem !important;
  }
  .m-sm-n135 {
    margin: -13.5rem !important;
  }
  .m-sm-n140 {
    margin: -14rem !important;
  }
  .m-sm-n145 {
    margin: -14.5rem !important;
  }
  .m-sm-n150 {
    margin: -15rem !important;
  }
  .m-sm-n155 {
    margin: -15.5rem !important;
  }
  .m-sm-n160 {
    margin: -16rem !important;
  }
  .m-sm-n165 {
    margin: -16.5rem !important;
  }
  .m-sm-n170 {
    margin: -17rem !important;
  }
  .m-sm-n175 {
    margin: -17.5rem !important;
  }
  .m-sm-n180 {
    margin: -18rem !important;
  }
  .m-sm-n185 {
    margin: -18.5rem !important;
  }
  .m-sm-n190 {
    margin: -19rem !important;
  }
  .m-sm-n195 {
    margin: -19.5rem !important;
  }
  .m-sm-n200 {
    margin: -20rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-sm-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-sm-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-sm-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-sm-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-sm-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-sm-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-sm-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-sm-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-sm-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-sm-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-sm-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-sm-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-sm-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-sm-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-sm-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-sm-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-sm-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-sm-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-sm-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-sm-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-sm-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-sm-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-sm-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-sm-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-sm-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-sm-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-sm-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-sm-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-sm-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-sm-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n20 {
    margin-top: -2rem !important;
  }
  .mt-sm-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n40 {
    margin-top: -4rem !important;
  }
  .mt-sm-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n50 {
    margin-top: -5rem !important;
  }
  .mt-sm-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n60 {
    margin-top: -6rem !important;
  }
  .mt-sm-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n70 {
    margin-top: -7rem !important;
  }
  .mt-sm-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n80 {
    margin-top: -8rem !important;
  }
  .mt-sm-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-sm-n90 {
    margin-top: -9rem !important;
  }
  .mt-sm-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-sm-n100 {
    margin-top: -10rem !important;
  }
  .mt-sm-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-sm-n110 {
    margin-top: -11rem !important;
  }
  .mt-sm-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-sm-n120 {
    margin-top: -12rem !important;
  }
  .mt-sm-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n130 {
    margin-top: -13rem !important;
  }
  .mt-sm-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-sm-n140 {
    margin-top: -14rem !important;
  }
  .mt-sm-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-sm-n150 {
    margin-top: -15rem !important;
  }
  .mt-sm-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-sm-n160 {
    margin-top: -16rem !important;
  }
  .mt-sm-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-sm-n170 {
    margin-top: -17rem !important;
  }
  .mt-sm-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-sm-n180 {
    margin-top: -18rem !important;
  }
  .mt-sm-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-sm-n190 {
    margin-top: -19rem !important;
  }
  .mt-sm-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-sm-n200 {
    margin-top: -20rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n20 {
    margin-right: -2rem !important;
  }
  .me-sm-n25 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n35 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n40 {
    margin-right: -4rem !important;
  }
  .me-sm-n45 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n50 {
    margin-right: -5rem !important;
  }
  .me-sm-n55 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n60 {
    margin-right: -6rem !important;
  }
  .me-sm-n65 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n70 {
    margin-right: -7rem !important;
  }
  .me-sm-n75 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n80 {
    margin-right: -8rem !important;
  }
  .me-sm-n85 {
    margin-right: -8.5rem !important;
  }
  .me-sm-n90 {
    margin-right: -9rem !important;
  }
  .me-sm-n95 {
    margin-right: -9.5rem !important;
  }
  .me-sm-n100 {
    margin-right: -10rem !important;
  }
  .me-sm-n105 {
    margin-right: -10.5rem !important;
  }
  .me-sm-n110 {
    margin-right: -11rem !important;
  }
  .me-sm-n115 {
    margin-right: -11.5rem !important;
  }
  .me-sm-n120 {
    margin-right: -12rem !important;
  }
  .me-sm-n125 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n130 {
    margin-right: -13rem !important;
  }
  .me-sm-n135 {
    margin-right: -13.5rem !important;
  }
  .me-sm-n140 {
    margin-right: -14rem !important;
  }
  .me-sm-n145 {
    margin-right: -14.5rem !important;
  }
  .me-sm-n150 {
    margin-right: -15rem !important;
  }
  .me-sm-n155 {
    margin-right: -15.5rem !important;
  }
  .me-sm-n160 {
    margin-right: -16rem !important;
  }
  .me-sm-n165 {
    margin-right: -16.5rem !important;
  }
  .me-sm-n170 {
    margin-right: -17rem !important;
  }
  .me-sm-n175 {
    margin-right: -17.5rem !important;
  }
  .me-sm-n180 {
    margin-right: -18rem !important;
  }
  .me-sm-n185 {
    margin-right: -18.5rem !important;
  }
  .me-sm-n190 {
    margin-right: -19rem !important;
  }
  .me-sm-n195 {
    margin-right: -19.5rem !important;
  }
  .me-sm-n200 {
    margin-right: -20rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-sm-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-sm-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-sm-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-sm-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-sm-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-sm-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-sm-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-sm-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-sm-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-sm-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-sm-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-sm-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-sm-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-sm-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-sm-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n20 {
    margin-left: -2rem !important;
  }
  .ms-sm-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n40 {
    margin-left: -4rem !important;
  }
  .ms-sm-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n50 {
    margin-left: -5rem !important;
  }
  .ms-sm-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n60 {
    margin-left: -6rem !important;
  }
  .ms-sm-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n70 {
    margin-left: -7rem !important;
  }
  .ms-sm-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n80 {
    margin-left: -8rem !important;
  }
  .ms-sm-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n90 {
    margin-left: -9rem !important;
  }
  .ms-sm-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n100 {
    margin-left: -10rem !important;
  }
  .ms-sm-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n110 {
    margin-left: -11rem !important;
  }
  .ms-sm-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-sm-n120 {
    margin-left: -12rem !important;
  }
  .ms-sm-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n130 {
    margin-left: -13rem !important;
  }
  .ms-sm-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-sm-n140 {
    margin-left: -14rem !important;
  }
  .ms-sm-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-sm-n150 {
    margin-left: -15rem !important;
  }
  .ms-sm-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-sm-n160 {
    margin-left: -16rem !important;
  }
  .ms-sm-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-sm-n170 {
    margin-left: -17rem !important;
  }
  .ms-sm-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-sm-n180 {
    margin-left: -18rem !important;
  }
  .ms-sm-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-sm-n190 {
    margin-left: -19rem !important;
  }
  .ms-sm-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-sm-n200 {
    margin-left: -20rem !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;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !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;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-sm-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-sm-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-sm-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pt-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-110 {
    padding-top: 11rem !important;
  }
  .pt-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-120 {
    padding-top: 12rem !important;
  }
  .pt-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-130 {
    padding-top: 13rem !important;
  }
  .pt-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-140 {
    padding-top: 14rem !important;
  }
  .pt-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-150 {
    padding-top: 15rem !important;
  }
  .pt-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pt-sm-160 {
    padding-top: 16rem !important;
  }
  .pt-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pt-sm-170 {
    padding-top: 17rem !important;
  }
  .pt-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-180 {
    padding-top: 18rem !important;
  }
  .pt-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pt-sm-190 {
    padding-top: 19rem !important;
  }
  .pt-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pt-sm-200 {
    padding-top: 20rem !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;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70 {
    padding-right: 7rem !important;
  }
  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80 {
    padding-right: 8rem !important;
  }
  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90 {
    padding-right: 9rem !important;
  }
  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pe-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-110 {
    padding-right: 11rem !important;
  }
  .pe-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-120 {
    padding-right: 12rem !important;
  }
  .pe-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-130 {
    padding-right: 13rem !important;
  }
  .pe-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-140 {
    padding-right: 14rem !important;
  }
  .pe-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-150 {
    padding-right: 15rem !important;
  }
  .pe-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pe-sm-160 {
    padding-right: 16rem !important;
  }
  .pe-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pe-sm-170 {
    padding-right: 17rem !important;
  }
  .pe-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pe-sm-180 {
    padding-right: 18rem !important;
  }
  .pe-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pe-sm-190 {
    padding-right: 19rem !important;
  }
  .pe-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pe-sm-200 {
    padding-right: 20rem !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;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 20rem !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;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70 {
    padding-left: 7rem !important;
  }
  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80 {
    padding-left: 8rem !important;
  }
  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90 {
    padding-left: 9rem !important;
  }
  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .ps-sm-105 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-110 {
    padding-left: 11rem !important;
  }
  .ps-sm-115 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-120 {
    padding-left: 12rem !important;
  }
  .ps-sm-125 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-130 {
    padding-left: 13rem !important;
  }
  .ps-sm-135 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-140 {
    padding-left: 14rem !important;
  }
  .ps-sm-145 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-150 {
    padding-left: 15rem !important;
  }
  .ps-sm-155 {
    padding-left: 15.5rem !important;
  }
  .ps-sm-160 {
    padding-left: 16rem !important;
  }
  .ps-sm-165 {
    padding-left: 16.5rem !important;
  }
  .ps-sm-170 {
    padding-left: 17rem !important;
  }
  .ps-sm-175 {
    padding-left: 17.5rem !important;
  }
  .ps-sm-180 {
    padding-left: 18rem !important;
  }
  .ps-sm-185 {
    padding-left: 18.5rem !important;
  }
  .ps-sm-190 {
    padding-left: 19rem !important;
  }
  .ps-sm-195 {
    padding-left: 19.5rem !important;
  }
  .ps-sm-200 {
    padding-left: 20rem !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;
  }
  .gap-sm-20 {
    gap: 2rem !important;
  }
  .gap-sm-25 {
    gap: 2.5rem !important;
  }
  .gap-sm-35 {
    gap: 3.5rem !important;
  }
  .gap-sm-40 {
    gap: 4rem !important;
  }
  .gap-sm-45 {
    gap: 4.5rem !important;
  }
  .gap-sm-50 {
    gap: 5rem !important;
  }
  .gap-sm-55 {
    gap: 5.5rem !important;
  }
  .gap-sm-60 {
    gap: 6rem !important;
  }
  .gap-sm-65 {
    gap: 6.5rem !important;
  }
  .gap-sm-70 {
    gap: 7rem !important;
  }
  .gap-sm-75 {
    gap: 7.5rem !important;
  }
  .gap-sm-80 {
    gap: 8rem !important;
  }
  .gap-sm-85 {
    gap: 8.5rem !important;
  }
  .gap-sm-90 {
    gap: 9rem !important;
  }
  .gap-sm-95 {
    gap: 9.5rem !important;
  }
  .gap-sm-100 {
    gap: 10rem !important;
  }
  .gap-sm-105 {
    gap: 10.5rem !important;
  }
  .gap-sm-110 {
    gap: 11rem !important;
  }
  .gap-sm-115 {
    gap: 11.5rem !important;
  }
  .gap-sm-120 {
    gap: 12rem !important;
  }
  .gap-sm-125 {
    gap: 12.5rem !important;
  }
  .gap-sm-130 {
    gap: 13rem !important;
  }
  .gap-sm-135 {
    gap: 13.5rem !important;
  }
  .gap-sm-140 {
    gap: 14rem !important;
  }
  .gap-sm-145 {
    gap: 14.5rem !important;
  }
  .gap-sm-150 {
    gap: 15rem !important;
  }
  .gap-sm-155 {
    gap: 15.5rem !important;
  }
  .gap-sm-160 {
    gap: 16rem !important;
  }
  .gap-sm-165 {
    gap: 16.5rem !important;
  }
  .gap-sm-170 {
    gap: 17rem !important;
  }
  .gap-sm-175 {
    gap: 17.5rem !important;
  }
  .gap-sm-180 {
    gap: 18rem !important;
  }
  .gap-sm-185 {
    gap: 18.5rem !important;
  }
  .gap-sm-190 {
    gap: 19rem !important;
  }
  .gap-sm-195 {
    gap: 19.5rem !important;
  }
  .gap-sm-200 {
    gap: 20rem !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;
  }
  .row-gap-sm-20 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 7rem !important;
  }
  .row-gap-sm-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-sm-110 {
    row-gap: 11rem !important;
  }
  .row-gap-sm-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 12rem !important;
  }
  .row-gap-sm-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-sm-130 {
    row-gap: 13rem !important;
  }
  .row-gap-sm-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 14rem !important;
  }
  .row-gap-sm-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-sm-150 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 16rem !important;
  }
  .row-gap-sm-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-sm-170 {
    row-gap: 17rem !important;
  }
  .row-gap-sm-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-sm-180 {
    row-gap: 18rem !important;
  }
  .row-gap-sm-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-sm-190 {
    row-gap: 19rem !important;
  }
  .row-gap-sm-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-sm-200 {
    row-gap: 20rem !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;
  }
  .column-gap-sm-20 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-40 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-sm-50 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-sm-60 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-sm-70 {
    column-gap: 7rem !important;
  }
  .column-gap-sm-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-sm-80 {
    column-gap: 8rem !important;
  }
  .column-gap-sm-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-sm-90 {
    column-gap: 9rem !important;
  }
  .column-gap-sm-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-sm-100 {
    column-gap: 10rem !important;
  }
  .column-gap-sm-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-sm-110 {
    column-gap: 11rem !important;
  }
  .column-gap-sm-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-sm-120 {
    column-gap: 12rem !important;
  }
  .column-gap-sm-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-sm-130 {
    column-gap: 13rem !important;
  }
  .column-gap-sm-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-sm-140 {
    column-gap: 14rem !important;
  }
  .column-gap-sm-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-sm-150 {
    column-gap: 15rem !important;
  }
  .column-gap-sm-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-sm-160 {
    column-gap: 16rem !important;
  }
  .column-gap-sm-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-sm-170 {
    column-gap: 17rem !important;
  }
  .column-gap-sm-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-sm-180 {
    column-gap: 18rem !important;
  }
  .column-gap-sm-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-sm-190 {
    column-gap: 19rem !important;
  }
  .column-gap-sm-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-sm-200 {
    column-gap: 20rem !important;
  }
  .fs-sm-inherit {
    font-size: inherit !important;
  }
  .fs-sm-0 {
    font-size: 0 !important;
  }
  .fs-sm-01 {
    font-size: 0.1rem !important;
  }
  .fs-sm-02 {
    font-size: 0.2rem !important;
  }
  .fs-sm-03 {
    font-size: 0.3rem !important;
  }
  .fs-sm-04 {
    font-size: 0.4rem !important;
  }
  .fs-sm-05 {
    font-size: 0.5rem !important;
  }
  .fs-sm-06 {
    font-size: 0.6rem !important;
  }
  .fs-sm-07 {
    font-size: 0.7rem !important;
  }
  .fs-sm-08 {
    font-size: 0.8rem !important;
  }
  .fs-sm-09 {
    font-size: 0.9rem !important;
  }
  .fs-sm-1 {
    font-size: 1rem !important;
  }
  .fs-sm-10 {
    font-size: 1rem !important;
  }
  .fs-sm-11 {
    font-size: 1.1rem !important;
  }
  .fs-sm-12 {
    font-size: 1.2rem !important;
  }
  .fs-sm-13 {
    font-size: 1.3rem !important;
  }
  .fs-sm-14 {
    font-size: 1.4rem !important;
  }
  .fs-sm-15 {
    font-size: 1.5rem !important;
  }
  .fs-sm-16 {
    font-size: 1.6rem !important;
  }
  .fs-sm-17 {
    font-size: 1.7rem !important;
  }
  .fs-sm-18 {
    font-size: 1.8rem !important;
  }
  .fs-sm-19 {
    font-size: 1.9rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-20 {
    font-size: 2rem !important;
  }
  .fs-sm-21 {
    font-size: 2.1rem !important;
  }
  .fs-sm-22 {
    font-size: 2.2rem !important;
  }
  .fs-sm-23 {
    font-size: 2.3rem !important;
  }
  .fs-sm-24 {
    font-size: 2.4rem !important;
  }
  .fs-sm-25 {
    font-size: 2.5rem !important;
  }
  .fs-sm-26 {
    font-size: 2.6rem !important;
  }
  .fs-sm-27 {
    font-size: 2.7rem !important;
  }
  .fs-sm-28 {
    font-size: 2.8rem !important;
  }
  .fs-sm-29 {
    font-size: 2.9rem !important;
  }
  .fs-sm-3 {
    font-size: 3rem !important;
  }
  .fs-sm-30 {
    font-size: 3rem !important;
  }
  .fs-sm-31 {
    font-size: 3.1rem !important;
  }
  .fs-sm-32 {
    font-size: 3.2rem !important;
  }
  .fs-sm-33 {
    font-size: 3.3rem !important;
  }
  .fs-sm-34 {
    font-size: 3.4rem !important;
  }
  .fs-sm-35 {
    font-size: 3.5rem !important;
  }
  .fs-sm-36 {
    font-size: 3.6rem !important;
  }
  .fs-sm-37 {
    font-size: 3.7rem !important;
  }
  .fs-sm-38 {
    font-size: 3.8rem !important;
  }
  .fs-sm-39 {
    font-size: 3.9rem !important;
  }
  .fs-sm-4 {
    font-size: 4rem !important;
  }
  .fs-sm-40 {
    font-size: 4rem !important;
  }
  .fs-sm-41 {
    font-size: 4.1rem !important;
  }
  .fs-sm-42 {
    font-size: 4.2rem !important;
  }
  .fs-sm-43 {
    font-size: 4.3rem !important;
  }
  .fs-sm-44 {
    font-size: 4.4rem !important;
  }
  .fs-sm-45 {
    font-size: 4.5rem !important;
  }
  .fs-sm-46 {
    font-size: 4.6rem !important;
  }
  .fs-sm-47 {
    font-size: 4.7rem !important;
  }
  .fs-sm-48 {
    font-size: 4.8rem !important;
  }
  .fs-sm-49 {
    font-size: 4.9rem !important;
  }
  .fs-sm-5 {
    font-size: 5rem !important;
  }
  .fs-sm-50 {
    font-size: 5rem !important;
  }
  .fs-sm-51 {
    font-size: 5.1rem !important;
  }
  .fs-sm-52 {
    font-size: 5.2rem !important;
  }
  .fs-sm-53 {
    font-size: 5.3rem !important;
  }
  .fs-sm-54 {
    font-size: 5.4rem !important;
  }
  .fs-sm-55 {
    font-size: 5.5rem !important;
  }
  .fs-sm-56 {
    font-size: 5.6rem !important;
  }
  .fs-sm-57 {
    font-size: 5.7rem !important;
  }
  .fs-sm-58 {
    font-size: 5.8rem !important;
  }
  .fs-sm-59 {
    font-size: 5.9rem !important;
  }
  .fs-sm-6 {
    font-size: 6rem !important;
  }
  .fs-sm-60 {
    font-size: 6rem !important;
  }
  .fs-sm-61 {
    font-size: 6.1rem !important;
  }
  .fs-sm-62 {
    font-size: 6.2rem !important;
  }
  .fs-sm-63 {
    font-size: 6.3rem !important;
  }
  .fs-sm-64 {
    font-size: 6.4rem !important;
  }
  .fs-sm-65 {
    font-size: 6.5rem !important;
  }
  .fs-sm-66 {
    font-size: 6.6rem !important;
  }
  .fs-sm-67 {
    font-size: 6.7rem !important;
  }
  .fs-sm-68 {
    font-size: 6.8rem !important;
  }
  .fs-sm-69 {
    font-size: 6.9rem !important;
  }
  .fs-sm-7 {
    font-size: 7rem !important;
  }
  .fs-sm-70 {
    font-size: 7rem !important;
  }
  .fs-sm-71 {
    font-size: 7.1rem !important;
  }
  .fs-sm-72 {
    font-size: 7.2rem !important;
  }
  .fs-sm-73 {
    font-size: 7.3rem !important;
  }
  .fs-sm-74 {
    font-size: 7.4rem !important;
  }
  .fs-sm-75 {
    font-size: 7.5rem !important;
  }
  .fs-sm-76 {
    font-size: 7.6rem !important;
  }
  .fs-sm-77 {
    font-size: 7.7rem !important;
  }
  .fs-sm-78 {
    font-size: 7.8rem !important;
  }
  .fs-sm-79 {
    font-size: 7.9rem !important;
  }
  .fs-sm-8 {
    font-size: 8rem !important;
  }
  .fs-sm-80 {
    font-size: 8rem !important;
  }
  .fs-sm-81 {
    font-size: 8.1rem !important;
  }
  .fs-sm-82 {
    font-size: 8.2rem !important;
  }
  .fs-sm-83 {
    font-size: 8.3rem !important;
  }
  .fs-sm-84 {
    font-size: 8.4rem !important;
  }
  .fs-sm-85 {
    font-size: 8.5rem !important;
  }
  .fs-sm-86 {
    font-size: 8.6rem !important;
  }
  .fs-sm-87 {
    font-size: 8.7rem !important;
  }
  .fs-sm-88 {
    font-size: 8.8rem !important;
  }
  .fs-sm-89 {
    font-size: 8.9rem !important;
  }
  .fs-sm-9 {
    font-size: 9rem !important;
  }
  .fs-sm-90 {
    font-size: 9rem !important;
  }
  .fs-sm-91 {
    font-size: 9.1rem !important;
  }
  .fs-sm-92 {
    font-size: 9.2rem !important;
  }
  .fs-sm-93 {
    font-size: 9.3rem !important;
  }
  .fs-sm-94 {
    font-size: 9.4rem !important;
  }
  .fs-sm-95 {
    font-size: 9.5rem !important;
  }
  .fs-sm-96 {
    font-size: 9.6rem !important;
  }
  .fs-sm-97 {
    font-size: 9.7rem !important;
  }
  .fs-sm-98 {
    font-size: 9.8rem !important;
  }
  .fs-sm-99 {
    font-size: 9.9rem !important;
  }
  .fs-sm-100 {
    font-size: 10rem !important;
  }
  .fs-sm-110 {
    font-size: 11rem !important;
  }
  .fs-sm-120 {
    font-size: 12rem !important;
  }
  .fs-sm-130 {
    font-size: 13rem !important;
  }
  .fs-sm-140 {
    font-size: 14rem !important;
  }
  .fs-sm-150 {
    font-size: 15rem !important;
  }
  .fs-sm-160 {
    font-size: 16rem !important;
  }
  .fs-sm-170 {
    font-size: 17rem !important;
  }
  .fs-sm-180 {
    font-size: 18rem !important;
  }
  .fs-sm-190 {
    font-size: 19rem !important;
  }
  .fs-sm-200 {
    font-size: 20rem !important;
  }
  .lh-sm-sm {
    line-height: 1.25 !important;
  }
  .lh-sm-base {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 2 !important;
  }
  .lh-sm-normal {
    line-height: normal !important;
  }
  .lh-sm-0 {
    line-height: 0 !important;
  }
  .lh-sm-25 {
    line-height: 0.25 !important;
  }
  .lh-sm-5 {
    line-height: 0.5 !important;
  }
  .lh-sm-75 {
    line-height: 0.75 !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-115 {
    line-height: 1.15 !important;
  }
  .lh-sm-120 {
    line-height: 1.2 !important;
  }
  .lh-sm-125 {
    line-height: 1.25 !important;
  }
  .lh-sm-135 {
    line-height: 1.35 !important;
  }
  .lh-sm-145 {
    line-height: 1.45 !important;
  }
  .lh-sm-150 {
    line-height: 1.5 !important;
  }
  .lh-sm-175 {
    line-height: 1.75 !important;
  }
  .lh-sm-2 {
    line-height: 2 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-none {
    text-transform: none !important;
  }
  .text-sm-inherit {
    text-transform: inherit !important;
  }
  .color-sm-blue {
    color: #007CC2 !important;
  }
  .color-sm-indigo {
    color: #6610f2 !important;
  }
  .color-sm-purple {
    color: #6f42c1 !important;
  }
  .color-sm-pink {
    color: #d63384 !important;
  }
  .color-sm-red {
    color: #dc3545 !important;
  }
  .color-sm-orange {
    color: #FD8262 !important;
  }
  .color-sm-yellow {
    color: #F6AE42 !important;
  }
  .color-sm-green {
    color: #627C36 !important;
  }
  .color-sm-teal {
    color: #20c997 !important;
  }
  .color-sm-cyan {
    color: #0dcaf0 !important;
  }
  .color-sm-black {
    color: #000 !important;
  }
  .color-sm-white {
    color: #fff !important;
  }
  .color-sm-gray {
    color: #6c757d !important;
  }
  .color-sm-transparent {
    color: transparent !important;
  }
  .color-sm-blueDark {
    color: #2727ff !important;
  }
  .color-sm-blueLight {
    color: #000094 !important;
  }
  .color-sm-pinkDark {
    color: #CC1F42 !important;
  }
  .color-sm-pinkLight {
    color: #FF5983 !important;
  }
  .color-sm-redLight {
    color: #ff212c !important;
  }
  .color-sm-redDark {
    color: #960010 !important;
  }
  .color-sm-yellowDark {
    color: #CCA300 !important;
  }
  .color-sm-yellowLight {
    color: #FFDD33 !important;
  }
  .color-sm-greenLight {
    color: #8FB914 !important;
  }
  .color-sm-greenDark {
    color: #2ACF80 !important;
  }
  .color-sm-grayDark {
    color: #313130 !important;
  }
  .color-sm-grayLight {
    color: #8C8C8C !important;
  }
  .color-sm-light {
    color: #F1F1F1 !important;
  }
  .color-sm-brown {
    color: #885F50 !important;
  }
  .color-sm-brownDark {
    color: #4D271A !important;
  }
  .color-sm-brownLight {
    color: #CFB59E !important;
  }
  .color-sm-viber {
    color: #665CAC !important;
  }
  .color-sm-whatsapp {
    color: #25D366 !important;
  }
  .color-sm-facebook {
    color: #1a77f2 !important;
  }
  .color-sm-vkontakte {
    color: #0077FF !important;
  }
  .color-sm-telegram {
    color: #0088cc !important;
  }
  .color-sm-youtube {
    color: #ff0000 !important;
  }
  .color-sm-spotify {
    color: #1ED760 !important;
  }
  .color-sm-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-sm-sberZvuk {
    color: #07ead8 !important;
  }
  .color-sm-appleMusic {
    color: #fa586a !important;
  }
  .color-sm-flamp {
    color: #2E6BE5 !important;
  }
  .color-sm-badstudio {
    color: #c7212c !important;
  }
  .color-sm-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-sm-blue {
    background-color: #007CC2 !important;
  }
  .bg-sm-indigo {
    background-color: #6610f2 !important;
  }
  .bg-sm-purple {
    background-color: #6f42c1 !important;
  }
  .bg-sm-pink {
    background-color: #d63384 !important;
  }
  .bg-sm-red {
    background-color: #dc3545 !important;
  }
  .bg-sm-orange {
    background-color: #FD8262 !important;
  }
  .bg-sm-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-sm-green {
    background-color: #627C36 !important;
  }
  .bg-sm-teal {
    background-color: #20c997 !important;
  }
  .bg-sm-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-sm-black {
    background-color: #000 !important;
  }
  .bg-sm-white {
    background-color: #fff !important;
  }
  .bg-sm-gray {
    background-color: #6c757d !important;
  }
  .bg-sm-transparent {
    background-color: transparent !important;
  }
  .bg-sm-blueDark {
    background-color: #2727ff !important;
  }
  .bg-sm-blueLight {
    background-color: #000094 !important;
  }
  .bg-sm-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-sm-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-sm-redLight {
    background-color: #ff212c !important;
  }
  .bg-sm-redDark {
    background-color: #960010 !important;
  }
  .bg-sm-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-sm-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-sm-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-sm-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-sm-grayDark {
    background-color: #313130 !important;
  }
  .bg-sm-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-sm-light {
    background-color: #F1F1F1 !important;
  }
  .bg-sm-brown {
    background-color: #885F50 !important;
  }
  .bg-sm-brownDark {
    background-color: #4D271A !important;
  }
  .bg-sm-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-sm-viber {
    background-color: #665CAC !important;
  }
  .bg-sm-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-sm-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-sm-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-sm-telegram {
    background-color: #0088cc !important;
  }
  .bg-sm-youtube {
    background-color: #ff0000 !important;
  }
  .bg-sm-spotify {
    background-color: #1ED760 !important;
  }
  .bg-sm-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-sm-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-sm-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-sm-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-sm-badstudio {
    background-color: #c7212c !important;
  }
  .bg-sm-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-sm-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-sm-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-sm-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-sm-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-sm-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-sm-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-sm-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-sm-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-sm-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-sm-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-sm-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-sm-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-sm-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-sm-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-sm-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-sm-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-sm-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-sm-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-sm-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-sm-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-sm-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-sm-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-sm-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-sm-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-sm-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-sm-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-sm-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-sm-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-sm-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-sm-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-sm-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-sm-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-sm-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-sm-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-sm-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-sm-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-sm-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-sm-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-sm-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-sm-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-sm-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-sm-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-sm-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-sm-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-sm-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-sm-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-sm-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-sm-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-sm-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-sm-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-sm-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-sm-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-sm-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-sm-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-sm-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-sm-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-sm-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-sm-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-sm-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-sm-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-sm-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-sm-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-sm-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-sm-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-sm-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-sm-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-sm-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-sm-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-sm-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-sm-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-sm-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-sm-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-sm-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-sm-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-sm-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-sm-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-sm-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-sm-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-sm-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-sm-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-sm-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-sm-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-sm-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-sm-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-sm-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-sm-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-sm-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-sm-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-sm-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-sm-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-sm-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-sm-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-sm-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-sm-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-sm-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-sm-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-sm-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-sm-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-sm-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-sm-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-sm-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-sm-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-sm-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-sm-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-sm-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-sm-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-sm-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-sm-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-sm-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-sm-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-sm-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-sm-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-sm-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-sm-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-sm-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-sm-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-sm-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-sm-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-sm-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-sm-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-sm-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-sm-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-sm-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-sm-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-sm-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-sm-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-sm-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-sm-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-sm-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-sm-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-sm-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-sm-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-sm-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-sm-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-sm-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-sm-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-sm-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-sm-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-sm-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-sm-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-sm-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-sm-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-sm-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-sm-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-sm-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-sm-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-sm-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-sm-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-sm-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-sm-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-sm-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-sm-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-sm-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-sm-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-sm-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-sm-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-sm-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-sm-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-sm-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-sm-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-sm-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-sm-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-sm-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-sm-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-sm-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-sm-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-sm-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-sm-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-sm-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-sm-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-sm-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-sm-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-sm-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-sm-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-sm-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-sm-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-sm-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-sm-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-sm-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-sm-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-sm-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-sm-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-sm-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-sm-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-sm-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-sm-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-sm-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-sm-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-sm-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-sm-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-sm-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-sm-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-sm-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-sm-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-sm-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-sm-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-sm-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-sm-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-sm-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-sm-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-sm-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-sm-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-sm-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-sm-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-sm-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-sm-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-sm-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-sm-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-sm-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-sm-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-sm-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-sm-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-sm-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-sm-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-sm-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-sm-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-sm-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-sm-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-sm-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-sm-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-sm-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-sm-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-sm-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-sm-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-sm-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-sm-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-sm-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-sm-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-sm-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-sm-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-sm-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-sm-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-sm-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-sm-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-sm-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-sm-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-sm-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-sm-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-sm-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-sm-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-sm-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-sm-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-sm-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-sm-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-sm-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-sm-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-sm-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-sm-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-sm-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-sm-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-sm-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-sm-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-sm-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-sm-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-sm-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-sm-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-sm-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-sm-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-sm-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-sm-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-sm-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-sm-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-sm-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-sm-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-sm-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-sm-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-sm-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-sm-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-sm-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-sm-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-sm-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-sm-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-sm-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-sm-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-sm-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-sm-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-sm-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-sm-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-sm-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-sm-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-sm-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-sm-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-sm-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-sm-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-sm-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-sm-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-sm-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-sm-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-sm-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-sm-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-sm-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-sm-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-sm-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-sm-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-sm-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-sm-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-sm-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-sm-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-sm-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-sm-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-sm-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-sm-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-sm-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-sm-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-sm-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-sm-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-sm-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-sm-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-sm-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-sm-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-sm-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-sm-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-sm-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-sm-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-sm-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-sm-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-sm-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-sm-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-sm-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-sm-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-sm-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-sm-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-sm-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-sm-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-sm-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-sm-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-sm-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-sm-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-sm-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-sm-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-sm-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-sm-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-sm-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-sm-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-sm-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-sm-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-sm-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-sm-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-sm-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-sm-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-sm-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-sm-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-sm-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-sm-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-sm-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-sm-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-sm-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-sm-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-sm-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-sm-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-sm-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-sm-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-sm-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-sm-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-sm-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-sm-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-sm-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-sm-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-sm-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-sm-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-sm-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-sm-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-sm-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-sm-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-sm-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-sm-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-sm-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-sm-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-sm-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-sm-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-sm-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-sm-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-sm-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-sm-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-sm-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-sm-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-sm-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-sm-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-sm-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-sm-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-sm-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-sm-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-sm-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-sm-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-sm-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-sm-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-sm-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-sm-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-sm-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-sm-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-sm-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-sm-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-sm-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-sm-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-sm-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-sm-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-sm-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-sm-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-sm-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-sm-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-sm-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-sm-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-sm-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-sm-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-sm-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-sm-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-sm-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-sm-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-sm-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-sm-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-sm-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-sm-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-sm-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-sm-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-sm-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-sm-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-sm-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-sm-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-sm-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-sm-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-sm-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-sm-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-sm-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-sm-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-sm-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-sm-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-sm-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-sm-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-sm-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-sm-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-sm-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-sm-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-sm-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-sm-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-sm-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-sm-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-sm-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-sm-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-sm-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-sm-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-sm-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-sm-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-sm-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-sm-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-sm-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-sm-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-sm-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-sm-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-sm-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-sm-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-sm-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-sm-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-sm-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-sm-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-sm-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-sm-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-sm-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-sm-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-sm-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-sm-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-sm-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-sm-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-sm-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-sm-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-sm-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-sm-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-sm-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-sm-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-sm-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-sm-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-sm-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-sm-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-sm-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-sm-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-sm-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-sm-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-sm-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-sm-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-sm-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-sm-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-sm-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-sm-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-sm-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-sm-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-sm-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-sm-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-sm-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-sm-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-sm-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-sm-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-sm-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-sm-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-sm-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-sm-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-sm-default {
    cursor: default !important;
  }
  .cursor-sm-pointer {
    cursor: pointer !important;
  }
  .color-sm-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-sm-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-sm-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-sm-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-sm-redHover:hover {
    color: #dc3545 !important;
  }
  .color-sm-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-sm-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-sm-greenHover:hover {
    color: #627C36 !important;
  }
  .color-sm-tealHover:hover {
    color: #20c997 !important;
  }
  .color-sm-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-sm-blackHover:hover {
    color: #000 !important;
  }
  .color-sm-whiteHover:hover {
    color: #fff !important;
  }
  .color-sm-grayHover:hover {
    color: #6c757d !important;
  }
  .color-sm-transparentHover:hover {
    color: transparent !important;
  }
  .color-sm-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-sm-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-sm-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-sm-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-sm-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-sm-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-sm-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-sm-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-sm-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-sm-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-sm-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-sm-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-sm-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-sm-brownHover:hover {
    color: #885F50 !important;
  }
  .color-sm-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-sm-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-sm-viberHover:hover {
    color: #665CAC !important;
  }
  .color-sm-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-sm-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-sm-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-sm-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-sm-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-sm-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-sm-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-sm-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-sm-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-sm-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-sm-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-sm-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-sm-blueActive.active {
    color: #007CC2 !important;
  }
  .color-sm-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-sm-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-sm-pinkActive.active {
    color: #d63384 !important;
  }
  .color-sm-redActive.active {
    color: #dc3545 !important;
  }
  .color-sm-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-sm-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-sm-greenActive.active {
    color: #627C36 !important;
  }
  .color-sm-tealActive.active {
    color: #20c997 !important;
  }
  .color-sm-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-sm-blackActive.active {
    color: #000 !important;
  }
  .color-sm-whiteActive.active {
    color: #fff !important;
  }
  .color-sm-grayActive.active {
    color: #6c757d !important;
  }
  .color-sm-transparentActive.active {
    color: transparent !important;
  }
  .color-sm-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-sm-blueLightActive.active {
    color: #000094 !important;
  }
  .color-sm-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-sm-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-sm-redLightActive.active {
    color: #ff212c !important;
  }
  .color-sm-redDarkActive.active {
    color: #960010 !important;
  }
  .color-sm-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-sm-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-sm-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-sm-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-sm-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-sm-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-sm-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-sm-brownActive.active {
    color: #885F50 !important;
  }
  .color-sm-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-sm-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-sm-viberActive.active {
    color: #665CAC !important;
  }
  .color-sm-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-sm-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-sm-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-sm-telegramActive.active {
    color: #0088cc !important;
  }
  .color-sm-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-sm-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-sm-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-sm-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-sm-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-sm-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-sm-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-sm-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-sm-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-sm-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-sm-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-sm-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-sm-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-sm-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-sm-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-sm-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-sm-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-sm-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-sm-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-sm-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-sm-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-sm-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-sm-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-sm-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-sm-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-sm-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-sm-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-sm-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-sm-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-sm-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-sm-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-sm-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-sm-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-sm-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-sm-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-sm-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-sm-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-sm-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-sm-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-sm-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-sm-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-sm-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-sm-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-sm-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-sm-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-sm-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-sm-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-sm-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-sm-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-sm-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-sm-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-sm-none {
    border-style: none !important;
  }
  .border-sm-dotted {
    border-style: dotted !important;
  }
  .border-sm-dashed {
    border-style: dashed !important;
  }
  .border-sm-solid {
    border-style: solid !important;
  }
  .border-sm-double {
    border-style: double !important;
  }
  .border-sm-groove {
    border-style: groove !important;
  }
  .border-sm-inset {
    border-style: inset !important;
  }
  .border-sm-outset {
    border-style: outset !important;
  }
  .border-left-sm-none {
    border-left-style: none !important;
  }
  .border-left-sm-dotted {
    border-left-style: dotted !important;
  }
  .border-left-sm-dashed {
    border-left-style: dashed !important;
  }
  .border-left-sm-solid {
    border-left-style: solid !important;
  }
  .border-left-sm-double {
    border-left-style: double !important;
  }
  .border-left-sm-groove {
    border-left-style: groove !important;
  }
  .border-left-sm-inset {
    border-left-style: inset !important;
  }
  .border-left-sm-outset {
    border-left-style: outset !important;
  }
  .border-right-sm-none {
    border-right-style: none !important;
  }
  .border-right-sm-dotted {
    border-right-style: dotted !important;
  }
  .border-right-sm-dashed {
    border-right-style: dashed !important;
  }
  .border-right-sm-solid {
    border-right-style: solid !important;
  }
  .border-right-sm-double {
    border-right-style: double !important;
  }
  .border-right-sm-groove {
    border-right-style: groove !important;
  }
  .border-right-sm-inset {
    border-right-style: inset !important;
  }
  .border-right-sm-outset {
    border-right-style: outset !important;
  }
  .border-top-sm-none {
    border-top-style: none !important;
  }
  .border-top-sm-dotted {
    border-top-style: dotted !important;
  }
  .border-top-sm-dashed {
    border-top-style: dashed !important;
  }
  .border-top-sm-solid {
    border-top-style: solid !important;
  }
  .border-top-sm-double {
    border-top-style: double !important;
  }
  .border-top-sm-groove {
    border-top-style: groove !important;
  }
  .border-top-sm-inset {
    border-top-style: inset !important;
  }
  .border-top-sm-outset {
    border-top-style: outset !important;
  }
  .border-bottom-sm-none {
    border-bottom-style: none !important;
  }
  .border-bottom-sm-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-sm-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-sm-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-sm-double {
    border-bottom-style: double !important;
  }
  .border-bottom-sm-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-sm-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-sm-outset {
    border-bottom-style: outset !important;
  }
  .border-sm-inherit {
    border-width: inherit !important;
  }
  .border-sm-0 {
    border-width: 0 !important;
  }
  .border-sm-01 {
    border-width: 0.1rem !important;
  }
  .border-sm-02 {
    border-width: 0.2rem !important;
  }
  .border-sm-03 {
    border-width: 0.3rem !important;
  }
  .border-sm-04 {
    border-width: 0.4rem !important;
  }
  .border-sm-05 {
    border-width: 0.5rem !important;
  }
  .border-sm-06 {
    border-width: 0.6rem !important;
  }
  .border-sm-07 {
    border-width: 0.7rem !important;
  }
  .border-sm-08 {
    border-width: 0.8rem !important;
  }
  .border-sm-09 {
    border-width: 0.9rem !important;
  }
  .border-sm-1 {
    border-width: 1rem !important;
  }
  .border-sm-10 {
    border-width: 1rem !important;
  }
  .border-sm-11 {
    border-width: 1.1rem !important;
  }
  .border-sm-12 {
    border-width: 1.2rem !important;
  }
  .border-sm-13 {
    border-width: 1.3rem !important;
  }
  .border-sm-14 {
    border-width: 1.4rem !important;
  }
  .border-sm-15 {
    border-width: 1.5rem !important;
  }
  .border-sm-16 {
    border-width: 1.6rem !important;
  }
  .border-sm-17 {
    border-width: 1.7rem !important;
  }
  .border-sm-18 {
    border-width: 1.8rem !important;
  }
  .border-sm-19 {
    border-width: 1.9rem !important;
  }
  .border-sm-2 {
    border-width: 2rem !important;
  }
  .border-sm-20 {
    border-width: 2rem !important;
  }
  .border-sm-21 {
    border-width: 2.1rem !important;
  }
  .border-sm-22 {
    border-width: 2.2rem !important;
  }
  .border-sm-23 {
    border-width: 2.3rem !important;
  }
  .border-sm-24 {
    border-width: 2.4rem !important;
  }
  .border-sm-25 {
    border-width: 2.5rem !important;
  }
  .border-sm-26 {
    border-width: 2.6rem !important;
  }
  .border-sm-27 {
    border-width: 2.7rem !important;
  }
  .border-sm-28 {
    border-width: 2.8rem !important;
  }
  .border-sm-29 {
    border-width: 2.9rem !important;
  }
  .border-sm-3 {
    border-width: 3rem !important;
  }
  .border-sm-30 {
    border-width: 3rem !important;
  }
  .border-sm-31 {
    border-width: 3.1rem !important;
  }
  .border-sm-32 {
    border-width: 3.2rem !important;
  }
  .border-sm-33 {
    border-width: 3.3rem !important;
  }
  .border-sm-34 {
    border-width: 3.4rem !important;
  }
  .border-sm-35 {
    border-width: 3.5rem !important;
  }
  .border-sm-36 {
    border-width: 3.6rem !important;
  }
  .border-sm-37 {
    border-width: 3.7rem !important;
  }
  .border-sm-38 {
    border-width: 3.8rem !important;
  }
  .border-sm-39 {
    border-width: 3.9rem !important;
  }
  .border-sm-4 {
    border-width: 4rem !important;
  }
  .border-sm-40 {
    border-width: 4rem !important;
  }
  .border-sm-41 {
    border-width: 4.1rem !important;
  }
  .border-sm-42 {
    border-width: 4.2rem !important;
  }
  .border-sm-43 {
    border-width: 4.3rem !important;
  }
  .border-sm-44 {
    border-width: 4.4rem !important;
  }
  .border-sm-45 {
    border-width: 4.5rem !important;
  }
  .border-sm-46 {
    border-width: 4.6rem !important;
  }
  .border-sm-47 {
    border-width: 4.7rem !important;
  }
  .border-sm-48 {
    border-width: 4.8rem !important;
  }
  .border-sm-49 {
    border-width: 4.9rem !important;
  }
  .border-sm-5 {
    border-width: 5rem !important;
  }
  .border-sm-50 {
    border-width: 5rem !important;
  }
  .border-sm-51 {
    border-width: 5.1rem !important;
  }
  .border-sm-52 {
    border-width: 5.2rem !important;
  }
  .border-sm-53 {
    border-width: 5.3rem !important;
  }
  .border-sm-54 {
    border-width: 5.4rem !important;
  }
  .border-sm-55 {
    border-width: 5.5rem !important;
  }
  .border-sm-56 {
    border-width: 5.6rem !important;
  }
  .border-sm-57 {
    border-width: 5.7rem !important;
  }
  .border-sm-58 {
    border-width: 5.8rem !important;
  }
  .border-sm-59 {
    border-width: 5.9rem !important;
  }
  .border-sm-6 {
    border-width: 6rem !important;
  }
  .border-sm-60 {
    border-width: 6rem !important;
  }
  .border-sm-61 {
    border-width: 6.1rem !important;
  }
  .border-sm-62 {
    border-width: 6.2rem !important;
  }
  .border-sm-63 {
    border-width: 6.3rem !important;
  }
  .border-sm-64 {
    border-width: 6.4rem !important;
  }
  .border-sm-65 {
    border-width: 6.5rem !important;
  }
  .border-sm-66 {
    border-width: 6.6rem !important;
  }
  .border-sm-67 {
    border-width: 6.7rem !important;
  }
  .border-sm-68 {
    border-width: 6.8rem !important;
  }
  .border-sm-69 {
    border-width: 6.9rem !important;
  }
  .border-sm-7 {
    border-width: 7rem !important;
  }
  .border-sm-70 {
    border-width: 7rem !important;
  }
  .border-sm-71 {
    border-width: 7.1rem !important;
  }
  .border-sm-72 {
    border-width: 7.2rem !important;
  }
  .border-sm-73 {
    border-width: 7.3rem !important;
  }
  .border-sm-74 {
    border-width: 7.4rem !important;
  }
  .border-sm-75 {
    border-width: 7.5rem !important;
  }
  .border-sm-76 {
    border-width: 7.6rem !important;
  }
  .border-sm-77 {
    border-width: 7.7rem !important;
  }
  .border-sm-78 {
    border-width: 7.8rem !important;
  }
  .border-sm-79 {
    border-width: 7.9rem !important;
  }
  .border-sm-8 {
    border-width: 8rem !important;
  }
  .border-sm-80 {
    border-width: 8rem !important;
  }
  .border-sm-81 {
    border-width: 8.1rem !important;
  }
  .border-sm-82 {
    border-width: 8.2rem !important;
  }
  .border-sm-83 {
    border-width: 8.3rem !important;
  }
  .border-sm-84 {
    border-width: 8.4rem !important;
  }
  .border-sm-85 {
    border-width: 8.5rem !important;
  }
  .border-sm-86 {
    border-width: 8.6rem !important;
  }
  .border-sm-87 {
    border-width: 8.7rem !important;
  }
  .border-sm-88 {
    border-width: 8.8rem !important;
  }
  .border-sm-89 {
    border-width: 8.9rem !important;
  }
  .border-sm-9 {
    border-width: 9rem !important;
  }
  .border-sm-90 {
    border-width: 9rem !important;
  }
  .border-sm-91 {
    border-width: 9.1rem !important;
  }
  .border-sm-92 {
    border-width: 9.2rem !important;
  }
  .border-sm-93 {
    border-width: 9.3rem !important;
  }
  .border-sm-94 {
    border-width: 9.4rem !important;
  }
  .border-sm-95 {
    border-width: 9.5rem !important;
  }
  .border-sm-96 {
    border-width: 9.6rem !important;
  }
  .border-sm-97 {
    border-width: 9.7rem !important;
  }
  .border-sm-98 {
    border-width: 9.8rem !important;
  }
  .border-sm-99 {
    border-width: 9.9rem !important;
  }
  .border-sm-100 {
    border-width: 10rem !important;
  }
  .border-sm-110 {
    border-width: 11rem !important;
  }
  .border-sm-120 {
    border-width: 12rem !important;
  }
  .border-sm-130 {
    border-width: 13rem !important;
  }
  .border-sm-140 {
    border-width: 14rem !important;
  }
  .border-sm-150 {
    border-width: 15rem !important;
  }
  .border-sm-160 {
    border-width: 16rem !important;
  }
  .border-sm-170 {
    border-width: 17rem !important;
  }
  .border-sm-180 {
    border-width: 18rem !important;
  }
  .border-sm-190 {
    border-width: 19rem !important;
  }
  .border-sm-200 {
    border-width: 20rem !important;
  }
  .border-left-sm-inherit {
    border-left-width: inherit !important;
  }
  .border-left-sm-0 {
    border-left-width: 0 !important;
  }
  .border-left-sm-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-sm-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-sm-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-sm-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-sm-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-sm-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-sm-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-sm-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-sm-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-sm-1 {
    border-left-width: 1rem !important;
  }
  .border-left-sm-10 {
    border-left-width: 1rem !important;
  }
  .border-left-sm-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-sm-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-sm-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-sm-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-sm-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-sm-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-sm-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-sm-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-sm-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-sm-2 {
    border-left-width: 2rem !important;
  }
  .border-left-sm-20 {
    border-left-width: 2rem !important;
  }
  .border-left-sm-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-sm-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-sm-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-sm-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-sm-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-sm-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-sm-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-sm-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-sm-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-sm-3 {
    border-left-width: 3rem !important;
  }
  .border-left-sm-30 {
    border-left-width: 3rem !important;
  }
  .border-left-sm-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-sm-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-sm-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-sm-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-sm-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-sm-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-sm-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-sm-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-sm-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-sm-4 {
    border-left-width: 4rem !important;
  }
  .border-left-sm-40 {
    border-left-width: 4rem !important;
  }
  .border-left-sm-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-sm-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-sm-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-sm-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-sm-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-sm-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-sm-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-sm-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-sm-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-sm-5 {
    border-left-width: 5rem !important;
  }
  .border-left-sm-50 {
    border-left-width: 5rem !important;
  }
  .border-left-sm-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-sm-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-sm-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-sm-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-sm-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-sm-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-sm-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-sm-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-sm-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-sm-6 {
    border-left-width: 6rem !important;
  }
  .border-left-sm-60 {
    border-left-width: 6rem !important;
  }
  .border-left-sm-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-sm-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-sm-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-sm-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-sm-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-sm-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-sm-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-sm-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-sm-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-sm-7 {
    border-left-width: 7rem !important;
  }
  .border-left-sm-70 {
    border-left-width: 7rem !important;
  }
  .border-left-sm-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-sm-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-sm-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-sm-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-sm-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-sm-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-sm-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-sm-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-sm-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-sm-8 {
    border-left-width: 8rem !important;
  }
  .border-left-sm-80 {
    border-left-width: 8rem !important;
  }
  .border-left-sm-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-sm-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-sm-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-sm-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-sm-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-sm-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-sm-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-sm-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-sm-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-sm-9 {
    border-left-width: 9rem !important;
  }
  .border-left-sm-90 {
    border-left-width: 9rem !important;
  }
  .border-left-sm-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-sm-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-sm-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-sm-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-sm-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-sm-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-sm-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-sm-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-sm-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-sm-100 {
    border-left-width: 10rem !important;
  }
  .border-left-sm-110 {
    border-left-width: 11rem !important;
  }
  .border-left-sm-120 {
    border-left-width: 12rem !important;
  }
  .border-left-sm-130 {
    border-left-width: 13rem !important;
  }
  .border-left-sm-140 {
    border-left-width: 14rem !important;
  }
  .border-left-sm-150 {
    border-left-width: 15rem !important;
  }
  .border-left-sm-160 {
    border-left-width: 16rem !important;
  }
  .border-left-sm-170 {
    border-left-width: 17rem !important;
  }
  .border-left-sm-180 {
    border-left-width: 18rem !important;
  }
  .border-left-sm-190 {
    border-left-width: 19rem !important;
  }
  .border-left-sm-200 {
    border-left-width: 20rem !important;
  }
  .border-right-sm-inherit {
    border-right-width: inherit !important;
  }
  .border-right-sm-0 {
    border-right-width: 0 !important;
  }
  .border-right-sm-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-sm-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-sm-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-sm-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-sm-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-sm-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-sm-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-sm-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-sm-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-sm-1 {
    border-right-width: 1rem !important;
  }
  .border-right-sm-10 {
    border-right-width: 1rem !important;
  }
  .border-right-sm-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-sm-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-sm-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-sm-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-sm-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-sm-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-sm-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-sm-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-sm-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-sm-2 {
    border-right-width: 2rem !important;
  }
  .border-right-sm-20 {
    border-right-width: 2rem !important;
  }
  .border-right-sm-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-sm-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-sm-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-sm-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-sm-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-sm-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-sm-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-sm-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-sm-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-sm-3 {
    border-right-width: 3rem !important;
  }
  .border-right-sm-30 {
    border-right-width: 3rem !important;
  }
  .border-right-sm-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-sm-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-sm-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-sm-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-sm-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-sm-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-sm-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-sm-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-sm-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-sm-4 {
    border-right-width: 4rem !important;
  }
  .border-right-sm-40 {
    border-right-width: 4rem !important;
  }
  .border-right-sm-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-sm-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-sm-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-sm-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-sm-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-sm-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-sm-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-sm-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-sm-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-sm-5 {
    border-right-width: 5rem !important;
  }
  .border-right-sm-50 {
    border-right-width: 5rem !important;
  }
  .border-right-sm-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-sm-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-sm-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-sm-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-sm-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-sm-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-sm-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-sm-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-sm-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-sm-6 {
    border-right-width: 6rem !important;
  }
  .border-right-sm-60 {
    border-right-width: 6rem !important;
  }
  .border-right-sm-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-sm-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-sm-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-sm-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-sm-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-sm-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-sm-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-sm-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-sm-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-sm-7 {
    border-right-width: 7rem !important;
  }
  .border-right-sm-70 {
    border-right-width: 7rem !important;
  }
  .border-right-sm-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-sm-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-sm-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-sm-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-sm-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-sm-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-sm-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-sm-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-sm-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-sm-8 {
    border-right-width: 8rem !important;
  }
  .border-right-sm-80 {
    border-right-width: 8rem !important;
  }
  .border-right-sm-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-sm-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-sm-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-sm-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-sm-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-sm-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-sm-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-sm-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-sm-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-sm-9 {
    border-right-width: 9rem !important;
  }
  .border-right-sm-90 {
    border-right-width: 9rem !important;
  }
  .border-right-sm-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-sm-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-sm-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-sm-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-sm-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-sm-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-sm-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-sm-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-sm-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-sm-100 {
    border-right-width: 10rem !important;
  }
  .border-right-sm-110 {
    border-right-width: 11rem !important;
  }
  .border-right-sm-120 {
    border-right-width: 12rem !important;
  }
  .border-right-sm-130 {
    border-right-width: 13rem !important;
  }
  .border-right-sm-140 {
    border-right-width: 14rem !important;
  }
  .border-right-sm-150 {
    border-right-width: 15rem !important;
  }
  .border-right-sm-160 {
    border-right-width: 16rem !important;
  }
  .border-right-sm-170 {
    border-right-width: 17rem !important;
  }
  .border-right-sm-180 {
    border-right-width: 18rem !important;
  }
  .border-right-sm-190 {
    border-right-width: 19rem !important;
  }
  .border-right-sm-200 {
    border-right-width: 20rem !important;
  }
  .border-right-sm-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-sm-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-sm-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-sm-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-sm-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-sm-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-sm-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-sm-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-sm-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-sm-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-sm-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-sm-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-sm-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-sm-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-sm-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-sm-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-sm-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-sm-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-sm-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-sm-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-sm-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-sm-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-sm-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-sm-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-sm-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-sm-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-sm-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-sm-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-sm-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-sm-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-sm-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-sm-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-sm-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-sm-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-sm-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-sm-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-sm-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-sm-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-sm-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-sm-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-sm-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-sm-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-sm-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-sm-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-sm-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-sm-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-sm-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-sm-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-sm-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-sm-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-sm-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-sm-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-sm-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-sm-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-sm-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-sm-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-sm-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-sm-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-sm-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-sm-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-sm-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-sm-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-sm-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-sm-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-sm-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-sm-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-sm-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-sm-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-sm-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-sm-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-sm-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-sm-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-sm-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-sm-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-sm-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-sm-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-sm-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-sm-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-sm-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-sm-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-sm-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-sm-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-sm-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-sm-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-sm-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-sm-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-sm-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-sm-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-sm-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-sm-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-sm-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-sm-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-sm-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-sm-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-sm-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-sm-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-sm-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-sm-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-sm-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-sm-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-sm-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-sm-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-sm-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-sm-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-sm-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-sm-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-sm-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-sm-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-sm-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-sm-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-sm-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-sm-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-sm-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-sm-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-sm-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-sm-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-sm-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-sm-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-sm-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-sm-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-sm-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-sm-inherit {
    border-top-width: inherit !important;
  }
  .border-top-sm-0 {
    border-top-width: 0 !important;
  }
  .border-top-sm-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-sm-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-sm-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-sm-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-sm-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-sm-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-sm-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-sm-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-sm-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-sm-1 {
    border-top-width: 1rem !important;
  }
  .border-top-sm-10 {
    border-top-width: 1rem !important;
  }
  .border-top-sm-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-sm-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-sm-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-sm-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-sm-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-sm-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-sm-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-sm-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-sm-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-sm-2 {
    border-top-width: 2rem !important;
  }
  .border-top-sm-20 {
    border-top-width: 2rem !important;
  }
  .border-top-sm-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-sm-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-sm-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-sm-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-sm-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-sm-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-sm-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-sm-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-sm-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-sm-3 {
    border-top-width: 3rem !important;
  }
  .border-top-sm-30 {
    border-top-width: 3rem !important;
  }
  .border-top-sm-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-sm-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-sm-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-sm-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-sm-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-sm-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-sm-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-sm-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-sm-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-sm-4 {
    border-top-width: 4rem !important;
  }
  .border-top-sm-40 {
    border-top-width: 4rem !important;
  }
  .border-top-sm-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-sm-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-sm-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-sm-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-sm-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-sm-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-sm-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-sm-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-sm-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-sm-5 {
    border-top-width: 5rem !important;
  }
  .border-top-sm-50 {
    border-top-width: 5rem !important;
  }
  .border-top-sm-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-sm-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-sm-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-sm-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-sm-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-sm-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-sm-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-sm-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-sm-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-sm-6 {
    border-top-width: 6rem !important;
  }
  .border-top-sm-60 {
    border-top-width: 6rem !important;
  }
  .border-top-sm-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-sm-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-sm-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-sm-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-sm-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-sm-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-sm-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-sm-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-sm-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-sm-7 {
    border-top-width: 7rem !important;
  }
  .border-top-sm-70 {
    border-top-width: 7rem !important;
  }
  .border-top-sm-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-sm-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-sm-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-sm-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-sm-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-sm-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-sm-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-sm-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-sm-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-sm-8 {
    border-top-width: 8rem !important;
  }
  .border-top-sm-80 {
    border-top-width: 8rem !important;
  }
  .border-top-sm-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-sm-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-sm-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-sm-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-sm-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-sm-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-sm-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-sm-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-sm-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-sm-9 {
    border-top-width: 9rem !important;
  }
  .border-top-sm-90 {
    border-top-width: 9rem !important;
  }
  .border-top-sm-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-sm-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-sm-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-sm-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-sm-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-sm-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-sm-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-sm-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-sm-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-sm-100 {
    border-top-width: 10rem !important;
  }
  .border-top-sm-110 {
    border-top-width: 11rem !important;
  }
  .border-top-sm-120 {
    border-top-width: 12rem !important;
  }
  .border-top-sm-130 {
    border-top-width: 13rem !important;
  }
  .border-top-sm-140 {
    border-top-width: 14rem !important;
  }
  .border-top-sm-150 {
    border-top-width: 15rem !important;
  }
  .border-top-sm-160 {
    border-top-width: 16rem !important;
  }
  .border-top-sm-170 {
    border-top-width: 17rem !important;
  }
  .border-top-sm-180 {
    border-top-width: 18rem !important;
  }
  .border-top-sm-190 {
    border-top-width: 19rem !important;
  }
  .border-top-sm-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-sm-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-sm-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-sm-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-sm-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-sm-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-sm-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-sm-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-sm-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-sm-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-sm-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-sm-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-sm-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-sm-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-sm-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-sm-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-sm-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-sm-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-sm-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-sm-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-sm-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-sm-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-sm-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-sm-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-sm-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-sm-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-sm-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-sm-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-sm-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-sm-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-sm-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-sm-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-sm-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-sm-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-sm-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-sm-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-sm-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-sm-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-sm-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-sm-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-sm-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-sm-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-sm-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-sm-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-sm-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-sm-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-sm-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-sm-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-sm-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-sm-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-sm-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-sm-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-sm-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-sm-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-sm-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-sm-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-sm-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-sm-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-sm-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-sm-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-sm-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-sm-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-sm-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-sm-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-sm-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-sm-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-sm-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-sm-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-sm-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-sm-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-sm-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-sm-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-sm-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-sm-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-sm-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-sm-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-sm-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-sm-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-sm-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-sm-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-sm-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-sm-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-sm-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-sm-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-sm-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-sm-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-sm-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-sm-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-sm-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-sm-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-sm-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-sm-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-sm-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-sm-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-sm-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-sm-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-sm-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-sm-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-sm-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-sm-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-sm-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-sm-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-sm-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-sm-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-sm-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-sm-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-sm-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-sm-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-sm-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-sm-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-sm-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-sm-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-sm-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-sm-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-sm-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-sm-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-sm-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-sm-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-sm-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-sm-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-sm-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-sm-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-sm-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-sm-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-sm-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-sm-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-sm-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-sm-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-sm-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-sm-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-sm-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-sm-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-sm-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-sm-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-sm-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-sm-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-sm-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-sm-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-sm-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-sm-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-sm-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-sm-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-sm-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-sm-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-sm-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-sm-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-sm-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-sm-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-sm-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-sm-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-sm-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-sm-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-sm-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-sm-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-sm-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-sm-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-sm-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-sm-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-sm-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-sm-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-sm-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-sm-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-sm-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-sm-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-sm-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-sm-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-sm-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-sm-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-sm-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-sm-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-sm-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-sm-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-sm-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-sm-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-sm-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-sm-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-sm-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-sm-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-sm-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-sm-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-sm-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-sm-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-sm-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-sm-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-sm-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-sm-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-sm-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-sm-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-sm-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-sm-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-sm-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-sm-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-sm-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-sm-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-sm-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-sm-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-sm-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-sm-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-sm-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-sm-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-sm-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-sm-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-sm-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-sm-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-sm-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-sm-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-sm-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-sm-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-sm-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-sm-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-sm-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-sm-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-sm-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-sm-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-sm-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-sm-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-sm-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-sm-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-sm-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-sm-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-sm-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-sm-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-sm-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-sm-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-sm-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-sm-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-sm-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-sm-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-sm-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-sm-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-sm-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-sm-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-sm-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-sm-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-sm-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-sm-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-sm-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-sm-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-sm-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-sm-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-sm-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-sm-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-sm-blue {
    border-color: #007CC2 !important;
  }
  .border-color-sm-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-sm-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-sm-pink {
    border-color: #d63384 !important;
  }
  .border-color-sm-red {
    border-color: #dc3545 !important;
  }
  .border-color-sm-orange {
    border-color: #FD8262 !important;
  }
  .border-color-sm-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-sm-green {
    border-color: #627C36 !important;
  }
  .border-color-sm-teal {
    border-color: #20c997 !important;
  }
  .border-color-sm-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-sm-black {
    border-color: #000 !important;
  }
  .border-color-sm-white {
    border-color: #fff !important;
  }
  .border-color-sm-gray {
    border-color: #6c757d !important;
  }
  .border-color-sm-transparent {
    border-color: transparent !important;
  }
  .border-color-sm-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-sm-blueLight {
    border-color: #000094 !important;
  }
  .border-color-sm-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-sm-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-sm-redLight {
    border-color: #ff212c !important;
  }
  .border-color-sm-redDark {
    border-color: #960010 !important;
  }
  .border-color-sm-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-sm-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-sm-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-sm-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-sm-grayDark {
    border-color: #313130 !important;
  }
  .border-color-sm-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-sm-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-sm-brown {
    border-color: #885F50 !important;
  }
  .border-color-sm-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-sm-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-sm-viber {
    border-color: #665CAC !important;
  }
  .border-color-sm-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-sm-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-sm-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-sm-telegram {
    border-color: #0088cc !important;
  }
  .border-color-sm-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-sm-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-sm-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-sm-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-sm-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-sm-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-sm-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-sm-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-sm-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-sm-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-sm-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-sm-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-sm-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-sm-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-sm-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-sm-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-sm-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-sm-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-sm-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-sm-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-sm-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-sm-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-sm-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-sm-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-sm-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-sm-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-sm-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-sm-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-sm-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-sm-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-sm-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-sm-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-sm-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-sm-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-sm-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-sm-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-sm-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-sm-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-sm-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-sm-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-sm-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-sm-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-sm-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-sm-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-sm-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-sm-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-sm-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-sm-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-sm-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-sm-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-sm-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-sm-inherit {
    border-radius: inherit !important;
  }
  .radius-sm-0 {
    border-radius: 0 !important;
  }
  .radius-sm-01 {
    border-radius: 0.1rem !important;
  }
  .radius-sm-02 {
    border-radius: 0.2rem !important;
  }
  .radius-sm-03 {
    border-radius: 0.3rem !important;
  }
  .radius-sm-04 {
    border-radius: 0.4rem !important;
  }
  .radius-sm-05 {
    border-radius: 0.5rem !important;
  }
  .radius-sm-06 {
    border-radius: 0.6rem !important;
  }
  .radius-sm-07 {
    border-radius: 0.7rem !important;
  }
  .radius-sm-08 {
    border-radius: 0.8rem !important;
  }
  .radius-sm-09 {
    border-radius: 0.9rem !important;
  }
  .radius-sm-1 {
    border-radius: 1rem !important;
  }
  .radius-sm-10 {
    border-radius: 1rem !important;
  }
  .radius-sm-11 {
    border-radius: 1.1rem !important;
  }
  .radius-sm-12 {
    border-radius: 1.2rem !important;
  }
  .radius-sm-13 {
    border-radius: 1.3rem !important;
  }
  .radius-sm-14 {
    border-radius: 1.4rem !important;
  }
  .radius-sm-15 {
    border-radius: 1.5rem !important;
  }
  .radius-sm-16 {
    border-radius: 1.6rem !important;
  }
  .radius-sm-17 {
    border-radius: 1.7rem !important;
  }
  .radius-sm-18 {
    border-radius: 1.8rem !important;
  }
  .radius-sm-19 {
    border-radius: 1.9rem !important;
  }
  .radius-sm-2 {
    border-radius: 2rem !important;
  }
  .radius-sm-20 {
    border-radius: 2rem !important;
  }
  .radius-sm-21 {
    border-radius: 2.1rem !important;
  }
  .radius-sm-22 {
    border-radius: 2.2rem !important;
  }
  .radius-sm-23 {
    border-radius: 2.3rem !important;
  }
  .radius-sm-24 {
    border-radius: 2.4rem !important;
  }
  .radius-sm-25 {
    border-radius: 2.5rem !important;
  }
  .radius-sm-26 {
    border-radius: 2.6rem !important;
  }
  .radius-sm-27 {
    border-radius: 2.7rem !important;
  }
  .radius-sm-28 {
    border-radius: 2.8rem !important;
  }
  .radius-sm-29 {
    border-radius: 2.9rem !important;
  }
  .radius-sm-3 {
    border-radius: 3rem !important;
  }
  .radius-sm-30 {
    border-radius: 3rem !important;
  }
  .radius-sm-31 {
    border-radius: 3.1rem !important;
  }
  .radius-sm-32 {
    border-radius: 3.2rem !important;
  }
  .radius-sm-33 {
    border-radius: 3.3rem !important;
  }
  .radius-sm-34 {
    border-radius: 3.4rem !important;
  }
  .radius-sm-35 {
    border-radius: 3.5rem !important;
  }
  .radius-sm-36 {
    border-radius: 3.6rem !important;
  }
  .radius-sm-37 {
    border-radius: 3.7rem !important;
  }
  .radius-sm-38 {
    border-radius: 3.8rem !important;
  }
  .radius-sm-39 {
    border-radius: 3.9rem !important;
  }
  .radius-sm-4 {
    border-radius: 4rem !important;
  }
  .radius-sm-40 {
    border-radius: 4rem !important;
  }
  .radius-sm-41 {
    border-radius: 4.1rem !important;
  }
  .radius-sm-42 {
    border-radius: 4.2rem !important;
  }
  .radius-sm-43 {
    border-radius: 4.3rem !important;
  }
  .radius-sm-44 {
    border-radius: 4.4rem !important;
  }
  .radius-sm-45 {
    border-radius: 4.5rem !important;
  }
  .radius-sm-46 {
    border-radius: 4.6rem !important;
  }
  .radius-sm-47 {
    border-radius: 4.7rem !important;
  }
  .radius-sm-48 {
    border-radius: 4.8rem !important;
  }
  .radius-sm-49 {
    border-radius: 4.9rem !important;
  }
  .radius-sm-5 {
    border-radius: 5rem !important;
  }
  .radius-sm-50 {
    border-radius: 5rem !important;
  }
  .radius-sm-51 {
    border-radius: 5.1rem !important;
  }
  .radius-sm-52 {
    border-radius: 5.2rem !important;
  }
  .radius-sm-53 {
    border-radius: 5.3rem !important;
  }
  .radius-sm-54 {
    border-radius: 5.4rem !important;
  }
  .radius-sm-55 {
    border-radius: 5.5rem !important;
  }
  .radius-sm-56 {
    border-radius: 5.6rem !important;
  }
  .radius-sm-57 {
    border-radius: 5.7rem !important;
  }
  .radius-sm-58 {
    border-radius: 5.8rem !important;
  }
  .radius-sm-59 {
    border-radius: 5.9rem !important;
  }
  .radius-sm-6 {
    border-radius: 6rem !important;
  }
  .radius-sm-60 {
    border-radius: 6rem !important;
  }
  .radius-sm-61 {
    border-radius: 6.1rem !important;
  }
  .radius-sm-62 {
    border-radius: 6.2rem !important;
  }
  .radius-sm-63 {
    border-radius: 6.3rem !important;
  }
  .radius-sm-64 {
    border-radius: 6.4rem !important;
  }
  .radius-sm-65 {
    border-radius: 6.5rem !important;
  }
  .radius-sm-66 {
    border-radius: 6.6rem !important;
  }
  .radius-sm-67 {
    border-radius: 6.7rem !important;
  }
  .radius-sm-68 {
    border-radius: 6.8rem !important;
  }
  .radius-sm-69 {
    border-radius: 6.9rem !important;
  }
  .radius-sm-7 {
    border-radius: 7rem !important;
  }
  .radius-sm-70 {
    border-radius: 7rem !important;
  }
  .radius-sm-71 {
    border-radius: 7.1rem !important;
  }
  .radius-sm-72 {
    border-radius: 7.2rem !important;
  }
  .radius-sm-73 {
    border-radius: 7.3rem !important;
  }
  .radius-sm-74 {
    border-radius: 7.4rem !important;
  }
  .radius-sm-75 {
    border-radius: 7.5rem !important;
  }
  .radius-sm-76 {
    border-radius: 7.6rem !important;
  }
  .radius-sm-77 {
    border-radius: 7.7rem !important;
  }
  .radius-sm-78 {
    border-radius: 7.8rem !important;
  }
  .radius-sm-79 {
    border-radius: 7.9rem !important;
  }
  .radius-sm-8 {
    border-radius: 8rem !important;
  }
  .radius-sm-80 {
    border-radius: 8rem !important;
  }
  .radius-sm-81 {
    border-radius: 8.1rem !important;
  }
  .radius-sm-82 {
    border-radius: 8.2rem !important;
  }
  .radius-sm-83 {
    border-radius: 8.3rem !important;
  }
  .radius-sm-84 {
    border-radius: 8.4rem !important;
  }
  .radius-sm-85 {
    border-radius: 8.5rem !important;
  }
  .radius-sm-86 {
    border-radius: 8.6rem !important;
  }
  .radius-sm-87 {
    border-radius: 8.7rem !important;
  }
  .radius-sm-88 {
    border-radius: 8.8rem !important;
  }
  .radius-sm-89 {
    border-radius: 8.9rem !important;
  }
  .radius-sm-9 {
    border-radius: 9rem !important;
  }
  .radius-sm-90 {
    border-radius: 9rem !important;
  }
  .radius-sm-91 {
    border-radius: 9.1rem !important;
  }
  .radius-sm-92 {
    border-radius: 9.2rem !important;
  }
  .radius-sm-93 {
    border-radius: 9.3rem !important;
  }
  .radius-sm-94 {
    border-radius: 9.4rem !important;
  }
  .radius-sm-95 {
    border-radius: 9.5rem !important;
  }
  .radius-sm-96 {
    border-radius: 9.6rem !important;
  }
  .radius-sm-97 {
    border-radius: 9.7rem !important;
  }
  .radius-sm-98 {
    border-radius: 9.8rem !important;
  }
  .radius-sm-99 {
    border-radius: 9.9rem !important;
  }
  .radius-sm-100 {
    border-radius: 10rem !important;
  }
  .radius-sm-110 {
    border-radius: 11rem !important;
  }
  .radius-sm-120 {
    border-radius: 12rem !important;
  }
  .radius-sm-130 {
    border-radius: 13rem !important;
  }
  .radius-sm-140 {
    border-radius: 14rem !important;
  }
  .radius-sm-150 {
    border-radius: 15rem !important;
  }
  .radius-sm-160 {
    border-radius: 16rem !important;
  }
  .radius-sm-170 {
    border-radius: 17rem !important;
  }
  .radius-sm-180 {
    border-radius: 18rem !important;
  }
  .radius-sm-190 {
    border-radius: 19rem !important;
  }
  .radius-sm-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-sm-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-sm-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-sm-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-sm-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-sm-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-sm-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-sm-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-sm-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-sm-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-sm-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-sm-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-sm-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-sm-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-sm-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-sm-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-sm-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-sm-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-sm-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-sm-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-sm-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-sm-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-sm-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-sm-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-sm-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-sm-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-sm-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-sm-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-sm-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-sm-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-sm-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-sm-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-sm-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-sm-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-sm-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-sm-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-sm-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-sm-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-sm-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-sm-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-sm-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-sm-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-sm-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-sm-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-sm-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-sm-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-sm-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-sm-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-sm-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-sm-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-sm-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-sm-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-sm-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-sm-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-sm-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-sm-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-sm-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-sm-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-sm-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-sm-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-sm-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-sm-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-sm-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-sm-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-sm-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-sm-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-sm-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-sm-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-sm-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-sm-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-sm-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-sm-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-sm-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-sm-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-sm-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-sm-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-sm-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-sm-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-sm-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-sm-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-sm-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-sm-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-sm-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-sm-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-sm-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-sm-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-sm-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-sm-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-sm-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-sm-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-sm-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-sm-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-sm-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-sm-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-sm-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-sm-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-sm-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-sm-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-sm-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-sm-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-sm-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-sm-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-sm-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-sm-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-sm-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-sm-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-sm-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-sm-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-sm-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-sm-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-sm-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-sm-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-sm-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-sm-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-sm-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-sm-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-sm-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-sm-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-sm-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-sm-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-sm-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-sm-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-sm-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-sm-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-sm-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-sm-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-sm-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-sm-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-sm-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-sm-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-sm-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-sm-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-sm-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-sm-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-sm-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-sm-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-sm-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-sm-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-sm-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-sm-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-sm-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-sm-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-sm-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-sm-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-sm-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-sm-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-sm-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-sm-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-sm-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-sm-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-sm-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-sm-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-sm-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-sm-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-sm-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-sm-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-sm-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-sm-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-sm-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-sm-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-sm-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-sm-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-sm-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-sm-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-sm-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-sm-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-sm-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-sm-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-sm-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-sm-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-sm-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-sm-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-sm-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-sm-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-sm-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-sm-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-sm-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-sm-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-sm-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-sm-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-sm-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-sm-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-sm-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-sm-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-sm-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-sm-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-sm-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-sm-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-sm-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-sm-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-sm-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-sm-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-sm-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-sm-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-sm-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-sm-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-sm-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-sm-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-sm-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-sm-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-sm-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-sm-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-sm-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-sm-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-sm-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-sm-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-sm-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-sm-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-sm-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-sm-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-sm-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-sm-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-sm-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-sm-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-sm-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-sm-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-sm-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-sm-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-sm-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-sm-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-sm-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-sm-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-sm-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-sm-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-sm-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-sm-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-sm-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-sm-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-sm-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-sm-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-sm-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-sm-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-sm-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-sm-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-sm-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-sm-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-sm-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-sm-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-sm-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-sm-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-sm-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-sm-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-sm-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-sm-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-sm-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-sm-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-sm-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-sm-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-sm-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-sm-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-sm-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-sm-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-sm-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-sm-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-sm-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-sm-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-sm-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-sm-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-sm-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-sm-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-sm-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-sm-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-sm-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-sm-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-sm-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-sm-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-sm-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-sm-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-sm-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-sm-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-sm-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-sm-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-sm-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-sm-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-sm-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-sm-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-sm-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-sm-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-sm-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-sm-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-sm-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-sm-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-sm-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-sm-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-sm-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-sm-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-sm-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-sm-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-sm-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-sm-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-sm-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-sm-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-sm-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-sm-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-sm-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-sm-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-sm-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-sm-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-sm-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-sm-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-sm-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-sm-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-sm-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-sm-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-sm-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-sm-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-sm-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-sm-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-sm-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-sm-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-sm-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-sm-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-sm-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-sm-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-sm-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-sm-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-sm-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-sm-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-sm-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-sm-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-sm-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-sm-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-sm-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-sm-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-sm-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-sm-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-sm-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-sm-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-sm-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-sm-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-sm-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-sm-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-sm-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-sm-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-sm-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-sm-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-sm-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-sm-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-sm-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-sm-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-sm-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-sm-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-sm-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-sm-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-sm-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-sm-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-sm-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-sm-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-sm-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-sm-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-sm-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-sm-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-sm-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-sm-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-sm-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-sm-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-sm-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-sm-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-sm-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-sm-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-sm-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-sm-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-sm-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-sm-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-sm-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-sm-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-sm-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-sm-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-sm-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-sm-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-sm-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-sm-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-sm-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-sm-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-sm-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-sm-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-sm-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-sm-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-sm-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-sm-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-sm-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-sm-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-sm-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-sm-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-sm-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-sm-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-sm-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-sm-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-sm-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-sm-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-sm-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-sm-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-sm-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-sm-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-sm-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-sm-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-sm-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-sm-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-sm-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-sm-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-sm-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-sm-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-sm-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-sm-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-sm-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-sm-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-sm-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-sm-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-sm-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-sm-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-sm-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-sm-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-sm-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-sm-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-sm-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-sm-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-sm-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-sm-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-sm-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-sm-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-sm-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-sm-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-sm-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-sm-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-sm-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-sm-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-sm-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-sm-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-sm-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-sm-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-sm-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-sm-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-sm-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-sm-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-sm-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-sm-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-sm-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-sm-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-sm-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-sm-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-sm-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-sm-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-sm-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-sm-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-sm-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-sm-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-sm-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-sm-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-sm-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-sm-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-sm-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-sm-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-sm-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-sm-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-sm-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-sm-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-sm-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-sm-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-sm-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-sm-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-sm-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-sm-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-sm-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-sm-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-sm-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-sm-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-sm-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-sm-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-sm-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-sm-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-sm-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-sm-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-sm-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-sm-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-sm-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-sm-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-sm-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-sm-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-sm-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-sm-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-sm-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-sm-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-sm-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-sm-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-sm-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-sm-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-sm-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-sm-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-sm-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-sm-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-sm-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-sm-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-sm-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-01 {
    opacity: 0.1 !important;
  }
  .opacity-md-02 {
    opacity: 0.2 !important;
  }
  .opacity-md-03 {
    opacity: 0.3 !important;
  }
  .opacity-md-04 {
    opacity: 0.4 !important;
  }
  .opacity-md-05 {
    opacity: 0.5 !important;
  }
  .opacity-md-06 {
    opacity: 0.6 !important;
  }
  .opacity-md-07 {
    opacity: 0.7 !important;
  }
  .opacity-md-08 {
    opacity: 0.8 !important;
  }
  .opacity-md-09 {
    opacity: 0.9 !important;
  }
  .opacity-md-1 {
    opacity: 1 !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .overflow-md-unset {
    overflow: unset !important;
  }
  .overflow-x-md-auto {
    overflow-x: auto !important;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-md-visible {
    overflow-x: visible !important;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-md-unset {
    overflow-x: unset !important;
  }
  .overflow-y-md-auto {
    overflow-y: auto !important;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-md-unset {
    overflow-y: unset !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;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .position-md-inherit {
    position: inherit !important;
  }
  .position-md-initial {
    position: initial !important;
  }
  .position-md-unset {
    position: unset !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-5vw {
    width: 5vw !important;
  }
  .w-md-10vw {
    width: 10vw !important;
  }
  .w-md-15vw {
    width: 15vw !important;
  }
  .w-md-20vw {
    width: 20vw !important;
  }
  .w-md-25vw {
    width: 25vw !important;
  }
  .w-md-30vw {
    width: 30vw !important;
  }
  .w-md-35vw {
    width: 35vw !important;
  }
  .w-md-40vw {
    width: 40vw !important;
  }
  .w-md-45vw {
    width: 45vw !important;
  }
  .w-md-50vw {
    width: 50vw !important;
  }
  .w-md-55vw {
    width: 55vw !important;
  }
  .w-md-60vw {
    width: 60vw !important;
  }
  .w-md-65vw {
    width: 65vw !important;
  }
  .w-md-70vw {
    width: 70vw !important;
  }
  .w-md-75vw {
    width: 75vw !important;
  }
  .w-md-80vw {
    width: 80vw !important;
  }
  .w-md-85vw {
    width: 85vw !important;
  }
  .w-md-90vw {
    width: 90vw !important;
  }
  .w-md-95vw {
    width: 95vw !important;
  }
  .w-md-100vw {
    width: 100vw !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-5 {
    max-width: 5% !important;
  }
  .mw-md-10 {
    max-width: 10% !important;
  }
  .mw-md-15 {
    max-width: 15% !important;
  }
  .mw-md-20 {
    max-width: 20% !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-30 {
    max-width: 30% !important;
  }
  .mw-md-35 {
    max-width: 35% !important;
  }
  .mw-md-40 {
    max-width: 40% !important;
  }
  .mw-md-45 {
    max-width: 45% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-55 {
    max-width: 55% !important;
  }
  .mw-md-60 {
    max-width: 60% !important;
  }
  .mw-md-65 {
    max-width: 65% !important;
  }
  .mw-md-70 {
    max-width: 70% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-80 {
    max-width: 80% !important;
  }
  .mw-md-85 {
    max-width: 85% !important;
  }
  .mw-md-90 {
    max-width: 90% !important;
  }
  .mw-md-95 {
    max-width: 95% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-5vw {
    max-width: 5vw !important;
  }
  .mw-md-10vw {
    max-width: 10vw !important;
  }
  .mw-md-15vw {
    max-width: 15vw !important;
  }
  .mw-md-20vw {
    max-width: 20vw !important;
  }
  .mw-md-25vw {
    max-width: 25vw !important;
  }
  .mw-md-30vw {
    max-width: 30vw !important;
  }
  .mw-md-35vw {
    max-width: 35vw !important;
  }
  .mw-md-40vw {
    max-width: 40vw !important;
  }
  .mw-md-45vw {
    max-width: 45vw !important;
  }
  .mw-md-50vw {
    max-width: 50vw !important;
  }
  .mw-md-55vw {
    max-width: 55vw !important;
  }
  .mw-md-60vw {
    max-width: 60vw !important;
  }
  .mw-md-65vw {
    max-width: 65vw !important;
  }
  .mw-md-70vw {
    max-width: 70vw !important;
  }
  .mw-md-75vw {
    max-width: 75vw !important;
  }
  .mw-md-80vw {
    max-width: 80vw !important;
  }
  .mw-md-85vw {
    max-width: 85vw !important;
  }
  .mw-md-90vw {
    max-width: 90vw !important;
  }
  .mw-md-95vw {
    max-width: 95vw !important;
  }
  .mw-md-100vw {
    max-width: 100vw !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-5vh {
    height: 5vh !important;
  }
  .h-md-10vh {
    height: 10vh !important;
  }
  .h-md-15vh {
    height: 15vh !important;
  }
  .h-md-20vh {
    height: 20vh !important;
  }
  .h-md-25vh {
    height: 25vh !important;
  }
  .h-md-30vh {
    height: 30vh !important;
  }
  .h-md-35vh {
    height: 35vh !important;
  }
  .h-md-40vh {
    height: 40vh !important;
  }
  .h-md-45vh {
    height: 45vh !important;
  }
  .h-md-50vh {
    height: 50vh !important;
  }
  .h-md-55vh {
    height: 55vh !important;
  }
  .h-md-60vh {
    height: 60vh !important;
  }
  .h-md-65vh {
    height: 65vh !important;
  }
  .h-md-70vh {
    height: 70vh !important;
  }
  .h-md-75vh {
    height: 75vh !important;
  }
  .h-md-80vh {
    height: 80vh !important;
  }
  .h-md-85vh {
    height: 85vh !important;
  }
  .h-md-90vh {
    height: 90vh !important;
  }
  .h-md-95vh {
    height: 95vh !important;
  }
  .h-md-100vh {
    height: 100vh !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-5 {
    max-height: 5% !important;
  }
  .mh-md-10 {
    max-height: 10% !important;
  }
  .mh-md-15 {
    max-height: 15% !important;
  }
  .mh-md-20 {
    max-height: 20% !important;
  }
  .mh-md-25 {
    max-height: 25% !important;
  }
  .mh-md-30 {
    max-height: 30% !important;
  }
  .mh-md-35 {
    max-height: 35% !important;
  }
  .mh-md-40 {
    max-height: 40% !important;
  }
  .mh-md-45 {
    max-height: 45% !important;
  }
  .mh-md-50 {
    max-height: 50% !important;
  }
  .mh-md-55 {
    max-height: 55% !important;
  }
  .mh-md-60 {
    max-height: 60% !important;
  }
  .mh-md-65 {
    max-height: 65% !important;
  }
  .mh-md-70 {
    max-height: 70% !important;
  }
  .mh-md-75 {
    max-height: 75% !important;
  }
  .mh-md-80 {
    max-height: 80% !important;
  }
  .mh-md-85 {
    max-height: 85% !important;
  }
  .mh-md-90 {
    max-height: 90% !important;
  }
  .mh-md-95 {
    max-height: 95% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mh-md-5vh {
    max-height: 5vh !important;
  }
  .mh-md-10vh {
    max-height: 10vh !important;
  }
  .mh-md-15vh {
    max-height: 15vh !important;
  }
  .mh-md-20vh {
    max-height: 20vh !important;
  }
  .mh-md-25vh {
    max-height: 25vh !important;
  }
  .mh-md-30vh {
    max-height: 30vh !important;
  }
  .mh-md-35vh {
    max-height: 35vh !important;
  }
  .mh-md-40vh {
    max-height: 40vh !important;
  }
  .mh-md-45vh {
    max-height: 45vh !important;
  }
  .mh-md-50vh {
    max-height: 50vh !important;
  }
  .mh-md-55vh {
    max-height: 55vh !important;
  }
  .mh-md-60vh {
    max-height: 60vh !important;
  }
  .mh-md-65vh {
    max-height: 65vh !important;
  }
  .mh-md-70vh {
    max-height: 70vh !important;
  }
  .mh-md-75vh {
    max-height: 75vh !important;
  }
  .mh-md-80vh {
    max-height: 80vh !important;
  }
  .mh-md-85vh {
    max-height: 85vh !important;
  }
  .mh-md-90vh {
    max-height: 90vh !important;
  }
  .mh-md-95vh {
    max-height: 95vh !important;
  }
  .mh-md-100vh {
    max-height: 100vh !important;
  }
  .mh-md-auto {
    max-height: auto !important;
  }
  .minh-md-5 {
    min-height: 5% !important;
  }
  .minh-md-10 {
    min-height: 10% !important;
  }
  .minh-md-15 {
    min-height: 15% !important;
  }
  .minh-md-20 {
    min-height: 20% !important;
  }
  .minh-md-25 {
    min-height: 25% !important;
  }
  .minh-md-30 {
    min-height: 30% !important;
  }
  .minh-md-35 {
    min-height: 35% !important;
  }
  .minh-md-40 {
    min-height: 40% !important;
  }
  .minh-md-45 {
    min-height: 45% !important;
  }
  .minh-md-50 {
    min-height: 50% !important;
  }
  .minh-md-55 {
    min-height: 55% !important;
  }
  .minh-md-60 {
    min-height: 60% !important;
  }
  .minh-md-65 {
    min-height: 65% !important;
  }
  .minh-md-70 {
    min-height: 70% !important;
  }
  .minh-md-75 {
    min-height: 75% !important;
  }
  .minh-md-80 {
    min-height: 80% !important;
  }
  .minh-md-85 {
    min-height: 85% !important;
  }
  .minh-md-90 {
    min-height: 90% !important;
  }
  .minh-md-95 {
    min-height: 95% !important;
  }
  .minh-md-100 {
    min-height: 100% !important;
  }
  .minh-md-5vh {
    min-height: 5vh !important;
  }
  .minh-md-10vh {
    min-height: 10vh !important;
  }
  .minh-md-15vh {
    min-height: 15vh !important;
  }
  .minh-md-20vh {
    min-height: 20vh !important;
  }
  .minh-md-25vh {
    min-height: 25vh !important;
  }
  .minh-md-30vh {
    min-height: 30vh !important;
  }
  .minh-md-35vh {
    min-height: 35vh !important;
  }
  .minh-md-40vh {
    min-height: 40vh !important;
  }
  .minh-md-45vh {
    min-height: 45vh !important;
  }
  .minh-md-50vh {
    min-height: 50vh !important;
  }
  .minh-md-55vh {
    min-height: 55vh !important;
  }
  .minh-md-60vh {
    min-height: 60vh !important;
  }
  .minh-md-65vh {
    min-height: 65vh !important;
  }
  .minh-md-70vh {
    min-height: 70vh !important;
  }
  .minh-md-75vh {
    min-height: 75vh !important;
  }
  .minh-md-80vh {
    min-height: 80vh !important;
  }
  .minh-md-85vh {
    min-height: 85vh !important;
  }
  .minh-md-90vh {
    min-height: 90vh !important;
  }
  .minh-md-95vh {
    min-height: 95vh !important;
  }
  .minh-md-100vh {
    min-height: 100vh !important;
  }
  .minh-md-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-md-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-md-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-md-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-65 {
    margin-top: 6.5rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mt-md-75 {
    margin-top: 7.5rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mt-md-85 {
    margin-top: 8.5rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mt-md-95 {
    margin-top: 9.5rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-105 {
    margin-top: 10.5rem !important;
  }
  .mt-md-110 {
    margin-top: 11rem !important;
  }
  .mt-md-115 {
    margin-top: 11.5rem !important;
  }
  .mt-md-120 {
    margin-top: 12rem !important;
  }
  .mt-md-125 {
    margin-top: 12.5rem !important;
  }
  .mt-md-130 {
    margin-top: 13rem !important;
  }
  .mt-md-135 {
    margin-top: 13.5rem !important;
  }
  .mt-md-140 {
    margin-top: 14rem !important;
  }
  .mt-md-145 {
    margin-top: 14.5rem !important;
  }
  .mt-md-150 {
    margin-top: 15rem !important;
  }
  .mt-md-155 {
    margin-top: 15.5rem !important;
  }
  .mt-md-160 {
    margin-top: 16rem !important;
  }
  .mt-md-165 {
    margin-top: 16.5rem !important;
  }
  .mt-md-170 {
    margin-top: 17rem !important;
  }
  .mt-md-175 {
    margin-top: 17.5rem !important;
  }
  .mt-md-180 {
    margin-top: 18rem !important;
  }
  .mt-md-185 {
    margin-top: 18.5rem !important;
  }
  .mt-md-190 {
    margin-top: 19rem !important;
  }
  .mt-md-195 {
    margin-top: 19.5rem !important;
  }
  .mt-md-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-md-25 {
    margin-right: 2.5rem !important;
  }
  .me-md-35 {
    margin-right: 3.5rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-45 {
    margin-right: 4.5rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-55 {
    margin-right: 5.5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-65 {
    margin-right: 6.5rem !important;
  }
  .me-md-70 {
    margin-right: 7rem !important;
  }
  .me-md-75 {
    margin-right: 7.5rem !important;
  }
  .me-md-80 {
    margin-right: 8rem !important;
  }
  .me-md-85 {
    margin-right: 8.5rem !important;
  }
  .me-md-90 {
    margin-right: 9rem !important;
  }
  .me-md-95 {
    margin-right: 9.5rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-105 {
    margin-right: 10.5rem !important;
  }
  .me-md-110 {
    margin-right: 11rem !important;
  }
  .me-md-115 {
    margin-right: 11.5rem !important;
  }
  .me-md-120 {
    margin-right: 12rem !important;
  }
  .me-md-125 {
    margin-right: 12.5rem !important;
  }
  .me-md-130 {
    margin-right: 13rem !important;
  }
  .me-md-135 {
    margin-right: 13.5rem !important;
  }
  .me-md-140 {
    margin-right: 14rem !important;
  }
  .me-md-145 {
    margin-right: 14.5rem !important;
  }
  .me-md-150 {
    margin-right: 15rem !important;
  }
  .me-md-155 {
    margin-right: 15.5rem !important;
  }
  .me-md-160 {
    margin-right: 16rem !important;
  }
  .me-md-165 {
    margin-right: 16.5rem !important;
  }
  .me-md-170 {
    margin-right: 17rem !important;
  }
  .me-md-175 {
    margin-right: 17.5rem !important;
  }
  .me-md-180 {
    margin-right: 18rem !important;
  }
  .me-md-185 {
    margin-right: 18.5rem !important;
  }
  .me-md-190 {
    margin-right: 19rem !important;
  }
  .me-md-195 {
    margin-right: 19.5rem !important;
  }
  .me-md-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-110 {
    margin-bottom: 11rem !important;
  }
  .mb-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-120 {
    margin-bottom: 12rem !important;
  }
  .mb-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-130 {
    margin-bottom: 13rem !important;
  }
  .mb-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-140 {
    margin-bottom: 14rem !important;
  }
  .mb-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-150 {
    margin-bottom: 15rem !important;
  }
  .mb-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-160 {
    margin-bottom: 16rem !important;
  }
  .mb-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-170 {
    margin-bottom: 17rem !important;
  }
  .mb-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-180 {
    margin-bottom: 18rem !important;
  }
  .mb-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-190 {
    margin-bottom: 19rem !important;
  }
  .mb-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-200 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-md-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-md-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-md-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-md-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-md-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-md-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-md-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-md-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-md-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-md-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-md-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-md-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-md-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-md-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-md-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-md-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-md-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-md-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-md-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-md-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-md-25 {
    margin-left: 2.5rem !important;
  }
  .ms-md-35 {
    margin-left: 3.5rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-45 {
    margin-left: 4.5rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-55 {
    margin-left: 5.5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-65 {
    margin-left: 6.5rem !important;
  }
  .ms-md-70 {
    margin-left: 7rem !important;
  }
  .ms-md-75 {
    margin-left: 7.5rem !important;
  }
  .ms-md-80 {
    margin-left: 8rem !important;
  }
  .ms-md-85 {
    margin-left: 8.5rem !important;
  }
  .ms-md-90 {
    margin-left: 9rem !important;
  }
  .ms-md-95 {
    margin-left: 9.5rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-105 {
    margin-left: 10.5rem !important;
  }
  .ms-md-110 {
    margin-left: 11rem !important;
  }
  .ms-md-115 {
    margin-left: 11.5rem !important;
  }
  .ms-md-120 {
    margin-left: 12rem !important;
  }
  .ms-md-125 {
    margin-left: 12.5rem !important;
  }
  .ms-md-130 {
    margin-left: 13rem !important;
  }
  .ms-md-135 {
    margin-left: 13.5rem !important;
  }
  .ms-md-140 {
    margin-left: 14rem !important;
  }
  .ms-md-145 {
    margin-left: 14.5rem !important;
  }
  .ms-md-150 {
    margin-left: 15rem !important;
  }
  .ms-md-155 {
    margin-left: 15.5rem !important;
  }
  .ms-md-160 {
    margin-left: 16rem !important;
  }
  .ms-md-165 {
    margin-left: 16.5rem !important;
  }
  .ms-md-170 {
    margin-left: 17rem !important;
  }
  .ms-md-175 {
    margin-left: 17.5rem !important;
  }
  .ms-md-180 {
    margin-left: 18rem !important;
  }
  .ms-md-185 {
    margin-left: 18.5rem !important;
  }
  .ms-md-190 {
    margin-left: 19rem !important;
  }
  .ms-md-195 {
    margin-left: 19.5rem !important;
  }
  .ms-md-200 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .m-md-n25 {
    margin: -2.5rem !important;
  }
  .m-md-n35 {
    margin: -3.5rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .m-md-n45 {
    margin: -4.5rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .m-md-n55 {
    margin: -5.5rem !important;
  }
  .m-md-n60 {
    margin: -6rem !important;
  }
  .m-md-n65 {
    margin: -6.5rem !important;
  }
  .m-md-n70 {
    margin: -7rem !important;
  }
  .m-md-n75 {
    margin: -7.5rem !important;
  }
  .m-md-n80 {
    margin: -8rem !important;
  }
  .m-md-n85 {
    margin: -8.5rem !important;
  }
  .m-md-n90 {
    margin: -9rem !important;
  }
  .m-md-n95 {
    margin: -9.5rem !important;
  }
  .m-md-n100 {
    margin: -10rem !important;
  }
  .m-md-n105 {
    margin: -10.5rem !important;
  }
  .m-md-n110 {
    margin: -11rem !important;
  }
  .m-md-n115 {
    margin: -11.5rem !important;
  }
  .m-md-n120 {
    margin: -12rem !important;
  }
  .m-md-n125 {
    margin: -12.5rem !important;
  }
  .m-md-n130 {
    margin: -13rem !important;
  }
  .m-md-n135 {
    margin: -13.5rem !important;
  }
  .m-md-n140 {
    margin: -14rem !important;
  }
  .m-md-n145 {
    margin: -14.5rem !important;
  }
  .m-md-n150 {
    margin: -15rem !important;
  }
  .m-md-n155 {
    margin: -15.5rem !important;
  }
  .m-md-n160 {
    margin: -16rem !important;
  }
  .m-md-n165 {
    margin: -16.5rem !important;
  }
  .m-md-n170 {
    margin: -17rem !important;
  }
  .m-md-n175 {
    margin: -17.5rem !important;
  }
  .m-md-n180 {
    margin: -18rem !important;
  }
  .m-md-n185 {
    margin: -18.5rem !important;
  }
  .m-md-n190 {
    margin: -19rem !important;
  }
  .m-md-n195 {
    margin: -19.5rem !important;
  }
  .m-md-n200 {
    margin: -20rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-md-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-md-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-md-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-md-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-md-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-md-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-md-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-md-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-md-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-md-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-md-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-md-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-md-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-md-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-md-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-md-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-md-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-md-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-md-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-md-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-md-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-md-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-md-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-md-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-md-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-md-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-md-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-md-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-md-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-md-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n20 {
    margin-top: -2rem !important;
  }
  .mt-md-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n40 {
    margin-top: -4rem !important;
  }
  .mt-md-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n50 {
    margin-top: -5rem !important;
  }
  .mt-md-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n60 {
    margin-top: -6rem !important;
  }
  .mt-md-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n70 {
    margin-top: -7rem !important;
  }
  .mt-md-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n80 {
    margin-top: -8rem !important;
  }
  .mt-md-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-md-n90 {
    margin-top: -9rem !important;
  }
  .mt-md-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-md-n100 {
    margin-top: -10rem !important;
  }
  .mt-md-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-md-n110 {
    margin-top: -11rem !important;
  }
  .mt-md-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-md-n120 {
    margin-top: -12rem !important;
  }
  .mt-md-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n130 {
    margin-top: -13rem !important;
  }
  .mt-md-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-md-n140 {
    margin-top: -14rem !important;
  }
  .mt-md-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-md-n150 {
    margin-top: -15rem !important;
  }
  .mt-md-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-md-n160 {
    margin-top: -16rem !important;
  }
  .mt-md-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-md-n170 {
    margin-top: -17rem !important;
  }
  .mt-md-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-md-n180 {
    margin-top: -18rem !important;
  }
  .mt-md-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-md-n190 {
    margin-top: -19rem !important;
  }
  .mt-md-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-md-n200 {
    margin-top: -20rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n20 {
    margin-right: -2rem !important;
  }
  .me-md-n25 {
    margin-right: -2.5rem !important;
  }
  .me-md-n35 {
    margin-right: -3.5rem !important;
  }
  .me-md-n40 {
    margin-right: -4rem !important;
  }
  .me-md-n45 {
    margin-right: -4.5rem !important;
  }
  .me-md-n50 {
    margin-right: -5rem !important;
  }
  .me-md-n55 {
    margin-right: -5.5rem !important;
  }
  .me-md-n60 {
    margin-right: -6rem !important;
  }
  .me-md-n65 {
    margin-right: -6.5rem !important;
  }
  .me-md-n70 {
    margin-right: -7rem !important;
  }
  .me-md-n75 {
    margin-right: -7.5rem !important;
  }
  .me-md-n80 {
    margin-right: -8rem !important;
  }
  .me-md-n85 {
    margin-right: -8.5rem !important;
  }
  .me-md-n90 {
    margin-right: -9rem !important;
  }
  .me-md-n95 {
    margin-right: -9.5rem !important;
  }
  .me-md-n100 {
    margin-right: -10rem !important;
  }
  .me-md-n105 {
    margin-right: -10.5rem !important;
  }
  .me-md-n110 {
    margin-right: -11rem !important;
  }
  .me-md-n115 {
    margin-right: -11.5rem !important;
  }
  .me-md-n120 {
    margin-right: -12rem !important;
  }
  .me-md-n125 {
    margin-right: -12.5rem !important;
  }
  .me-md-n130 {
    margin-right: -13rem !important;
  }
  .me-md-n135 {
    margin-right: -13.5rem !important;
  }
  .me-md-n140 {
    margin-right: -14rem !important;
  }
  .me-md-n145 {
    margin-right: -14.5rem !important;
  }
  .me-md-n150 {
    margin-right: -15rem !important;
  }
  .me-md-n155 {
    margin-right: -15.5rem !important;
  }
  .me-md-n160 {
    margin-right: -16rem !important;
  }
  .me-md-n165 {
    margin-right: -16.5rem !important;
  }
  .me-md-n170 {
    margin-right: -17rem !important;
  }
  .me-md-n175 {
    margin-right: -17.5rem !important;
  }
  .me-md-n180 {
    margin-right: -18rem !important;
  }
  .me-md-n185 {
    margin-right: -18.5rem !important;
  }
  .me-md-n190 {
    margin-right: -19rem !important;
  }
  .me-md-n195 {
    margin-right: -19.5rem !important;
  }
  .me-md-n200 {
    margin-right: -20rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-md-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-md-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-md-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-md-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-md-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-md-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-md-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-md-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-md-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-md-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-md-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-md-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n20 {
    margin-left: -2rem !important;
  }
  .ms-md-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n40 {
    margin-left: -4rem !important;
  }
  .ms-md-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n50 {
    margin-left: -5rem !important;
  }
  .ms-md-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n60 {
    margin-left: -6rem !important;
  }
  .ms-md-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n70 {
    margin-left: -7rem !important;
  }
  .ms-md-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n80 {
    margin-left: -8rem !important;
  }
  .ms-md-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-md-n90 {
    margin-left: -9rem !important;
  }
  .ms-md-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-md-n100 {
    margin-left: -10rem !important;
  }
  .ms-md-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-md-n110 {
    margin-left: -11rem !important;
  }
  .ms-md-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-md-n120 {
    margin-left: -12rem !important;
  }
  .ms-md-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n130 {
    margin-left: -13rem !important;
  }
  .ms-md-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-md-n140 {
    margin-left: -14rem !important;
  }
  .ms-md-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-md-n150 {
    margin-left: -15rem !important;
  }
  .ms-md-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-md-n160 {
    margin-left: -16rem !important;
  }
  .ms-md-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-md-n170 {
    margin-left: -17rem !important;
  }
  .ms-md-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-md-n180 {
    margin-left: -18rem !important;
  }
  .ms-md-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-md-n190 {
    margin-left: -19rem !important;
  }
  .ms-md-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-md-n200 {
    margin-left: -20rem !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;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !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;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-md-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-md-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-md-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-65 {
    padding-top: 6.5rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pt-md-75 {
    padding-top: 7.5rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pt-md-85 {
    padding-top: 8.5rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pt-md-95 {
    padding-top: 9.5rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pt-md-105 {
    padding-top: 10.5rem !important;
  }
  .pt-md-110 {
    padding-top: 11rem !important;
  }
  .pt-md-115 {
    padding-top: 11.5rem !important;
  }
  .pt-md-120 {
    padding-top: 12rem !important;
  }
  .pt-md-125 {
    padding-top: 12.5rem !important;
  }
  .pt-md-130 {
    padding-top: 13rem !important;
  }
  .pt-md-135 {
    padding-top: 13.5rem !important;
  }
  .pt-md-140 {
    padding-top: 14rem !important;
  }
  .pt-md-145 {
    padding-top: 14.5rem !important;
  }
  .pt-md-150 {
    padding-top: 15rem !important;
  }
  .pt-md-155 {
    padding-top: 15.5rem !important;
  }
  .pt-md-160 {
    padding-top: 16rem !important;
  }
  .pt-md-165 {
    padding-top: 16.5rem !important;
  }
  .pt-md-170 {
    padding-top: 17rem !important;
  }
  .pt-md-175 {
    padding-top: 17.5rem !important;
  }
  .pt-md-180 {
    padding-top: 18rem !important;
  }
  .pt-md-185 {
    padding-top: 18.5rem !important;
  }
  .pt-md-190 {
    padding-top: 19rem !important;
  }
  .pt-md-195 {
    padding-top: 19.5rem !important;
  }
  .pt-md-200 {
    padding-top: 20rem !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;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-25 {
    padding-right: 2.5rem !important;
  }
  .pe-md-35 {
    padding-right: 3.5rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-45 {
    padding-right: 4.5rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-55 {
    padding-right: 5.5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pe-md-65 {
    padding-right: 6.5rem !important;
  }
  .pe-md-70 {
    padding-right: 7rem !important;
  }
  .pe-md-75 {
    padding-right: 7.5rem !important;
  }
  .pe-md-80 {
    padding-right: 8rem !important;
  }
  .pe-md-85 {
    padding-right: 8.5rem !important;
  }
  .pe-md-90 {
    padding-right: 9rem !important;
  }
  .pe-md-95 {
    padding-right: 9.5rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pe-md-105 {
    padding-right: 10.5rem !important;
  }
  .pe-md-110 {
    padding-right: 11rem !important;
  }
  .pe-md-115 {
    padding-right: 11.5rem !important;
  }
  .pe-md-120 {
    padding-right: 12rem !important;
  }
  .pe-md-125 {
    padding-right: 12.5rem !important;
  }
  .pe-md-130 {
    padding-right: 13rem !important;
  }
  .pe-md-135 {
    padding-right: 13.5rem !important;
  }
  .pe-md-140 {
    padding-right: 14rem !important;
  }
  .pe-md-145 {
    padding-right: 14.5rem !important;
  }
  .pe-md-150 {
    padding-right: 15rem !important;
  }
  .pe-md-155 {
    padding-right: 15.5rem !important;
  }
  .pe-md-160 {
    padding-right: 16rem !important;
  }
  .pe-md-165 {
    padding-right: 16.5rem !important;
  }
  .pe-md-170 {
    padding-right: 17rem !important;
  }
  .pe-md-175 {
    padding-right: 17.5rem !important;
  }
  .pe-md-180 {
    padding-right: 18rem !important;
  }
  .pe-md-185 {
    padding-right: 18.5rem !important;
  }
  .pe-md-190 {
    padding-right: 19rem !important;
  }
  .pe-md-195 {
    padding-right: 19.5rem !important;
  }
  .pe-md-200 {
    padding-right: 20rem !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;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .pb-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-110 {
    padding-bottom: 11rem !important;
  }
  .pb-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-120 {
    padding-bottom: 12rem !important;
  }
  .pb-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-130 {
    padding-bottom: 13rem !important;
  }
  .pb-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-140 {
    padding-bottom: 14rem !important;
  }
  .pb-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-150 {
    padding-bottom: 15rem !important;
  }
  .pb-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-md-160 {
    padding-bottom: 16rem !important;
  }
  .pb-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-md-170 {
    padding-bottom: 17rem !important;
  }
  .pb-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-180 {
    padding-bottom: 18rem !important;
  }
  .pb-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-md-190 {
    padding-bottom: 19rem !important;
  }
  .pb-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-md-200 {
    padding-bottom: 20rem !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;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-25 {
    padding-left: 2.5rem !important;
  }
  .ps-md-35 {
    padding-left: 3.5rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-45 {
    padding-left: 4.5rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-55 {
    padding-left: 5.5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .ps-md-65 {
    padding-left: 6.5rem !important;
  }
  .ps-md-70 {
    padding-left: 7rem !important;
  }
  .ps-md-75 {
    padding-left: 7.5rem !important;
  }
  .ps-md-80 {
    padding-left: 8rem !important;
  }
  .ps-md-85 {
    padding-left: 8.5rem !important;
  }
  .ps-md-90 {
    padding-left: 9rem !important;
  }
  .ps-md-95 {
    padding-left: 9.5rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .ps-md-105 {
    padding-left: 10.5rem !important;
  }
  .ps-md-110 {
    padding-left: 11rem !important;
  }
  .ps-md-115 {
    padding-left: 11.5rem !important;
  }
  .ps-md-120 {
    padding-left: 12rem !important;
  }
  .ps-md-125 {
    padding-left: 12.5rem !important;
  }
  .ps-md-130 {
    padding-left: 13rem !important;
  }
  .ps-md-135 {
    padding-left: 13.5rem !important;
  }
  .ps-md-140 {
    padding-left: 14rem !important;
  }
  .ps-md-145 {
    padding-left: 14.5rem !important;
  }
  .ps-md-150 {
    padding-left: 15rem !important;
  }
  .ps-md-155 {
    padding-left: 15.5rem !important;
  }
  .ps-md-160 {
    padding-left: 16rem !important;
  }
  .ps-md-165 {
    padding-left: 16.5rem !important;
  }
  .ps-md-170 {
    padding-left: 17rem !important;
  }
  .ps-md-175 {
    padding-left: 17.5rem !important;
  }
  .ps-md-180 {
    padding-left: 18rem !important;
  }
  .ps-md-185 {
    padding-left: 18.5rem !important;
  }
  .ps-md-190 {
    padding-left: 19rem !important;
  }
  .ps-md-195 {
    padding-left: 19.5rem !important;
  }
  .ps-md-200 {
    padding-left: 20rem !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;
  }
  .gap-md-20 {
    gap: 2rem !important;
  }
  .gap-md-25 {
    gap: 2.5rem !important;
  }
  .gap-md-35 {
    gap: 3.5rem !important;
  }
  .gap-md-40 {
    gap: 4rem !important;
  }
  .gap-md-45 {
    gap: 4.5rem !important;
  }
  .gap-md-50 {
    gap: 5rem !important;
  }
  .gap-md-55 {
    gap: 5.5rem !important;
  }
  .gap-md-60 {
    gap: 6rem !important;
  }
  .gap-md-65 {
    gap: 6.5rem !important;
  }
  .gap-md-70 {
    gap: 7rem !important;
  }
  .gap-md-75 {
    gap: 7.5rem !important;
  }
  .gap-md-80 {
    gap: 8rem !important;
  }
  .gap-md-85 {
    gap: 8.5rem !important;
  }
  .gap-md-90 {
    gap: 9rem !important;
  }
  .gap-md-95 {
    gap: 9.5rem !important;
  }
  .gap-md-100 {
    gap: 10rem !important;
  }
  .gap-md-105 {
    gap: 10.5rem !important;
  }
  .gap-md-110 {
    gap: 11rem !important;
  }
  .gap-md-115 {
    gap: 11.5rem !important;
  }
  .gap-md-120 {
    gap: 12rem !important;
  }
  .gap-md-125 {
    gap: 12.5rem !important;
  }
  .gap-md-130 {
    gap: 13rem !important;
  }
  .gap-md-135 {
    gap: 13.5rem !important;
  }
  .gap-md-140 {
    gap: 14rem !important;
  }
  .gap-md-145 {
    gap: 14.5rem !important;
  }
  .gap-md-150 {
    gap: 15rem !important;
  }
  .gap-md-155 {
    gap: 15.5rem !important;
  }
  .gap-md-160 {
    gap: 16rem !important;
  }
  .gap-md-165 {
    gap: 16.5rem !important;
  }
  .gap-md-170 {
    gap: 17rem !important;
  }
  .gap-md-175 {
    gap: 17.5rem !important;
  }
  .gap-md-180 {
    gap: 18rem !important;
  }
  .gap-md-185 {
    gap: 18.5rem !important;
  }
  .gap-md-190 {
    gap: 19rem !important;
  }
  .gap-md-195 {
    gap: 19.5rem !important;
  }
  .gap-md-200 {
    gap: 20rem !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;
  }
  .row-gap-md-20 {
    row-gap: 2rem !important;
  }
  .row-gap-md-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-40 {
    row-gap: 4rem !important;
  }
  .row-gap-md-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-50 {
    row-gap: 5rem !important;
  }
  .row-gap-md-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-md-60 {
    row-gap: 6rem !important;
  }
  .row-gap-md-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-md-70 {
    row-gap: 7rem !important;
  }
  .row-gap-md-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-80 {
    row-gap: 8rem !important;
  }
  .row-gap-md-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-md-90 {
    row-gap: 9rem !important;
  }
  .row-gap-md-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-md-100 {
    row-gap: 10rem !important;
  }
  .row-gap-md-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-md-110 {
    row-gap: 11rem !important;
  }
  .row-gap-md-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-md-120 {
    row-gap: 12rem !important;
  }
  .row-gap-md-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-md-130 {
    row-gap: 13rem !important;
  }
  .row-gap-md-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-md-140 {
    row-gap: 14rem !important;
  }
  .row-gap-md-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-md-150 {
    row-gap: 15rem !important;
  }
  .row-gap-md-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-md-160 {
    row-gap: 16rem !important;
  }
  .row-gap-md-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-md-170 {
    row-gap: 17rem !important;
  }
  .row-gap-md-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-md-180 {
    row-gap: 18rem !important;
  }
  .row-gap-md-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-md-190 {
    row-gap: 19rem !important;
  }
  .row-gap-md-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-md-200 {
    row-gap: 20rem !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;
  }
  .column-gap-md-20 {
    column-gap: 2rem !important;
  }
  .column-gap-md-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-40 {
    column-gap: 4rem !important;
  }
  .column-gap-md-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-md-50 {
    column-gap: 5rem !important;
  }
  .column-gap-md-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-md-60 {
    column-gap: 6rem !important;
  }
  .column-gap-md-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-md-70 {
    column-gap: 7rem !important;
  }
  .column-gap-md-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-md-80 {
    column-gap: 8rem !important;
  }
  .column-gap-md-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-md-90 {
    column-gap: 9rem !important;
  }
  .column-gap-md-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-md-100 {
    column-gap: 10rem !important;
  }
  .column-gap-md-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-md-110 {
    column-gap: 11rem !important;
  }
  .column-gap-md-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-md-120 {
    column-gap: 12rem !important;
  }
  .column-gap-md-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-md-130 {
    column-gap: 13rem !important;
  }
  .column-gap-md-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-md-140 {
    column-gap: 14rem !important;
  }
  .column-gap-md-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-md-150 {
    column-gap: 15rem !important;
  }
  .column-gap-md-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-md-160 {
    column-gap: 16rem !important;
  }
  .column-gap-md-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-md-170 {
    column-gap: 17rem !important;
  }
  .column-gap-md-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-md-180 {
    column-gap: 18rem !important;
  }
  .column-gap-md-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-md-190 {
    column-gap: 19rem !important;
  }
  .column-gap-md-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-md-200 {
    column-gap: 20rem !important;
  }
  .fs-md-inherit {
    font-size: inherit !important;
  }
  .fs-md-0 {
    font-size: 0 !important;
  }
  .fs-md-01 {
    font-size: 0.1rem !important;
  }
  .fs-md-02 {
    font-size: 0.2rem !important;
  }
  .fs-md-03 {
    font-size: 0.3rem !important;
  }
  .fs-md-04 {
    font-size: 0.4rem !important;
  }
  .fs-md-05 {
    font-size: 0.5rem !important;
  }
  .fs-md-06 {
    font-size: 0.6rem !important;
  }
  .fs-md-07 {
    font-size: 0.7rem !important;
  }
  .fs-md-08 {
    font-size: 0.8rem !important;
  }
  .fs-md-09 {
    font-size: 0.9rem !important;
  }
  .fs-md-1 {
    font-size: 1rem !important;
  }
  .fs-md-10 {
    font-size: 1rem !important;
  }
  .fs-md-11 {
    font-size: 1.1rem !important;
  }
  .fs-md-12 {
    font-size: 1.2rem !important;
  }
  .fs-md-13 {
    font-size: 1.3rem !important;
  }
  .fs-md-14 {
    font-size: 1.4rem !important;
  }
  .fs-md-15 {
    font-size: 1.5rem !important;
  }
  .fs-md-16 {
    font-size: 1.6rem !important;
  }
  .fs-md-17 {
    font-size: 1.7rem !important;
  }
  .fs-md-18 {
    font-size: 1.8rem !important;
  }
  .fs-md-19 {
    font-size: 1.9rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-20 {
    font-size: 2rem !important;
  }
  .fs-md-21 {
    font-size: 2.1rem !important;
  }
  .fs-md-22 {
    font-size: 2.2rem !important;
  }
  .fs-md-23 {
    font-size: 2.3rem !important;
  }
  .fs-md-24 {
    font-size: 2.4rem !important;
  }
  .fs-md-25 {
    font-size: 2.5rem !important;
  }
  .fs-md-26 {
    font-size: 2.6rem !important;
  }
  .fs-md-27 {
    font-size: 2.7rem !important;
  }
  .fs-md-28 {
    font-size: 2.8rem !important;
  }
  .fs-md-29 {
    font-size: 2.9rem !important;
  }
  .fs-md-3 {
    font-size: 3rem !important;
  }
  .fs-md-30 {
    font-size: 3rem !important;
  }
  .fs-md-31 {
    font-size: 3.1rem !important;
  }
  .fs-md-32 {
    font-size: 3.2rem !important;
  }
  .fs-md-33 {
    font-size: 3.3rem !important;
  }
  .fs-md-34 {
    font-size: 3.4rem !important;
  }
  .fs-md-35 {
    font-size: 3.5rem !important;
  }
  .fs-md-36 {
    font-size: 3.6rem !important;
  }
  .fs-md-37 {
    font-size: 3.7rem !important;
  }
  .fs-md-38 {
    font-size: 3.8rem !important;
  }
  .fs-md-39 {
    font-size: 3.9rem !important;
  }
  .fs-md-4 {
    font-size: 4rem !important;
  }
  .fs-md-40 {
    font-size: 4rem !important;
  }
  .fs-md-41 {
    font-size: 4.1rem !important;
  }
  .fs-md-42 {
    font-size: 4.2rem !important;
  }
  .fs-md-43 {
    font-size: 4.3rem !important;
  }
  .fs-md-44 {
    font-size: 4.4rem !important;
  }
  .fs-md-45 {
    font-size: 4.5rem !important;
  }
  .fs-md-46 {
    font-size: 4.6rem !important;
  }
  .fs-md-47 {
    font-size: 4.7rem !important;
  }
  .fs-md-48 {
    font-size: 4.8rem !important;
  }
  .fs-md-49 {
    font-size: 4.9rem !important;
  }
  .fs-md-5 {
    font-size: 5rem !important;
  }
  .fs-md-50 {
    font-size: 5rem !important;
  }
  .fs-md-51 {
    font-size: 5.1rem !important;
  }
  .fs-md-52 {
    font-size: 5.2rem !important;
  }
  .fs-md-53 {
    font-size: 5.3rem !important;
  }
  .fs-md-54 {
    font-size: 5.4rem !important;
  }
  .fs-md-55 {
    font-size: 5.5rem !important;
  }
  .fs-md-56 {
    font-size: 5.6rem !important;
  }
  .fs-md-57 {
    font-size: 5.7rem !important;
  }
  .fs-md-58 {
    font-size: 5.8rem !important;
  }
  .fs-md-59 {
    font-size: 5.9rem !important;
  }
  .fs-md-6 {
    font-size: 6rem !important;
  }
  .fs-md-60 {
    font-size: 6rem !important;
  }
  .fs-md-61 {
    font-size: 6.1rem !important;
  }
  .fs-md-62 {
    font-size: 6.2rem !important;
  }
  .fs-md-63 {
    font-size: 6.3rem !important;
  }
  .fs-md-64 {
    font-size: 6.4rem !important;
  }
  .fs-md-65 {
    font-size: 6.5rem !important;
  }
  .fs-md-66 {
    font-size: 6.6rem !important;
  }
  .fs-md-67 {
    font-size: 6.7rem !important;
  }
  .fs-md-68 {
    font-size: 6.8rem !important;
  }
  .fs-md-69 {
    font-size: 6.9rem !important;
  }
  .fs-md-7 {
    font-size: 7rem !important;
  }
  .fs-md-70 {
    font-size: 7rem !important;
  }
  .fs-md-71 {
    font-size: 7.1rem !important;
  }
  .fs-md-72 {
    font-size: 7.2rem !important;
  }
  .fs-md-73 {
    font-size: 7.3rem !important;
  }
  .fs-md-74 {
    font-size: 7.4rem !important;
  }
  .fs-md-75 {
    font-size: 7.5rem !important;
  }
  .fs-md-76 {
    font-size: 7.6rem !important;
  }
  .fs-md-77 {
    font-size: 7.7rem !important;
  }
  .fs-md-78 {
    font-size: 7.8rem !important;
  }
  .fs-md-79 {
    font-size: 7.9rem !important;
  }
  .fs-md-8 {
    font-size: 8rem !important;
  }
  .fs-md-80 {
    font-size: 8rem !important;
  }
  .fs-md-81 {
    font-size: 8.1rem !important;
  }
  .fs-md-82 {
    font-size: 8.2rem !important;
  }
  .fs-md-83 {
    font-size: 8.3rem !important;
  }
  .fs-md-84 {
    font-size: 8.4rem !important;
  }
  .fs-md-85 {
    font-size: 8.5rem !important;
  }
  .fs-md-86 {
    font-size: 8.6rem !important;
  }
  .fs-md-87 {
    font-size: 8.7rem !important;
  }
  .fs-md-88 {
    font-size: 8.8rem !important;
  }
  .fs-md-89 {
    font-size: 8.9rem !important;
  }
  .fs-md-9 {
    font-size: 9rem !important;
  }
  .fs-md-90 {
    font-size: 9rem !important;
  }
  .fs-md-91 {
    font-size: 9.1rem !important;
  }
  .fs-md-92 {
    font-size: 9.2rem !important;
  }
  .fs-md-93 {
    font-size: 9.3rem !important;
  }
  .fs-md-94 {
    font-size: 9.4rem !important;
  }
  .fs-md-95 {
    font-size: 9.5rem !important;
  }
  .fs-md-96 {
    font-size: 9.6rem !important;
  }
  .fs-md-97 {
    font-size: 9.7rem !important;
  }
  .fs-md-98 {
    font-size: 9.8rem !important;
  }
  .fs-md-99 {
    font-size: 9.9rem !important;
  }
  .fs-md-100 {
    font-size: 10rem !important;
  }
  .fs-md-110 {
    font-size: 11rem !important;
  }
  .fs-md-120 {
    font-size: 12rem !important;
  }
  .fs-md-130 {
    font-size: 13rem !important;
  }
  .fs-md-140 {
    font-size: 14rem !important;
  }
  .fs-md-150 {
    font-size: 15rem !important;
  }
  .fs-md-160 {
    font-size: 16rem !important;
  }
  .fs-md-170 {
    font-size: 17rem !important;
  }
  .fs-md-180 {
    font-size: 18rem !important;
  }
  .fs-md-190 {
    font-size: 19rem !important;
  }
  .fs-md-200 {
    font-size: 20rem !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-base {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 2 !important;
  }
  .lh-md-normal {
    line-height: normal !important;
  }
  .lh-md-0 {
    line-height: 0 !important;
  }
  .lh-md-25 {
    line-height: 0.25 !important;
  }
  .lh-md-5 {
    line-height: 0.5 !important;
  }
  .lh-md-75 {
    line-height: 0.75 !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-115 {
    line-height: 1.15 !important;
  }
  .lh-md-120 {
    line-height: 1.2 !important;
  }
  .lh-md-125 {
    line-height: 1.25 !important;
  }
  .lh-md-135 {
    line-height: 1.35 !important;
  }
  .lh-md-145 {
    line-height: 1.45 !important;
  }
  .lh-md-150 {
    line-height: 1.5 !important;
  }
  .lh-md-175 {
    line-height: 1.75 !important;
  }
  .lh-md-2 {
    line-height: 2 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-none {
    text-transform: none !important;
  }
  .text-md-inherit {
    text-transform: inherit !important;
  }
  .color-md-blue {
    color: #007CC2 !important;
  }
  .color-md-indigo {
    color: #6610f2 !important;
  }
  .color-md-purple {
    color: #6f42c1 !important;
  }
  .color-md-pink {
    color: #d63384 !important;
  }
  .color-md-red {
    color: #dc3545 !important;
  }
  .color-md-orange {
    color: #FD8262 !important;
  }
  .color-md-yellow {
    color: #F6AE42 !important;
  }
  .color-md-green {
    color: #627C36 !important;
  }
  .color-md-teal {
    color: #20c997 !important;
  }
  .color-md-cyan {
    color: #0dcaf0 !important;
  }
  .color-md-black {
    color: #000 !important;
  }
  .color-md-white {
    color: #fff !important;
  }
  .color-md-gray {
    color: #6c757d !important;
  }
  .color-md-transparent {
    color: transparent !important;
  }
  .color-md-blueDark {
    color: #2727ff !important;
  }
  .color-md-blueLight {
    color: #000094 !important;
  }
  .color-md-pinkDark {
    color: #CC1F42 !important;
  }
  .color-md-pinkLight {
    color: #FF5983 !important;
  }
  .color-md-redLight {
    color: #ff212c !important;
  }
  .color-md-redDark {
    color: #960010 !important;
  }
  .color-md-yellowDark {
    color: #CCA300 !important;
  }
  .color-md-yellowLight {
    color: #FFDD33 !important;
  }
  .color-md-greenLight {
    color: #8FB914 !important;
  }
  .color-md-greenDark {
    color: #2ACF80 !important;
  }
  .color-md-grayDark {
    color: #313130 !important;
  }
  .color-md-grayLight {
    color: #8C8C8C !important;
  }
  .color-md-light {
    color: #F1F1F1 !important;
  }
  .color-md-brown {
    color: #885F50 !important;
  }
  .color-md-brownDark {
    color: #4D271A !important;
  }
  .color-md-brownLight {
    color: #CFB59E !important;
  }
  .color-md-viber {
    color: #665CAC !important;
  }
  .color-md-whatsapp {
    color: #25D366 !important;
  }
  .color-md-facebook {
    color: #1a77f2 !important;
  }
  .color-md-vkontakte {
    color: #0077FF !important;
  }
  .color-md-telegram {
    color: #0088cc !important;
  }
  .color-md-youtube {
    color: #ff0000 !important;
  }
  .color-md-spotify {
    color: #1ED760 !important;
  }
  .color-md-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-md-sberZvuk {
    color: #07ead8 !important;
  }
  .color-md-appleMusic {
    color: #fa586a !important;
  }
  .color-md-flamp {
    color: #2E6BE5 !important;
  }
  .color-md-badstudio {
    color: #c7212c !important;
  }
  .color-md-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-md-blue {
    background-color: #007CC2 !important;
  }
  .bg-md-indigo {
    background-color: #6610f2 !important;
  }
  .bg-md-purple {
    background-color: #6f42c1 !important;
  }
  .bg-md-pink {
    background-color: #d63384 !important;
  }
  .bg-md-red {
    background-color: #dc3545 !important;
  }
  .bg-md-orange {
    background-color: #FD8262 !important;
  }
  .bg-md-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-md-green {
    background-color: #627C36 !important;
  }
  .bg-md-teal {
    background-color: #20c997 !important;
  }
  .bg-md-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-md-black {
    background-color: #000 !important;
  }
  .bg-md-white {
    background-color: #fff !important;
  }
  .bg-md-gray {
    background-color: #6c757d !important;
  }
  .bg-md-transparent {
    background-color: transparent !important;
  }
  .bg-md-blueDark {
    background-color: #2727ff !important;
  }
  .bg-md-blueLight {
    background-color: #000094 !important;
  }
  .bg-md-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-md-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-md-redLight {
    background-color: #ff212c !important;
  }
  .bg-md-redDark {
    background-color: #960010 !important;
  }
  .bg-md-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-md-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-md-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-md-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-md-grayDark {
    background-color: #313130 !important;
  }
  .bg-md-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-md-light {
    background-color: #F1F1F1 !important;
  }
  .bg-md-brown {
    background-color: #885F50 !important;
  }
  .bg-md-brownDark {
    background-color: #4D271A !important;
  }
  .bg-md-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-md-viber {
    background-color: #665CAC !important;
  }
  .bg-md-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-md-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-md-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-md-telegram {
    background-color: #0088cc !important;
  }
  .bg-md-youtube {
    background-color: #ff0000 !important;
  }
  .bg-md-spotify {
    background-color: #1ED760 !important;
  }
  .bg-md-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-md-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-md-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-md-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-md-badstudio {
    background-color: #c7212c !important;
  }
  .bg-md-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-md-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-md-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-md-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-md-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-md-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-md-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-md-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-md-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-md-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-md-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-md-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-md-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-md-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-md-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-md-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-md-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-md-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-md-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-md-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-md-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-md-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-md-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-md-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-md-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-md-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-md-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-md-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-md-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-md-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-md-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-md-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-md-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-md-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-md-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-md-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-md-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-md-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-md-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-md-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-md-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-md-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-md-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-md-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-md-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-md-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-md-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-md-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-md-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-md-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-md-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-md-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-md-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-md-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-md-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-md-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-md-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-md-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-md-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-md-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-md-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-md-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-md-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-md-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-md-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-md-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-md-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-md-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-md-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-md-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-md-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-md-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-md-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-md-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-md-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-md-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-md-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-md-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-md-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-md-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-md-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-md-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-md-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-md-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-md-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-md-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-md-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-md-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-md-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-md-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-md-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-md-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-md-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-md-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-md-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-md-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-md-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-md-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-md-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-md-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-md-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-md-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-md-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-md-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-md-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-md-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-md-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-md-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-md-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-md-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-md-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-md-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-md-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-md-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-md-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-md-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-md-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-md-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-md-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-md-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-md-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-md-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-md-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-md-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-md-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-md-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-md-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-md-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-md-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-md-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-md-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-md-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-md-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-md-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-md-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-md-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-md-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-md-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-md-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-md-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-md-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-md-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-md-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-md-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-md-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-md-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-md-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-md-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-md-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-md-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-md-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-md-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-md-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-md-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-md-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-md-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-md-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-md-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-md-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-md-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-md-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-md-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-md-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-md-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-md-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-md-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-md-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-md-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-md-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-md-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-md-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-md-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-md-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-md-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-md-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-md-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-md-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-md-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-md-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-md-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-md-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-md-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-md-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-md-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-md-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-md-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-md-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-md-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-md-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-md-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-md-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-md-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-md-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-md-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-md-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-md-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-md-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-md-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-md-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-md-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-md-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-md-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-md-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-md-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-md-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-md-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-md-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-md-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-md-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-md-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-md-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-md-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-md-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-md-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-md-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-md-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-md-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-md-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-md-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-md-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-md-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-md-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-md-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-md-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-md-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-md-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-md-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-md-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-md-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-md-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-md-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-md-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-md-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-md-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-md-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-md-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-md-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-md-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-md-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-md-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-md-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-md-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-md-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-md-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-md-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-md-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-md-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-md-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-md-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-md-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-md-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-md-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-md-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-md-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-md-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-md-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-md-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-md-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-md-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-md-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-md-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-md-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-md-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-md-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-md-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-md-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-md-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-md-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-md-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-md-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-md-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-md-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-md-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-md-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-md-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-md-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-md-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-md-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-md-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-md-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-md-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-md-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-md-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-md-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-md-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-md-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-md-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-md-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-md-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-md-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-md-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-md-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-md-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-md-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-md-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-md-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-md-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-md-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-md-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-md-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-md-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-md-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-md-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-md-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-md-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-md-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-md-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-md-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-md-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-md-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-md-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-md-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-md-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-md-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-md-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-md-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-md-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-md-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-md-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-md-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-md-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-md-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-md-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-md-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-md-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-md-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-md-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-md-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-md-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-md-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-md-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-md-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-md-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-md-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-md-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-md-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-md-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-md-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-md-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-md-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-md-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-md-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-md-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-md-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-md-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-md-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-md-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-md-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-md-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-md-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-md-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-md-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-md-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-md-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-md-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-md-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-md-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-md-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-md-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-md-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-md-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-md-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-md-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-md-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-md-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-md-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-md-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-md-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-md-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-md-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-md-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-md-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-md-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-md-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-md-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-md-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-md-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-md-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-md-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-md-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-md-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-md-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-md-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-md-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-md-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-md-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-md-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-md-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-md-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-md-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-md-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-md-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-md-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-md-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-md-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-md-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-md-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-md-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-md-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-md-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-md-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-md-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-md-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-md-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-md-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-md-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-md-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-md-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-md-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-md-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-md-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-md-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-md-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-md-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-md-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-md-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-md-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-md-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-md-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-md-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-md-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-md-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-md-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-md-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-md-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-md-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-md-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-md-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-md-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-md-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-md-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-md-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-md-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-md-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-md-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-md-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-md-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-md-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-md-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-md-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-md-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-md-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-md-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-md-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-md-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-md-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-md-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-md-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-md-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-md-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-md-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-md-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-md-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-md-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-md-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-md-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-md-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-md-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-md-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-md-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-md-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-md-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-md-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-md-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-md-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-md-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-md-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-md-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-md-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-md-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-md-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-md-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-md-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-md-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-md-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-md-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-md-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-md-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-md-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-md-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-md-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-md-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-md-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-md-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-md-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-md-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-md-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-md-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-md-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-md-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-md-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-md-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-md-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-md-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-md-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-md-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-md-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-md-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-md-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-md-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-md-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-md-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-md-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-md-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-md-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-md-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-md-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-md-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-md-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-md-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-md-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-md-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-md-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-md-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-md-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-md-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-md-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-md-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-md-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-md-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-md-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-md-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-md-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-md-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-md-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-md-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-md-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-md-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-md-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-md-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-md-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-md-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-md-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-md-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-md-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-md-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-md-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-md-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-md-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-md-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-md-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-md-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-md-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-md-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-md-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-md-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-md-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-md-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-md-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-md-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-md-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-md-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-md-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-md-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-md-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-md-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-md-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-md-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-md-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-md-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-md-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-md-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-md-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-md-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-md-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-md-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-md-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-md-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-md-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-md-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-md-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-md-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-md-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-md-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-md-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-md-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-md-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-md-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-md-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-md-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-md-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-md-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-md-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-md-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-md-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-md-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-md-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-md-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-md-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-md-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-md-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-md-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-md-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-md-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-md-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-md-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-md-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-md-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-md-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-md-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-md-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-md-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-md-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-md-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-md-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-md-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-md-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-md-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-md-default {
    cursor: default !important;
  }
  .cursor-md-pointer {
    cursor: pointer !important;
  }
  .color-md-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-md-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-md-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-md-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-md-redHover:hover {
    color: #dc3545 !important;
  }
  .color-md-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-md-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-md-greenHover:hover {
    color: #627C36 !important;
  }
  .color-md-tealHover:hover {
    color: #20c997 !important;
  }
  .color-md-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-md-blackHover:hover {
    color: #000 !important;
  }
  .color-md-whiteHover:hover {
    color: #fff !important;
  }
  .color-md-grayHover:hover {
    color: #6c757d !important;
  }
  .color-md-transparentHover:hover {
    color: transparent !important;
  }
  .color-md-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-md-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-md-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-md-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-md-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-md-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-md-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-md-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-md-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-md-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-md-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-md-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-md-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-md-brownHover:hover {
    color: #885F50 !important;
  }
  .color-md-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-md-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-md-viberHover:hover {
    color: #665CAC !important;
  }
  .color-md-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-md-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-md-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-md-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-md-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-md-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-md-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-md-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-md-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-md-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-md-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-md-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-md-blueActive.active {
    color: #007CC2 !important;
  }
  .color-md-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-md-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-md-pinkActive.active {
    color: #d63384 !important;
  }
  .color-md-redActive.active {
    color: #dc3545 !important;
  }
  .color-md-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-md-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-md-greenActive.active {
    color: #627C36 !important;
  }
  .color-md-tealActive.active {
    color: #20c997 !important;
  }
  .color-md-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-md-blackActive.active {
    color: #000 !important;
  }
  .color-md-whiteActive.active {
    color: #fff !important;
  }
  .color-md-grayActive.active {
    color: #6c757d !important;
  }
  .color-md-transparentActive.active {
    color: transparent !important;
  }
  .color-md-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-md-blueLightActive.active {
    color: #000094 !important;
  }
  .color-md-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-md-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-md-redLightActive.active {
    color: #ff212c !important;
  }
  .color-md-redDarkActive.active {
    color: #960010 !important;
  }
  .color-md-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-md-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-md-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-md-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-md-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-md-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-md-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-md-brownActive.active {
    color: #885F50 !important;
  }
  .color-md-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-md-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-md-viberActive.active {
    color: #665CAC !important;
  }
  .color-md-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-md-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-md-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-md-telegramActive.active {
    color: #0088cc !important;
  }
  .color-md-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-md-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-md-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-md-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-md-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-md-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-md-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-md-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-md-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-md-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-md-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-md-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-md-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-md-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-md-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-md-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-md-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-md-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-md-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-md-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-md-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-md-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-md-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-md-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-md-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-md-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-md-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-md-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-md-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-md-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-md-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-md-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-md-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-md-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-md-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-md-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-md-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-md-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-md-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-md-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-md-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-md-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-md-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-md-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-md-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-md-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-md-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-md-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-md-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-md-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-md-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-md-none {
    border-style: none !important;
  }
  .border-md-dotted {
    border-style: dotted !important;
  }
  .border-md-dashed {
    border-style: dashed !important;
  }
  .border-md-solid {
    border-style: solid !important;
  }
  .border-md-double {
    border-style: double !important;
  }
  .border-md-groove {
    border-style: groove !important;
  }
  .border-md-inset {
    border-style: inset !important;
  }
  .border-md-outset {
    border-style: outset !important;
  }
  .border-left-md-none {
    border-left-style: none !important;
  }
  .border-left-md-dotted {
    border-left-style: dotted !important;
  }
  .border-left-md-dashed {
    border-left-style: dashed !important;
  }
  .border-left-md-solid {
    border-left-style: solid !important;
  }
  .border-left-md-double {
    border-left-style: double !important;
  }
  .border-left-md-groove {
    border-left-style: groove !important;
  }
  .border-left-md-inset {
    border-left-style: inset !important;
  }
  .border-left-md-outset {
    border-left-style: outset !important;
  }
  .border-right-md-none {
    border-right-style: none !important;
  }
  .border-right-md-dotted {
    border-right-style: dotted !important;
  }
  .border-right-md-dashed {
    border-right-style: dashed !important;
  }
  .border-right-md-solid {
    border-right-style: solid !important;
  }
  .border-right-md-double {
    border-right-style: double !important;
  }
  .border-right-md-groove {
    border-right-style: groove !important;
  }
  .border-right-md-inset {
    border-right-style: inset !important;
  }
  .border-right-md-outset {
    border-right-style: outset !important;
  }
  .border-top-md-none {
    border-top-style: none !important;
  }
  .border-top-md-dotted {
    border-top-style: dotted !important;
  }
  .border-top-md-dashed {
    border-top-style: dashed !important;
  }
  .border-top-md-solid {
    border-top-style: solid !important;
  }
  .border-top-md-double {
    border-top-style: double !important;
  }
  .border-top-md-groove {
    border-top-style: groove !important;
  }
  .border-top-md-inset {
    border-top-style: inset !important;
  }
  .border-top-md-outset {
    border-top-style: outset !important;
  }
  .border-bottom-md-none {
    border-bottom-style: none !important;
  }
  .border-bottom-md-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-md-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-md-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-md-double {
    border-bottom-style: double !important;
  }
  .border-bottom-md-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-md-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-md-outset {
    border-bottom-style: outset !important;
  }
  .border-md-inherit {
    border-width: inherit !important;
  }
  .border-md-0 {
    border-width: 0 !important;
  }
  .border-md-01 {
    border-width: 0.1rem !important;
  }
  .border-md-02 {
    border-width: 0.2rem !important;
  }
  .border-md-03 {
    border-width: 0.3rem !important;
  }
  .border-md-04 {
    border-width: 0.4rem !important;
  }
  .border-md-05 {
    border-width: 0.5rem !important;
  }
  .border-md-06 {
    border-width: 0.6rem !important;
  }
  .border-md-07 {
    border-width: 0.7rem !important;
  }
  .border-md-08 {
    border-width: 0.8rem !important;
  }
  .border-md-09 {
    border-width: 0.9rem !important;
  }
  .border-md-1 {
    border-width: 1rem !important;
  }
  .border-md-10 {
    border-width: 1rem !important;
  }
  .border-md-11 {
    border-width: 1.1rem !important;
  }
  .border-md-12 {
    border-width: 1.2rem !important;
  }
  .border-md-13 {
    border-width: 1.3rem !important;
  }
  .border-md-14 {
    border-width: 1.4rem !important;
  }
  .border-md-15 {
    border-width: 1.5rem !important;
  }
  .border-md-16 {
    border-width: 1.6rem !important;
  }
  .border-md-17 {
    border-width: 1.7rem !important;
  }
  .border-md-18 {
    border-width: 1.8rem !important;
  }
  .border-md-19 {
    border-width: 1.9rem !important;
  }
  .border-md-2 {
    border-width: 2rem !important;
  }
  .border-md-20 {
    border-width: 2rem !important;
  }
  .border-md-21 {
    border-width: 2.1rem !important;
  }
  .border-md-22 {
    border-width: 2.2rem !important;
  }
  .border-md-23 {
    border-width: 2.3rem !important;
  }
  .border-md-24 {
    border-width: 2.4rem !important;
  }
  .border-md-25 {
    border-width: 2.5rem !important;
  }
  .border-md-26 {
    border-width: 2.6rem !important;
  }
  .border-md-27 {
    border-width: 2.7rem !important;
  }
  .border-md-28 {
    border-width: 2.8rem !important;
  }
  .border-md-29 {
    border-width: 2.9rem !important;
  }
  .border-md-3 {
    border-width: 3rem !important;
  }
  .border-md-30 {
    border-width: 3rem !important;
  }
  .border-md-31 {
    border-width: 3.1rem !important;
  }
  .border-md-32 {
    border-width: 3.2rem !important;
  }
  .border-md-33 {
    border-width: 3.3rem !important;
  }
  .border-md-34 {
    border-width: 3.4rem !important;
  }
  .border-md-35 {
    border-width: 3.5rem !important;
  }
  .border-md-36 {
    border-width: 3.6rem !important;
  }
  .border-md-37 {
    border-width: 3.7rem !important;
  }
  .border-md-38 {
    border-width: 3.8rem !important;
  }
  .border-md-39 {
    border-width: 3.9rem !important;
  }
  .border-md-4 {
    border-width: 4rem !important;
  }
  .border-md-40 {
    border-width: 4rem !important;
  }
  .border-md-41 {
    border-width: 4.1rem !important;
  }
  .border-md-42 {
    border-width: 4.2rem !important;
  }
  .border-md-43 {
    border-width: 4.3rem !important;
  }
  .border-md-44 {
    border-width: 4.4rem !important;
  }
  .border-md-45 {
    border-width: 4.5rem !important;
  }
  .border-md-46 {
    border-width: 4.6rem !important;
  }
  .border-md-47 {
    border-width: 4.7rem !important;
  }
  .border-md-48 {
    border-width: 4.8rem !important;
  }
  .border-md-49 {
    border-width: 4.9rem !important;
  }
  .border-md-5 {
    border-width: 5rem !important;
  }
  .border-md-50 {
    border-width: 5rem !important;
  }
  .border-md-51 {
    border-width: 5.1rem !important;
  }
  .border-md-52 {
    border-width: 5.2rem !important;
  }
  .border-md-53 {
    border-width: 5.3rem !important;
  }
  .border-md-54 {
    border-width: 5.4rem !important;
  }
  .border-md-55 {
    border-width: 5.5rem !important;
  }
  .border-md-56 {
    border-width: 5.6rem !important;
  }
  .border-md-57 {
    border-width: 5.7rem !important;
  }
  .border-md-58 {
    border-width: 5.8rem !important;
  }
  .border-md-59 {
    border-width: 5.9rem !important;
  }
  .border-md-6 {
    border-width: 6rem !important;
  }
  .border-md-60 {
    border-width: 6rem !important;
  }
  .border-md-61 {
    border-width: 6.1rem !important;
  }
  .border-md-62 {
    border-width: 6.2rem !important;
  }
  .border-md-63 {
    border-width: 6.3rem !important;
  }
  .border-md-64 {
    border-width: 6.4rem !important;
  }
  .border-md-65 {
    border-width: 6.5rem !important;
  }
  .border-md-66 {
    border-width: 6.6rem !important;
  }
  .border-md-67 {
    border-width: 6.7rem !important;
  }
  .border-md-68 {
    border-width: 6.8rem !important;
  }
  .border-md-69 {
    border-width: 6.9rem !important;
  }
  .border-md-7 {
    border-width: 7rem !important;
  }
  .border-md-70 {
    border-width: 7rem !important;
  }
  .border-md-71 {
    border-width: 7.1rem !important;
  }
  .border-md-72 {
    border-width: 7.2rem !important;
  }
  .border-md-73 {
    border-width: 7.3rem !important;
  }
  .border-md-74 {
    border-width: 7.4rem !important;
  }
  .border-md-75 {
    border-width: 7.5rem !important;
  }
  .border-md-76 {
    border-width: 7.6rem !important;
  }
  .border-md-77 {
    border-width: 7.7rem !important;
  }
  .border-md-78 {
    border-width: 7.8rem !important;
  }
  .border-md-79 {
    border-width: 7.9rem !important;
  }
  .border-md-8 {
    border-width: 8rem !important;
  }
  .border-md-80 {
    border-width: 8rem !important;
  }
  .border-md-81 {
    border-width: 8.1rem !important;
  }
  .border-md-82 {
    border-width: 8.2rem !important;
  }
  .border-md-83 {
    border-width: 8.3rem !important;
  }
  .border-md-84 {
    border-width: 8.4rem !important;
  }
  .border-md-85 {
    border-width: 8.5rem !important;
  }
  .border-md-86 {
    border-width: 8.6rem !important;
  }
  .border-md-87 {
    border-width: 8.7rem !important;
  }
  .border-md-88 {
    border-width: 8.8rem !important;
  }
  .border-md-89 {
    border-width: 8.9rem !important;
  }
  .border-md-9 {
    border-width: 9rem !important;
  }
  .border-md-90 {
    border-width: 9rem !important;
  }
  .border-md-91 {
    border-width: 9.1rem !important;
  }
  .border-md-92 {
    border-width: 9.2rem !important;
  }
  .border-md-93 {
    border-width: 9.3rem !important;
  }
  .border-md-94 {
    border-width: 9.4rem !important;
  }
  .border-md-95 {
    border-width: 9.5rem !important;
  }
  .border-md-96 {
    border-width: 9.6rem !important;
  }
  .border-md-97 {
    border-width: 9.7rem !important;
  }
  .border-md-98 {
    border-width: 9.8rem !important;
  }
  .border-md-99 {
    border-width: 9.9rem !important;
  }
  .border-md-100 {
    border-width: 10rem !important;
  }
  .border-md-110 {
    border-width: 11rem !important;
  }
  .border-md-120 {
    border-width: 12rem !important;
  }
  .border-md-130 {
    border-width: 13rem !important;
  }
  .border-md-140 {
    border-width: 14rem !important;
  }
  .border-md-150 {
    border-width: 15rem !important;
  }
  .border-md-160 {
    border-width: 16rem !important;
  }
  .border-md-170 {
    border-width: 17rem !important;
  }
  .border-md-180 {
    border-width: 18rem !important;
  }
  .border-md-190 {
    border-width: 19rem !important;
  }
  .border-md-200 {
    border-width: 20rem !important;
  }
  .border-left-md-inherit {
    border-left-width: inherit !important;
  }
  .border-left-md-0 {
    border-left-width: 0 !important;
  }
  .border-left-md-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-md-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-md-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-md-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-md-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-md-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-md-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-md-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-md-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-md-1 {
    border-left-width: 1rem !important;
  }
  .border-left-md-10 {
    border-left-width: 1rem !important;
  }
  .border-left-md-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-md-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-md-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-md-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-md-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-md-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-md-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-md-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-md-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-md-2 {
    border-left-width: 2rem !important;
  }
  .border-left-md-20 {
    border-left-width: 2rem !important;
  }
  .border-left-md-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-md-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-md-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-md-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-md-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-md-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-md-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-md-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-md-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-md-3 {
    border-left-width: 3rem !important;
  }
  .border-left-md-30 {
    border-left-width: 3rem !important;
  }
  .border-left-md-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-md-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-md-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-md-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-md-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-md-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-md-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-md-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-md-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-md-4 {
    border-left-width: 4rem !important;
  }
  .border-left-md-40 {
    border-left-width: 4rem !important;
  }
  .border-left-md-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-md-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-md-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-md-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-md-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-md-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-md-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-md-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-md-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-md-5 {
    border-left-width: 5rem !important;
  }
  .border-left-md-50 {
    border-left-width: 5rem !important;
  }
  .border-left-md-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-md-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-md-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-md-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-md-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-md-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-md-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-md-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-md-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-md-6 {
    border-left-width: 6rem !important;
  }
  .border-left-md-60 {
    border-left-width: 6rem !important;
  }
  .border-left-md-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-md-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-md-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-md-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-md-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-md-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-md-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-md-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-md-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-md-7 {
    border-left-width: 7rem !important;
  }
  .border-left-md-70 {
    border-left-width: 7rem !important;
  }
  .border-left-md-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-md-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-md-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-md-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-md-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-md-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-md-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-md-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-md-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-md-8 {
    border-left-width: 8rem !important;
  }
  .border-left-md-80 {
    border-left-width: 8rem !important;
  }
  .border-left-md-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-md-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-md-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-md-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-md-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-md-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-md-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-md-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-md-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-md-9 {
    border-left-width: 9rem !important;
  }
  .border-left-md-90 {
    border-left-width: 9rem !important;
  }
  .border-left-md-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-md-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-md-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-md-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-md-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-md-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-md-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-md-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-md-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-md-100 {
    border-left-width: 10rem !important;
  }
  .border-left-md-110 {
    border-left-width: 11rem !important;
  }
  .border-left-md-120 {
    border-left-width: 12rem !important;
  }
  .border-left-md-130 {
    border-left-width: 13rem !important;
  }
  .border-left-md-140 {
    border-left-width: 14rem !important;
  }
  .border-left-md-150 {
    border-left-width: 15rem !important;
  }
  .border-left-md-160 {
    border-left-width: 16rem !important;
  }
  .border-left-md-170 {
    border-left-width: 17rem !important;
  }
  .border-left-md-180 {
    border-left-width: 18rem !important;
  }
  .border-left-md-190 {
    border-left-width: 19rem !important;
  }
  .border-left-md-200 {
    border-left-width: 20rem !important;
  }
  .border-right-md-inherit {
    border-right-width: inherit !important;
  }
  .border-right-md-0 {
    border-right-width: 0 !important;
  }
  .border-right-md-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-md-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-md-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-md-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-md-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-md-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-md-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-md-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-md-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-md-1 {
    border-right-width: 1rem !important;
  }
  .border-right-md-10 {
    border-right-width: 1rem !important;
  }
  .border-right-md-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-md-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-md-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-md-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-md-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-md-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-md-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-md-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-md-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-md-2 {
    border-right-width: 2rem !important;
  }
  .border-right-md-20 {
    border-right-width: 2rem !important;
  }
  .border-right-md-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-md-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-md-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-md-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-md-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-md-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-md-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-md-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-md-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-md-3 {
    border-right-width: 3rem !important;
  }
  .border-right-md-30 {
    border-right-width: 3rem !important;
  }
  .border-right-md-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-md-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-md-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-md-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-md-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-md-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-md-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-md-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-md-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-md-4 {
    border-right-width: 4rem !important;
  }
  .border-right-md-40 {
    border-right-width: 4rem !important;
  }
  .border-right-md-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-md-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-md-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-md-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-md-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-md-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-md-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-md-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-md-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-md-5 {
    border-right-width: 5rem !important;
  }
  .border-right-md-50 {
    border-right-width: 5rem !important;
  }
  .border-right-md-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-md-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-md-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-md-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-md-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-md-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-md-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-md-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-md-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-md-6 {
    border-right-width: 6rem !important;
  }
  .border-right-md-60 {
    border-right-width: 6rem !important;
  }
  .border-right-md-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-md-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-md-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-md-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-md-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-md-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-md-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-md-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-md-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-md-7 {
    border-right-width: 7rem !important;
  }
  .border-right-md-70 {
    border-right-width: 7rem !important;
  }
  .border-right-md-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-md-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-md-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-md-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-md-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-md-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-md-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-md-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-md-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-md-8 {
    border-right-width: 8rem !important;
  }
  .border-right-md-80 {
    border-right-width: 8rem !important;
  }
  .border-right-md-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-md-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-md-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-md-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-md-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-md-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-md-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-md-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-md-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-md-9 {
    border-right-width: 9rem !important;
  }
  .border-right-md-90 {
    border-right-width: 9rem !important;
  }
  .border-right-md-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-md-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-md-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-md-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-md-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-md-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-md-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-md-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-md-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-md-100 {
    border-right-width: 10rem !important;
  }
  .border-right-md-110 {
    border-right-width: 11rem !important;
  }
  .border-right-md-120 {
    border-right-width: 12rem !important;
  }
  .border-right-md-130 {
    border-right-width: 13rem !important;
  }
  .border-right-md-140 {
    border-right-width: 14rem !important;
  }
  .border-right-md-150 {
    border-right-width: 15rem !important;
  }
  .border-right-md-160 {
    border-right-width: 16rem !important;
  }
  .border-right-md-170 {
    border-right-width: 17rem !important;
  }
  .border-right-md-180 {
    border-right-width: 18rem !important;
  }
  .border-right-md-190 {
    border-right-width: 19rem !important;
  }
  .border-right-md-200 {
    border-right-width: 20rem !important;
  }
  .border-right-md-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-md-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-md-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-md-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-md-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-md-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-md-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-md-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-md-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-md-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-md-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-md-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-md-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-md-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-md-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-md-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-md-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-md-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-md-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-md-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-md-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-md-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-md-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-md-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-md-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-md-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-md-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-md-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-md-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-md-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-md-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-md-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-md-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-md-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-md-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-md-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-md-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-md-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-md-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-md-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-md-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-md-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-md-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-md-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-md-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-md-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-md-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-md-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-md-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-md-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-md-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-md-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-md-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-md-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-md-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-md-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-md-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-md-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-md-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-md-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-md-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-md-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-md-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-md-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-md-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-md-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-md-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-md-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-md-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-md-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-md-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-md-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-md-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-md-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-md-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-md-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-md-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-md-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-md-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-md-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-md-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-md-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-md-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-md-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-md-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-md-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-md-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-md-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-md-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-md-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-md-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-md-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-md-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-md-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-md-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-md-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-md-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-md-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-md-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-md-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-md-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-md-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-md-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-md-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-md-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-md-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-md-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-md-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-md-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-md-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-md-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-md-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-md-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-md-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-md-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-md-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-md-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-md-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-md-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-md-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-md-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-md-inherit {
    border-top-width: inherit !important;
  }
  .border-top-md-0 {
    border-top-width: 0 !important;
  }
  .border-top-md-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-md-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-md-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-md-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-md-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-md-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-md-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-md-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-md-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-md-1 {
    border-top-width: 1rem !important;
  }
  .border-top-md-10 {
    border-top-width: 1rem !important;
  }
  .border-top-md-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-md-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-md-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-md-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-md-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-md-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-md-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-md-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-md-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-md-2 {
    border-top-width: 2rem !important;
  }
  .border-top-md-20 {
    border-top-width: 2rem !important;
  }
  .border-top-md-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-md-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-md-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-md-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-md-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-md-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-md-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-md-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-md-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-md-3 {
    border-top-width: 3rem !important;
  }
  .border-top-md-30 {
    border-top-width: 3rem !important;
  }
  .border-top-md-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-md-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-md-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-md-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-md-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-md-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-md-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-md-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-md-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-md-4 {
    border-top-width: 4rem !important;
  }
  .border-top-md-40 {
    border-top-width: 4rem !important;
  }
  .border-top-md-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-md-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-md-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-md-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-md-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-md-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-md-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-md-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-md-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-md-5 {
    border-top-width: 5rem !important;
  }
  .border-top-md-50 {
    border-top-width: 5rem !important;
  }
  .border-top-md-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-md-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-md-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-md-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-md-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-md-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-md-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-md-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-md-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-md-6 {
    border-top-width: 6rem !important;
  }
  .border-top-md-60 {
    border-top-width: 6rem !important;
  }
  .border-top-md-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-md-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-md-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-md-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-md-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-md-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-md-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-md-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-md-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-md-7 {
    border-top-width: 7rem !important;
  }
  .border-top-md-70 {
    border-top-width: 7rem !important;
  }
  .border-top-md-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-md-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-md-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-md-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-md-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-md-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-md-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-md-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-md-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-md-8 {
    border-top-width: 8rem !important;
  }
  .border-top-md-80 {
    border-top-width: 8rem !important;
  }
  .border-top-md-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-md-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-md-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-md-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-md-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-md-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-md-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-md-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-md-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-md-9 {
    border-top-width: 9rem !important;
  }
  .border-top-md-90 {
    border-top-width: 9rem !important;
  }
  .border-top-md-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-md-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-md-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-md-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-md-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-md-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-md-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-md-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-md-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-md-100 {
    border-top-width: 10rem !important;
  }
  .border-top-md-110 {
    border-top-width: 11rem !important;
  }
  .border-top-md-120 {
    border-top-width: 12rem !important;
  }
  .border-top-md-130 {
    border-top-width: 13rem !important;
  }
  .border-top-md-140 {
    border-top-width: 14rem !important;
  }
  .border-top-md-150 {
    border-top-width: 15rem !important;
  }
  .border-top-md-160 {
    border-top-width: 16rem !important;
  }
  .border-top-md-170 {
    border-top-width: 17rem !important;
  }
  .border-top-md-180 {
    border-top-width: 18rem !important;
  }
  .border-top-md-190 {
    border-top-width: 19rem !important;
  }
  .border-top-md-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-md-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-md-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-md-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-md-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-md-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-md-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-md-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-md-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-md-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-md-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-md-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-md-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-md-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-md-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-md-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-md-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-md-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-md-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-md-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-md-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-md-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-md-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-md-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-md-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-md-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-md-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-md-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-md-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-md-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-md-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-md-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-md-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-md-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-md-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-md-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-md-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-md-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-md-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-md-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-md-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-md-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-md-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-md-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-md-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-md-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-md-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-md-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-md-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-md-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-md-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-md-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-md-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-md-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-md-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-md-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-md-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-md-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-md-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-md-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-md-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-md-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-md-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-md-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-md-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-md-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-md-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-md-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-md-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-md-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-md-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-md-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-md-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-md-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-md-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-md-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-md-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-md-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-md-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-md-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-md-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-md-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-md-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-md-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-md-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-md-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-md-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-md-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-md-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-md-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-md-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-md-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-md-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-md-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-md-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-md-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-md-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-md-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-md-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-md-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-md-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-md-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-md-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-md-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-md-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-md-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-md-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-md-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-md-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-md-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-md-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-md-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-md-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-md-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-md-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-md-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-md-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-md-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-md-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-md-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-md-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-md-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-md-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-md-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-md-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-md-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-md-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-md-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-md-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-md-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-md-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-md-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-md-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-md-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-md-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-md-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-md-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-md-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-md-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-md-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-md-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-md-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-md-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-md-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-md-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-md-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-md-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-md-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-md-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-md-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-md-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-md-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-md-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-md-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-md-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-md-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-md-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-md-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-md-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-md-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-md-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-md-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-md-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-md-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-md-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-md-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-md-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-md-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-md-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-md-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-md-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-md-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-md-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-md-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-md-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-md-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-md-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-md-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-md-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-md-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-md-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-md-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-md-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-md-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-md-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-md-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-md-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-md-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-md-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-md-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-md-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-md-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-md-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-md-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-md-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-md-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-md-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-md-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-md-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-md-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-md-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-md-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-md-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-md-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-md-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-md-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-md-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-md-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-md-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-md-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-md-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-md-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-md-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-md-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-md-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-md-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-md-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-md-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-md-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-md-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-md-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-md-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-md-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-md-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-md-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-md-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-md-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-md-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-md-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-md-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-md-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-md-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-md-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-md-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-md-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-md-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-md-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-md-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-md-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-md-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-md-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-md-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-md-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-md-blue {
    border-color: #007CC2 !important;
  }
  .border-color-md-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-md-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-md-pink {
    border-color: #d63384 !important;
  }
  .border-color-md-red {
    border-color: #dc3545 !important;
  }
  .border-color-md-orange {
    border-color: #FD8262 !important;
  }
  .border-color-md-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-md-green {
    border-color: #627C36 !important;
  }
  .border-color-md-teal {
    border-color: #20c997 !important;
  }
  .border-color-md-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-md-black {
    border-color: #000 !important;
  }
  .border-color-md-white {
    border-color: #fff !important;
  }
  .border-color-md-gray {
    border-color: #6c757d !important;
  }
  .border-color-md-transparent {
    border-color: transparent !important;
  }
  .border-color-md-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-md-blueLight {
    border-color: #000094 !important;
  }
  .border-color-md-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-md-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-md-redLight {
    border-color: #ff212c !important;
  }
  .border-color-md-redDark {
    border-color: #960010 !important;
  }
  .border-color-md-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-md-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-md-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-md-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-md-grayDark {
    border-color: #313130 !important;
  }
  .border-color-md-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-md-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-md-brown {
    border-color: #885F50 !important;
  }
  .border-color-md-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-md-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-md-viber {
    border-color: #665CAC !important;
  }
  .border-color-md-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-md-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-md-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-md-telegram {
    border-color: #0088cc !important;
  }
  .border-color-md-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-md-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-md-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-md-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-md-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-md-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-md-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-md-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-md-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-md-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-md-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-md-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-md-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-md-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-md-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-md-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-md-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-md-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-md-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-md-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-md-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-md-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-md-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-md-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-md-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-md-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-md-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-md-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-md-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-md-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-md-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-md-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-md-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-md-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-md-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-md-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-md-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-md-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-md-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-md-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-md-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-md-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-md-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-md-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-md-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-md-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-md-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-md-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-md-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-md-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-md-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-md-inherit {
    border-radius: inherit !important;
  }
  .radius-md-0 {
    border-radius: 0 !important;
  }
  .radius-md-01 {
    border-radius: 0.1rem !important;
  }
  .radius-md-02 {
    border-radius: 0.2rem !important;
  }
  .radius-md-03 {
    border-radius: 0.3rem !important;
  }
  .radius-md-04 {
    border-radius: 0.4rem !important;
  }
  .radius-md-05 {
    border-radius: 0.5rem !important;
  }
  .radius-md-06 {
    border-radius: 0.6rem !important;
  }
  .radius-md-07 {
    border-radius: 0.7rem !important;
  }
  .radius-md-08 {
    border-radius: 0.8rem !important;
  }
  .radius-md-09 {
    border-radius: 0.9rem !important;
  }
  .radius-md-1 {
    border-radius: 1rem !important;
  }
  .radius-md-10 {
    border-radius: 1rem !important;
  }
  .radius-md-11 {
    border-radius: 1.1rem !important;
  }
  .radius-md-12 {
    border-radius: 1.2rem !important;
  }
  .radius-md-13 {
    border-radius: 1.3rem !important;
  }
  .radius-md-14 {
    border-radius: 1.4rem !important;
  }
  .radius-md-15 {
    border-radius: 1.5rem !important;
  }
  .radius-md-16 {
    border-radius: 1.6rem !important;
  }
  .radius-md-17 {
    border-radius: 1.7rem !important;
  }
  .radius-md-18 {
    border-radius: 1.8rem !important;
  }
  .radius-md-19 {
    border-radius: 1.9rem !important;
  }
  .radius-md-2 {
    border-radius: 2rem !important;
  }
  .radius-md-20 {
    border-radius: 2rem !important;
  }
  .radius-md-21 {
    border-radius: 2.1rem !important;
  }
  .radius-md-22 {
    border-radius: 2.2rem !important;
  }
  .radius-md-23 {
    border-radius: 2.3rem !important;
  }
  .radius-md-24 {
    border-radius: 2.4rem !important;
  }
  .radius-md-25 {
    border-radius: 2.5rem !important;
  }
  .radius-md-26 {
    border-radius: 2.6rem !important;
  }
  .radius-md-27 {
    border-radius: 2.7rem !important;
  }
  .radius-md-28 {
    border-radius: 2.8rem !important;
  }
  .radius-md-29 {
    border-radius: 2.9rem !important;
  }
  .radius-md-3 {
    border-radius: 3rem !important;
  }
  .radius-md-30 {
    border-radius: 3rem !important;
  }
  .radius-md-31 {
    border-radius: 3.1rem !important;
  }
  .radius-md-32 {
    border-radius: 3.2rem !important;
  }
  .radius-md-33 {
    border-radius: 3.3rem !important;
  }
  .radius-md-34 {
    border-radius: 3.4rem !important;
  }
  .radius-md-35 {
    border-radius: 3.5rem !important;
  }
  .radius-md-36 {
    border-radius: 3.6rem !important;
  }
  .radius-md-37 {
    border-radius: 3.7rem !important;
  }
  .radius-md-38 {
    border-radius: 3.8rem !important;
  }
  .radius-md-39 {
    border-radius: 3.9rem !important;
  }
  .radius-md-4 {
    border-radius: 4rem !important;
  }
  .radius-md-40 {
    border-radius: 4rem !important;
  }
  .radius-md-41 {
    border-radius: 4.1rem !important;
  }
  .radius-md-42 {
    border-radius: 4.2rem !important;
  }
  .radius-md-43 {
    border-radius: 4.3rem !important;
  }
  .radius-md-44 {
    border-radius: 4.4rem !important;
  }
  .radius-md-45 {
    border-radius: 4.5rem !important;
  }
  .radius-md-46 {
    border-radius: 4.6rem !important;
  }
  .radius-md-47 {
    border-radius: 4.7rem !important;
  }
  .radius-md-48 {
    border-radius: 4.8rem !important;
  }
  .radius-md-49 {
    border-radius: 4.9rem !important;
  }
  .radius-md-5 {
    border-radius: 5rem !important;
  }
  .radius-md-50 {
    border-radius: 5rem !important;
  }
  .radius-md-51 {
    border-radius: 5.1rem !important;
  }
  .radius-md-52 {
    border-radius: 5.2rem !important;
  }
  .radius-md-53 {
    border-radius: 5.3rem !important;
  }
  .radius-md-54 {
    border-radius: 5.4rem !important;
  }
  .radius-md-55 {
    border-radius: 5.5rem !important;
  }
  .radius-md-56 {
    border-radius: 5.6rem !important;
  }
  .radius-md-57 {
    border-radius: 5.7rem !important;
  }
  .radius-md-58 {
    border-radius: 5.8rem !important;
  }
  .radius-md-59 {
    border-radius: 5.9rem !important;
  }
  .radius-md-6 {
    border-radius: 6rem !important;
  }
  .radius-md-60 {
    border-radius: 6rem !important;
  }
  .radius-md-61 {
    border-radius: 6.1rem !important;
  }
  .radius-md-62 {
    border-radius: 6.2rem !important;
  }
  .radius-md-63 {
    border-radius: 6.3rem !important;
  }
  .radius-md-64 {
    border-radius: 6.4rem !important;
  }
  .radius-md-65 {
    border-radius: 6.5rem !important;
  }
  .radius-md-66 {
    border-radius: 6.6rem !important;
  }
  .radius-md-67 {
    border-radius: 6.7rem !important;
  }
  .radius-md-68 {
    border-radius: 6.8rem !important;
  }
  .radius-md-69 {
    border-radius: 6.9rem !important;
  }
  .radius-md-7 {
    border-radius: 7rem !important;
  }
  .radius-md-70 {
    border-radius: 7rem !important;
  }
  .radius-md-71 {
    border-radius: 7.1rem !important;
  }
  .radius-md-72 {
    border-radius: 7.2rem !important;
  }
  .radius-md-73 {
    border-radius: 7.3rem !important;
  }
  .radius-md-74 {
    border-radius: 7.4rem !important;
  }
  .radius-md-75 {
    border-radius: 7.5rem !important;
  }
  .radius-md-76 {
    border-radius: 7.6rem !important;
  }
  .radius-md-77 {
    border-radius: 7.7rem !important;
  }
  .radius-md-78 {
    border-radius: 7.8rem !important;
  }
  .radius-md-79 {
    border-radius: 7.9rem !important;
  }
  .radius-md-8 {
    border-radius: 8rem !important;
  }
  .radius-md-80 {
    border-radius: 8rem !important;
  }
  .radius-md-81 {
    border-radius: 8.1rem !important;
  }
  .radius-md-82 {
    border-radius: 8.2rem !important;
  }
  .radius-md-83 {
    border-radius: 8.3rem !important;
  }
  .radius-md-84 {
    border-radius: 8.4rem !important;
  }
  .radius-md-85 {
    border-radius: 8.5rem !important;
  }
  .radius-md-86 {
    border-radius: 8.6rem !important;
  }
  .radius-md-87 {
    border-radius: 8.7rem !important;
  }
  .radius-md-88 {
    border-radius: 8.8rem !important;
  }
  .radius-md-89 {
    border-radius: 8.9rem !important;
  }
  .radius-md-9 {
    border-radius: 9rem !important;
  }
  .radius-md-90 {
    border-radius: 9rem !important;
  }
  .radius-md-91 {
    border-radius: 9.1rem !important;
  }
  .radius-md-92 {
    border-radius: 9.2rem !important;
  }
  .radius-md-93 {
    border-radius: 9.3rem !important;
  }
  .radius-md-94 {
    border-radius: 9.4rem !important;
  }
  .radius-md-95 {
    border-radius: 9.5rem !important;
  }
  .radius-md-96 {
    border-radius: 9.6rem !important;
  }
  .radius-md-97 {
    border-radius: 9.7rem !important;
  }
  .radius-md-98 {
    border-radius: 9.8rem !important;
  }
  .radius-md-99 {
    border-radius: 9.9rem !important;
  }
  .radius-md-100 {
    border-radius: 10rem !important;
  }
  .radius-md-110 {
    border-radius: 11rem !important;
  }
  .radius-md-120 {
    border-radius: 12rem !important;
  }
  .radius-md-130 {
    border-radius: 13rem !important;
  }
  .radius-md-140 {
    border-radius: 14rem !important;
  }
  .radius-md-150 {
    border-radius: 15rem !important;
  }
  .radius-md-160 {
    border-radius: 16rem !important;
  }
  .radius-md-170 {
    border-radius: 17rem !important;
  }
  .radius-md-180 {
    border-radius: 18rem !important;
  }
  .radius-md-190 {
    border-radius: 19rem !important;
  }
  .radius-md-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-md-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-md-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-md-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-md-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-md-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-md-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-md-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-md-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-md-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-md-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-md-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-md-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-md-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-md-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-md-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-md-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-md-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-md-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-md-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-md-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-md-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-md-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-md-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-md-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-md-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-md-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-md-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-md-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-md-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-md-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-md-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-md-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-md-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-md-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-md-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-md-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-md-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-md-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-md-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-md-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-md-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-md-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-md-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-md-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-md-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-md-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-md-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-md-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-md-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-md-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-md-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-md-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-md-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-md-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-md-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-md-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-md-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-md-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-md-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-md-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-md-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-md-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-md-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-md-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-md-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-md-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-md-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-md-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-md-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-md-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-md-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-md-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-md-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-md-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-md-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-md-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-md-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-md-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-md-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-md-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-md-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-md-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-md-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-md-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-md-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-md-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-md-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-md-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-md-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-md-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-md-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-md-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-md-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-md-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-md-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-md-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-md-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-md-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-md-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-md-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-md-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-md-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-md-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-md-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-md-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-md-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-md-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-md-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-md-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-md-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-md-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-md-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-md-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-md-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-md-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-md-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-md-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-md-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-md-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-md-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-md-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-md-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-md-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-md-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-md-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-md-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-md-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-md-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-md-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-md-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-md-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-md-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-md-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-md-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-md-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-md-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-md-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-md-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-md-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-md-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-md-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-md-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-md-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-md-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-md-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-md-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-md-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-md-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-md-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-md-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-md-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-md-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-md-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-md-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-md-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-md-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-md-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-md-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-md-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-md-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-md-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-md-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-md-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-md-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-md-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-md-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-md-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-md-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-md-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-md-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-md-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-md-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-md-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-md-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-md-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-md-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-md-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-md-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-md-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-md-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-md-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-md-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-md-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-md-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-md-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-md-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-md-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-md-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-md-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-md-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-md-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-md-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-md-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-md-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-md-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-md-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-md-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-md-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-md-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-md-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-md-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-md-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-md-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-md-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-md-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-md-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-md-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-md-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-md-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-md-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-md-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-md-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-md-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-md-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-md-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-md-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-md-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-md-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-md-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-md-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-md-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-md-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-md-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-md-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-md-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-md-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-md-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-md-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-md-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-md-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-md-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-md-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-md-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-md-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-md-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-md-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-md-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-md-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-md-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-md-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-md-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-md-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-md-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-md-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-md-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-md-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-md-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-md-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-md-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-md-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-md-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-md-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-md-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-md-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-md-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-md-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-md-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-md-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-md-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-md-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-md-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-md-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-md-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-md-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-md-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-md-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-md-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-md-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-md-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-md-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-md-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-md-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-md-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-md-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-md-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-md-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-md-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-md-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-md-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-md-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-md-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-md-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-md-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-md-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-md-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-md-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-md-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-md-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-md-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-md-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-md-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-md-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-md-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-md-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-md-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-md-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-md-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-md-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-md-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-md-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-md-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-md-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-md-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-md-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-md-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-md-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-md-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-md-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-md-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-md-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-md-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-md-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-md-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-md-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-md-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-md-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-md-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-md-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-md-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-md-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-md-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-md-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-md-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-md-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-md-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-md-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-md-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-md-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-md-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-md-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-md-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-md-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-md-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-md-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-md-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-md-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-md-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-md-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-md-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-md-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-md-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-md-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-md-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-md-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-md-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-md-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-md-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-md-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-md-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-md-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-md-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-md-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-md-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-md-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-md-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-md-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-md-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-md-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-md-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-md-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-md-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-md-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-md-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-md-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-md-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-md-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-md-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-md-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-md-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-md-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-md-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-md-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-md-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-md-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-md-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-md-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-md-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-md-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-md-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-md-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-md-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-md-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-md-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-md-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-md-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-md-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-md-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-md-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-md-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-md-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-md-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-md-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-md-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-md-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-md-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-md-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-md-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-md-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-md-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-md-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-md-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-md-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-md-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-md-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-md-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-md-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-md-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-md-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-md-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-md-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-md-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-md-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-md-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-md-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-md-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-md-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-md-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-md-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-md-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-md-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-md-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-md-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-md-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-md-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-md-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-md-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-md-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-md-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-md-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-md-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-md-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-md-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-md-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-md-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-md-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-md-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-md-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-md-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-md-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-md-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-md-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-md-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-md-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-md-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-md-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-md-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-md-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-md-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-md-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-md-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-md-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-md-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-md-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-md-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-md-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-md-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-md-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-md-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-md-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-md-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-md-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-md-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-md-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-md-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-md-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-md-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-md-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-md-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-md-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-md-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-md-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-md-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-md-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-md-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-md-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-md-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-md-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-md-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-md-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-md-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-md-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-md-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-md-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-md-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-md-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-md-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-md-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-md-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-md-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-md-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-md-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-md-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-01 {
    opacity: 0.1 !important;
  }
  .opacity-lg-02 {
    opacity: 0.2 !important;
  }
  .opacity-lg-03 {
    opacity: 0.3 !important;
  }
  .opacity-lg-04 {
    opacity: 0.4 !important;
  }
  .opacity-lg-05 {
    opacity: 0.5 !important;
  }
  .opacity-lg-06 {
    opacity: 0.6 !important;
  }
  .opacity-lg-07 {
    opacity: 0.7 !important;
  }
  .opacity-lg-08 {
    opacity: 0.8 !important;
  }
  .opacity-lg-09 {
    opacity: 0.9 !important;
  }
  .opacity-lg-1 {
    opacity: 1 !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .overflow-lg-unset {
    overflow: unset !important;
  }
  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-lg-unset {
    overflow-x: unset !important;
  }
  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-lg-unset {
    overflow-y: unset !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;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .position-lg-inherit {
    position: inherit !important;
  }
  .position-lg-initial {
    position: initial !important;
  }
  .position-lg-unset {
    position: unset !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-5vw {
    width: 5vw !important;
  }
  .w-lg-10vw {
    width: 10vw !important;
  }
  .w-lg-15vw {
    width: 15vw !important;
  }
  .w-lg-20vw {
    width: 20vw !important;
  }
  .w-lg-25vw {
    width: 25vw !important;
  }
  .w-lg-30vw {
    width: 30vw !important;
  }
  .w-lg-35vw {
    width: 35vw !important;
  }
  .w-lg-40vw {
    width: 40vw !important;
  }
  .w-lg-45vw {
    width: 45vw !important;
  }
  .w-lg-50vw {
    width: 50vw !important;
  }
  .w-lg-55vw {
    width: 55vw !important;
  }
  .w-lg-60vw {
    width: 60vw !important;
  }
  .w-lg-65vw {
    width: 65vw !important;
  }
  .w-lg-70vw {
    width: 70vw !important;
  }
  .w-lg-75vw {
    width: 75vw !important;
  }
  .w-lg-80vw {
    width: 80vw !important;
  }
  .w-lg-85vw {
    width: 85vw !important;
  }
  .w-lg-90vw {
    width: 90vw !important;
  }
  .w-lg-95vw {
    width: 95vw !important;
  }
  .w-lg-100vw {
    width: 100vw !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-5 {
    max-width: 5% !important;
  }
  .mw-lg-10 {
    max-width: 10% !important;
  }
  .mw-lg-15 {
    max-width: 15% !important;
  }
  .mw-lg-20 {
    max-width: 20% !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-30 {
    max-width: 30% !important;
  }
  .mw-lg-35 {
    max-width: 35% !important;
  }
  .mw-lg-40 {
    max-width: 40% !important;
  }
  .mw-lg-45 {
    max-width: 45% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-55 {
    max-width: 55% !important;
  }
  .mw-lg-60 {
    max-width: 60% !important;
  }
  .mw-lg-65 {
    max-width: 65% !important;
  }
  .mw-lg-70 {
    max-width: 70% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-80 {
    max-width: 80% !important;
  }
  .mw-lg-85 {
    max-width: 85% !important;
  }
  .mw-lg-90 {
    max-width: 90% !important;
  }
  .mw-lg-95 {
    max-width: 95% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-5vw {
    max-width: 5vw !important;
  }
  .mw-lg-10vw {
    max-width: 10vw !important;
  }
  .mw-lg-15vw {
    max-width: 15vw !important;
  }
  .mw-lg-20vw {
    max-width: 20vw !important;
  }
  .mw-lg-25vw {
    max-width: 25vw !important;
  }
  .mw-lg-30vw {
    max-width: 30vw !important;
  }
  .mw-lg-35vw {
    max-width: 35vw !important;
  }
  .mw-lg-40vw {
    max-width: 40vw !important;
  }
  .mw-lg-45vw {
    max-width: 45vw !important;
  }
  .mw-lg-50vw {
    max-width: 50vw !important;
  }
  .mw-lg-55vw {
    max-width: 55vw !important;
  }
  .mw-lg-60vw {
    max-width: 60vw !important;
  }
  .mw-lg-65vw {
    max-width: 65vw !important;
  }
  .mw-lg-70vw {
    max-width: 70vw !important;
  }
  .mw-lg-75vw {
    max-width: 75vw !important;
  }
  .mw-lg-80vw {
    max-width: 80vw !important;
  }
  .mw-lg-85vw {
    max-width: 85vw !important;
  }
  .mw-lg-90vw {
    max-width: 90vw !important;
  }
  .mw-lg-95vw {
    max-width: 95vw !important;
  }
  .mw-lg-100vw {
    max-width: 100vw !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-5vh {
    height: 5vh !important;
  }
  .h-lg-10vh {
    height: 10vh !important;
  }
  .h-lg-15vh {
    height: 15vh !important;
  }
  .h-lg-20vh {
    height: 20vh !important;
  }
  .h-lg-25vh {
    height: 25vh !important;
  }
  .h-lg-30vh {
    height: 30vh !important;
  }
  .h-lg-35vh {
    height: 35vh !important;
  }
  .h-lg-40vh {
    height: 40vh !important;
  }
  .h-lg-45vh {
    height: 45vh !important;
  }
  .h-lg-50vh {
    height: 50vh !important;
  }
  .h-lg-55vh {
    height: 55vh !important;
  }
  .h-lg-60vh {
    height: 60vh !important;
  }
  .h-lg-65vh {
    height: 65vh !important;
  }
  .h-lg-70vh {
    height: 70vh !important;
  }
  .h-lg-75vh {
    height: 75vh !important;
  }
  .h-lg-80vh {
    height: 80vh !important;
  }
  .h-lg-85vh {
    height: 85vh !important;
  }
  .h-lg-90vh {
    height: 90vh !important;
  }
  .h-lg-95vh {
    height: 95vh !important;
  }
  .h-lg-100vh {
    height: 100vh !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-5 {
    max-height: 5% !important;
  }
  .mh-lg-10 {
    max-height: 10% !important;
  }
  .mh-lg-15 {
    max-height: 15% !important;
  }
  .mh-lg-20 {
    max-height: 20% !important;
  }
  .mh-lg-25 {
    max-height: 25% !important;
  }
  .mh-lg-30 {
    max-height: 30% !important;
  }
  .mh-lg-35 {
    max-height: 35% !important;
  }
  .mh-lg-40 {
    max-height: 40% !important;
  }
  .mh-lg-45 {
    max-height: 45% !important;
  }
  .mh-lg-50 {
    max-height: 50% !important;
  }
  .mh-lg-55 {
    max-height: 55% !important;
  }
  .mh-lg-60 {
    max-height: 60% !important;
  }
  .mh-lg-65 {
    max-height: 65% !important;
  }
  .mh-lg-70 {
    max-height: 70% !important;
  }
  .mh-lg-75 {
    max-height: 75% !important;
  }
  .mh-lg-80 {
    max-height: 80% !important;
  }
  .mh-lg-85 {
    max-height: 85% !important;
  }
  .mh-lg-90 {
    max-height: 90% !important;
  }
  .mh-lg-95 {
    max-height: 95% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mh-lg-5vh {
    max-height: 5vh !important;
  }
  .mh-lg-10vh {
    max-height: 10vh !important;
  }
  .mh-lg-15vh {
    max-height: 15vh !important;
  }
  .mh-lg-20vh {
    max-height: 20vh !important;
  }
  .mh-lg-25vh {
    max-height: 25vh !important;
  }
  .mh-lg-30vh {
    max-height: 30vh !important;
  }
  .mh-lg-35vh {
    max-height: 35vh !important;
  }
  .mh-lg-40vh {
    max-height: 40vh !important;
  }
  .mh-lg-45vh {
    max-height: 45vh !important;
  }
  .mh-lg-50vh {
    max-height: 50vh !important;
  }
  .mh-lg-55vh {
    max-height: 55vh !important;
  }
  .mh-lg-60vh {
    max-height: 60vh !important;
  }
  .mh-lg-65vh {
    max-height: 65vh !important;
  }
  .mh-lg-70vh {
    max-height: 70vh !important;
  }
  .mh-lg-75vh {
    max-height: 75vh !important;
  }
  .mh-lg-80vh {
    max-height: 80vh !important;
  }
  .mh-lg-85vh {
    max-height: 85vh !important;
  }
  .mh-lg-90vh {
    max-height: 90vh !important;
  }
  .mh-lg-95vh {
    max-height: 95vh !important;
  }
  .mh-lg-100vh {
    max-height: 100vh !important;
  }
  .mh-lg-auto {
    max-height: auto !important;
  }
  .minh-lg-5 {
    min-height: 5% !important;
  }
  .minh-lg-10 {
    min-height: 10% !important;
  }
  .minh-lg-15 {
    min-height: 15% !important;
  }
  .minh-lg-20 {
    min-height: 20% !important;
  }
  .minh-lg-25 {
    min-height: 25% !important;
  }
  .minh-lg-30 {
    min-height: 30% !important;
  }
  .minh-lg-35 {
    min-height: 35% !important;
  }
  .minh-lg-40 {
    min-height: 40% !important;
  }
  .minh-lg-45 {
    min-height: 45% !important;
  }
  .minh-lg-50 {
    min-height: 50% !important;
  }
  .minh-lg-55 {
    min-height: 55% !important;
  }
  .minh-lg-60 {
    min-height: 60% !important;
  }
  .minh-lg-65 {
    min-height: 65% !important;
  }
  .minh-lg-70 {
    min-height: 70% !important;
  }
  .minh-lg-75 {
    min-height: 75% !important;
  }
  .minh-lg-80 {
    min-height: 80% !important;
  }
  .minh-lg-85 {
    min-height: 85% !important;
  }
  .minh-lg-90 {
    min-height: 90% !important;
  }
  .minh-lg-95 {
    min-height: 95% !important;
  }
  .minh-lg-100 {
    min-height: 100% !important;
  }
  .minh-lg-5vh {
    min-height: 5vh !important;
  }
  .minh-lg-10vh {
    min-height: 10vh !important;
  }
  .minh-lg-15vh {
    min-height: 15vh !important;
  }
  .minh-lg-20vh {
    min-height: 20vh !important;
  }
  .minh-lg-25vh {
    min-height: 25vh !important;
  }
  .minh-lg-30vh {
    min-height: 30vh !important;
  }
  .minh-lg-35vh {
    min-height: 35vh !important;
  }
  .minh-lg-40vh {
    min-height: 40vh !important;
  }
  .minh-lg-45vh {
    min-height: 45vh !important;
  }
  .minh-lg-50vh {
    min-height: 50vh !important;
  }
  .minh-lg-55vh {
    min-height: 55vh !important;
  }
  .minh-lg-60vh {
    min-height: 60vh !important;
  }
  .minh-lg-65vh {
    min-height: 65vh !important;
  }
  .minh-lg-70vh {
    min-height: 70vh !important;
  }
  .minh-lg-75vh {
    min-height: 75vh !important;
  }
  .minh-lg-80vh {
    min-height: 80vh !important;
  }
  .minh-lg-85vh {
    min-height: 85vh !important;
  }
  .minh-lg-90vh {
    min-height: 90vh !important;
  }
  .minh-lg-95vh {
    min-height: 95vh !important;
  }
  .minh-lg-100vh {
    min-height: 100vh !important;
  }
  .minh-lg-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-lg-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-lg-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-lg-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-110 {
    margin-top: 11rem !important;
  }
  .mt-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mt-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-130 {
    margin-top: 13rem !important;
  }
  .mt-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-140 {
    margin-top: 14rem !important;
  }
  .mt-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-150 {
    margin-top: 15rem !important;
  }
  .mt-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mt-lg-160 {
    margin-top: 16rem !important;
  }
  .mt-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mt-lg-170 {
    margin-top: 17rem !important;
  }
  .mt-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-180 {
    margin-top: 18rem !important;
  }
  .mt-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mt-lg-190 {
    margin-top: 19rem !important;
  }
  .mt-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mt-lg-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-lg-25 {
    margin-right: 2.5rem !important;
  }
  .me-lg-35 {
    margin-right: 3.5rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-45 {
    margin-right: 4.5rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-55 {
    margin-right: 5.5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-65 {
    margin-right: 6.5rem !important;
  }
  .me-lg-70 {
    margin-right: 7rem !important;
  }
  .me-lg-75 {
    margin-right: 7.5rem !important;
  }
  .me-lg-80 {
    margin-right: 8rem !important;
  }
  .me-lg-85 {
    margin-right: 8.5rem !important;
  }
  .me-lg-90 {
    margin-right: 9rem !important;
  }
  .me-lg-95 {
    margin-right: 9.5rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-105 {
    margin-right: 10.5rem !important;
  }
  .me-lg-110 {
    margin-right: 11rem !important;
  }
  .me-lg-115 {
    margin-right: 11.5rem !important;
  }
  .me-lg-120 {
    margin-right: 12rem !important;
  }
  .me-lg-125 {
    margin-right: 12.5rem !important;
  }
  .me-lg-130 {
    margin-right: 13rem !important;
  }
  .me-lg-135 {
    margin-right: 13.5rem !important;
  }
  .me-lg-140 {
    margin-right: 14rem !important;
  }
  .me-lg-145 {
    margin-right: 14.5rem !important;
  }
  .me-lg-150 {
    margin-right: 15rem !important;
  }
  .me-lg-155 {
    margin-right: 15.5rem !important;
  }
  .me-lg-160 {
    margin-right: 16rem !important;
  }
  .me-lg-165 {
    margin-right: 16.5rem !important;
  }
  .me-lg-170 {
    margin-right: 17rem !important;
  }
  .me-lg-175 {
    margin-right: 17.5rem !important;
  }
  .me-lg-180 {
    margin-right: 18rem !important;
  }
  .me-lg-185 {
    margin-right: 18.5rem !important;
  }
  .me-lg-190 {
    margin-right: 19rem !important;
  }
  .me-lg-195 {
    margin-right: 19.5rem !important;
  }
  .me-lg-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-lg-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-lg-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-lg-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-lg-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-lg-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-lg-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-lg-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-lg-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-lg-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-lg-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-lg-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-lg-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70 {
    margin-left: 7rem !important;
  }
  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80 {
    margin-left: 8rem !important;
  }
  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90 {
    margin-left: 9rem !important;
  }
  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-105 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-110 {
    margin-left: 11rem !important;
  }
  .ms-lg-115 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-120 {
    margin-left: 12rem !important;
  }
  .ms-lg-125 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-130 {
    margin-left: 13rem !important;
  }
  .ms-lg-135 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-140 {
    margin-left: 14rem !important;
  }
  .ms-lg-145 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-150 {
    margin-left: 15rem !important;
  }
  .ms-lg-155 {
    margin-left: 15.5rem !important;
  }
  .ms-lg-160 {
    margin-left: 16rem !important;
  }
  .ms-lg-165 {
    margin-left: 16.5rem !important;
  }
  .ms-lg-170 {
    margin-left: 17rem !important;
  }
  .ms-lg-175 {
    margin-left: 17.5rem !important;
  }
  .ms-lg-180 {
    margin-left: 18rem !important;
  }
  .ms-lg-185 {
    margin-left: 18.5rem !important;
  }
  .ms-lg-190 {
    margin-left: 19rem !important;
  }
  .ms-lg-195 {
    margin-left: 19.5rem !important;
  }
  .ms-lg-200 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .m-lg-n25 {
    margin: -2.5rem !important;
  }
  .m-lg-n35 {
    margin: -3.5rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .m-lg-n45 {
    margin: -4.5rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .m-lg-n55 {
    margin: -5.5rem !important;
  }
  .m-lg-n60 {
    margin: -6rem !important;
  }
  .m-lg-n65 {
    margin: -6.5rem !important;
  }
  .m-lg-n70 {
    margin: -7rem !important;
  }
  .m-lg-n75 {
    margin: -7.5rem !important;
  }
  .m-lg-n80 {
    margin: -8rem !important;
  }
  .m-lg-n85 {
    margin: -8.5rem !important;
  }
  .m-lg-n90 {
    margin: -9rem !important;
  }
  .m-lg-n95 {
    margin: -9.5rem !important;
  }
  .m-lg-n100 {
    margin: -10rem !important;
  }
  .m-lg-n105 {
    margin: -10.5rem !important;
  }
  .m-lg-n110 {
    margin: -11rem !important;
  }
  .m-lg-n115 {
    margin: -11.5rem !important;
  }
  .m-lg-n120 {
    margin: -12rem !important;
  }
  .m-lg-n125 {
    margin: -12.5rem !important;
  }
  .m-lg-n130 {
    margin: -13rem !important;
  }
  .m-lg-n135 {
    margin: -13.5rem !important;
  }
  .m-lg-n140 {
    margin: -14rem !important;
  }
  .m-lg-n145 {
    margin: -14.5rem !important;
  }
  .m-lg-n150 {
    margin: -15rem !important;
  }
  .m-lg-n155 {
    margin: -15.5rem !important;
  }
  .m-lg-n160 {
    margin: -16rem !important;
  }
  .m-lg-n165 {
    margin: -16.5rem !important;
  }
  .m-lg-n170 {
    margin: -17rem !important;
  }
  .m-lg-n175 {
    margin: -17.5rem !important;
  }
  .m-lg-n180 {
    margin: -18rem !important;
  }
  .m-lg-n185 {
    margin: -18.5rem !important;
  }
  .m-lg-n190 {
    margin: -19rem !important;
  }
  .m-lg-n195 {
    margin: -19.5rem !important;
  }
  .m-lg-n200 {
    margin: -20rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-lg-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-lg-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-lg-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-lg-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-lg-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-lg-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-lg-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-lg-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-lg-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-lg-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-lg-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-lg-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-lg-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-lg-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-lg-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-lg-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-lg-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-lg-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-lg-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-lg-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-lg-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-lg-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-lg-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-lg-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-lg-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-lg-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-lg-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-lg-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-lg-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-lg-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n20 {
    margin-top: -2rem !important;
  }
  .mt-lg-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n40 {
    margin-top: -4rem !important;
  }
  .mt-lg-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n50 {
    margin-top: -5rem !important;
  }
  .mt-lg-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n60 {
    margin-top: -6rem !important;
  }
  .mt-lg-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n70 {
    margin-top: -7rem !important;
  }
  .mt-lg-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n80 {
    margin-top: -8rem !important;
  }
  .mt-lg-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-lg-n90 {
    margin-top: -9rem !important;
  }
  .mt-lg-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-lg-n100 {
    margin-top: -10rem !important;
  }
  .mt-lg-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-lg-n110 {
    margin-top: -11rem !important;
  }
  .mt-lg-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-lg-n120 {
    margin-top: -12rem !important;
  }
  .mt-lg-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n130 {
    margin-top: -13rem !important;
  }
  .mt-lg-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-lg-n140 {
    margin-top: -14rem !important;
  }
  .mt-lg-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-lg-n150 {
    margin-top: -15rem !important;
  }
  .mt-lg-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-lg-n160 {
    margin-top: -16rem !important;
  }
  .mt-lg-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-lg-n170 {
    margin-top: -17rem !important;
  }
  .mt-lg-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-lg-n180 {
    margin-top: -18rem !important;
  }
  .mt-lg-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-lg-n190 {
    margin-top: -19rem !important;
  }
  .mt-lg-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-lg-n200 {
    margin-top: -20rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n20 {
    margin-right: -2rem !important;
  }
  .me-lg-n25 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n35 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n40 {
    margin-right: -4rem !important;
  }
  .me-lg-n45 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n50 {
    margin-right: -5rem !important;
  }
  .me-lg-n55 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n60 {
    margin-right: -6rem !important;
  }
  .me-lg-n65 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n70 {
    margin-right: -7rem !important;
  }
  .me-lg-n75 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n80 {
    margin-right: -8rem !important;
  }
  .me-lg-n85 {
    margin-right: -8.5rem !important;
  }
  .me-lg-n90 {
    margin-right: -9rem !important;
  }
  .me-lg-n95 {
    margin-right: -9.5rem !important;
  }
  .me-lg-n100 {
    margin-right: -10rem !important;
  }
  .me-lg-n105 {
    margin-right: -10.5rem !important;
  }
  .me-lg-n110 {
    margin-right: -11rem !important;
  }
  .me-lg-n115 {
    margin-right: -11.5rem !important;
  }
  .me-lg-n120 {
    margin-right: -12rem !important;
  }
  .me-lg-n125 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n130 {
    margin-right: -13rem !important;
  }
  .me-lg-n135 {
    margin-right: -13.5rem !important;
  }
  .me-lg-n140 {
    margin-right: -14rem !important;
  }
  .me-lg-n145 {
    margin-right: -14.5rem !important;
  }
  .me-lg-n150 {
    margin-right: -15rem !important;
  }
  .me-lg-n155 {
    margin-right: -15.5rem !important;
  }
  .me-lg-n160 {
    margin-right: -16rem !important;
  }
  .me-lg-n165 {
    margin-right: -16.5rem !important;
  }
  .me-lg-n170 {
    margin-right: -17rem !important;
  }
  .me-lg-n175 {
    margin-right: -17.5rem !important;
  }
  .me-lg-n180 {
    margin-right: -18rem !important;
  }
  .me-lg-n185 {
    margin-right: -18.5rem !important;
  }
  .me-lg-n190 {
    margin-right: -19rem !important;
  }
  .me-lg-n195 {
    margin-right: -19.5rem !important;
  }
  .me-lg-n200 {
    margin-right: -20rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-lg-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-lg-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-lg-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-lg-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-lg-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-lg-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-lg-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-lg-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-lg-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-lg-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-lg-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-lg-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-lg-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-lg-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-lg-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n20 {
    margin-left: -2rem !important;
  }
  .ms-lg-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n40 {
    margin-left: -4rem !important;
  }
  .ms-lg-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n50 {
    margin-left: -5rem !important;
  }
  .ms-lg-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n60 {
    margin-left: -6rem !important;
  }
  .ms-lg-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n70 {
    margin-left: -7rem !important;
  }
  .ms-lg-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n80 {
    margin-left: -8rem !important;
  }
  .ms-lg-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n90 {
    margin-left: -9rem !important;
  }
  .ms-lg-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n100 {
    margin-left: -10rem !important;
  }
  .ms-lg-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n110 {
    margin-left: -11rem !important;
  }
  .ms-lg-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-lg-n120 {
    margin-left: -12rem !important;
  }
  .ms-lg-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n130 {
    margin-left: -13rem !important;
  }
  .ms-lg-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-lg-n140 {
    margin-left: -14rem !important;
  }
  .ms-lg-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-lg-n150 {
    margin-left: -15rem !important;
  }
  .ms-lg-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-lg-n160 {
    margin-left: -16rem !important;
  }
  .ms-lg-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-lg-n170 {
    margin-left: -17rem !important;
  }
  .ms-lg-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-lg-n180 {
    margin-left: -18rem !important;
  }
  .ms-lg-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-lg-n190 {
    margin-left: -19rem !important;
  }
  .ms-lg-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-lg-n200 {
    margin-left: -20rem !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;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !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;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-lg-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-lg-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-lg-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pt-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-110 {
    padding-top: 11rem !important;
  }
  .pt-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-120 {
    padding-top: 12rem !important;
  }
  .pt-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-130 {
    padding-top: 13rem !important;
  }
  .pt-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-140 {
    padding-top: 14rem !important;
  }
  .pt-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-150 {
    padding-top: 15rem !important;
  }
  .pt-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pt-lg-160 {
    padding-top: 16rem !important;
  }
  .pt-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pt-lg-170 {
    padding-top: 17rem !important;
  }
  .pt-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-180 {
    padding-top: 18rem !important;
  }
  .pt-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pt-lg-190 {
    padding-top: 19rem !important;
  }
  .pt-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !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;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70 {
    padding-right: 7rem !important;
  }
  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80 {
    padding-right: 8rem !important;
  }
  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90 {
    padding-right: 9rem !important;
  }
  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pe-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-110 {
    padding-right: 11rem !important;
  }
  .pe-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-120 {
    padding-right: 12rem !important;
  }
  .pe-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-130 {
    padding-right: 13rem !important;
  }
  .pe-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-140 {
    padding-right: 14rem !important;
  }
  .pe-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-150 {
    padding-right: 15rem !important;
  }
  .pe-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pe-lg-160 {
    padding-right: 16rem !important;
  }
  .pe-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pe-lg-170 {
    padding-right: 17rem !important;
  }
  .pe-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pe-lg-180 {
    padding-right: 18rem !important;
  }
  .pe-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pe-lg-190 {
    padding-right: 19rem !important;
  }
  .pe-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pe-lg-200 {
    padding-right: 20rem !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;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 20rem !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;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70 {
    padding-left: 7rem !important;
  }
  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80 {
    padding-left: 8rem !important;
  }
  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90 {
    padding-left: 9rem !important;
  }
  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .ps-lg-105 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-110 {
    padding-left: 11rem !important;
  }
  .ps-lg-115 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-120 {
    padding-left: 12rem !important;
  }
  .ps-lg-125 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-130 {
    padding-left: 13rem !important;
  }
  .ps-lg-135 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-140 {
    padding-left: 14rem !important;
  }
  .ps-lg-145 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-150 {
    padding-left: 15rem !important;
  }
  .ps-lg-155 {
    padding-left: 15.5rem !important;
  }
  .ps-lg-160 {
    padding-left: 16rem !important;
  }
  .ps-lg-165 {
    padding-left: 16.5rem !important;
  }
  .ps-lg-170 {
    padding-left: 17rem !important;
  }
  .ps-lg-175 {
    padding-left: 17.5rem !important;
  }
  .ps-lg-180 {
    padding-left: 18rem !important;
  }
  .ps-lg-185 {
    padding-left: 18.5rem !important;
  }
  .ps-lg-190 {
    padding-left: 19rem !important;
  }
  .ps-lg-195 {
    padding-left: 19.5rem !important;
  }
  .ps-lg-200 {
    padding-left: 20rem !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;
  }
  .gap-lg-20 {
    gap: 2rem !important;
  }
  .gap-lg-25 {
    gap: 2.5rem !important;
  }
  .gap-lg-35 {
    gap: 3.5rem !important;
  }
  .gap-lg-40 {
    gap: 4rem !important;
  }
  .gap-lg-45 {
    gap: 4.5rem !important;
  }
  .gap-lg-50 {
    gap: 5rem !important;
  }
  .gap-lg-55 {
    gap: 5.5rem !important;
  }
  .gap-lg-60 {
    gap: 6rem !important;
  }
  .gap-lg-65 {
    gap: 6.5rem !important;
  }
  .gap-lg-70 {
    gap: 7rem !important;
  }
  .gap-lg-75 {
    gap: 7.5rem !important;
  }
  .gap-lg-80 {
    gap: 8rem !important;
  }
  .gap-lg-85 {
    gap: 8.5rem !important;
  }
  .gap-lg-90 {
    gap: 9rem !important;
  }
  .gap-lg-95 {
    gap: 9.5rem !important;
  }
  .gap-lg-100 {
    gap: 10rem !important;
  }
  .gap-lg-105 {
    gap: 10.5rem !important;
  }
  .gap-lg-110 {
    gap: 11rem !important;
  }
  .gap-lg-115 {
    gap: 11.5rem !important;
  }
  .gap-lg-120 {
    gap: 12rem !important;
  }
  .gap-lg-125 {
    gap: 12.5rem !important;
  }
  .gap-lg-130 {
    gap: 13rem !important;
  }
  .gap-lg-135 {
    gap: 13.5rem !important;
  }
  .gap-lg-140 {
    gap: 14rem !important;
  }
  .gap-lg-145 {
    gap: 14.5rem !important;
  }
  .gap-lg-150 {
    gap: 15rem !important;
  }
  .gap-lg-155 {
    gap: 15.5rem !important;
  }
  .gap-lg-160 {
    gap: 16rem !important;
  }
  .gap-lg-165 {
    gap: 16.5rem !important;
  }
  .gap-lg-170 {
    gap: 17rem !important;
  }
  .gap-lg-175 {
    gap: 17.5rem !important;
  }
  .gap-lg-180 {
    gap: 18rem !important;
  }
  .gap-lg-185 {
    gap: 18.5rem !important;
  }
  .gap-lg-190 {
    gap: 19rem !important;
  }
  .gap-lg-195 {
    gap: 19.5rem !important;
  }
  .gap-lg-200 {
    gap: 20rem !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;
  }
  .row-gap-lg-20 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 7rem !important;
  }
  .row-gap-lg-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-lg-110 {
    row-gap: 11rem !important;
  }
  .row-gap-lg-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 12rem !important;
  }
  .row-gap-lg-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-lg-130 {
    row-gap: 13rem !important;
  }
  .row-gap-lg-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 14rem !important;
  }
  .row-gap-lg-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-lg-150 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 16rem !important;
  }
  .row-gap-lg-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-lg-170 {
    row-gap: 17rem !important;
  }
  .row-gap-lg-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-lg-180 {
    row-gap: 18rem !important;
  }
  .row-gap-lg-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-lg-190 {
    row-gap: 19rem !important;
  }
  .row-gap-lg-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-lg-200 {
    row-gap: 20rem !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;
  }
  .column-gap-lg-20 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-40 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-50 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-lg-60 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-lg-70 {
    column-gap: 7rem !important;
  }
  .column-gap-lg-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-lg-80 {
    column-gap: 8rem !important;
  }
  .column-gap-lg-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-lg-90 {
    column-gap: 9rem !important;
  }
  .column-gap-lg-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-lg-100 {
    column-gap: 10rem !important;
  }
  .column-gap-lg-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-lg-110 {
    column-gap: 11rem !important;
  }
  .column-gap-lg-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-lg-120 {
    column-gap: 12rem !important;
  }
  .column-gap-lg-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-lg-130 {
    column-gap: 13rem !important;
  }
  .column-gap-lg-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-lg-140 {
    column-gap: 14rem !important;
  }
  .column-gap-lg-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-lg-150 {
    column-gap: 15rem !important;
  }
  .column-gap-lg-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-lg-160 {
    column-gap: 16rem !important;
  }
  .column-gap-lg-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-lg-170 {
    column-gap: 17rem !important;
  }
  .column-gap-lg-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-lg-180 {
    column-gap: 18rem !important;
  }
  .column-gap-lg-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-lg-190 {
    column-gap: 19rem !important;
  }
  .column-gap-lg-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-lg-200 {
    column-gap: 20rem !important;
  }
  .fs-lg-inherit {
    font-size: inherit !important;
  }
  .fs-lg-0 {
    font-size: 0 !important;
  }
  .fs-lg-01 {
    font-size: 0.1rem !important;
  }
  .fs-lg-02 {
    font-size: 0.2rem !important;
  }
  .fs-lg-03 {
    font-size: 0.3rem !important;
  }
  .fs-lg-04 {
    font-size: 0.4rem !important;
  }
  .fs-lg-05 {
    font-size: 0.5rem !important;
  }
  .fs-lg-06 {
    font-size: 0.6rem !important;
  }
  .fs-lg-07 {
    font-size: 0.7rem !important;
  }
  .fs-lg-08 {
    font-size: 0.8rem !important;
  }
  .fs-lg-09 {
    font-size: 0.9rem !important;
  }
  .fs-lg-1 {
    font-size: 1rem !important;
  }
  .fs-lg-10 {
    font-size: 1rem !important;
  }
  .fs-lg-11 {
    font-size: 1.1rem !important;
  }
  .fs-lg-12 {
    font-size: 1.2rem !important;
  }
  .fs-lg-13 {
    font-size: 1.3rem !important;
  }
  .fs-lg-14 {
    font-size: 1.4rem !important;
  }
  .fs-lg-15 {
    font-size: 1.5rem !important;
  }
  .fs-lg-16 {
    font-size: 1.6rem !important;
  }
  .fs-lg-17 {
    font-size: 1.7rem !important;
  }
  .fs-lg-18 {
    font-size: 1.8rem !important;
  }
  .fs-lg-19 {
    font-size: 1.9rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-20 {
    font-size: 2rem !important;
  }
  .fs-lg-21 {
    font-size: 2.1rem !important;
  }
  .fs-lg-22 {
    font-size: 2.2rem !important;
  }
  .fs-lg-23 {
    font-size: 2.3rem !important;
  }
  .fs-lg-24 {
    font-size: 2.4rem !important;
  }
  .fs-lg-25 {
    font-size: 2.5rem !important;
  }
  .fs-lg-26 {
    font-size: 2.6rem !important;
  }
  .fs-lg-27 {
    font-size: 2.7rem !important;
  }
  .fs-lg-28 {
    font-size: 2.8rem !important;
  }
  .fs-lg-29 {
    font-size: 2.9rem !important;
  }
  .fs-lg-3 {
    font-size: 3rem !important;
  }
  .fs-lg-30 {
    font-size: 3rem !important;
  }
  .fs-lg-31 {
    font-size: 3.1rem !important;
  }
  .fs-lg-32 {
    font-size: 3.2rem !important;
  }
  .fs-lg-33 {
    font-size: 3.3rem !important;
  }
  .fs-lg-34 {
    font-size: 3.4rem !important;
  }
  .fs-lg-35 {
    font-size: 3.5rem !important;
  }
  .fs-lg-36 {
    font-size: 3.6rem !important;
  }
  .fs-lg-37 {
    font-size: 3.7rem !important;
  }
  .fs-lg-38 {
    font-size: 3.8rem !important;
  }
  .fs-lg-39 {
    font-size: 3.9rem !important;
  }
  .fs-lg-4 {
    font-size: 4rem !important;
  }
  .fs-lg-40 {
    font-size: 4rem !important;
  }
  .fs-lg-41 {
    font-size: 4.1rem !important;
  }
  .fs-lg-42 {
    font-size: 4.2rem !important;
  }
  .fs-lg-43 {
    font-size: 4.3rem !important;
  }
  .fs-lg-44 {
    font-size: 4.4rem !important;
  }
  .fs-lg-45 {
    font-size: 4.5rem !important;
  }
  .fs-lg-46 {
    font-size: 4.6rem !important;
  }
  .fs-lg-47 {
    font-size: 4.7rem !important;
  }
  .fs-lg-48 {
    font-size: 4.8rem !important;
  }
  .fs-lg-49 {
    font-size: 4.9rem !important;
  }
  .fs-lg-5 {
    font-size: 5rem !important;
  }
  .fs-lg-50 {
    font-size: 5rem !important;
  }
  .fs-lg-51 {
    font-size: 5.1rem !important;
  }
  .fs-lg-52 {
    font-size: 5.2rem !important;
  }
  .fs-lg-53 {
    font-size: 5.3rem !important;
  }
  .fs-lg-54 {
    font-size: 5.4rem !important;
  }
  .fs-lg-55 {
    font-size: 5.5rem !important;
  }
  .fs-lg-56 {
    font-size: 5.6rem !important;
  }
  .fs-lg-57 {
    font-size: 5.7rem !important;
  }
  .fs-lg-58 {
    font-size: 5.8rem !important;
  }
  .fs-lg-59 {
    font-size: 5.9rem !important;
  }
  .fs-lg-6 {
    font-size: 6rem !important;
  }
  .fs-lg-60 {
    font-size: 6rem !important;
  }
  .fs-lg-61 {
    font-size: 6.1rem !important;
  }
  .fs-lg-62 {
    font-size: 6.2rem !important;
  }
  .fs-lg-63 {
    font-size: 6.3rem !important;
  }
  .fs-lg-64 {
    font-size: 6.4rem !important;
  }
  .fs-lg-65 {
    font-size: 6.5rem !important;
  }
  .fs-lg-66 {
    font-size: 6.6rem !important;
  }
  .fs-lg-67 {
    font-size: 6.7rem !important;
  }
  .fs-lg-68 {
    font-size: 6.8rem !important;
  }
  .fs-lg-69 {
    font-size: 6.9rem !important;
  }
  .fs-lg-7 {
    font-size: 7rem !important;
  }
  .fs-lg-70 {
    font-size: 7rem !important;
  }
  .fs-lg-71 {
    font-size: 7.1rem !important;
  }
  .fs-lg-72 {
    font-size: 7.2rem !important;
  }
  .fs-lg-73 {
    font-size: 7.3rem !important;
  }
  .fs-lg-74 {
    font-size: 7.4rem !important;
  }
  .fs-lg-75 {
    font-size: 7.5rem !important;
  }
  .fs-lg-76 {
    font-size: 7.6rem !important;
  }
  .fs-lg-77 {
    font-size: 7.7rem !important;
  }
  .fs-lg-78 {
    font-size: 7.8rem !important;
  }
  .fs-lg-79 {
    font-size: 7.9rem !important;
  }
  .fs-lg-8 {
    font-size: 8rem !important;
  }
  .fs-lg-80 {
    font-size: 8rem !important;
  }
  .fs-lg-81 {
    font-size: 8.1rem !important;
  }
  .fs-lg-82 {
    font-size: 8.2rem !important;
  }
  .fs-lg-83 {
    font-size: 8.3rem !important;
  }
  .fs-lg-84 {
    font-size: 8.4rem !important;
  }
  .fs-lg-85 {
    font-size: 8.5rem !important;
  }
  .fs-lg-86 {
    font-size: 8.6rem !important;
  }
  .fs-lg-87 {
    font-size: 8.7rem !important;
  }
  .fs-lg-88 {
    font-size: 8.8rem !important;
  }
  .fs-lg-89 {
    font-size: 8.9rem !important;
  }
  .fs-lg-9 {
    font-size: 9rem !important;
  }
  .fs-lg-90 {
    font-size: 9rem !important;
  }
  .fs-lg-91 {
    font-size: 9.1rem !important;
  }
  .fs-lg-92 {
    font-size: 9.2rem !important;
  }
  .fs-lg-93 {
    font-size: 9.3rem !important;
  }
  .fs-lg-94 {
    font-size: 9.4rem !important;
  }
  .fs-lg-95 {
    font-size: 9.5rem !important;
  }
  .fs-lg-96 {
    font-size: 9.6rem !important;
  }
  .fs-lg-97 {
    font-size: 9.7rem !important;
  }
  .fs-lg-98 {
    font-size: 9.8rem !important;
  }
  .fs-lg-99 {
    font-size: 9.9rem !important;
  }
  .fs-lg-100 {
    font-size: 10rem !important;
  }
  .fs-lg-110 {
    font-size: 11rem !important;
  }
  .fs-lg-120 {
    font-size: 12rem !important;
  }
  .fs-lg-130 {
    font-size: 13rem !important;
  }
  .fs-lg-140 {
    font-size: 14rem !important;
  }
  .fs-lg-150 {
    font-size: 15rem !important;
  }
  .fs-lg-160 {
    font-size: 16rem !important;
  }
  .fs-lg-170 {
    font-size: 17rem !important;
  }
  .fs-lg-180 {
    font-size: 18rem !important;
  }
  .fs-lg-190 {
    font-size: 19rem !important;
  }
  .fs-lg-200 {
    font-size: 20rem !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-base {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 2 !important;
  }
  .lh-lg-normal {
    line-height: normal !important;
  }
  .lh-lg-0 {
    line-height: 0 !important;
  }
  .lh-lg-25 {
    line-height: 0.25 !important;
  }
  .lh-lg-5 {
    line-height: 0.5 !important;
  }
  .lh-lg-75 {
    line-height: 0.75 !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-115 {
    line-height: 1.15 !important;
  }
  .lh-lg-120 {
    line-height: 1.2 !important;
  }
  .lh-lg-125 {
    line-height: 1.25 !important;
  }
  .lh-lg-135 {
    line-height: 1.35 !important;
  }
  .lh-lg-145 {
    line-height: 1.45 !important;
  }
  .lh-lg-150 {
    line-height: 1.5 !important;
  }
  .lh-lg-175 {
    line-height: 1.75 !important;
  }
  .lh-lg-2 {
    line-height: 2 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-none {
    text-transform: none !important;
  }
  .text-lg-inherit {
    text-transform: inherit !important;
  }
  .color-lg-blue {
    color: #007CC2 !important;
  }
  .color-lg-indigo {
    color: #6610f2 !important;
  }
  .color-lg-purple {
    color: #6f42c1 !important;
  }
  .color-lg-pink {
    color: #d63384 !important;
  }
  .color-lg-red {
    color: #dc3545 !important;
  }
  .color-lg-orange {
    color: #FD8262 !important;
  }
  .color-lg-yellow {
    color: #F6AE42 !important;
  }
  .color-lg-green {
    color: #627C36 !important;
  }
  .color-lg-teal {
    color: #20c997 !important;
  }
  .color-lg-cyan {
    color: #0dcaf0 !important;
  }
  .color-lg-black {
    color: #000 !important;
  }
  .color-lg-white {
    color: #fff !important;
  }
  .color-lg-gray {
    color: #6c757d !important;
  }
  .color-lg-transparent {
    color: transparent !important;
  }
  .color-lg-blueDark {
    color: #2727ff !important;
  }
  .color-lg-blueLight {
    color: #000094 !important;
  }
  .color-lg-pinkDark {
    color: #CC1F42 !important;
  }
  .color-lg-pinkLight {
    color: #FF5983 !important;
  }
  .color-lg-redLight {
    color: #ff212c !important;
  }
  .color-lg-redDark {
    color: #960010 !important;
  }
  .color-lg-yellowDark {
    color: #CCA300 !important;
  }
  .color-lg-yellowLight {
    color: #FFDD33 !important;
  }
  .color-lg-greenLight {
    color: #8FB914 !important;
  }
  .color-lg-greenDark {
    color: #2ACF80 !important;
  }
  .color-lg-grayDark {
    color: #313130 !important;
  }
  .color-lg-grayLight {
    color: #8C8C8C !important;
  }
  .color-lg-light {
    color: #F1F1F1 !important;
  }
  .color-lg-brown {
    color: #885F50 !important;
  }
  .color-lg-brownDark {
    color: #4D271A !important;
  }
  .color-lg-brownLight {
    color: #CFB59E !important;
  }
  .color-lg-viber {
    color: #665CAC !important;
  }
  .color-lg-whatsapp {
    color: #25D366 !important;
  }
  .color-lg-facebook {
    color: #1a77f2 !important;
  }
  .color-lg-vkontakte {
    color: #0077FF !important;
  }
  .color-lg-telegram {
    color: #0088cc !important;
  }
  .color-lg-youtube {
    color: #ff0000 !important;
  }
  .color-lg-spotify {
    color: #1ED760 !important;
  }
  .color-lg-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-lg-sberZvuk {
    color: #07ead8 !important;
  }
  .color-lg-appleMusic {
    color: #fa586a !important;
  }
  .color-lg-flamp {
    color: #2E6BE5 !important;
  }
  .color-lg-badstudio {
    color: #c7212c !important;
  }
  .color-lg-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-lg-blue {
    background-color: #007CC2 !important;
  }
  .bg-lg-indigo {
    background-color: #6610f2 !important;
  }
  .bg-lg-purple {
    background-color: #6f42c1 !important;
  }
  .bg-lg-pink {
    background-color: #d63384 !important;
  }
  .bg-lg-red {
    background-color: #dc3545 !important;
  }
  .bg-lg-orange {
    background-color: #FD8262 !important;
  }
  .bg-lg-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-lg-green {
    background-color: #627C36 !important;
  }
  .bg-lg-teal {
    background-color: #20c997 !important;
  }
  .bg-lg-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-lg-black {
    background-color: #000 !important;
  }
  .bg-lg-white {
    background-color: #fff !important;
  }
  .bg-lg-gray {
    background-color: #6c757d !important;
  }
  .bg-lg-transparent {
    background-color: transparent !important;
  }
  .bg-lg-blueDark {
    background-color: #2727ff !important;
  }
  .bg-lg-blueLight {
    background-color: #000094 !important;
  }
  .bg-lg-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-lg-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-lg-redLight {
    background-color: #ff212c !important;
  }
  .bg-lg-redDark {
    background-color: #960010 !important;
  }
  .bg-lg-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-lg-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-lg-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-lg-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-lg-grayDark {
    background-color: #313130 !important;
  }
  .bg-lg-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-lg-light {
    background-color: #F1F1F1 !important;
  }
  .bg-lg-brown {
    background-color: #885F50 !important;
  }
  .bg-lg-brownDark {
    background-color: #4D271A !important;
  }
  .bg-lg-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-lg-viber {
    background-color: #665CAC !important;
  }
  .bg-lg-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-lg-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-lg-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-lg-telegram {
    background-color: #0088cc !important;
  }
  .bg-lg-youtube {
    background-color: #ff0000 !important;
  }
  .bg-lg-spotify {
    background-color: #1ED760 !important;
  }
  .bg-lg-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-lg-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-lg-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-lg-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-lg-badstudio {
    background-color: #c7212c !important;
  }
  .bg-lg-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-lg-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-lg-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-lg-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-lg-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-lg-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-lg-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-lg-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-lg-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-lg-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-lg-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-lg-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-lg-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-lg-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-lg-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-lg-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-lg-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-lg-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-lg-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-lg-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-lg-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-lg-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-lg-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-lg-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-lg-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-lg-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-lg-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-lg-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-lg-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-lg-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-lg-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-lg-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-lg-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-lg-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-lg-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-lg-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-lg-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-lg-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-lg-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-lg-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-lg-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-lg-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-lg-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-lg-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-lg-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-lg-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-lg-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-lg-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-lg-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-lg-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-lg-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-lg-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-lg-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-lg-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-lg-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-lg-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-lg-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-lg-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-lg-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-lg-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-lg-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-lg-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-lg-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-lg-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-lg-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-lg-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-lg-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-lg-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-lg-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-lg-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-lg-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-lg-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-lg-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-lg-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-lg-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-lg-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-lg-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-lg-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-lg-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-lg-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-lg-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-lg-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-lg-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-lg-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-lg-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-lg-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-lg-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-lg-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-lg-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-lg-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-lg-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-lg-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-lg-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-lg-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-lg-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-lg-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-lg-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-lg-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-lg-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-lg-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-lg-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-lg-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-lg-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-lg-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-lg-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-lg-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-lg-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-lg-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-lg-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-lg-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-lg-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-lg-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-lg-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-lg-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-lg-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-lg-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-lg-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-lg-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-lg-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-lg-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-lg-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-lg-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-lg-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-lg-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-lg-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-lg-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-lg-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-lg-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-lg-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-lg-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-lg-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-lg-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-lg-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-lg-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-lg-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-lg-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-lg-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-lg-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-lg-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-lg-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-lg-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-lg-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-lg-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-lg-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-lg-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-lg-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-lg-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-lg-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-lg-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-lg-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-lg-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-lg-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-lg-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-lg-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-lg-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-lg-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-lg-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-lg-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-lg-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-lg-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-lg-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-lg-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-lg-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-lg-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-lg-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-lg-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-lg-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-lg-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-lg-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-lg-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-lg-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-lg-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-lg-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-lg-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-lg-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-lg-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-lg-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-lg-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-lg-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-lg-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-lg-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-lg-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-lg-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-lg-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-lg-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-lg-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-lg-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-lg-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-lg-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-lg-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-lg-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-lg-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-lg-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-lg-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-lg-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-lg-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-lg-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-lg-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-lg-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-lg-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-lg-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-lg-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-lg-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-lg-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-lg-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-lg-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-lg-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-lg-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-lg-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-lg-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-lg-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-lg-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-lg-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-lg-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-lg-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-lg-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-lg-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-lg-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-lg-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-lg-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-lg-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-lg-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-lg-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-lg-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-lg-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-lg-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-lg-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-lg-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-lg-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-lg-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-lg-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-lg-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-lg-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-lg-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-lg-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-lg-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-lg-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-lg-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-lg-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-lg-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-lg-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-lg-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-lg-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-lg-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-lg-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-lg-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-lg-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-lg-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-lg-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-lg-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-lg-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-lg-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-lg-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-lg-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-lg-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-lg-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-lg-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-lg-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-lg-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-lg-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-lg-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-lg-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-lg-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-lg-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-lg-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-lg-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-lg-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-lg-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-lg-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-lg-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-lg-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-lg-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-lg-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-lg-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-lg-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-lg-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-lg-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-lg-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-lg-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-lg-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-lg-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-lg-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-lg-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-lg-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-lg-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-lg-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-lg-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-lg-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-lg-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-lg-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-lg-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-lg-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-lg-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-lg-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-lg-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-lg-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-lg-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-lg-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-lg-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-lg-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-lg-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-lg-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-lg-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-lg-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-lg-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-lg-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-lg-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-lg-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-lg-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-lg-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-lg-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-lg-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-lg-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-lg-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-lg-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-lg-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-lg-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-lg-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-lg-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-lg-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-lg-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-lg-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-lg-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-lg-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-lg-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-lg-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-lg-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-lg-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-lg-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-lg-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-lg-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-lg-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-lg-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-lg-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-lg-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-lg-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-lg-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-lg-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-lg-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-lg-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-lg-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-lg-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-lg-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-lg-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-lg-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-lg-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-lg-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-lg-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-lg-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-lg-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-lg-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-lg-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-lg-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-lg-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-lg-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-lg-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-lg-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-lg-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-lg-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-lg-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-lg-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-lg-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-lg-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-lg-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-lg-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-lg-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-lg-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-lg-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-lg-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-lg-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-lg-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-lg-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-lg-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-lg-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-lg-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-lg-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-lg-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-lg-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-lg-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-lg-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-lg-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-lg-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-lg-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-lg-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-lg-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-lg-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-lg-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-lg-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-lg-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-lg-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-lg-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-lg-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-lg-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-lg-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-lg-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-lg-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-lg-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-lg-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-lg-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-lg-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-lg-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-lg-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-lg-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-lg-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-lg-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-lg-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-lg-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-lg-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-lg-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-lg-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-lg-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-lg-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-lg-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-lg-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-lg-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-lg-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-lg-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-lg-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-lg-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-lg-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-lg-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-lg-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-lg-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-lg-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-lg-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-lg-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-lg-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-lg-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-lg-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-lg-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-lg-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-lg-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-lg-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-lg-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-lg-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-lg-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-lg-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-lg-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-lg-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-lg-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-lg-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-lg-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-lg-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-lg-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-lg-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-lg-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-lg-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-lg-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-lg-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-lg-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-lg-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-lg-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-lg-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-lg-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-lg-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-lg-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-lg-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-lg-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-lg-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-lg-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-lg-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-lg-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-lg-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-lg-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-lg-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-lg-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-lg-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-lg-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-lg-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-lg-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-lg-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-lg-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-lg-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-lg-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-lg-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-lg-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-lg-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-lg-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-lg-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-lg-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-lg-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-lg-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-lg-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-lg-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-lg-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-lg-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-lg-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-lg-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-lg-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-lg-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-lg-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-lg-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-lg-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-lg-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-lg-default {
    cursor: default !important;
  }
  .cursor-lg-pointer {
    cursor: pointer !important;
  }
  .color-lg-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-lg-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-lg-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-lg-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-lg-redHover:hover {
    color: #dc3545 !important;
  }
  .color-lg-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-lg-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-lg-greenHover:hover {
    color: #627C36 !important;
  }
  .color-lg-tealHover:hover {
    color: #20c997 !important;
  }
  .color-lg-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-lg-blackHover:hover {
    color: #000 !important;
  }
  .color-lg-whiteHover:hover {
    color: #fff !important;
  }
  .color-lg-grayHover:hover {
    color: #6c757d !important;
  }
  .color-lg-transparentHover:hover {
    color: transparent !important;
  }
  .color-lg-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-lg-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-lg-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-lg-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-lg-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-lg-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-lg-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-lg-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-lg-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-lg-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-lg-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-lg-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-lg-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-lg-brownHover:hover {
    color: #885F50 !important;
  }
  .color-lg-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-lg-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-lg-viberHover:hover {
    color: #665CAC !important;
  }
  .color-lg-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-lg-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-lg-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-lg-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-lg-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-lg-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-lg-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-lg-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-lg-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-lg-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-lg-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-lg-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-lg-blueActive.active {
    color: #007CC2 !important;
  }
  .color-lg-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-lg-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-lg-pinkActive.active {
    color: #d63384 !important;
  }
  .color-lg-redActive.active {
    color: #dc3545 !important;
  }
  .color-lg-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-lg-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-lg-greenActive.active {
    color: #627C36 !important;
  }
  .color-lg-tealActive.active {
    color: #20c997 !important;
  }
  .color-lg-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-lg-blackActive.active {
    color: #000 !important;
  }
  .color-lg-whiteActive.active {
    color: #fff !important;
  }
  .color-lg-grayActive.active {
    color: #6c757d !important;
  }
  .color-lg-transparentActive.active {
    color: transparent !important;
  }
  .color-lg-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-lg-blueLightActive.active {
    color: #000094 !important;
  }
  .color-lg-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-lg-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-lg-redLightActive.active {
    color: #ff212c !important;
  }
  .color-lg-redDarkActive.active {
    color: #960010 !important;
  }
  .color-lg-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-lg-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-lg-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-lg-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-lg-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-lg-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-lg-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-lg-brownActive.active {
    color: #885F50 !important;
  }
  .color-lg-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-lg-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-lg-viberActive.active {
    color: #665CAC !important;
  }
  .color-lg-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-lg-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-lg-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-lg-telegramActive.active {
    color: #0088cc !important;
  }
  .color-lg-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-lg-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-lg-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-lg-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-lg-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-lg-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-lg-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-lg-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-lg-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-lg-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-lg-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-lg-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-lg-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-lg-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-lg-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-lg-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-lg-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-lg-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-lg-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-lg-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-lg-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-lg-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-lg-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-lg-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-lg-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-lg-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-lg-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-lg-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-lg-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-lg-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-lg-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-lg-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-lg-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-lg-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-lg-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-lg-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-lg-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-lg-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-lg-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-lg-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-lg-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-lg-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-lg-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-lg-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-lg-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-lg-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-lg-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-lg-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-lg-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-lg-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-lg-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-lg-none {
    border-style: none !important;
  }
  .border-lg-dotted {
    border-style: dotted !important;
  }
  .border-lg-dashed {
    border-style: dashed !important;
  }
  .border-lg-solid {
    border-style: solid !important;
  }
  .border-lg-double {
    border-style: double !important;
  }
  .border-lg-groove {
    border-style: groove !important;
  }
  .border-lg-inset {
    border-style: inset !important;
  }
  .border-lg-outset {
    border-style: outset !important;
  }
  .border-left-lg-none {
    border-left-style: none !important;
  }
  .border-left-lg-dotted {
    border-left-style: dotted !important;
  }
  .border-left-lg-dashed {
    border-left-style: dashed !important;
  }
  .border-left-lg-solid {
    border-left-style: solid !important;
  }
  .border-left-lg-double {
    border-left-style: double !important;
  }
  .border-left-lg-groove {
    border-left-style: groove !important;
  }
  .border-left-lg-inset {
    border-left-style: inset !important;
  }
  .border-left-lg-outset {
    border-left-style: outset !important;
  }
  .border-right-lg-none {
    border-right-style: none !important;
  }
  .border-right-lg-dotted {
    border-right-style: dotted !important;
  }
  .border-right-lg-dashed {
    border-right-style: dashed !important;
  }
  .border-right-lg-solid {
    border-right-style: solid !important;
  }
  .border-right-lg-double {
    border-right-style: double !important;
  }
  .border-right-lg-groove {
    border-right-style: groove !important;
  }
  .border-right-lg-inset {
    border-right-style: inset !important;
  }
  .border-right-lg-outset {
    border-right-style: outset !important;
  }
  .border-top-lg-none {
    border-top-style: none !important;
  }
  .border-top-lg-dotted {
    border-top-style: dotted !important;
  }
  .border-top-lg-dashed {
    border-top-style: dashed !important;
  }
  .border-top-lg-solid {
    border-top-style: solid !important;
  }
  .border-top-lg-double {
    border-top-style: double !important;
  }
  .border-top-lg-groove {
    border-top-style: groove !important;
  }
  .border-top-lg-inset {
    border-top-style: inset !important;
  }
  .border-top-lg-outset {
    border-top-style: outset !important;
  }
  .border-bottom-lg-none {
    border-bottom-style: none !important;
  }
  .border-bottom-lg-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-lg-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-lg-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-lg-double {
    border-bottom-style: double !important;
  }
  .border-bottom-lg-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-lg-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-lg-outset {
    border-bottom-style: outset !important;
  }
  .border-lg-inherit {
    border-width: inherit !important;
  }
  .border-lg-0 {
    border-width: 0 !important;
  }
  .border-lg-01 {
    border-width: 0.1rem !important;
  }
  .border-lg-02 {
    border-width: 0.2rem !important;
  }
  .border-lg-03 {
    border-width: 0.3rem !important;
  }
  .border-lg-04 {
    border-width: 0.4rem !important;
  }
  .border-lg-05 {
    border-width: 0.5rem !important;
  }
  .border-lg-06 {
    border-width: 0.6rem !important;
  }
  .border-lg-07 {
    border-width: 0.7rem !important;
  }
  .border-lg-08 {
    border-width: 0.8rem !important;
  }
  .border-lg-09 {
    border-width: 0.9rem !important;
  }
  .border-lg-1 {
    border-width: 1rem !important;
  }
  .border-lg-10 {
    border-width: 1rem !important;
  }
  .border-lg-11 {
    border-width: 1.1rem !important;
  }
  .border-lg-12 {
    border-width: 1.2rem !important;
  }
  .border-lg-13 {
    border-width: 1.3rem !important;
  }
  .border-lg-14 {
    border-width: 1.4rem !important;
  }
  .border-lg-15 {
    border-width: 1.5rem !important;
  }
  .border-lg-16 {
    border-width: 1.6rem !important;
  }
  .border-lg-17 {
    border-width: 1.7rem !important;
  }
  .border-lg-18 {
    border-width: 1.8rem !important;
  }
  .border-lg-19 {
    border-width: 1.9rem !important;
  }
  .border-lg-2 {
    border-width: 2rem !important;
  }
  .border-lg-20 {
    border-width: 2rem !important;
  }
  .border-lg-21 {
    border-width: 2.1rem !important;
  }
  .border-lg-22 {
    border-width: 2.2rem !important;
  }
  .border-lg-23 {
    border-width: 2.3rem !important;
  }
  .border-lg-24 {
    border-width: 2.4rem !important;
  }
  .border-lg-25 {
    border-width: 2.5rem !important;
  }
  .border-lg-26 {
    border-width: 2.6rem !important;
  }
  .border-lg-27 {
    border-width: 2.7rem !important;
  }
  .border-lg-28 {
    border-width: 2.8rem !important;
  }
  .border-lg-29 {
    border-width: 2.9rem !important;
  }
  .border-lg-3 {
    border-width: 3rem !important;
  }
  .border-lg-30 {
    border-width: 3rem !important;
  }
  .border-lg-31 {
    border-width: 3.1rem !important;
  }
  .border-lg-32 {
    border-width: 3.2rem !important;
  }
  .border-lg-33 {
    border-width: 3.3rem !important;
  }
  .border-lg-34 {
    border-width: 3.4rem !important;
  }
  .border-lg-35 {
    border-width: 3.5rem !important;
  }
  .border-lg-36 {
    border-width: 3.6rem !important;
  }
  .border-lg-37 {
    border-width: 3.7rem !important;
  }
  .border-lg-38 {
    border-width: 3.8rem !important;
  }
  .border-lg-39 {
    border-width: 3.9rem !important;
  }
  .border-lg-4 {
    border-width: 4rem !important;
  }
  .border-lg-40 {
    border-width: 4rem !important;
  }
  .border-lg-41 {
    border-width: 4.1rem !important;
  }
  .border-lg-42 {
    border-width: 4.2rem !important;
  }
  .border-lg-43 {
    border-width: 4.3rem !important;
  }
  .border-lg-44 {
    border-width: 4.4rem !important;
  }
  .border-lg-45 {
    border-width: 4.5rem !important;
  }
  .border-lg-46 {
    border-width: 4.6rem !important;
  }
  .border-lg-47 {
    border-width: 4.7rem !important;
  }
  .border-lg-48 {
    border-width: 4.8rem !important;
  }
  .border-lg-49 {
    border-width: 4.9rem !important;
  }
  .border-lg-5 {
    border-width: 5rem !important;
  }
  .border-lg-50 {
    border-width: 5rem !important;
  }
  .border-lg-51 {
    border-width: 5.1rem !important;
  }
  .border-lg-52 {
    border-width: 5.2rem !important;
  }
  .border-lg-53 {
    border-width: 5.3rem !important;
  }
  .border-lg-54 {
    border-width: 5.4rem !important;
  }
  .border-lg-55 {
    border-width: 5.5rem !important;
  }
  .border-lg-56 {
    border-width: 5.6rem !important;
  }
  .border-lg-57 {
    border-width: 5.7rem !important;
  }
  .border-lg-58 {
    border-width: 5.8rem !important;
  }
  .border-lg-59 {
    border-width: 5.9rem !important;
  }
  .border-lg-6 {
    border-width: 6rem !important;
  }
  .border-lg-60 {
    border-width: 6rem !important;
  }
  .border-lg-61 {
    border-width: 6.1rem !important;
  }
  .border-lg-62 {
    border-width: 6.2rem !important;
  }
  .border-lg-63 {
    border-width: 6.3rem !important;
  }
  .border-lg-64 {
    border-width: 6.4rem !important;
  }
  .border-lg-65 {
    border-width: 6.5rem !important;
  }
  .border-lg-66 {
    border-width: 6.6rem !important;
  }
  .border-lg-67 {
    border-width: 6.7rem !important;
  }
  .border-lg-68 {
    border-width: 6.8rem !important;
  }
  .border-lg-69 {
    border-width: 6.9rem !important;
  }
  .border-lg-7 {
    border-width: 7rem !important;
  }
  .border-lg-70 {
    border-width: 7rem !important;
  }
  .border-lg-71 {
    border-width: 7.1rem !important;
  }
  .border-lg-72 {
    border-width: 7.2rem !important;
  }
  .border-lg-73 {
    border-width: 7.3rem !important;
  }
  .border-lg-74 {
    border-width: 7.4rem !important;
  }
  .border-lg-75 {
    border-width: 7.5rem !important;
  }
  .border-lg-76 {
    border-width: 7.6rem !important;
  }
  .border-lg-77 {
    border-width: 7.7rem !important;
  }
  .border-lg-78 {
    border-width: 7.8rem !important;
  }
  .border-lg-79 {
    border-width: 7.9rem !important;
  }
  .border-lg-8 {
    border-width: 8rem !important;
  }
  .border-lg-80 {
    border-width: 8rem !important;
  }
  .border-lg-81 {
    border-width: 8.1rem !important;
  }
  .border-lg-82 {
    border-width: 8.2rem !important;
  }
  .border-lg-83 {
    border-width: 8.3rem !important;
  }
  .border-lg-84 {
    border-width: 8.4rem !important;
  }
  .border-lg-85 {
    border-width: 8.5rem !important;
  }
  .border-lg-86 {
    border-width: 8.6rem !important;
  }
  .border-lg-87 {
    border-width: 8.7rem !important;
  }
  .border-lg-88 {
    border-width: 8.8rem !important;
  }
  .border-lg-89 {
    border-width: 8.9rem !important;
  }
  .border-lg-9 {
    border-width: 9rem !important;
  }
  .border-lg-90 {
    border-width: 9rem !important;
  }
  .border-lg-91 {
    border-width: 9.1rem !important;
  }
  .border-lg-92 {
    border-width: 9.2rem !important;
  }
  .border-lg-93 {
    border-width: 9.3rem !important;
  }
  .border-lg-94 {
    border-width: 9.4rem !important;
  }
  .border-lg-95 {
    border-width: 9.5rem !important;
  }
  .border-lg-96 {
    border-width: 9.6rem !important;
  }
  .border-lg-97 {
    border-width: 9.7rem !important;
  }
  .border-lg-98 {
    border-width: 9.8rem !important;
  }
  .border-lg-99 {
    border-width: 9.9rem !important;
  }
  .border-lg-100 {
    border-width: 10rem !important;
  }
  .border-lg-110 {
    border-width: 11rem !important;
  }
  .border-lg-120 {
    border-width: 12rem !important;
  }
  .border-lg-130 {
    border-width: 13rem !important;
  }
  .border-lg-140 {
    border-width: 14rem !important;
  }
  .border-lg-150 {
    border-width: 15rem !important;
  }
  .border-lg-160 {
    border-width: 16rem !important;
  }
  .border-lg-170 {
    border-width: 17rem !important;
  }
  .border-lg-180 {
    border-width: 18rem !important;
  }
  .border-lg-190 {
    border-width: 19rem !important;
  }
  .border-lg-200 {
    border-width: 20rem !important;
  }
  .border-left-lg-inherit {
    border-left-width: inherit !important;
  }
  .border-left-lg-0 {
    border-left-width: 0 !important;
  }
  .border-left-lg-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-lg-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-lg-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-lg-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-lg-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-lg-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-lg-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-lg-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-lg-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-lg-1 {
    border-left-width: 1rem !important;
  }
  .border-left-lg-10 {
    border-left-width: 1rem !important;
  }
  .border-left-lg-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-lg-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-lg-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-lg-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-lg-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-lg-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-lg-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-lg-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-lg-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-lg-2 {
    border-left-width: 2rem !important;
  }
  .border-left-lg-20 {
    border-left-width: 2rem !important;
  }
  .border-left-lg-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-lg-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-lg-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-lg-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-lg-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-lg-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-lg-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-lg-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-lg-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-lg-3 {
    border-left-width: 3rem !important;
  }
  .border-left-lg-30 {
    border-left-width: 3rem !important;
  }
  .border-left-lg-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-lg-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-lg-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-lg-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-lg-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-lg-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-lg-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-lg-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-lg-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-lg-4 {
    border-left-width: 4rem !important;
  }
  .border-left-lg-40 {
    border-left-width: 4rem !important;
  }
  .border-left-lg-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-lg-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-lg-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-lg-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-lg-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-lg-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-lg-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-lg-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-lg-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-lg-5 {
    border-left-width: 5rem !important;
  }
  .border-left-lg-50 {
    border-left-width: 5rem !important;
  }
  .border-left-lg-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-lg-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-lg-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-lg-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-lg-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-lg-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-lg-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-lg-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-lg-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-lg-6 {
    border-left-width: 6rem !important;
  }
  .border-left-lg-60 {
    border-left-width: 6rem !important;
  }
  .border-left-lg-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-lg-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-lg-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-lg-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-lg-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-lg-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-lg-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-lg-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-lg-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-lg-7 {
    border-left-width: 7rem !important;
  }
  .border-left-lg-70 {
    border-left-width: 7rem !important;
  }
  .border-left-lg-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-lg-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-lg-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-lg-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-lg-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-lg-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-lg-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-lg-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-lg-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-lg-8 {
    border-left-width: 8rem !important;
  }
  .border-left-lg-80 {
    border-left-width: 8rem !important;
  }
  .border-left-lg-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-lg-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-lg-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-lg-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-lg-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-lg-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-lg-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-lg-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-lg-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-lg-9 {
    border-left-width: 9rem !important;
  }
  .border-left-lg-90 {
    border-left-width: 9rem !important;
  }
  .border-left-lg-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-lg-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-lg-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-lg-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-lg-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-lg-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-lg-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-lg-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-lg-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-lg-100 {
    border-left-width: 10rem !important;
  }
  .border-left-lg-110 {
    border-left-width: 11rem !important;
  }
  .border-left-lg-120 {
    border-left-width: 12rem !important;
  }
  .border-left-lg-130 {
    border-left-width: 13rem !important;
  }
  .border-left-lg-140 {
    border-left-width: 14rem !important;
  }
  .border-left-lg-150 {
    border-left-width: 15rem !important;
  }
  .border-left-lg-160 {
    border-left-width: 16rem !important;
  }
  .border-left-lg-170 {
    border-left-width: 17rem !important;
  }
  .border-left-lg-180 {
    border-left-width: 18rem !important;
  }
  .border-left-lg-190 {
    border-left-width: 19rem !important;
  }
  .border-left-lg-200 {
    border-left-width: 20rem !important;
  }
  .border-right-lg-inherit {
    border-right-width: inherit !important;
  }
  .border-right-lg-0 {
    border-right-width: 0 !important;
  }
  .border-right-lg-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-lg-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-lg-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-lg-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-lg-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-lg-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-lg-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-lg-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-lg-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-lg-1 {
    border-right-width: 1rem !important;
  }
  .border-right-lg-10 {
    border-right-width: 1rem !important;
  }
  .border-right-lg-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-lg-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-lg-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-lg-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-lg-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-lg-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-lg-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-lg-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-lg-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-lg-2 {
    border-right-width: 2rem !important;
  }
  .border-right-lg-20 {
    border-right-width: 2rem !important;
  }
  .border-right-lg-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-lg-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-lg-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-lg-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-lg-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-lg-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-lg-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-lg-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-lg-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-lg-3 {
    border-right-width: 3rem !important;
  }
  .border-right-lg-30 {
    border-right-width: 3rem !important;
  }
  .border-right-lg-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-lg-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-lg-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-lg-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-lg-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-lg-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-lg-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-lg-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-lg-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-lg-4 {
    border-right-width: 4rem !important;
  }
  .border-right-lg-40 {
    border-right-width: 4rem !important;
  }
  .border-right-lg-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-lg-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-lg-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-lg-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-lg-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-lg-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-lg-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-lg-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-lg-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-lg-5 {
    border-right-width: 5rem !important;
  }
  .border-right-lg-50 {
    border-right-width: 5rem !important;
  }
  .border-right-lg-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-lg-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-lg-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-lg-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-lg-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-lg-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-lg-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-lg-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-lg-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-lg-6 {
    border-right-width: 6rem !important;
  }
  .border-right-lg-60 {
    border-right-width: 6rem !important;
  }
  .border-right-lg-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-lg-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-lg-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-lg-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-lg-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-lg-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-lg-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-lg-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-lg-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-lg-7 {
    border-right-width: 7rem !important;
  }
  .border-right-lg-70 {
    border-right-width: 7rem !important;
  }
  .border-right-lg-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-lg-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-lg-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-lg-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-lg-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-lg-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-lg-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-lg-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-lg-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-lg-8 {
    border-right-width: 8rem !important;
  }
  .border-right-lg-80 {
    border-right-width: 8rem !important;
  }
  .border-right-lg-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-lg-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-lg-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-lg-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-lg-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-lg-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-lg-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-lg-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-lg-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-lg-9 {
    border-right-width: 9rem !important;
  }
  .border-right-lg-90 {
    border-right-width: 9rem !important;
  }
  .border-right-lg-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-lg-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-lg-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-lg-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-lg-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-lg-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-lg-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-lg-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-lg-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-lg-100 {
    border-right-width: 10rem !important;
  }
  .border-right-lg-110 {
    border-right-width: 11rem !important;
  }
  .border-right-lg-120 {
    border-right-width: 12rem !important;
  }
  .border-right-lg-130 {
    border-right-width: 13rem !important;
  }
  .border-right-lg-140 {
    border-right-width: 14rem !important;
  }
  .border-right-lg-150 {
    border-right-width: 15rem !important;
  }
  .border-right-lg-160 {
    border-right-width: 16rem !important;
  }
  .border-right-lg-170 {
    border-right-width: 17rem !important;
  }
  .border-right-lg-180 {
    border-right-width: 18rem !important;
  }
  .border-right-lg-190 {
    border-right-width: 19rem !important;
  }
  .border-right-lg-200 {
    border-right-width: 20rem !important;
  }
  .border-right-lg-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-lg-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-lg-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-lg-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-lg-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-lg-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-lg-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-lg-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-lg-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-lg-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-lg-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-lg-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-lg-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-lg-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-lg-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-lg-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-lg-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-lg-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-lg-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-lg-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-lg-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-lg-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-lg-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-lg-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-lg-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-lg-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-lg-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-lg-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-lg-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-lg-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-lg-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-lg-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-lg-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-lg-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-lg-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-lg-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-lg-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-lg-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-lg-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-lg-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-lg-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-lg-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-lg-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-lg-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-lg-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-lg-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-lg-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-lg-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-lg-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-lg-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-lg-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-lg-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-lg-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-lg-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-lg-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-lg-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-lg-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-lg-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-lg-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-lg-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-lg-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-lg-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-lg-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-lg-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-lg-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-lg-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-lg-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-lg-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-lg-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-lg-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-lg-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-lg-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-lg-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-lg-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-lg-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-lg-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-lg-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-lg-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-lg-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-lg-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-lg-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-lg-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-lg-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-lg-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-lg-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-lg-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-lg-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-lg-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-lg-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-lg-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-lg-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-lg-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-lg-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-lg-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-lg-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-lg-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-lg-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-lg-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-lg-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-lg-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-lg-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-lg-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-lg-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-lg-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-lg-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-lg-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-lg-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-lg-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-lg-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-lg-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-lg-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-lg-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-lg-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-lg-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-lg-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-lg-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-lg-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-lg-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-lg-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-lg-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-lg-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-lg-inherit {
    border-top-width: inherit !important;
  }
  .border-top-lg-0 {
    border-top-width: 0 !important;
  }
  .border-top-lg-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-lg-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-lg-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-lg-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-lg-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-lg-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-lg-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-lg-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-lg-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-lg-1 {
    border-top-width: 1rem !important;
  }
  .border-top-lg-10 {
    border-top-width: 1rem !important;
  }
  .border-top-lg-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-lg-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-lg-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-lg-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-lg-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-lg-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-lg-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-lg-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-lg-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-lg-2 {
    border-top-width: 2rem !important;
  }
  .border-top-lg-20 {
    border-top-width: 2rem !important;
  }
  .border-top-lg-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-lg-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-lg-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-lg-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-lg-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-lg-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-lg-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-lg-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-lg-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-lg-3 {
    border-top-width: 3rem !important;
  }
  .border-top-lg-30 {
    border-top-width: 3rem !important;
  }
  .border-top-lg-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-lg-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-lg-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-lg-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-lg-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-lg-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-lg-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-lg-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-lg-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-lg-4 {
    border-top-width: 4rem !important;
  }
  .border-top-lg-40 {
    border-top-width: 4rem !important;
  }
  .border-top-lg-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-lg-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-lg-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-lg-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-lg-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-lg-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-lg-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-lg-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-lg-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-lg-5 {
    border-top-width: 5rem !important;
  }
  .border-top-lg-50 {
    border-top-width: 5rem !important;
  }
  .border-top-lg-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-lg-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-lg-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-lg-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-lg-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-lg-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-lg-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-lg-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-lg-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-lg-6 {
    border-top-width: 6rem !important;
  }
  .border-top-lg-60 {
    border-top-width: 6rem !important;
  }
  .border-top-lg-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-lg-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-lg-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-lg-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-lg-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-lg-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-lg-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-lg-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-lg-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-lg-7 {
    border-top-width: 7rem !important;
  }
  .border-top-lg-70 {
    border-top-width: 7rem !important;
  }
  .border-top-lg-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-lg-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-lg-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-lg-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-lg-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-lg-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-lg-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-lg-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-lg-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-lg-8 {
    border-top-width: 8rem !important;
  }
  .border-top-lg-80 {
    border-top-width: 8rem !important;
  }
  .border-top-lg-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-lg-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-lg-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-lg-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-lg-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-lg-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-lg-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-lg-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-lg-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-lg-9 {
    border-top-width: 9rem !important;
  }
  .border-top-lg-90 {
    border-top-width: 9rem !important;
  }
  .border-top-lg-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-lg-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-lg-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-lg-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-lg-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-lg-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-lg-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-lg-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-lg-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-lg-100 {
    border-top-width: 10rem !important;
  }
  .border-top-lg-110 {
    border-top-width: 11rem !important;
  }
  .border-top-lg-120 {
    border-top-width: 12rem !important;
  }
  .border-top-lg-130 {
    border-top-width: 13rem !important;
  }
  .border-top-lg-140 {
    border-top-width: 14rem !important;
  }
  .border-top-lg-150 {
    border-top-width: 15rem !important;
  }
  .border-top-lg-160 {
    border-top-width: 16rem !important;
  }
  .border-top-lg-170 {
    border-top-width: 17rem !important;
  }
  .border-top-lg-180 {
    border-top-width: 18rem !important;
  }
  .border-top-lg-190 {
    border-top-width: 19rem !important;
  }
  .border-top-lg-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-lg-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-lg-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-lg-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-lg-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-lg-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-lg-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-lg-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-lg-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-lg-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-lg-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-lg-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-lg-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-lg-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-lg-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-lg-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-lg-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-lg-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-lg-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-lg-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-lg-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-lg-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-lg-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-lg-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-lg-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-lg-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-lg-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-lg-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-lg-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-lg-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-lg-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-lg-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-lg-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-lg-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-lg-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-lg-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-lg-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-lg-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-lg-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-lg-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-lg-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-lg-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-lg-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-lg-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-lg-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-lg-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-lg-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-lg-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-lg-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-lg-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-lg-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-lg-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-lg-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-lg-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-lg-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-lg-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-lg-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-lg-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-lg-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-lg-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-lg-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-lg-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-lg-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-lg-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-lg-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-lg-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-lg-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-lg-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-lg-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-lg-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-lg-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-lg-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-lg-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-lg-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-lg-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-lg-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-lg-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-lg-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-lg-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-lg-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-lg-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-lg-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-lg-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-lg-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-lg-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-lg-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-lg-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-lg-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-lg-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-lg-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-lg-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-lg-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-lg-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-lg-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-lg-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-lg-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-lg-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-lg-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-lg-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-lg-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-lg-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-lg-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-lg-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-lg-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-lg-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-lg-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-lg-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-lg-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-lg-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-lg-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-lg-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-lg-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-lg-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-lg-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-lg-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-lg-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-lg-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-lg-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-lg-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-lg-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-lg-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-lg-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-lg-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-lg-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-lg-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-lg-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-lg-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-lg-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-lg-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-lg-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-lg-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-lg-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-lg-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-lg-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-lg-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-lg-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-lg-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-lg-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-lg-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-lg-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-lg-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-lg-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-lg-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-lg-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-lg-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-lg-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-lg-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-lg-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-lg-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-lg-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-lg-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-lg-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-lg-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-lg-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-lg-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-lg-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-lg-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-lg-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-lg-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-lg-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-lg-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-lg-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-lg-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-lg-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-lg-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-lg-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-lg-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-lg-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-lg-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-lg-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-lg-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-lg-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-lg-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-lg-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-lg-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-lg-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-lg-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-lg-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-lg-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-lg-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-lg-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-lg-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-lg-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-lg-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-lg-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-lg-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-lg-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-lg-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-lg-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-lg-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-lg-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-lg-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-lg-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-lg-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-lg-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-lg-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-lg-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-lg-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-lg-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-lg-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-lg-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-lg-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-lg-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-lg-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-lg-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-lg-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-lg-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-lg-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-lg-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-lg-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-lg-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-lg-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-lg-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-lg-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-lg-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-lg-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-lg-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-lg-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-lg-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-lg-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-lg-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-lg-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-lg-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-lg-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-lg-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-lg-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-lg-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-lg-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-lg-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-lg-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-lg-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-lg-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-lg-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-lg-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-lg-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-lg-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-lg-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-lg-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-lg-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-lg-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-lg-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-lg-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-lg-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-lg-blue {
    border-color: #007CC2 !important;
  }
  .border-color-lg-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-lg-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-lg-pink {
    border-color: #d63384 !important;
  }
  .border-color-lg-red {
    border-color: #dc3545 !important;
  }
  .border-color-lg-orange {
    border-color: #FD8262 !important;
  }
  .border-color-lg-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-lg-green {
    border-color: #627C36 !important;
  }
  .border-color-lg-teal {
    border-color: #20c997 !important;
  }
  .border-color-lg-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-lg-black {
    border-color: #000 !important;
  }
  .border-color-lg-white {
    border-color: #fff !important;
  }
  .border-color-lg-gray {
    border-color: #6c757d !important;
  }
  .border-color-lg-transparent {
    border-color: transparent !important;
  }
  .border-color-lg-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-lg-blueLight {
    border-color: #000094 !important;
  }
  .border-color-lg-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-lg-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-lg-redLight {
    border-color: #ff212c !important;
  }
  .border-color-lg-redDark {
    border-color: #960010 !important;
  }
  .border-color-lg-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-lg-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-lg-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-lg-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-lg-grayDark {
    border-color: #313130 !important;
  }
  .border-color-lg-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-lg-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-lg-brown {
    border-color: #885F50 !important;
  }
  .border-color-lg-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-lg-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-lg-viber {
    border-color: #665CAC !important;
  }
  .border-color-lg-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-lg-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-lg-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-lg-telegram {
    border-color: #0088cc !important;
  }
  .border-color-lg-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-lg-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-lg-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-lg-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-lg-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-lg-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-lg-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-lg-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-lg-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-lg-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-lg-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-lg-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-lg-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-lg-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-lg-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-lg-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-lg-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-lg-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-lg-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-lg-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-lg-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-lg-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-lg-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-lg-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-lg-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-lg-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-lg-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-lg-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-lg-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-lg-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-lg-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-lg-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-lg-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-lg-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-lg-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-lg-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-lg-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-lg-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-lg-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-lg-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-lg-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-lg-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-lg-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-lg-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-lg-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-lg-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-lg-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-lg-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-lg-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-lg-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-lg-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-lg-inherit {
    border-radius: inherit !important;
  }
  .radius-lg-0 {
    border-radius: 0 !important;
  }
  .radius-lg-01 {
    border-radius: 0.1rem !important;
  }
  .radius-lg-02 {
    border-radius: 0.2rem !important;
  }
  .radius-lg-03 {
    border-radius: 0.3rem !important;
  }
  .radius-lg-04 {
    border-radius: 0.4rem !important;
  }
  .radius-lg-05 {
    border-radius: 0.5rem !important;
  }
  .radius-lg-06 {
    border-radius: 0.6rem !important;
  }
  .radius-lg-07 {
    border-radius: 0.7rem !important;
  }
  .radius-lg-08 {
    border-radius: 0.8rem !important;
  }
  .radius-lg-09 {
    border-radius: 0.9rem !important;
  }
  .radius-lg-1 {
    border-radius: 1rem !important;
  }
  .radius-lg-10 {
    border-radius: 1rem !important;
  }
  .radius-lg-11 {
    border-radius: 1.1rem !important;
  }
  .radius-lg-12 {
    border-radius: 1.2rem !important;
  }
  .radius-lg-13 {
    border-radius: 1.3rem !important;
  }
  .radius-lg-14 {
    border-radius: 1.4rem !important;
  }
  .radius-lg-15 {
    border-radius: 1.5rem !important;
  }
  .radius-lg-16 {
    border-radius: 1.6rem !important;
  }
  .radius-lg-17 {
    border-radius: 1.7rem !important;
  }
  .radius-lg-18 {
    border-radius: 1.8rem !important;
  }
  .radius-lg-19 {
    border-radius: 1.9rem !important;
  }
  .radius-lg-2 {
    border-radius: 2rem !important;
  }
  .radius-lg-20 {
    border-radius: 2rem !important;
  }
  .radius-lg-21 {
    border-radius: 2.1rem !important;
  }
  .radius-lg-22 {
    border-radius: 2.2rem !important;
  }
  .radius-lg-23 {
    border-radius: 2.3rem !important;
  }
  .radius-lg-24 {
    border-radius: 2.4rem !important;
  }
  .radius-lg-25 {
    border-radius: 2.5rem !important;
  }
  .radius-lg-26 {
    border-radius: 2.6rem !important;
  }
  .radius-lg-27 {
    border-radius: 2.7rem !important;
  }
  .radius-lg-28 {
    border-radius: 2.8rem !important;
  }
  .radius-lg-29 {
    border-radius: 2.9rem !important;
  }
  .radius-lg-3 {
    border-radius: 3rem !important;
  }
  .radius-lg-30 {
    border-radius: 3rem !important;
  }
  .radius-lg-31 {
    border-radius: 3.1rem !important;
  }
  .radius-lg-32 {
    border-radius: 3.2rem !important;
  }
  .radius-lg-33 {
    border-radius: 3.3rem !important;
  }
  .radius-lg-34 {
    border-radius: 3.4rem !important;
  }
  .radius-lg-35 {
    border-radius: 3.5rem !important;
  }
  .radius-lg-36 {
    border-radius: 3.6rem !important;
  }
  .radius-lg-37 {
    border-radius: 3.7rem !important;
  }
  .radius-lg-38 {
    border-radius: 3.8rem !important;
  }
  .radius-lg-39 {
    border-radius: 3.9rem !important;
  }
  .radius-lg-4 {
    border-radius: 4rem !important;
  }
  .radius-lg-40 {
    border-radius: 4rem !important;
  }
  .radius-lg-41 {
    border-radius: 4.1rem !important;
  }
  .radius-lg-42 {
    border-radius: 4.2rem !important;
  }
  .radius-lg-43 {
    border-radius: 4.3rem !important;
  }
  .radius-lg-44 {
    border-radius: 4.4rem !important;
  }
  .radius-lg-45 {
    border-radius: 4.5rem !important;
  }
  .radius-lg-46 {
    border-radius: 4.6rem !important;
  }
  .radius-lg-47 {
    border-radius: 4.7rem !important;
  }
  .radius-lg-48 {
    border-radius: 4.8rem !important;
  }
  .radius-lg-49 {
    border-radius: 4.9rem !important;
  }
  .radius-lg-5 {
    border-radius: 5rem !important;
  }
  .radius-lg-50 {
    border-radius: 5rem !important;
  }
  .radius-lg-51 {
    border-radius: 5.1rem !important;
  }
  .radius-lg-52 {
    border-radius: 5.2rem !important;
  }
  .radius-lg-53 {
    border-radius: 5.3rem !important;
  }
  .radius-lg-54 {
    border-radius: 5.4rem !important;
  }
  .radius-lg-55 {
    border-radius: 5.5rem !important;
  }
  .radius-lg-56 {
    border-radius: 5.6rem !important;
  }
  .radius-lg-57 {
    border-radius: 5.7rem !important;
  }
  .radius-lg-58 {
    border-radius: 5.8rem !important;
  }
  .radius-lg-59 {
    border-radius: 5.9rem !important;
  }
  .radius-lg-6 {
    border-radius: 6rem !important;
  }
  .radius-lg-60 {
    border-radius: 6rem !important;
  }
  .radius-lg-61 {
    border-radius: 6.1rem !important;
  }
  .radius-lg-62 {
    border-radius: 6.2rem !important;
  }
  .radius-lg-63 {
    border-radius: 6.3rem !important;
  }
  .radius-lg-64 {
    border-radius: 6.4rem !important;
  }
  .radius-lg-65 {
    border-radius: 6.5rem !important;
  }
  .radius-lg-66 {
    border-radius: 6.6rem !important;
  }
  .radius-lg-67 {
    border-radius: 6.7rem !important;
  }
  .radius-lg-68 {
    border-radius: 6.8rem !important;
  }
  .radius-lg-69 {
    border-radius: 6.9rem !important;
  }
  .radius-lg-7 {
    border-radius: 7rem !important;
  }
  .radius-lg-70 {
    border-radius: 7rem !important;
  }
  .radius-lg-71 {
    border-radius: 7.1rem !important;
  }
  .radius-lg-72 {
    border-radius: 7.2rem !important;
  }
  .radius-lg-73 {
    border-radius: 7.3rem !important;
  }
  .radius-lg-74 {
    border-radius: 7.4rem !important;
  }
  .radius-lg-75 {
    border-radius: 7.5rem !important;
  }
  .radius-lg-76 {
    border-radius: 7.6rem !important;
  }
  .radius-lg-77 {
    border-radius: 7.7rem !important;
  }
  .radius-lg-78 {
    border-radius: 7.8rem !important;
  }
  .radius-lg-79 {
    border-radius: 7.9rem !important;
  }
  .radius-lg-8 {
    border-radius: 8rem !important;
  }
  .radius-lg-80 {
    border-radius: 8rem !important;
  }
  .radius-lg-81 {
    border-radius: 8.1rem !important;
  }
  .radius-lg-82 {
    border-radius: 8.2rem !important;
  }
  .radius-lg-83 {
    border-radius: 8.3rem !important;
  }
  .radius-lg-84 {
    border-radius: 8.4rem !important;
  }
  .radius-lg-85 {
    border-radius: 8.5rem !important;
  }
  .radius-lg-86 {
    border-radius: 8.6rem !important;
  }
  .radius-lg-87 {
    border-radius: 8.7rem !important;
  }
  .radius-lg-88 {
    border-radius: 8.8rem !important;
  }
  .radius-lg-89 {
    border-radius: 8.9rem !important;
  }
  .radius-lg-9 {
    border-radius: 9rem !important;
  }
  .radius-lg-90 {
    border-radius: 9rem !important;
  }
  .radius-lg-91 {
    border-radius: 9.1rem !important;
  }
  .radius-lg-92 {
    border-radius: 9.2rem !important;
  }
  .radius-lg-93 {
    border-radius: 9.3rem !important;
  }
  .radius-lg-94 {
    border-radius: 9.4rem !important;
  }
  .radius-lg-95 {
    border-radius: 9.5rem !important;
  }
  .radius-lg-96 {
    border-radius: 9.6rem !important;
  }
  .radius-lg-97 {
    border-radius: 9.7rem !important;
  }
  .radius-lg-98 {
    border-radius: 9.8rem !important;
  }
  .radius-lg-99 {
    border-radius: 9.9rem !important;
  }
  .radius-lg-100 {
    border-radius: 10rem !important;
  }
  .radius-lg-110 {
    border-radius: 11rem !important;
  }
  .radius-lg-120 {
    border-radius: 12rem !important;
  }
  .radius-lg-130 {
    border-radius: 13rem !important;
  }
  .radius-lg-140 {
    border-radius: 14rem !important;
  }
  .radius-lg-150 {
    border-radius: 15rem !important;
  }
  .radius-lg-160 {
    border-radius: 16rem !important;
  }
  .radius-lg-170 {
    border-radius: 17rem !important;
  }
  .radius-lg-180 {
    border-radius: 18rem !important;
  }
  .radius-lg-190 {
    border-radius: 19rem !important;
  }
  .radius-lg-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-lg-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-lg-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-lg-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-lg-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-lg-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-lg-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-lg-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-lg-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-lg-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-lg-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-lg-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-lg-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-lg-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-lg-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-lg-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-lg-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-lg-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-lg-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-lg-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-lg-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-lg-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-lg-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-lg-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-lg-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-lg-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-lg-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-lg-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-lg-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-lg-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-lg-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-lg-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-lg-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-lg-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-lg-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-lg-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-lg-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-lg-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-lg-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-lg-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-lg-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-lg-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-lg-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-lg-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-lg-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-lg-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-lg-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-lg-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-lg-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-lg-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-lg-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-lg-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-lg-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-lg-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-lg-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-lg-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-lg-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-lg-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-lg-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-lg-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-lg-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-lg-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-lg-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-lg-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-lg-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-lg-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-lg-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-lg-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-lg-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-lg-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-lg-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-lg-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-lg-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-lg-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-lg-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-lg-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-lg-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-lg-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-lg-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-lg-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-lg-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-lg-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-lg-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-lg-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-lg-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-lg-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-lg-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-lg-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-lg-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-lg-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-lg-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-lg-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-lg-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-lg-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-lg-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-lg-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-lg-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-lg-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-lg-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-lg-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-lg-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-lg-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-lg-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-lg-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-lg-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-lg-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-lg-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-lg-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-lg-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-lg-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-lg-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-lg-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-lg-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-lg-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-lg-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-lg-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-lg-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-lg-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-lg-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-lg-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-lg-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-lg-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-lg-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-lg-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-lg-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-lg-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-lg-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-lg-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-lg-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-lg-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-lg-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-lg-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-lg-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-lg-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-lg-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-lg-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-lg-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-lg-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-lg-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-lg-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-lg-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-lg-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-lg-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-lg-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-lg-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-lg-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-lg-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-lg-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-lg-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-lg-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-lg-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-lg-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-lg-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-lg-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-lg-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-lg-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-lg-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-lg-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-lg-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-lg-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-lg-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-lg-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-lg-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-lg-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-lg-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-lg-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-lg-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-lg-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-lg-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-lg-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-lg-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-lg-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-lg-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-lg-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-lg-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-lg-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-lg-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-lg-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-lg-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-lg-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-lg-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-lg-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-lg-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-lg-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-lg-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-lg-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-lg-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-lg-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-lg-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-lg-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-lg-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-lg-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-lg-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-lg-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-lg-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-lg-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-lg-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-lg-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-lg-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-lg-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-lg-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-lg-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-lg-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-lg-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-lg-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-lg-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-lg-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-lg-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-lg-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-lg-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-lg-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-lg-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-lg-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-lg-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-lg-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-lg-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-lg-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-lg-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-lg-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-lg-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-lg-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-lg-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-lg-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-lg-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-lg-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-lg-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-lg-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-lg-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-lg-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-lg-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-lg-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-lg-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-lg-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-lg-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-lg-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-lg-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-lg-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-lg-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-lg-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-lg-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-lg-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-lg-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-lg-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-lg-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-lg-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-lg-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-lg-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-lg-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-lg-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-lg-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-lg-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-lg-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-lg-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-lg-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-lg-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-lg-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-lg-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-lg-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-lg-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-lg-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-lg-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-lg-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-lg-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-lg-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-lg-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-lg-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-lg-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-lg-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-lg-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-lg-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-lg-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-lg-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-lg-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-lg-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-lg-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-lg-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-lg-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-lg-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-lg-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-lg-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-lg-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-lg-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-lg-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-lg-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-lg-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-lg-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-lg-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-lg-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-lg-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-lg-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-lg-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-lg-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-lg-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-lg-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-lg-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-lg-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-lg-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-lg-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-lg-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-lg-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-lg-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-lg-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-lg-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-lg-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-lg-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-lg-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-lg-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-lg-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-lg-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-lg-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-lg-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-lg-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-lg-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-lg-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-lg-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-lg-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-lg-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-lg-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-lg-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-lg-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-lg-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-lg-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-lg-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-lg-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-lg-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-lg-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-lg-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-lg-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-lg-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-lg-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-lg-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-lg-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-lg-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-lg-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-lg-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-lg-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-lg-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-lg-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-lg-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-lg-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-lg-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-lg-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-lg-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-lg-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-lg-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-lg-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-lg-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-lg-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-lg-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-lg-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-lg-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-lg-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-lg-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-lg-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-lg-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-lg-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-lg-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-lg-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-lg-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-lg-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-lg-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-lg-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-lg-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-lg-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-lg-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-lg-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-lg-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-lg-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-lg-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-lg-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-lg-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-lg-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-lg-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-lg-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-lg-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-lg-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-lg-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-lg-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-lg-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-lg-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-lg-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-lg-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-lg-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-lg-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-lg-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-lg-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-lg-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-lg-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-lg-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-lg-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-lg-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-lg-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-lg-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-lg-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-lg-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-lg-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-lg-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-lg-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-lg-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-lg-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-lg-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-lg-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-lg-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-lg-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-lg-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-lg-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-lg-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-lg-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-lg-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-lg-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-lg-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-lg-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-lg-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-lg-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-lg-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-lg-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-lg-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-lg-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-lg-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-lg-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-lg-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-lg-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-lg-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-lg-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-lg-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-lg-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-lg-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-lg-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-lg-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-lg-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-lg-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-lg-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-lg-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-lg-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-lg-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-lg-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-lg-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-lg-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-lg-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-lg-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-lg-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-lg-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-lg-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-lg-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-lg-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-lg-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-lg-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-lg-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-lg-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-lg-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-lg-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-lg-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-lg-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-lg-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-lg-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-lg-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-lg-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-lg-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-lg-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-lg-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-lg-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-lg-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-lg-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-lg-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-lg-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-lg-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-lg-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-lg-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-lg-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-lg-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-lg-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-lg-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-lg-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-lg-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-lg-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-lg-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-lg-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-lg-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-lg-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-lg-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-lg-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-lg-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-lg-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-lg-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-lg-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-lg-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-lg-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-lg-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-lg-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-01 {
    opacity: 0.1 !important;
  }
  .opacity-xl-02 {
    opacity: 0.2 !important;
  }
  .opacity-xl-03 {
    opacity: 0.3 !important;
  }
  .opacity-xl-04 {
    opacity: 0.4 !important;
  }
  .opacity-xl-05 {
    opacity: 0.5 !important;
  }
  .opacity-xl-06 {
    opacity: 0.6 !important;
  }
  .opacity-xl-07 {
    opacity: 0.7 !important;
  }
  .opacity-xl-08 {
    opacity: 0.8 !important;
  }
  .opacity-xl-09 {
    opacity: 0.9 !important;
  }
  .opacity-xl-1 {
    opacity: 1 !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .overflow-xl-unset {
    overflow: unset !important;
  }
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-xl-unset {
    overflow-x: unset !important;
  }
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-xl-unset {
    overflow-y: unset !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;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .position-xl-inherit {
    position: inherit !important;
  }
  .position-xl-initial {
    position: initial !important;
  }
  .position-xl-unset {
    position: unset !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-5vw {
    width: 5vw !important;
  }
  .w-xl-10vw {
    width: 10vw !important;
  }
  .w-xl-15vw {
    width: 15vw !important;
  }
  .w-xl-20vw {
    width: 20vw !important;
  }
  .w-xl-25vw {
    width: 25vw !important;
  }
  .w-xl-30vw {
    width: 30vw !important;
  }
  .w-xl-35vw {
    width: 35vw !important;
  }
  .w-xl-40vw {
    width: 40vw !important;
  }
  .w-xl-45vw {
    width: 45vw !important;
  }
  .w-xl-50vw {
    width: 50vw !important;
  }
  .w-xl-55vw {
    width: 55vw !important;
  }
  .w-xl-60vw {
    width: 60vw !important;
  }
  .w-xl-65vw {
    width: 65vw !important;
  }
  .w-xl-70vw {
    width: 70vw !important;
  }
  .w-xl-75vw {
    width: 75vw !important;
  }
  .w-xl-80vw {
    width: 80vw !important;
  }
  .w-xl-85vw {
    width: 85vw !important;
  }
  .w-xl-90vw {
    width: 90vw !important;
  }
  .w-xl-95vw {
    width: 95vw !important;
  }
  .w-xl-100vw {
    width: 100vw !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-5 {
    max-width: 5% !important;
  }
  .mw-xl-10 {
    max-width: 10% !important;
  }
  .mw-xl-15 {
    max-width: 15% !important;
  }
  .mw-xl-20 {
    max-width: 20% !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-30 {
    max-width: 30% !important;
  }
  .mw-xl-35 {
    max-width: 35% !important;
  }
  .mw-xl-40 {
    max-width: 40% !important;
  }
  .mw-xl-45 {
    max-width: 45% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-55 {
    max-width: 55% !important;
  }
  .mw-xl-60 {
    max-width: 60% !important;
  }
  .mw-xl-65 {
    max-width: 65% !important;
  }
  .mw-xl-70 {
    max-width: 70% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-80 {
    max-width: 80% !important;
  }
  .mw-xl-85 {
    max-width: 85% !important;
  }
  .mw-xl-90 {
    max-width: 90% !important;
  }
  .mw-xl-95 {
    max-width: 95% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-5vw {
    max-width: 5vw !important;
  }
  .mw-xl-10vw {
    max-width: 10vw !important;
  }
  .mw-xl-15vw {
    max-width: 15vw !important;
  }
  .mw-xl-20vw {
    max-width: 20vw !important;
  }
  .mw-xl-25vw {
    max-width: 25vw !important;
  }
  .mw-xl-30vw {
    max-width: 30vw !important;
  }
  .mw-xl-35vw {
    max-width: 35vw !important;
  }
  .mw-xl-40vw {
    max-width: 40vw !important;
  }
  .mw-xl-45vw {
    max-width: 45vw !important;
  }
  .mw-xl-50vw {
    max-width: 50vw !important;
  }
  .mw-xl-55vw {
    max-width: 55vw !important;
  }
  .mw-xl-60vw {
    max-width: 60vw !important;
  }
  .mw-xl-65vw {
    max-width: 65vw !important;
  }
  .mw-xl-70vw {
    max-width: 70vw !important;
  }
  .mw-xl-75vw {
    max-width: 75vw !important;
  }
  .mw-xl-80vw {
    max-width: 80vw !important;
  }
  .mw-xl-85vw {
    max-width: 85vw !important;
  }
  .mw-xl-90vw {
    max-width: 90vw !important;
  }
  .mw-xl-95vw {
    max-width: 95vw !important;
  }
  .mw-xl-100vw {
    max-width: 100vw !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-5vh {
    height: 5vh !important;
  }
  .h-xl-10vh {
    height: 10vh !important;
  }
  .h-xl-15vh {
    height: 15vh !important;
  }
  .h-xl-20vh {
    height: 20vh !important;
  }
  .h-xl-25vh {
    height: 25vh !important;
  }
  .h-xl-30vh {
    height: 30vh !important;
  }
  .h-xl-35vh {
    height: 35vh !important;
  }
  .h-xl-40vh {
    height: 40vh !important;
  }
  .h-xl-45vh {
    height: 45vh !important;
  }
  .h-xl-50vh {
    height: 50vh !important;
  }
  .h-xl-55vh {
    height: 55vh !important;
  }
  .h-xl-60vh {
    height: 60vh !important;
  }
  .h-xl-65vh {
    height: 65vh !important;
  }
  .h-xl-70vh {
    height: 70vh !important;
  }
  .h-xl-75vh {
    height: 75vh !important;
  }
  .h-xl-80vh {
    height: 80vh !important;
  }
  .h-xl-85vh {
    height: 85vh !important;
  }
  .h-xl-90vh {
    height: 90vh !important;
  }
  .h-xl-95vh {
    height: 95vh !important;
  }
  .h-xl-100vh {
    height: 100vh !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-5 {
    max-height: 5% !important;
  }
  .mh-xl-10 {
    max-height: 10% !important;
  }
  .mh-xl-15 {
    max-height: 15% !important;
  }
  .mh-xl-20 {
    max-height: 20% !important;
  }
  .mh-xl-25 {
    max-height: 25% !important;
  }
  .mh-xl-30 {
    max-height: 30% !important;
  }
  .mh-xl-35 {
    max-height: 35% !important;
  }
  .mh-xl-40 {
    max-height: 40% !important;
  }
  .mh-xl-45 {
    max-height: 45% !important;
  }
  .mh-xl-50 {
    max-height: 50% !important;
  }
  .mh-xl-55 {
    max-height: 55% !important;
  }
  .mh-xl-60 {
    max-height: 60% !important;
  }
  .mh-xl-65 {
    max-height: 65% !important;
  }
  .mh-xl-70 {
    max-height: 70% !important;
  }
  .mh-xl-75 {
    max-height: 75% !important;
  }
  .mh-xl-80 {
    max-height: 80% !important;
  }
  .mh-xl-85 {
    max-height: 85% !important;
  }
  .mh-xl-90 {
    max-height: 90% !important;
  }
  .mh-xl-95 {
    max-height: 95% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .mh-xl-5vh {
    max-height: 5vh !important;
  }
  .mh-xl-10vh {
    max-height: 10vh !important;
  }
  .mh-xl-15vh {
    max-height: 15vh !important;
  }
  .mh-xl-20vh {
    max-height: 20vh !important;
  }
  .mh-xl-25vh {
    max-height: 25vh !important;
  }
  .mh-xl-30vh {
    max-height: 30vh !important;
  }
  .mh-xl-35vh {
    max-height: 35vh !important;
  }
  .mh-xl-40vh {
    max-height: 40vh !important;
  }
  .mh-xl-45vh {
    max-height: 45vh !important;
  }
  .mh-xl-50vh {
    max-height: 50vh !important;
  }
  .mh-xl-55vh {
    max-height: 55vh !important;
  }
  .mh-xl-60vh {
    max-height: 60vh !important;
  }
  .mh-xl-65vh {
    max-height: 65vh !important;
  }
  .mh-xl-70vh {
    max-height: 70vh !important;
  }
  .mh-xl-75vh {
    max-height: 75vh !important;
  }
  .mh-xl-80vh {
    max-height: 80vh !important;
  }
  .mh-xl-85vh {
    max-height: 85vh !important;
  }
  .mh-xl-90vh {
    max-height: 90vh !important;
  }
  .mh-xl-95vh {
    max-height: 95vh !important;
  }
  .mh-xl-100vh {
    max-height: 100vh !important;
  }
  .mh-xl-auto {
    max-height: auto !important;
  }
  .minh-xl-5 {
    min-height: 5% !important;
  }
  .minh-xl-10 {
    min-height: 10% !important;
  }
  .minh-xl-15 {
    min-height: 15% !important;
  }
  .minh-xl-20 {
    min-height: 20% !important;
  }
  .minh-xl-25 {
    min-height: 25% !important;
  }
  .minh-xl-30 {
    min-height: 30% !important;
  }
  .minh-xl-35 {
    min-height: 35% !important;
  }
  .minh-xl-40 {
    min-height: 40% !important;
  }
  .minh-xl-45 {
    min-height: 45% !important;
  }
  .minh-xl-50 {
    min-height: 50% !important;
  }
  .minh-xl-55 {
    min-height: 55% !important;
  }
  .minh-xl-60 {
    min-height: 60% !important;
  }
  .minh-xl-65 {
    min-height: 65% !important;
  }
  .minh-xl-70 {
    min-height: 70% !important;
  }
  .minh-xl-75 {
    min-height: 75% !important;
  }
  .minh-xl-80 {
    min-height: 80% !important;
  }
  .minh-xl-85 {
    min-height: 85% !important;
  }
  .minh-xl-90 {
    min-height: 90% !important;
  }
  .minh-xl-95 {
    min-height: 95% !important;
  }
  .minh-xl-100 {
    min-height: 100% !important;
  }
  .minh-xl-5vh {
    min-height: 5vh !important;
  }
  .minh-xl-10vh {
    min-height: 10vh !important;
  }
  .minh-xl-15vh {
    min-height: 15vh !important;
  }
  .minh-xl-20vh {
    min-height: 20vh !important;
  }
  .minh-xl-25vh {
    min-height: 25vh !important;
  }
  .minh-xl-30vh {
    min-height: 30vh !important;
  }
  .minh-xl-35vh {
    min-height: 35vh !important;
  }
  .minh-xl-40vh {
    min-height: 40vh !important;
  }
  .minh-xl-45vh {
    min-height: 45vh !important;
  }
  .minh-xl-50vh {
    min-height: 50vh !important;
  }
  .minh-xl-55vh {
    min-height: 55vh !important;
  }
  .minh-xl-60vh {
    min-height: 60vh !important;
  }
  .minh-xl-65vh {
    min-height: 65vh !important;
  }
  .minh-xl-70vh {
    min-height: 70vh !important;
  }
  .minh-xl-75vh {
    min-height: 75vh !important;
  }
  .minh-xl-80vh {
    min-height: 80vh !important;
  }
  .minh-xl-85vh {
    min-height: 85vh !important;
  }
  .minh-xl-90vh {
    min-height: 90vh !important;
  }
  .minh-xl-95vh {
    min-height: 95vh !important;
  }
  .minh-xl-100vh {
    min-height: 100vh !important;
  }
  .minh-xl-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-105 {
    margin: 10.5rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .m-xl-115 {
    margin: 11.5rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .m-xl-125 {
    margin: 12.5rem !important;
  }
  .m-xl-130 {
    margin: 13rem !important;
  }
  .m-xl-135 {
    margin: 13.5rem !important;
  }
  .m-xl-140 {
    margin: 14rem !important;
  }
  .m-xl-145 {
    margin: 14.5rem !important;
  }
  .m-xl-150 {
    margin: 15rem !important;
  }
  .m-xl-155 {
    margin: 15.5rem !important;
  }
  .m-xl-160 {
    margin: 16rem !important;
  }
  .m-xl-165 {
    margin: 16.5rem !important;
  }
  .m-xl-170 {
    margin: 17rem !important;
  }
  .m-xl-175 {
    margin: 17.5rem !important;
  }
  .m-xl-180 {
    margin: 18rem !important;
  }
  .m-xl-185 {
    margin: 18.5rem !important;
  }
  .m-xl-190 {
    margin: 19rem !important;
  }
  .m-xl-195 {
    margin: 19.5rem !important;
  }
  .m-xl-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70 {
    margin-top: 7rem !important;
  }
  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80 {
    margin-top: 8rem !important;
  }
  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90 {
    margin-top: 9rem !important;
  }
  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-110 {
    margin-top: 11rem !important;
  }
  .mt-xl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-120 {
    margin-top: 12rem !important;
  }
  .mt-xl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-130 {
    margin-top: 13rem !important;
  }
  .mt-xl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-140 {
    margin-top: 14rem !important;
  }
  .mt-xl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-150 {
    margin-top: 15rem !important;
  }
  .mt-xl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xl-160 {
    margin-top: 16rem !important;
  }
  .mt-xl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xl-170 {
    margin-top: 17rem !important;
  }
  .mt-xl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-180 {
    margin-top: 18rem !important;
  }
  .mt-xl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xl-190 {
    margin-top: 19rem !important;
  }
  .mt-xl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xl-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-xl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xl-70 {
    margin-right: 7rem !important;
  }
  .me-xl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xl-80 {
    margin-right: 8rem !important;
  }
  .me-xl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xl-90 {
    margin-right: 9rem !important;
  }
  .me-xl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xl-110 {
    margin-right: 11rem !important;
  }
  .me-xl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xl-120 {
    margin-right: 12rem !important;
  }
  .me-xl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xl-130 {
    margin-right: 13rem !important;
  }
  .me-xl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xl-140 {
    margin-right: 14rem !important;
  }
  .me-xl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xl-150 {
    margin-right: 15rem !important;
  }
  .me-xl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xl-160 {
    margin-right: 16rem !important;
  }
  .me-xl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xl-170 {
    margin-right: 17rem !important;
  }
  .me-xl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xl-180 {
    margin-right: 18rem !important;
  }
  .me-xl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xl-190 {
    margin-right: 19rem !important;
  }
  .me-xl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xl-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-xl-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-xl-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-xl-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-xl-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-xl-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-xl-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-xl-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-xl-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-xl-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-xl-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-xl-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-xl-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-xl-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70 {
    margin-left: 7rem !important;
  }
  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80 {
    margin-left: 8rem !important;
  }
  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90 {
    margin-left: 9rem !important;
  }
  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-110 {
    margin-left: 11rem !important;
  }
  .ms-xl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-120 {
    margin-left: 12rem !important;
  }
  .ms-xl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-130 {
    margin-left: 13rem !important;
  }
  .ms-xl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-140 {
    margin-left: 14rem !important;
  }
  .ms-xl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-150 {
    margin-left: 15rem !important;
  }
  .ms-xl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xl-160 {
    margin-left: 16rem !important;
  }
  .ms-xl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xl-170 {
    margin-left: 17rem !important;
  }
  .ms-xl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xl-180 {
    margin-left: 18rem !important;
  }
  .ms-xl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xl-190 {
    margin-left: 19rem !important;
  }
  .ms-xl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xl-200 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .m-xl-n25 {
    margin: -2.5rem !important;
  }
  .m-xl-n35 {
    margin: -3.5rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .m-xl-n45 {
    margin: -4.5rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .m-xl-n55 {
    margin: -5.5rem !important;
  }
  .m-xl-n60 {
    margin: -6rem !important;
  }
  .m-xl-n65 {
    margin: -6.5rem !important;
  }
  .m-xl-n70 {
    margin: -7rem !important;
  }
  .m-xl-n75 {
    margin: -7.5rem !important;
  }
  .m-xl-n80 {
    margin: -8rem !important;
  }
  .m-xl-n85 {
    margin: -8.5rem !important;
  }
  .m-xl-n90 {
    margin: -9rem !important;
  }
  .m-xl-n95 {
    margin: -9.5rem !important;
  }
  .m-xl-n100 {
    margin: -10rem !important;
  }
  .m-xl-n105 {
    margin: -10.5rem !important;
  }
  .m-xl-n110 {
    margin: -11rem !important;
  }
  .m-xl-n115 {
    margin: -11.5rem !important;
  }
  .m-xl-n120 {
    margin: -12rem !important;
  }
  .m-xl-n125 {
    margin: -12.5rem !important;
  }
  .m-xl-n130 {
    margin: -13rem !important;
  }
  .m-xl-n135 {
    margin: -13.5rem !important;
  }
  .m-xl-n140 {
    margin: -14rem !important;
  }
  .m-xl-n145 {
    margin: -14.5rem !important;
  }
  .m-xl-n150 {
    margin: -15rem !important;
  }
  .m-xl-n155 {
    margin: -15.5rem !important;
  }
  .m-xl-n160 {
    margin: -16rem !important;
  }
  .m-xl-n165 {
    margin: -16.5rem !important;
  }
  .m-xl-n170 {
    margin: -17rem !important;
  }
  .m-xl-n175 {
    margin: -17.5rem !important;
  }
  .m-xl-n180 {
    margin: -18rem !important;
  }
  .m-xl-n185 {
    margin: -18.5rem !important;
  }
  .m-xl-n190 {
    margin: -19rem !important;
  }
  .m-xl-n195 {
    margin: -19.5rem !important;
  }
  .m-xl-n200 {
    margin: -20rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xl-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xl-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xl-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xl-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xl-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xl-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xl-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xl-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xl-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xl-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xl-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xl-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xl-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xl-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xl-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xl-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xl-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xl-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xl-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xl-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xl-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xl-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xl-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xl-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xl-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xl-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xl-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xl-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xl-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xl-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n20 {
    margin-top: -2rem !important;
  }
  .mt-xl-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n40 {
    margin-top: -4rem !important;
  }
  .mt-xl-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n50 {
    margin-top: -5rem !important;
  }
  .mt-xl-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n60 {
    margin-top: -6rem !important;
  }
  .mt-xl-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n70 {
    margin-top: -7rem !important;
  }
  .mt-xl-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n80 {
    margin-top: -8rem !important;
  }
  .mt-xl-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-xl-n90 {
    margin-top: -9rem !important;
  }
  .mt-xl-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-xl-n100 {
    margin-top: -10rem !important;
  }
  .mt-xl-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-xl-n110 {
    margin-top: -11rem !important;
  }
  .mt-xl-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-xl-n120 {
    margin-top: -12rem !important;
  }
  .mt-xl-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n130 {
    margin-top: -13rem !important;
  }
  .mt-xl-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-xl-n140 {
    margin-top: -14rem !important;
  }
  .mt-xl-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-xl-n150 {
    margin-top: -15rem !important;
  }
  .mt-xl-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-xl-n160 {
    margin-top: -16rem !important;
  }
  .mt-xl-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-xl-n170 {
    margin-top: -17rem !important;
  }
  .mt-xl-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-xl-n180 {
    margin-top: -18rem !important;
  }
  .mt-xl-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-xl-n190 {
    margin-top: -19rem !important;
  }
  .mt-xl-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-xl-n200 {
    margin-top: -20rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n20 {
    margin-right: -2rem !important;
  }
  .me-xl-n25 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n35 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n40 {
    margin-right: -4rem !important;
  }
  .me-xl-n45 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n50 {
    margin-right: -5rem !important;
  }
  .me-xl-n55 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n60 {
    margin-right: -6rem !important;
  }
  .me-xl-n65 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n70 {
    margin-right: -7rem !important;
  }
  .me-xl-n75 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n80 {
    margin-right: -8rem !important;
  }
  .me-xl-n85 {
    margin-right: -8.5rem !important;
  }
  .me-xl-n90 {
    margin-right: -9rem !important;
  }
  .me-xl-n95 {
    margin-right: -9.5rem !important;
  }
  .me-xl-n100 {
    margin-right: -10rem !important;
  }
  .me-xl-n105 {
    margin-right: -10.5rem !important;
  }
  .me-xl-n110 {
    margin-right: -11rem !important;
  }
  .me-xl-n115 {
    margin-right: -11.5rem !important;
  }
  .me-xl-n120 {
    margin-right: -12rem !important;
  }
  .me-xl-n125 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n130 {
    margin-right: -13rem !important;
  }
  .me-xl-n135 {
    margin-right: -13.5rem !important;
  }
  .me-xl-n140 {
    margin-right: -14rem !important;
  }
  .me-xl-n145 {
    margin-right: -14.5rem !important;
  }
  .me-xl-n150 {
    margin-right: -15rem !important;
  }
  .me-xl-n155 {
    margin-right: -15.5rem !important;
  }
  .me-xl-n160 {
    margin-right: -16rem !important;
  }
  .me-xl-n165 {
    margin-right: -16.5rem !important;
  }
  .me-xl-n170 {
    margin-right: -17rem !important;
  }
  .me-xl-n175 {
    margin-right: -17.5rem !important;
  }
  .me-xl-n180 {
    margin-right: -18rem !important;
  }
  .me-xl-n185 {
    margin-right: -18.5rem !important;
  }
  .me-xl-n190 {
    margin-right: -19rem !important;
  }
  .me-xl-n195 {
    margin-right: -19.5rem !important;
  }
  .me-xl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xl-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xl-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-xl-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xl-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-xl-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xl-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xl-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xl-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-xl-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xl-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xl-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-xl-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n20 {
    margin-left: -2rem !important;
  }
  .ms-xl-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n40 {
    margin-left: -4rem !important;
  }
  .ms-xl-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n50 {
    margin-left: -5rem !important;
  }
  .ms-xl-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n60 {
    margin-left: -6rem !important;
  }
  .ms-xl-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n70 {
    margin-left: -7rem !important;
  }
  .ms-xl-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n80 {
    margin-left: -8rem !important;
  }
  .ms-xl-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n90 {
    margin-left: -9rem !important;
  }
  .ms-xl-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n100 {
    margin-left: -10rem !important;
  }
  .ms-xl-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n110 {
    margin-left: -11rem !important;
  }
  .ms-xl-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-xl-n120 {
    margin-left: -12rem !important;
  }
  .ms-xl-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n130 {
    margin-left: -13rem !important;
  }
  .ms-xl-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-xl-n140 {
    margin-left: -14rem !important;
  }
  .ms-xl-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-xl-n150 {
    margin-left: -15rem !important;
  }
  .ms-xl-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-xl-n160 {
    margin-left: -16rem !important;
  }
  .ms-xl-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-xl-n170 {
    margin-left: -17rem !important;
  }
  .ms-xl-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-xl-n180 {
    margin-left: -18rem !important;
  }
  .ms-xl-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-xl-n190 {
    margin-left: -19rem !important;
  }
  .ms-xl-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-xl-n200 {
    margin-left: -20rem !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;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .p-xl-105 {
    padding: 10.5rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .p-xl-115 {
    padding: 11.5rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .p-xl-125 {
    padding: 12.5rem !important;
  }
  .p-xl-130 {
    padding: 13rem !important;
  }
  .p-xl-135 {
    padding: 13.5rem !important;
  }
  .p-xl-140 {
    padding: 14rem !important;
  }
  .p-xl-145 {
    padding: 14.5rem !important;
  }
  .p-xl-150 {
    padding: 15rem !important;
  }
  .p-xl-155 {
    padding: 15.5rem !important;
  }
  .p-xl-160 {
    padding: 16rem !important;
  }
  .p-xl-165 {
    padding: 16.5rem !important;
  }
  .p-xl-170 {
    padding: 17rem !important;
  }
  .p-xl-175 {
    padding: 17.5rem !important;
  }
  .p-xl-180 {
    padding: 18rem !important;
  }
  .p-xl-185 {
    padding: 18.5rem !important;
  }
  .p-xl-190 {
    padding: 19rem !important;
  }
  .p-xl-195 {
    padding: 19.5rem !important;
  }
  .p-xl-200 {
    padding: 20rem !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;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-70 {
    padding-top: 7rem !important;
  }
  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-80 {
    padding-top: 8rem !important;
  }
  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-90 {
    padding-top: 9rem !important;
  }
  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pt-xl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-110 {
    padding-top: 11rem !important;
  }
  .pt-xl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-120 {
    padding-top: 12rem !important;
  }
  .pt-xl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-130 {
    padding-top: 13rem !important;
  }
  .pt-xl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-140 {
    padding-top: 14rem !important;
  }
  .pt-xl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-150 {
    padding-top: 15rem !important;
  }
  .pt-xl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xl-160 {
    padding-top: 16rem !important;
  }
  .pt-xl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xl-170 {
    padding-top: 17rem !important;
  }
  .pt-xl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-180 {
    padding-top: 18rem !important;
  }
  .pt-xl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xl-190 {
    padding-top: 19rem !important;
  }
  .pt-xl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xl-200 {
    padding-top: 20rem !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;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70 {
    padding-right: 7rem !important;
  }
  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80 {
    padding-right: 8rem !important;
  }
  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90 {
    padding-right: 9rem !important;
  }
  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pe-xl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-110 {
    padding-right: 11rem !important;
  }
  .pe-xl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-120 {
    padding-right: 12rem !important;
  }
  .pe-xl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-130 {
    padding-right: 13rem !important;
  }
  .pe-xl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-140 {
    padding-right: 14rem !important;
  }
  .pe-xl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-150 {
    padding-right: 15rem !important;
  }
  .pe-xl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xl-160 {
    padding-right: 16rem !important;
  }
  .pe-xl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xl-170 {
    padding-right: 17rem !important;
  }
  .pe-xl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xl-180 {
    padding-right: 18rem !important;
  }
  .pe-xl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xl-190 {
    padding-right: 19rem !important;
  }
  .pe-xl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xl-200 {
    padding-right: 20rem !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;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 20rem !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;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70 {
    padding-left: 7rem !important;
  }
  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80 {
    padding-left: 8rem !important;
  }
  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90 {
    padding-left: 9rem !important;
  }
  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .ps-xl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-110 {
    padding-left: 11rem !important;
  }
  .ps-xl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-120 {
    padding-left: 12rem !important;
  }
  .ps-xl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-130 {
    padding-left: 13rem !important;
  }
  .ps-xl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-140 {
    padding-left: 14rem !important;
  }
  .ps-xl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-150 {
    padding-left: 15rem !important;
  }
  .ps-xl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xl-160 {
    padding-left: 16rem !important;
  }
  .ps-xl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xl-170 {
    padding-left: 17rem !important;
  }
  .ps-xl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xl-180 {
    padding-left: 18rem !important;
  }
  .ps-xl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xl-190 {
    padding-left: 19rem !important;
  }
  .ps-xl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xl-200 {
    padding-left: 20rem !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;
  }
  .gap-xl-20 {
    gap: 2rem !important;
  }
  .gap-xl-25 {
    gap: 2.5rem !important;
  }
  .gap-xl-35 {
    gap: 3.5rem !important;
  }
  .gap-xl-40 {
    gap: 4rem !important;
  }
  .gap-xl-45 {
    gap: 4.5rem !important;
  }
  .gap-xl-50 {
    gap: 5rem !important;
  }
  .gap-xl-55 {
    gap: 5.5rem !important;
  }
  .gap-xl-60 {
    gap: 6rem !important;
  }
  .gap-xl-65 {
    gap: 6.5rem !important;
  }
  .gap-xl-70 {
    gap: 7rem !important;
  }
  .gap-xl-75 {
    gap: 7.5rem !important;
  }
  .gap-xl-80 {
    gap: 8rem !important;
  }
  .gap-xl-85 {
    gap: 8.5rem !important;
  }
  .gap-xl-90 {
    gap: 9rem !important;
  }
  .gap-xl-95 {
    gap: 9.5rem !important;
  }
  .gap-xl-100 {
    gap: 10rem !important;
  }
  .gap-xl-105 {
    gap: 10.5rem !important;
  }
  .gap-xl-110 {
    gap: 11rem !important;
  }
  .gap-xl-115 {
    gap: 11.5rem !important;
  }
  .gap-xl-120 {
    gap: 12rem !important;
  }
  .gap-xl-125 {
    gap: 12.5rem !important;
  }
  .gap-xl-130 {
    gap: 13rem !important;
  }
  .gap-xl-135 {
    gap: 13.5rem !important;
  }
  .gap-xl-140 {
    gap: 14rem !important;
  }
  .gap-xl-145 {
    gap: 14.5rem !important;
  }
  .gap-xl-150 {
    gap: 15rem !important;
  }
  .gap-xl-155 {
    gap: 15.5rem !important;
  }
  .gap-xl-160 {
    gap: 16rem !important;
  }
  .gap-xl-165 {
    gap: 16.5rem !important;
  }
  .gap-xl-170 {
    gap: 17rem !important;
  }
  .gap-xl-175 {
    gap: 17.5rem !important;
  }
  .gap-xl-180 {
    gap: 18rem !important;
  }
  .gap-xl-185 {
    gap: 18.5rem !important;
  }
  .gap-xl-190 {
    gap: 19rem !important;
  }
  .gap-xl-195 {
    gap: 19.5rem !important;
  }
  .gap-xl-200 {
    gap: 20rem !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;
  }
  .row-gap-xl-20 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xl-60 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xl-70 {
    row-gap: 7rem !important;
  }
  .row-gap-xl-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-xl-100 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-xl-110 {
    row-gap: 11rem !important;
  }
  .row-gap-xl-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-xl-120 {
    row-gap: 12rem !important;
  }
  .row-gap-xl-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xl-130 {
    row-gap: 13rem !important;
  }
  .row-gap-xl-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xl-140 {
    row-gap: 14rem !important;
  }
  .row-gap-xl-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-xl-150 {
    row-gap: 15rem !important;
  }
  .row-gap-xl-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-xl-160 {
    row-gap: 16rem !important;
  }
  .row-gap-xl-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-xl-170 {
    row-gap: 17rem !important;
  }
  .row-gap-xl-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-xl-180 {
    row-gap: 18rem !important;
  }
  .row-gap-xl-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-xl-190 {
    row-gap: 19rem !important;
  }
  .row-gap-xl-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-xl-200 {
    row-gap: 20rem !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;
  }
  .column-gap-xl-20 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-40 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-50 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xl-60 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xl-70 {
    column-gap: 7rem !important;
  }
  .column-gap-xl-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xl-80 {
    column-gap: 8rem !important;
  }
  .column-gap-xl-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xl-90 {
    column-gap: 9rem !important;
  }
  .column-gap-xl-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-xl-100 {
    column-gap: 10rem !important;
  }
  .column-gap-xl-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-xl-110 {
    column-gap: 11rem !important;
  }
  .column-gap-xl-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-xl-120 {
    column-gap: 12rem !important;
  }
  .column-gap-xl-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xl-130 {
    column-gap: 13rem !important;
  }
  .column-gap-xl-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xl-140 {
    column-gap: 14rem !important;
  }
  .column-gap-xl-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-xl-150 {
    column-gap: 15rem !important;
  }
  .column-gap-xl-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-xl-160 {
    column-gap: 16rem !important;
  }
  .column-gap-xl-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-xl-170 {
    column-gap: 17rem !important;
  }
  .column-gap-xl-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-xl-180 {
    column-gap: 18rem !important;
  }
  .column-gap-xl-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-xl-190 {
    column-gap: 19rem !important;
  }
  .column-gap-xl-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-xl-200 {
    column-gap: 20rem !important;
  }
  .fs-xl-inherit {
    font-size: inherit !important;
  }
  .fs-xl-0 {
    font-size: 0 !important;
  }
  .fs-xl-01 {
    font-size: 0.1rem !important;
  }
  .fs-xl-02 {
    font-size: 0.2rem !important;
  }
  .fs-xl-03 {
    font-size: 0.3rem !important;
  }
  .fs-xl-04 {
    font-size: 0.4rem !important;
  }
  .fs-xl-05 {
    font-size: 0.5rem !important;
  }
  .fs-xl-06 {
    font-size: 0.6rem !important;
  }
  .fs-xl-07 {
    font-size: 0.7rem !important;
  }
  .fs-xl-08 {
    font-size: 0.8rem !important;
  }
  .fs-xl-09 {
    font-size: 0.9rem !important;
  }
  .fs-xl-1 {
    font-size: 1rem !important;
  }
  .fs-xl-10 {
    font-size: 1rem !important;
  }
  .fs-xl-11 {
    font-size: 1.1rem !important;
  }
  .fs-xl-12 {
    font-size: 1.2rem !important;
  }
  .fs-xl-13 {
    font-size: 1.3rem !important;
  }
  .fs-xl-14 {
    font-size: 1.4rem !important;
  }
  .fs-xl-15 {
    font-size: 1.5rem !important;
  }
  .fs-xl-16 {
    font-size: 1.6rem !important;
  }
  .fs-xl-17 {
    font-size: 1.7rem !important;
  }
  .fs-xl-18 {
    font-size: 1.8rem !important;
  }
  .fs-xl-19 {
    font-size: 1.9rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .fs-xl-20 {
    font-size: 2rem !important;
  }
  .fs-xl-21 {
    font-size: 2.1rem !important;
  }
  .fs-xl-22 {
    font-size: 2.2rem !important;
  }
  .fs-xl-23 {
    font-size: 2.3rem !important;
  }
  .fs-xl-24 {
    font-size: 2.4rem !important;
  }
  .fs-xl-25 {
    font-size: 2.5rem !important;
  }
  .fs-xl-26 {
    font-size: 2.6rem !important;
  }
  .fs-xl-27 {
    font-size: 2.7rem !important;
  }
  .fs-xl-28 {
    font-size: 2.8rem !important;
  }
  .fs-xl-29 {
    font-size: 2.9rem !important;
  }
  .fs-xl-3 {
    font-size: 3rem !important;
  }
  .fs-xl-30 {
    font-size: 3rem !important;
  }
  .fs-xl-31 {
    font-size: 3.1rem !important;
  }
  .fs-xl-32 {
    font-size: 3.2rem !important;
  }
  .fs-xl-33 {
    font-size: 3.3rem !important;
  }
  .fs-xl-34 {
    font-size: 3.4rem !important;
  }
  .fs-xl-35 {
    font-size: 3.5rem !important;
  }
  .fs-xl-36 {
    font-size: 3.6rem !important;
  }
  .fs-xl-37 {
    font-size: 3.7rem !important;
  }
  .fs-xl-38 {
    font-size: 3.8rem !important;
  }
  .fs-xl-39 {
    font-size: 3.9rem !important;
  }
  .fs-xl-4 {
    font-size: 4rem !important;
  }
  .fs-xl-40 {
    font-size: 4rem !important;
  }
  .fs-xl-41 {
    font-size: 4.1rem !important;
  }
  .fs-xl-42 {
    font-size: 4.2rem !important;
  }
  .fs-xl-43 {
    font-size: 4.3rem !important;
  }
  .fs-xl-44 {
    font-size: 4.4rem !important;
  }
  .fs-xl-45 {
    font-size: 4.5rem !important;
  }
  .fs-xl-46 {
    font-size: 4.6rem !important;
  }
  .fs-xl-47 {
    font-size: 4.7rem !important;
  }
  .fs-xl-48 {
    font-size: 4.8rem !important;
  }
  .fs-xl-49 {
    font-size: 4.9rem !important;
  }
  .fs-xl-5 {
    font-size: 5rem !important;
  }
  .fs-xl-50 {
    font-size: 5rem !important;
  }
  .fs-xl-51 {
    font-size: 5.1rem !important;
  }
  .fs-xl-52 {
    font-size: 5.2rem !important;
  }
  .fs-xl-53 {
    font-size: 5.3rem !important;
  }
  .fs-xl-54 {
    font-size: 5.4rem !important;
  }
  .fs-xl-55 {
    font-size: 5.5rem !important;
  }
  .fs-xl-56 {
    font-size: 5.6rem !important;
  }
  .fs-xl-57 {
    font-size: 5.7rem !important;
  }
  .fs-xl-58 {
    font-size: 5.8rem !important;
  }
  .fs-xl-59 {
    font-size: 5.9rem !important;
  }
  .fs-xl-6 {
    font-size: 6rem !important;
  }
  .fs-xl-60 {
    font-size: 6rem !important;
  }
  .fs-xl-61 {
    font-size: 6.1rem !important;
  }
  .fs-xl-62 {
    font-size: 6.2rem !important;
  }
  .fs-xl-63 {
    font-size: 6.3rem !important;
  }
  .fs-xl-64 {
    font-size: 6.4rem !important;
  }
  .fs-xl-65 {
    font-size: 6.5rem !important;
  }
  .fs-xl-66 {
    font-size: 6.6rem !important;
  }
  .fs-xl-67 {
    font-size: 6.7rem !important;
  }
  .fs-xl-68 {
    font-size: 6.8rem !important;
  }
  .fs-xl-69 {
    font-size: 6.9rem !important;
  }
  .fs-xl-7 {
    font-size: 7rem !important;
  }
  .fs-xl-70 {
    font-size: 7rem !important;
  }
  .fs-xl-71 {
    font-size: 7.1rem !important;
  }
  .fs-xl-72 {
    font-size: 7.2rem !important;
  }
  .fs-xl-73 {
    font-size: 7.3rem !important;
  }
  .fs-xl-74 {
    font-size: 7.4rem !important;
  }
  .fs-xl-75 {
    font-size: 7.5rem !important;
  }
  .fs-xl-76 {
    font-size: 7.6rem !important;
  }
  .fs-xl-77 {
    font-size: 7.7rem !important;
  }
  .fs-xl-78 {
    font-size: 7.8rem !important;
  }
  .fs-xl-79 {
    font-size: 7.9rem !important;
  }
  .fs-xl-8 {
    font-size: 8rem !important;
  }
  .fs-xl-80 {
    font-size: 8rem !important;
  }
  .fs-xl-81 {
    font-size: 8.1rem !important;
  }
  .fs-xl-82 {
    font-size: 8.2rem !important;
  }
  .fs-xl-83 {
    font-size: 8.3rem !important;
  }
  .fs-xl-84 {
    font-size: 8.4rem !important;
  }
  .fs-xl-85 {
    font-size: 8.5rem !important;
  }
  .fs-xl-86 {
    font-size: 8.6rem !important;
  }
  .fs-xl-87 {
    font-size: 8.7rem !important;
  }
  .fs-xl-88 {
    font-size: 8.8rem !important;
  }
  .fs-xl-89 {
    font-size: 8.9rem !important;
  }
  .fs-xl-9 {
    font-size: 9rem !important;
  }
  .fs-xl-90 {
    font-size: 9rem !important;
  }
  .fs-xl-91 {
    font-size: 9.1rem !important;
  }
  .fs-xl-92 {
    font-size: 9.2rem !important;
  }
  .fs-xl-93 {
    font-size: 9.3rem !important;
  }
  .fs-xl-94 {
    font-size: 9.4rem !important;
  }
  .fs-xl-95 {
    font-size: 9.5rem !important;
  }
  .fs-xl-96 {
    font-size: 9.6rem !important;
  }
  .fs-xl-97 {
    font-size: 9.7rem !important;
  }
  .fs-xl-98 {
    font-size: 9.8rem !important;
  }
  .fs-xl-99 {
    font-size: 9.9rem !important;
  }
  .fs-xl-100 {
    font-size: 10rem !important;
  }
  .fs-xl-110 {
    font-size: 11rem !important;
  }
  .fs-xl-120 {
    font-size: 12rem !important;
  }
  .fs-xl-130 {
    font-size: 13rem !important;
  }
  .fs-xl-140 {
    font-size: 14rem !important;
  }
  .fs-xl-150 {
    font-size: 15rem !important;
  }
  .fs-xl-160 {
    font-size: 16rem !important;
  }
  .fs-xl-170 {
    font-size: 17rem !important;
  }
  .fs-xl-180 {
    font-size: 18rem !important;
  }
  .fs-xl-190 {
    font-size: 19rem !important;
  }
  .fs-xl-200 {
    font-size: 20rem !important;
  }
  .lh-xl-sm {
    line-height: 1.25 !important;
  }
  .lh-xl-base {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 2 !important;
  }
  .lh-xl-normal {
    line-height: normal !important;
  }
  .lh-xl-0 {
    line-height: 0 !important;
  }
  .lh-xl-25 {
    line-height: 0.25 !important;
  }
  .lh-xl-5 {
    line-height: 0.5 !important;
  }
  .lh-xl-75 {
    line-height: 0.75 !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-115 {
    line-height: 1.15 !important;
  }
  .lh-xl-120 {
    line-height: 1.2 !important;
  }
  .lh-xl-125 {
    line-height: 1.25 !important;
  }
  .lh-xl-135 {
    line-height: 1.35 !important;
  }
  .lh-xl-145 {
    line-height: 1.45 !important;
  }
  .lh-xl-150 {
    line-height: 1.5 !important;
  }
  .lh-xl-175 {
    line-height: 1.75 !important;
  }
  .lh-xl-2 {
    line-height: 2 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-none {
    text-transform: none !important;
  }
  .text-xl-inherit {
    text-transform: inherit !important;
  }
  .color-xl-blue {
    color: #007CC2 !important;
  }
  .color-xl-indigo {
    color: #6610f2 !important;
  }
  .color-xl-purple {
    color: #6f42c1 !important;
  }
  .color-xl-pink {
    color: #d63384 !important;
  }
  .color-xl-red {
    color: #dc3545 !important;
  }
  .color-xl-orange {
    color: #FD8262 !important;
  }
  .color-xl-yellow {
    color: #F6AE42 !important;
  }
  .color-xl-green {
    color: #627C36 !important;
  }
  .color-xl-teal {
    color: #20c997 !important;
  }
  .color-xl-cyan {
    color: #0dcaf0 !important;
  }
  .color-xl-black {
    color: #000 !important;
  }
  .color-xl-white {
    color: #fff !important;
  }
  .color-xl-gray {
    color: #6c757d !important;
  }
  .color-xl-transparent {
    color: transparent !important;
  }
  .color-xl-blueDark {
    color: #2727ff !important;
  }
  .color-xl-blueLight {
    color: #000094 !important;
  }
  .color-xl-pinkDark {
    color: #CC1F42 !important;
  }
  .color-xl-pinkLight {
    color: #FF5983 !important;
  }
  .color-xl-redLight {
    color: #ff212c !important;
  }
  .color-xl-redDark {
    color: #960010 !important;
  }
  .color-xl-yellowDark {
    color: #CCA300 !important;
  }
  .color-xl-yellowLight {
    color: #FFDD33 !important;
  }
  .color-xl-greenLight {
    color: #8FB914 !important;
  }
  .color-xl-greenDark {
    color: #2ACF80 !important;
  }
  .color-xl-grayDark {
    color: #313130 !important;
  }
  .color-xl-grayLight {
    color: #8C8C8C !important;
  }
  .color-xl-light {
    color: #F1F1F1 !important;
  }
  .color-xl-brown {
    color: #885F50 !important;
  }
  .color-xl-brownDark {
    color: #4D271A !important;
  }
  .color-xl-brownLight {
    color: #CFB59E !important;
  }
  .color-xl-viber {
    color: #665CAC !important;
  }
  .color-xl-whatsapp {
    color: #25D366 !important;
  }
  .color-xl-facebook {
    color: #1a77f2 !important;
  }
  .color-xl-vkontakte {
    color: #0077FF !important;
  }
  .color-xl-telegram {
    color: #0088cc !important;
  }
  .color-xl-youtube {
    color: #ff0000 !important;
  }
  .color-xl-spotify {
    color: #1ED760 !important;
  }
  .color-xl-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-xl-sberZvuk {
    color: #07ead8 !important;
  }
  .color-xl-appleMusic {
    color: #fa586a !important;
  }
  .color-xl-flamp {
    color: #2E6BE5 !important;
  }
  .color-xl-badstudio {
    color: #c7212c !important;
  }
  .color-xl-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-xl-blue {
    background-color: #007CC2 !important;
  }
  .bg-xl-indigo {
    background-color: #6610f2 !important;
  }
  .bg-xl-purple {
    background-color: #6f42c1 !important;
  }
  .bg-xl-pink {
    background-color: #d63384 !important;
  }
  .bg-xl-red {
    background-color: #dc3545 !important;
  }
  .bg-xl-orange {
    background-color: #FD8262 !important;
  }
  .bg-xl-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-xl-green {
    background-color: #627C36 !important;
  }
  .bg-xl-teal {
    background-color: #20c997 !important;
  }
  .bg-xl-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-xl-black {
    background-color: #000 !important;
  }
  .bg-xl-white {
    background-color: #fff !important;
  }
  .bg-xl-gray {
    background-color: #6c757d !important;
  }
  .bg-xl-transparent {
    background-color: transparent !important;
  }
  .bg-xl-blueDark {
    background-color: #2727ff !important;
  }
  .bg-xl-blueLight {
    background-color: #000094 !important;
  }
  .bg-xl-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-xl-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-xl-redLight {
    background-color: #ff212c !important;
  }
  .bg-xl-redDark {
    background-color: #960010 !important;
  }
  .bg-xl-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-xl-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-xl-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-xl-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-xl-grayDark {
    background-color: #313130 !important;
  }
  .bg-xl-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-xl-light {
    background-color: #F1F1F1 !important;
  }
  .bg-xl-brown {
    background-color: #885F50 !important;
  }
  .bg-xl-brownDark {
    background-color: #4D271A !important;
  }
  .bg-xl-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-xl-viber {
    background-color: #665CAC !important;
  }
  .bg-xl-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-xl-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-xl-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-xl-telegram {
    background-color: #0088cc !important;
  }
  .bg-xl-youtube {
    background-color: #ff0000 !important;
  }
  .bg-xl-spotify {
    background-color: #1ED760 !important;
  }
  .bg-xl-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-xl-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-xl-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-xl-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-xl-badstudio {
    background-color: #c7212c !important;
  }
  .bg-xl-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-xl-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-xl-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-xl-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-xl-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-xl-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-xl-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-xl-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-xl-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-xl-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-xl-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-xl-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-xl-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-xl-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-xl-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-xl-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-xl-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-xl-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-xl-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-xl-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-xl-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-xl-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-xl-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-xl-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-xl-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-xl-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-xl-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-xl-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-xl-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-xl-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-xl-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-xl-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-xl-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-xl-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-xl-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-xl-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-xl-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-xl-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-xl-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-xl-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-xl-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-xl-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-xl-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-xl-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-xl-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-xl-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-xl-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-xl-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-xl-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-xl-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-xl-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-xl-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-xl-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-xl-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-xl-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-xl-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-xl-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-xl-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-xl-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-xl-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-xl-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-xl-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-xl-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-xl-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-xl-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-xl-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-xl-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-xl-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-xl-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-xl-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-xl-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-xl-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-xl-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-xl-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-xl-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-xl-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-xl-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-xl-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-xl-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-xl-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-xl-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-xl-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-xl-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-xl-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-xl-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-xl-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-xl-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-xl-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-xl-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-xl-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-xl-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-xl-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-xl-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-xl-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-xl-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-xl-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-xl-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-xl-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-xl-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-xl-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-xl-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-xl-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-xl-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-xl-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-xl-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-xl-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-xl-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-xl-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-xl-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-xl-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-xl-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-xl-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-xl-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-xl-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-xl-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-xl-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-xl-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-xl-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-xl-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-xl-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-xl-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-xl-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-xl-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-xl-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-xl-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-xl-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-xl-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-xl-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-xl-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-xl-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-xl-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-xl-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-xl-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-xl-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-xl-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-xl-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-xl-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-xl-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-xl-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-xl-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-xl-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-xl-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-xl-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-xl-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-xl-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-xl-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-xl-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-xl-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-xl-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-xl-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-xl-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-xl-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-xl-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-xl-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-xl-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-xl-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-xl-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-xl-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-xl-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-xl-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-xl-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-xl-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-xl-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-xl-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xl-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-xl-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-xl-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-xl-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xl-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-xl-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-xl-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-xl-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-xl-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-xl-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-xl-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-xl-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-xl-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-xl-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-xl-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-xl-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-xl-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-xl-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-xl-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-xl-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-xl-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-xl-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-xl-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-xl-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-xl-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-xl-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-xl-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-xl-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-xl-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-xl-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-xl-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-xl-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-xl-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-xl-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-xl-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-xl-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-xl-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-xl-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-xl-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-xl-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-xl-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-xl-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-xl-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-xl-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-xl-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-xl-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-xl-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-xl-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-xl-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-xl-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-xl-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-xl-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-xl-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-xl-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-xl-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-xl-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-xl-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-xl-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-xl-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-xl-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-xl-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-xl-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-xl-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-xl-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-xl-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-xl-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-xl-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-xl-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-xl-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-xl-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-xl-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-xl-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-xl-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-xl-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-xl-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-xl-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-xl-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-xl-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-xl-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-xl-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-xl-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-xl-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-xl-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-xl-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-xl-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-xl-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-xl-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-xl-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-xl-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-xl-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-xl-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-xl-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-xl-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-xl-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-xl-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-xl-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-xl-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-xl-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-xl-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-xl-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-xl-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-xl-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-xl-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-xl-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-xl-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-xl-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-xl-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-xl-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-xl-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-xl-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-xl-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-xl-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-xl-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-xl-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-xl-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-xl-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-xl-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-xl-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-xl-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-xl-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-xl-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-xl-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-xl-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-xl-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-xl-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-xl-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-xl-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-xl-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-xl-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-xl-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-xl-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-xl-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-xl-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-xl-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-xl-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-xl-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-xl-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-xl-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-xl-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-xl-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-xl-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-xl-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-xl-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-xl-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-xl-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-xl-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-xl-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-xl-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-xl-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-xl-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-xl-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-xl-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-xl-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-xl-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-xl-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-xl-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-xl-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-xl-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-xl-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-xl-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-xl-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-xl-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-xl-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-xl-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-xl-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-xl-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-xl-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-xl-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-xl-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-xl-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-xl-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-xl-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-xl-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-xl-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-xl-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-xl-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-xl-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-xl-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-xl-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-xl-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-xl-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-xl-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-xl-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-xl-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-xl-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-xl-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-xl-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-xl-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-xl-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-xl-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-xl-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-xl-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-xl-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-xl-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-xl-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-xl-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-xl-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-xl-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-xl-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-xl-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-xl-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-xl-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-xl-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-xl-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-xl-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-xl-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-xl-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-xl-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-xl-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-xl-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-xl-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-xl-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-xl-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-xl-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-xl-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-xl-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-xl-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-xl-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-xl-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-xl-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-xl-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-xl-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-xl-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-xl-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-xl-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-xl-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-xl-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-xl-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-xl-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-xl-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-xl-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-xl-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-xl-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-xl-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-xl-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-xl-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-xl-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-xl-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-xl-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-xl-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-xl-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-xl-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-xl-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-xl-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-xl-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-xl-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-xl-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-xl-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-xl-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-xl-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-xl-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-xl-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-xl-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-xl-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-xl-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-xl-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-xl-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-xl-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-xl-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-xl-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-xl-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-xl-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-xl-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-xl-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-xl-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-xl-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-xl-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-xl-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-xl-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-xl-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-xl-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-xl-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-xl-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-xl-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-xl-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-xl-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-xl-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-xl-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-xl-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-xl-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-xl-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-xl-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-xl-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-xl-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-xl-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-xl-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-xl-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-xl-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-xl-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-xl-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-xl-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-xl-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-xl-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-xl-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-xl-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-xl-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-xl-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-xl-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-xl-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-xl-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-xl-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-xl-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-xl-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-xl-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-xl-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-xl-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-xl-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-xl-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-xl-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-xl-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-xl-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-xl-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-xl-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-xl-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-xl-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-xl-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-xl-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-xl-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-xl-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-xl-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-xl-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-xl-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-xl-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-xl-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-xl-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-xl-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-xl-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-xl-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-xl-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-xl-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-xl-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-xl-default {
    cursor: default !important;
  }
  .cursor-xl-pointer {
    cursor: pointer !important;
  }
  .color-xl-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-xl-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-xl-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-xl-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-xl-redHover:hover {
    color: #dc3545 !important;
  }
  .color-xl-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-xl-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-xl-greenHover:hover {
    color: #627C36 !important;
  }
  .color-xl-tealHover:hover {
    color: #20c997 !important;
  }
  .color-xl-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-xl-blackHover:hover {
    color: #000 !important;
  }
  .color-xl-whiteHover:hover {
    color: #fff !important;
  }
  .color-xl-grayHover:hover {
    color: #6c757d !important;
  }
  .color-xl-transparentHover:hover {
    color: transparent !important;
  }
  .color-xl-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-xl-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-xl-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-xl-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-xl-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-xl-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-xl-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-xl-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-xl-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-xl-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-xl-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-xl-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-xl-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-xl-brownHover:hover {
    color: #885F50 !important;
  }
  .color-xl-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-xl-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-xl-viberHover:hover {
    color: #665CAC !important;
  }
  .color-xl-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-xl-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-xl-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-xl-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-xl-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-xl-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-xl-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-xl-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-xl-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-xl-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-xl-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-xl-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-xl-blueActive.active {
    color: #007CC2 !important;
  }
  .color-xl-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-xl-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-xl-pinkActive.active {
    color: #d63384 !important;
  }
  .color-xl-redActive.active {
    color: #dc3545 !important;
  }
  .color-xl-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-xl-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-xl-greenActive.active {
    color: #627C36 !important;
  }
  .color-xl-tealActive.active {
    color: #20c997 !important;
  }
  .color-xl-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-xl-blackActive.active {
    color: #000 !important;
  }
  .color-xl-whiteActive.active {
    color: #fff !important;
  }
  .color-xl-grayActive.active {
    color: #6c757d !important;
  }
  .color-xl-transparentActive.active {
    color: transparent !important;
  }
  .color-xl-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-xl-blueLightActive.active {
    color: #000094 !important;
  }
  .color-xl-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-xl-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-xl-redLightActive.active {
    color: #ff212c !important;
  }
  .color-xl-redDarkActive.active {
    color: #960010 !important;
  }
  .color-xl-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-xl-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-xl-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-xl-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-xl-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-xl-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-xl-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-xl-brownActive.active {
    color: #885F50 !important;
  }
  .color-xl-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-xl-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-xl-viberActive.active {
    color: #665CAC !important;
  }
  .color-xl-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-xl-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-xl-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-xl-telegramActive.active {
    color: #0088cc !important;
  }
  .color-xl-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-xl-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-xl-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-xl-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-xl-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-xl-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-xl-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-xl-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-xl-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-xl-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-xl-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-xl-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-xl-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-xl-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-xl-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-xl-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-xl-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-xl-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-xl-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-xl-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-xl-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-xl-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-xl-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-xl-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-xl-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-xl-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-xl-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-xl-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-xl-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-xl-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-xl-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-xl-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-xl-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-xl-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-xl-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-xl-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-xl-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-xl-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-xl-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-xl-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-xl-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-xl-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-xl-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-xl-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-xl-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-xl-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-xl-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-xl-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-xl-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-xl-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-xl-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-xl-none {
    border-style: none !important;
  }
  .border-xl-dotted {
    border-style: dotted !important;
  }
  .border-xl-dashed {
    border-style: dashed !important;
  }
  .border-xl-solid {
    border-style: solid !important;
  }
  .border-xl-double {
    border-style: double !important;
  }
  .border-xl-groove {
    border-style: groove !important;
  }
  .border-xl-inset {
    border-style: inset !important;
  }
  .border-xl-outset {
    border-style: outset !important;
  }
  .border-left-xl-none {
    border-left-style: none !important;
  }
  .border-left-xl-dotted {
    border-left-style: dotted !important;
  }
  .border-left-xl-dashed {
    border-left-style: dashed !important;
  }
  .border-left-xl-solid {
    border-left-style: solid !important;
  }
  .border-left-xl-double {
    border-left-style: double !important;
  }
  .border-left-xl-groove {
    border-left-style: groove !important;
  }
  .border-left-xl-inset {
    border-left-style: inset !important;
  }
  .border-left-xl-outset {
    border-left-style: outset !important;
  }
  .border-right-xl-none {
    border-right-style: none !important;
  }
  .border-right-xl-dotted {
    border-right-style: dotted !important;
  }
  .border-right-xl-dashed {
    border-right-style: dashed !important;
  }
  .border-right-xl-solid {
    border-right-style: solid !important;
  }
  .border-right-xl-double {
    border-right-style: double !important;
  }
  .border-right-xl-groove {
    border-right-style: groove !important;
  }
  .border-right-xl-inset {
    border-right-style: inset !important;
  }
  .border-right-xl-outset {
    border-right-style: outset !important;
  }
  .border-top-xl-none {
    border-top-style: none !important;
  }
  .border-top-xl-dotted {
    border-top-style: dotted !important;
  }
  .border-top-xl-dashed {
    border-top-style: dashed !important;
  }
  .border-top-xl-solid {
    border-top-style: solid !important;
  }
  .border-top-xl-double {
    border-top-style: double !important;
  }
  .border-top-xl-groove {
    border-top-style: groove !important;
  }
  .border-top-xl-inset {
    border-top-style: inset !important;
  }
  .border-top-xl-outset {
    border-top-style: outset !important;
  }
  .border-bottom-xl-none {
    border-bottom-style: none !important;
  }
  .border-bottom-xl-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-xl-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-xl-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-xl-double {
    border-bottom-style: double !important;
  }
  .border-bottom-xl-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-xl-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-xl-outset {
    border-bottom-style: outset !important;
  }
  .border-xl-inherit {
    border-width: inherit !important;
  }
  .border-xl-0 {
    border-width: 0 !important;
  }
  .border-xl-01 {
    border-width: 0.1rem !important;
  }
  .border-xl-02 {
    border-width: 0.2rem !important;
  }
  .border-xl-03 {
    border-width: 0.3rem !important;
  }
  .border-xl-04 {
    border-width: 0.4rem !important;
  }
  .border-xl-05 {
    border-width: 0.5rem !important;
  }
  .border-xl-06 {
    border-width: 0.6rem !important;
  }
  .border-xl-07 {
    border-width: 0.7rem !important;
  }
  .border-xl-08 {
    border-width: 0.8rem !important;
  }
  .border-xl-09 {
    border-width: 0.9rem !important;
  }
  .border-xl-1 {
    border-width: 1rem !important;
  }
  .border-xl-10 {
    border-width: 1rem !important;
  }
  .border-xl-11 {
    border-width: 1.1rem !important;
  }
  .border-xl-12 {
    border-width: 1.2rem !important;
  }
  .border-xl-13 {
    border-width: 1.3rem !important;
  }
  .border-xl-14 {
    border-width: 1.4rem !important;
  }
  .border-xl-15 {
    border-width: 1.5rem !important;
  }
  .border-xl-16 {
    border-width: 1.6rem !important;
  }
  .border-xl-17 {
    border-width: 1.7rem !important;
  }
  .border-xl-18 {
    border-width: 1.8rem !important;
  }
  .border-xl-19 {
    border-width: 1.9rem !important;
  }
  .border-xl-2 {
    border-width: 2rem !important;
  }
  .border-xl-20 {
    border-width: 2rem !important;
  }
  .border-xl-21 {
    border-width: 2.1rem !important;
  }
  .border-xl-22 {
    border-width: 2.2rem !important;
  }
  .border-xl-23 {
    border-width: 2.3rem !important;
  }
  .border-xl-24 {
    border-width: 2.4rem !important;
  }
  .border-xl-25 {
    border-width: 2.5rem !important;
  }
  .border-xl-26 {
    border-width: 2.6rem !important;
  }
  .border-xl-27 {
    border-width: 2.7rem !important;
  }
  .border-xl-28 {
    border-width: 2.8rem !important;
  }
  .border-xl-29 {
    border-width: 2.9rem !important;
  }
  .border-xl-3 {
    border-width: 3rem !important;
  }
  .border-xl-30 {
    border-width: 3rem !important;
  }
  .border-xl-31 {
    border-width: 3.1rem !important;
  }
  .border-xl-32 {
    border-width: 3.2rem !important;
  }
  .border-xl-33 {
    border-width: 3.3rem !important;
  }
  .border-xl-34 {
    border-width: 3.4rem !important;
  }
  .border-xl-35 {
    border-width: 3.5rem !important;
  }
  .border-xl-36 {
    border-width: 3.6rem !important;
  }
  .border-xl-37 {
    border-width: 3.7rem !important;
  }
  .border-xl-38 {
    border-width: 3.8rem !important;
  }
  .border-xl-39 {
    border-width: 3.9rem !important;
  }
  .border-xl-4 {
    border-width: 4rem !important;
  }
  .border-xl-40 {
    border-width: 4rem !important;
  }
  .border-xl-41 {
    border-width: 4.1rem !important;
  }
  .border-xl-42 {
    border-width: 4.2rem !important;
  }
  .border-xl-43 {
    border-width: 4.3rem !important;
  }
  .border-xl-44 {
    border-width: 4.4rem !important;
  }
  .border-xl-45 {
    border-width: 4.5rem !important;
  }
  .border-xl-46 {
    border-width: 4.6rem !important;
  }
  .border-xl-47 {
    border-width: 4.7rem !important;
  }
  .border-xl-48 {
    border-width: 4.8rem !important;
  }
  .border-xl-49 {
    border-width: 4.9rem !important;
  }
  .border-xl-5 {
    border-width: 5rem !important;
  }
  .border-xl-50 {
    border-width: 5rem !important;
  }
  .border-xl-51 {
    border-width: 5.1rem !important;
  }
  .border-xl-52 {
    border-width: 5.2rem !important;
  }
  .border-xl-53 {
    border-width: 5.3rem !important;
  }
  .border-xl-54 {
    border-width: 5.4rem !important;
  }
  .border-xl-55 {
    border-width: 5.5rem !important;
  }
  .border-xl-56 {
    border-width: 5.6rem !important;
  }
  .border-xl-57 {
    border-width: 5.7rem !important;
  }
  .border-xl-58 {
    border-width: 5.8rem !important;
  }
  .border-xl-59 {
    border-width: 5.9rem !important;
  }
  .border-xl-6 {
    border-width: 6rem !important;
  }
  .border-xl-60 {
    border-width: 6rem !important;
  }
  .border-xl-61 {
    border-width: 6.1rem !important;
  }
  .border-xl-62 {
    border-width: 6.2rem !important;
  }
  .border-xl-63 {
    border-width: 6.3rem !important;
  }
  .border-xl-64 {
    border-width: 6.4rem !important;
  }
  .border-xl-65 {
    border-width: 6.5rem !important;
  }
  .border-xl-66 {
    border-width: 6.6rem !important;
  }
  .border-xl-67 {
    border-width: 6.7rem !important;
  }
  .border-xl-68 {
    border-width: 6.8rem !important;
  }
  .border-xl-69 {
    border-width: 6.9rem !important;
  }
  .border-xl-7 {
    border-width: 7rem !important;
  }
  .border-xl-70 {
    border-width: 7rem !important;
  }
  .border-xl-71 {
    border-width: 7.1rem !important;
  }
  .border-xl-72 {
    border-width: 7.2rem !important;
  }
  .border-xl-73 {
    border-width: 7.3rem !important;
  }
  .border-xl-74 {
    border-width: 7.4rem !important;
  }
  .border-xl-75 {
    border-width: 7.5rem !important;
  }
  .border-xl-76 {
    border-width: 7.6rem !important;
  }
  .border-xl-77 {
    border-width: 7.7rem !important;
  }
  .border-xl-78 {
    border-width: 7.8rem !important;
  }
  .border-xl-79 {
    border-width: 7.9rem !important;
  }
  .border-xl-8 {
    border-width: 8rem !important;
  }
  .border-xl-80 {
    border-width: 8rem !important;
  }
  .border-xl-81 {
    border-width: 8.1rem !important;
  }
  .border-xl-82 {
    border-width: 8.2rem !important;
  }
  .border-xl-83 {
    border-width: 8.3rem !important;
  }
  .border-xl-84 {
    border-width: 8.4rem !important;
  }
  .border-xl-85 {
    border-width: 8.5rem !important;
  }
  .border-xl-86 {
    border-width: 8.6rem !important;
  }
  .border-xl-87 {
    border-width: 8.7rem !important;
  }
  .border-xl-88 {
    border-width: 8.8rem !important;
  }
  .border-xl-89 {
    border-width: 8.9rem !important;
  }
  .border-xl-9 {
    border-width: 9rem !important;
  }
  .border-xl-90 {
    border-width: 9rem !important;
  }
  .border-xl-91 {
    border-width: 9.1rem !important;
  }
  .border-xl-92 {
    border-width: 9.2rem !important;
  }
  .border-xl-93 {
    border-width: 9.3rem !important;
  }
  .border-xl-94 {
    border-width: 9.4rem !important;
  }
  .border-xl-95 {
    border-width: 9.5rem !important;
  }
  .border-xl-96 {
    border-width: 9.6rem !important;
  }
  .border-xl-97 {
    border-width: 9.7rem !important;
  }
  .border-xl-98 {
    border-width: 9.8rem !important;
  }
  .border-xl-99 {
    border-width: 9.9rem !important;
  }
  .border-xl-100 {
    border-width: 10rem !important;
  }
  .border-xl-110 {
    border-width: 11rem !important;
  }
  .border-xl-120 {
    border-width: 12rem !important;
  }
  .border-xl-130 {
    border-width: 13rem !important;
  }
  .border-xl-140 {
    border-width: 14rem !important;
  }
  .border-xl-150 {
    border-width: 15rem !important;
  }
  .border-xl-160 {
    border-width: 16rem !important;
  }
  .border-xl-170 {
    border-width: 17rem !important;
  }
  .border-xl-180 {
    border-width: 18rem !important;
  }
  .border-xl-190 {
    border-width: 19rem !important;
  }
  .border-xl-200 {
    border-width: 20rem !important;
  }
  .border-left-xl-inherit {
    border-left-width: inherit !important;
  }
  .border-left-xl-0 {
    border-left-width: 0 !important;
  }
  .border-left-xl-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-xl-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-xl-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-xl-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-xl-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-xl-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-xl-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-xl-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-xl-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-xl-1 {
    border-left-width: 1rem !important;
  }
  .border-left-xl-10 {
    border-left-width: 1rem !important;
  }
  .border-left-xl-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-xl-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-xl-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-xl-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-xl-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-xl-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-xl-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-xl-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-xl-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-xl-2 {
    border-left-width: 2rem !important;
  }
  .border-left-xl-20 {
    border-left-width: 2rem !important;
  }
  .border-left-xl-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-xl-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-xl-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-xl-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-xl-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-xl-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-xl-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-xl-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-xl-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-xl-3 {
    border-left-width: 3rem !important;
  }
  .border-left-xl-30 {
    border-left-width: 3rem !important;
  }
  .border-left-xl-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-xl-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-xl-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-xl-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-xl-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-xl-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-xl-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-xl-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-xl-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-xl-4 {
    border-left-width: 4rem !important;
  }
  .border-left-xl-40 {
    border-left-width: 4rem !important;
  }
  .border-left-xl-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-xl-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-xl-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-xl-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-xl-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-xl-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-xl-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-xl-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-xl-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-xl-5 {
    border-left-width: 5rem !important;
  }
  .border-left-xl-50 {
    border-left-width: 5rem !important;
  }
  .border-left-xl-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-xl-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-xl-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-xl-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-xl-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-xl-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-xl-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-xl-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-xl-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-xl-6 {
    border-left-width: 6rem !important;
  }
  .border-left-xl-60 {
    border-left-width: 6rem !important;
  }
  .border-left-xl-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-xl-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-xl-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-xl-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-xl-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-xl-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-xl-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-xl-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-xl-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-xl-7 {
    border-left-width: 7rem !important;
  }
  .border-left-xl-70 {
    border-left-width: 7rem !important;
  }
  .border-left-xl-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-xl-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-xl-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-xl-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-xl-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-xl-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-xl-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-xl-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-xl-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-xl-8 {
    border-left-width: 8rem !important;
  }
  .border-left-xl-80 {
    border-left-width: 8rem !important;
  }
  .border-left-xl-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-xl-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-xl-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-xl-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-xl-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-xl-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-xl-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-xl-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-xl-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-xl-9 {
    border-left-width: 9rem !important;
  }
  .border-left-xl-90 {
    border-left-width: 9rem !important;
  }
  .border-left-xl-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-xl-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-xl-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-xl-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-xl-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-xl-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-xl-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-xl-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-xl-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-xl-100 {
    border-left-width: 10rem !important;
  }
  .border-left-xl-110 {
    border-left-width: 11rem !important;
  }
  .border-left-xl-120 {
    border-left-width: 12rem !important;
  }
  .border-left-xl-130 {
    border-left-width: 13rem !important;
  }
  .border-left-xl-140 {
    border-left-width: 14rem !important;
  }
  .border-left-xl-150 {
    border-left-width: 15rem !important;
  }
  .border-left-xl-160 {
    border-left-width: 16rem !important;
  }
  .border-left-xl-170 {
    border-left-width: 17rem !important;
  }
  .border-left-xl-180 {
    border-left-width: 18rem !important;
  }
  .border-left-xl-190 {
    border-left-width: 19rem !important;
  }
  .border-left-xl-200 {
    border-left-width: 20rem !important;
  }
  .border-right-xl-inherit {
    border-right-width: inherit !important;
  }
  .border-right-xl-0 {
    border-right-width: 0 !important;
  }
  .border-right-xl-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-xl-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-xl-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-xl-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-xl-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-xl-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-xl-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-xl-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-xl-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-xl-1 {
    border-right-width: 1rem !important;
  }
  .border-right-xl-10 {
    border-right-width: 1rem !important;
  }
  .border-right-xl-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-xl-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-xl-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-xl-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-xl-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-xl-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-xl-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-xl-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-xl-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-xl-2 {
    border-right-width: 2rem !important;
  }
  .border-right-xl-20 {
    border-right-width: 2rem !important;
  }
  .border-right-xl-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-xl-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-xl-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-xl-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-xl-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-xl-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-xl-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-xl-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-xl-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-xl-3 {
    border-right-width: 3rem !important;
  }
  .border-right-xl-30 {
    border-right-width: 3rem !important;
  }
  .border-right-xl-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-xl-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-xl-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-xl-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-xl-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-xl-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-xl-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-xl-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-xl-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-xl-4 {
    border-right-width: 4rem !important;
  }
  .border-right-xl-40 {
    border-right-width: 4rem !important;
  }
  .border-right-xl-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-xl-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-xl-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-xl-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-xl-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-xl-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-xl-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-xl-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-xl-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-xl-5 {
    border-right-width: 5rem !important;
  }
  .border-right-xl-50 {
    border-right-width: 5rem !important;
  }
  .border-right-xl-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-xl-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-xl-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-xl-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-xl-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-xl-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-xl-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-xl-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-xl-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-xl-6 {
    border-right-width: 6rem !important;
  }
  .border-right-xl-60 {
    border-right-width: 6rem !important;
  }
  .border-right-xl-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-xl-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-xl-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-xl-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-xl-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-xl-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-xl-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-xl-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-xl-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-xl-7 {
    border-right-width: 7rem !important;
  }
  .border-right-xl-70 {
    border-right-width: 7rem !important;
  }
  .border-right-xl-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-xl-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-xl-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-xl-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-xl-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-xl-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-xl-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-xl-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-xl-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-xl-8 {
    border-right-width: 8rem !important;
  }
  .border-right-xl-80 {
    border-right-width: 8rem !important;
  }
  .border-right-xl-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-xl-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-xl-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-xl-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-xl-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-xl-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-xl-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-xl-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-xl-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-xl-9 {
    border-right-width: 9rem !important;
  }
  .border-right-xl-90 {
    border-right-width: 9rem !important;
  }
  .border-right-xl-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-xl-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-xl-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-xl-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-xl-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-xl-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-xl-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-xl-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-xl-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-xl-100 {
    border-right-width: 10rem !important;
  }
  .border-right-xl-110 {
    border-right-width: 11rem !important;
  }
  .border-right-xl-120 {
    border-right-width: 12rem !important;
  }
  .border-right-xl-130 {
    border-right-width: 13rem !important;
  }
  .border-right-xl-140 {
    border-right-width: 14rem !important;
  }
  .border-right-xl-150 {
    border-right-width: 15rem !important;
  }
  .border-right-xl-160 {
    border-right-width: 16rem !important;
  }
  .border-right-xl-170 {
    border-right-width: 17rem !important;
  }
  .border-right-xl-180 {
    border-right-width: 18rem !important;
  }
  .border-right-xl-190 {
    border-right-width: 19rem !important;
  }
  .border-right-xl-200 {
    border-right-width: 20rem !important;
  }
  .border-right-xl-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-xl-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-xl-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-xl-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-xl-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-xl-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-xl-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-xl-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-xl-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-xl-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-xl-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-xl-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xl-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xl-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-xl-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-xl-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-xl-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-xl-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-xl-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-xl-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-xl-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-xl-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-xl-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xl-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xl-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-xl-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-xl-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-xl-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-xl-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-xl-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-xl-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-xl-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-xl-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-xl-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xl-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xl-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-xl-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-xl-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-xl-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-xl-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-xl-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-xl-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-xl-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-xl-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-xl-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xl-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xl-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-xl-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-xl-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-xl-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-xl-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-xl-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-xl-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-xl-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-xl-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-xl-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xl-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xl-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-xl-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-xl-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-xl-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-xl-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-xl-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-xl-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-xl-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-xl-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-xl-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xl-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xl-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-xl-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-xl-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-xl-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-xl-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-xl-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-xl-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-xl-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-xl-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-xl-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xl-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xl-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-xl-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-xl-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-xl-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-xl-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-xl-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-xl-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-xl-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-xl-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-xl-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xl-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xl-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-xl-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-xl-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-xl-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-xl-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-xl-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-xl-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-xl-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-xl-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-xl-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xl-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xl-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-xl-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-xl-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-xl-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-xl-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-xl-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-xl-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-xl-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-xl-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-xl-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-xl-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-xl-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-xl-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-xl-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-xl-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-xl-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-xl-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-xl-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-xl-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-xl-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-xl-inherit {
    border-top-width: inherit !important;
  }
  .border-top-xl-0 {
    border-top-width: 0 !important;
  }
  .border-top-xl-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-xl-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-xl-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-xl-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-xl-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-xl-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-xl-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-xl-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-xl-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-xl-1 {
    border-top-width: 1rem !important;
  }
  .border-top-xl-10 {
    border-top-width: 1rem !important;
  }
  .border-top-xl-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-xl-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-xl-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-xl-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-xl-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-xl-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-xl-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-xl-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-xl-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-xl-2 {
    border-top-width: 2rem !important;
  }
  .border-top-xl-20 {
    border-top-width: 2rem !important;
  }
  .border-top-xl-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-xl-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-xl-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-xl-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-xl-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-xl-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-xl-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-xl-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-xl-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-xl-3 {
    border-top-width: 3rem !important;
  }
  .border-top-xl-30 {
    border-top-width: 3rem !important;
  }
  .border-top-xl-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-xl-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-xl-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-xl-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-xl-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-xl-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-xl-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-xl-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-xl-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-xl-4 {
    border-top-width: 4rem !important;
  }
  .border-top-xl-40 {
    border-top-width: 4rem !important;
  }
  .border-top-xl-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-xl-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-xl-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-xl-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-xl-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-xl-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-xl-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-xl-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-xl-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-xl-5 {
    border-top-width: 5rem !important;
  }
  .border-top-xl-50 {
    border-top-width: 5rem !important;
  }
  .border-top-xl-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-xl-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-xl-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-xl-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-xl-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-xl-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-xl-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-xl-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-xl-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-xl-6 {
    border-top-width: 6rem !important;
  }
  .border-top-xl-60 {
    border-top-width: 6rem !important;
  }
  .border-top-xl-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-xl-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-xl-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-xl-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-xl-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-xl-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-xl-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-xl-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-xl-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-xl-7 {
    border-top-width: 7rem !important;
  }
  .border-top-xl-70 {
    border-top-width: 7rem !important;
  }
  .border-top-xl-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-xl-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-xl-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-xl-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-xl-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-xl-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-xl-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-xl-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-xl-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-xl-8 {
    border-top-width: 8rem !important;
  }
  .border-top-xl-80 {
    border-top-width: 8rem !important;
  }
  .border-top-xl-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-xl-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-xl-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-xl-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-xl-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-xl-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-xl-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-xl-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-xl-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-xl-9 {
    border-top-width: 9rem !important;
  }
  .border-top-xl-90 {
    border-top-width: 9rem !important;
  }
  .border-top-xl-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-xl-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-xl-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-xl-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-xl-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-xl-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-xl-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-xl-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-xl-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-xl-100 {
    border-top-width: 10rem !important;
  }
  .border-top-xl-110 {
    border-top-width: 11rem !important;
  }
  .border-top-xl-120 {
    border-top-width: 12rem !important;
  }
  .border-top-xl-130 {
    border-top-width: 13rem !important;
  }
  .border-top-xl-140 {
    border-top-width: 14rem !important;
  }
  .border-top-xl-150 {
    border-top-width: 15rem !important;
  }
  .border-top-xl-160 {
    border-top-width: 16rem !important;
  }
  .border-top-xl-170 {
    border-top-width: 17rem !important;
  }
  .border-top-xl-180 {
    border-top-width: 18rem !important;
  }
  .border-top-xl-190 {
    border-top-width: 19rem !important;
  }
  .border-top-xl-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-xl-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xl-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xl-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xl-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xl-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xl-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xl-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xl-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xl-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xl-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xl-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xl-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xl-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xl-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xl-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xl-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xl-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xl-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xl-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xl-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xl-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xl-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xl-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xl-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xl-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xl-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xl-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xl-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xl-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xl-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xl-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xl-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xl-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xl-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xl-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xl-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xl-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xl-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xl-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xl-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xl-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xl-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xl-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xl-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xl-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xl-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xl-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xl-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xl-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xl-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xl-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xl-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xl-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xl-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xl-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xl-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xl-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xl-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xl-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xl-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xl-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xl-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xl-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xl-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xl-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xl-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xl-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xl-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xl-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xl-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xl-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xl-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xl-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xl-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xl-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xl-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xl-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xl-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xl-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xl-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xl-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xl-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xl-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xl-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xl-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xl-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xl-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xl-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xl-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xl-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xl-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xl-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xl-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xl-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xl-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xl-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xl-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xl-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xl-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xl-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xl-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xl-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xl-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xl-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xl-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xl-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xl-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xl-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xl-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xl-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xl-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xl-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xl-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xl-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xl-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xl-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xl-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xl-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xl-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xl-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xl-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-xl-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xl-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xl-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xl-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xl-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xl-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xl-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xl-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xl-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xl-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xl-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xl-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xl-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xl-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xl-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xl-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xl-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xl-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xl-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xl-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xl-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xl-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xl-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xl-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xl-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xl-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xl-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xl-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xl-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xl-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xl-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xl-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xl-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xl-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xl-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xl-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xl-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xl-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xl-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xl-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xl-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xl-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xl-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xl-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xl-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xl-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xl-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xl-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xl-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xl-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xl-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xl-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xl-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xl-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xl-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xl-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xl-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xl-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xl-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xl-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xl-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xl-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xl-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xl-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xl-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xl-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xl-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xl-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xl-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xl-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xl-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xl-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xl-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xl-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xl-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xl-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xl-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xl-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xl-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xl-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xl-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xl-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xl-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xl-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xl-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xl-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xl-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xl-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xl-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xl-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xl-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xl-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xl-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xl-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xl-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xl-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xl-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xl-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xl-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xl-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xl-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xl-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xl-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xl-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xl-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xl-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xl-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xl-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xl-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xl-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xl-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xl-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xl-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xl-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xl-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xl-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xl-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xl-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xl-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xl-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xl-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-xl-blue {
    border-color: #007CC2 !important;
  }
  .border-color-xl-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-xl-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-xl-pink {
    border-color: #d63384 !important;
  }
  .border-color-xl-red {
    border-color: #dc3545 !important;
  }
  .border-color-xl-orange {
    border-color: #FD8262 !important;
  }
  .border-color-xl-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-xl-green {
    border-color: #627C36 !important;
  }
  .border-color-xl-teal {
    border-color: #20c997 !important;
  }
  .border-color-xl-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-xl-black {
    border-color: #000 !important;
  }
  .border-color-xl-white {
    border-color: #fff !important;
  }
  .border-color-xl-gray {
    border-color: #6c757d !important;
  }
  .border-color-xl-transparent {
    border-color: transparent !important;
  }
  .border-color-xl-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-xl-blueLight {
    border-color: #000094 !important;
  }
  .border-color-xl-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-xl-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-xl-redLight {
    border-color: #ff212c !important;
  }
  .border-color-xl-redDark {
    border-color: #960010 !important;
  }
  .border-color-xl-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-xl-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-xl-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-xl-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-xl-grayDark {
    border-color: #313130 !important;
  }
  .border-color-xl-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-xl-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-xl-brown {
    border-color: #885F50 !important;
  }
  .border-color-xl-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-xl-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-xl-viber {
    border-color: #665CAC !important;
  }
  .border-color-xl-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-xl-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-xl-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-xl-telegram {
    border-color: #0088cc !important;
  }
  .border-color-xl-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-xl-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-xl-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-xl-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-xl-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-xl-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-xl-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-xl-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-xl-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-xl-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-xl-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-xl-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-xl-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-xl-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-xl-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-xl-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-xl-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-xl-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-xl-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-xl-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-xl-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-xl-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-xl-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-xl-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-xl-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-xl-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-xl-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-xl-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-xl-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-xl-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-xl-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-xl-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-xl-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-xl-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-xl-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-xl-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-xl-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-xl-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-xl-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-xl-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-xl-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-xl-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-xl-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-xl-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-xl-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-xl-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-xl-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-xl-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-xl-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-xl-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-xl-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-xl-inherit {
    border-radius: inherit !important;
  }
  .radius-xl-0 {
    border-radius: 0 !important;
  }
  .radius-xl-01 {
    border-radius: 0.1rem !important;
  }
  .radius-xl-02 {
    border-radius: 0.2rem !important;
  }
  .radius-xl-03 {
    border-radius: 0.3rem !important;
  }
  .radius-xl-04 {
    border-radius: 0.4rem !important;
  }
  .radius-xl-05 {
    border-radius: 0.5rem !important;
  }
  .radius-xl-06 {
    border-radius: 0.6rem !important;
  }
  .radius-xl-07 {
    border-radius: 0.7rem !important;
  }
  .radius-xl-08 {
    border-radius: 0.8rem !important;
  }
  .radius-xl-09 {
    border-radius: 0.9rem !important;
  }
  .radius-xl-1 {
    border-radius: 1rem !important;
  }
  .radius-xl-10 {
    border-radius: 1rem !important;
  }
  .radius-xl-11 {
    border-radius: 1.1rem !important;
  }
  .radius-xl-12 {
    border-radius: 1.2rem !important;
  }
  .radius-xl-13 {
    border-radius: 1.3rem !important;
  }
  .radius-xl-14 {
    border-radius: 1.4rem !important;
  }
  .radius-xl-15 {
    border-radius: 1.5rem !important;
  }
  .radius-xl-16 {
    border-radius: 1.6rem !important;
  }
  .radius-xl-17 {
    border-radius: 1.7rem !important;
  }
  .radius-xl-18 {
    border-radius: 1.8rem !important;
  }
  .radius-xl-19 {
    border-radius: 1.9rem !important;
  }
  .radius-xl-2 {
    border-radius: 2rem !important;
  }
  .radius-xl-20 {
    border-radius: 2rem !important;
  }
  .radius-xl-21 {
    border-radius: 2.1rem !important;
  }
  .radius-xl-22 {
    border-radius: 2.2rem !important;
  }
  .radius-xl-23 {
    border-radius: 2.3rem !important;
  }
  .radius-xl-24 {
    border-radius: 2.4rem !important;
  }
  .radius-xl-25 {
    border-radius: 2.5rem !important;
  }
  .radius-xl-26 {
    border-radius: 2.6rem !important;
  }
  .radius-xl-27 {
    border-radius: 2.7rem !important;
  }
  .radius-xl-28 {
    border-radius: 2.8rem !important;
  }
  .radius-xl-29 {
    border-radius: 2.9rem !important;
  }
  .radius-xl-3 {
    border-radius: 3rem !important;
  }
  .radius-xl-30 {
    border-radius: 3rem !important;
  }
  .radius-xl-31 {
    border-radius: 3.1rem !important;
  }
  .radius-xl-32 {
    border-radius: 3.2rem !important;
  }
  .radius-xl-33 {
    border-radius: 3.3rem !important;
  }
  .radius-xl-34 {
    border-radius: 3.4rem !important;
  }
  .radius-xl-35 {
    border-radius: 3.5rem !important;
  }
  .radius-xl-36 {
    border-radius: 3.6rem !important;
  }
  .radius-xl-37 {
    border-radius: 3.7rem !important;
  }
  .radius-xl-38 {
    border-radius: 3.8rem !important;
  }
  .radius-xl-39 {
    border-radius: 3.9rem !important;
  }
  .radius-xl-4 {
    border-radius: 4rem !important;
  }
  .radius-xl-40 {
    border-radius: 4rem !important;
  }
  .radius-xl-41 {
    border-radius: 4.1rem !important;
  }
  .radius-xl-42 {
    border-radius: 4.2rem !important;
  }
  .radius-xl-43 {
    border-radius: 4.3rem !important;
  }
  .radius-xl-44 {
    border-radius: 4.4rem !important;
  }
  .radius-xl-45 {
    border-radius: 4.5rem !important;
  }
  .radius-xl-46 {
    border-radius: 4.6rem !important;
  }
  .radius-xl-47 {
    border-radius: 4.7rem !important;
  }
  .radius-xl-48 {
    border-radius: 4.8rem !important;
  }
  .radius-xl-49 {
    border-radius: 4.9rem !important;
  }
  .radius-xl-5 {
    border-radius: 5rem !important;
  }
  .radius-xl-50 {
    border-radius: 5rem !important;
  }
  .radius-xl-51 {
    border-radius: 5.1rem !important;
  }
  .radius-xl-52 {
    border-radius: 5.2rem !important;
  }
  .radius-xl-53 {
    border-radius: 5.3rem !important;
  }
  .radius-xl-54 {
    border-radius: 5.4rem !important;
  }
  .radius-xl-55 {
    border-radius: 5.5rem !important;
  }
  .radius-xl-56 {
    border-radius: 5.6rem !important;
  }
  .radius-xl-57 {
    border-radius: 5.7rem !important;
  }
  .radius-xl-58 {
    border-radius: 5.8rem !important;
  }
  .radius-xl-59 {
    border-radius: 5.9rem !important;
  }
  .radius-xl-6 {
    border-radius: 6rem !important;
  }
  .radius-xl-60 {
    border-radius: 6rem !important;
  }
  .radius-xl-61 {
    border-radius: 6.1rem !important;
  }
  .radius-xl-62 {
    border-radius: 6.2rem !important;
  }
  .radius-xl-63 {
    border-radius: 6.3rem !important;
  }
  .radius-xl-64 {
    border-radius: 6.4rem !important;
  }
  .radius-xl-65 {
    border-radius: 6.5rem !important;
  }
  .radius-xl-66 {
    border-radius: 6.6rem !important;
  }
  .radius-xl-67 {
    border-radius: 6.7rem !important;
  }
  .radius-xl-68 {
    border-radius: 6.8rem !important;
  }
  .radius-xl-69 {
    border-radius: 6.9rem !important;
  }
  .radius-xl-7 {
    border-radius: 7rem !important;
  }
  .radius-xl-70 {
    border-radius: 7rem !important;
  }
  .radius-xl-71 {
    border-radius: 7.1rem !important;
  }
  .radius-xl-72 {
    border-radius: 7.2rem !important;
  }
  .radius-xl-73 {
    border-radius: 7.3rem !important;
  }
  .radius-xl-74 {
    border-radius: 7.4rem !important;
  }
  .radius-xl-75 {
    border-radius: 7.5rem !important;
  }
  .radius-xl-76 {
    border-radius: 7.6rem !important;
  }
  .radius-xl-77 {
    border-radius: 7.7rem !important;
  }
  .radius-xl-78 {
    border-radius: 7.8rem !important;
  }
  .radius-xl-79 {
    border-radius: 7.9rem !important;
  }
  .radius-xl-8 {
    border-radius: 8rem !important;
  }
  .radius-xl-80 {
    border-radius: 8rem !important;
  }
  .radius-xl-81 {
    border-radius: 8.1rem !important;
  }
  .radius-xl-82 {
    border-radius: 8.2rem !important;
  }
  .radius-xl-83 {
    border-radius: 8.3rem !important;
  }
  .radius-xl-84 {
    border-radius: 8.4rem !important;
  }
  .radius-xl-85 {
    border-radius: 8.5rem !important;
  }
  .radius-xl-86 {
    border-radius: 8.6rem !important;
  }
  .radius-xl-87 {
    border-radius: 8.7rem !important;
  }
  .radius-xl-88 {
    border-radius: 8.8rem !important;
  }
  .radius-xl-89 {
    border-radius: 8.9rem !important;
  }
  .radius-xl-9 {
    border-radius: 9rem !important;
  }
  .radius-xl-90 {
    border-radius: 9rem !important;
  }
  .radius-xl-91 {
    border-radius: 9.1rem !important;
  }
  .radius-xl-92 {
    border-radius: 9.2rem !important;
  }
  .radius-xl-93 {
    border-radius: 9.3rem !important;
  }
  .radius-xl-94 {
    border-radius: 9.4rem !important;
  }
  .radius-xl-95 {
    border-radius: 9.5rem !important;
  }
  .radius-xl-96 {
    border-radius: 9.6rem !important;
  }
  .radius-xl-97 {
    border-radius: 9.7rem !important;
  }
  .radius-xl-98 {
    border-radius: 9.8rem !important;
  }
  .radius-xl-99 {
    border-radius: 9.9rem !important;
  }
  .radius-xl-100 {
    border-radius: 10rem !important;
  }
  .radius-xl-110 {
    border-radius: 11rem !important;
  }
  .radius-xl-120 {
    border-radius: 12rem !important;
  }
  .radius-xl-130 {
    border-radius: 13rem !important;
  }
  .radius-xl-140 {
    border-radius: 14rem !important;
  }
  .radius-xl-150 {
    border-radius: 15rem !important;
  }
  .radius-xl-160 {
    border-radius: 16rem !important;
  }
  .radius-xl-170 {
    border-radius: 17rem !important;
  }
  .radius-xl-180 {
    border-radius: 18rem !important;
  }
  .radius-xl-190 {
    border-radius: 19rem !important;
  }
  .radius-xl-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-xl-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-xl-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-xl-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-xl-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-xl-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-xl-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-xl-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-xl-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-xl-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-xl-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-xl-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-xl-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xl-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xl-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-xl-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-xl-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-xl-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-xl-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-xl-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-xl-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-xl-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-xl-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-xl-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xl-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xl-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-xl-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-xl-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-xl-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-xl-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-xl-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-xl-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-xl-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-xl-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-xl-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xl-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xl-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-xl-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-xl-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-xl-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-xl-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-xl-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-xl-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-xl-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-xl-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-xl-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xl-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xl-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-xl-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-xl-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-xl-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-xl-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-xl-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-xl-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-xl-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-xl-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-xl-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xl-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xl-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-xl-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-xl-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-xl-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-xl-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-xl-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-xl-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-xl-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-xl-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-xl-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xl-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xl-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-xl-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-xl-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-xl-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-xl-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-xl-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-xl-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-xl-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-xl-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-xl-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xl-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xl-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-xl-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-xl-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-xl-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-xl-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-xl-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-xl-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-xl-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-xl-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-xl-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xl-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xl-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-xl-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-xl-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-xl-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-xl-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-xl-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-xl-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-xl-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-xl-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-xl-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xl-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xl-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-xl-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-xl-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-xl-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-xl-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-xl-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-xl-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-xl-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-xl-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-xl-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-xl-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-xl-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-xl-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-xl-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-xl-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-xl-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-xl-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-xl-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-xl-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-xl-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-xl-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-xl-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-xl-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-xl-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-xl-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-xl-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-xl-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-xl-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-xl-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-xl-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-xl-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-xl-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xl-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xl-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-xl-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-xl-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-xl-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-xl-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-xl-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-xl-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-xl-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-xl-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-xl-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xl-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xl-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-xl-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-xl-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-xl-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-xl-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-xl-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-xl-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-xl-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-xl-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-xl-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xl-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xl-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-xl-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-xl-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-xl-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-xl-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-xl-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-xl-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-xl-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-xl-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-xl-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xl-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xl-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-xl-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-xl-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-xl-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-xl-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-xl-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-xl-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-xl-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-xl-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-xl-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xl-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xl-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-xl-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-xl-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-xl-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-xl-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-xl-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-xl-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-xl-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-xl-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-xl-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xl-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xl-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-xl-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-xl-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-xl-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-xl-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-xl-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-xl-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-xl-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-xl-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-xl-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xl-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xl-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-xl-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-xl-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-xl-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-xl-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-xl-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-xl-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-xl-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-xl-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-xl-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xl-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xl-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-xl-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-xl-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-xl-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-xl-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-xl-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-xl-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-xl-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-xl-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-xl-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xl-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xl-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-xl-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-xl-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-xl-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-xl-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-xl-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-xl-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-xl-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-xl-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-xl-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-xl-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-xl-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-xl-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-xl-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-xl-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-xl-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-xl-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-xl-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-xl-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-xl-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-xl-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-xl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-xl-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-xl-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-xl-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-xl-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-xl-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-xl-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-xl-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-xl-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-xl-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-xl-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xl-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xl-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-xl-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-xl-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-xl-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-xl-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-xl-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-xl-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-xl-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-xl-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-xl-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xl-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xl-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-xl-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-xl-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-xl-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-xl-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-xl-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-xl-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-xl-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-xl-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-xl-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xl-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xl-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-xl-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-xl-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-xl-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-xl-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-xl-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-xl-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-xl-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-xl-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-xl-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xl-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xl-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-xl-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-xl-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-xl-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-xl-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-xl-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-xl-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-xl-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-xl-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-xl-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xl-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xl-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-xl-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-xl-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-xl-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-xl-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-xl-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-xl-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-xl-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-xl-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-xl-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xl-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xl-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-xl-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-xl-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-xl-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-xl-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-xl-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-xl-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-xl-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-xl-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-xl-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xl-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xl-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-xl-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-xl-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-xl-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-xl-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-xl-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-xl-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-xl-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-xl-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-xl-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xl-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xl-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-xl-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-xl-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-xl-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-xl-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-xl-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-xl-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-xl-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-xl-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-xl-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xl-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xl-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-xl-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-xl-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-xl-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-xl-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-xl-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-xl-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-xl-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-xl-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-xl-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-xl-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-xl-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-xl-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-xl-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-xl-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-xl-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-xl-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-xl-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-xl-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-xl-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-xl-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-xl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-xl-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-xl-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-xl-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-xl-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-xl-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-xl-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-xl-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-xl-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-xl-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-xl-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xl-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xl-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-xl-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-xl-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-xl-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-xl-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-xl-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-xl-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-xl-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-xl-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-xl-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xl-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xl-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-xl-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-xl-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-xl-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-xl-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-xl-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-xl-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-xl-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-xl-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-xl-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xl-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xl-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-xl-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-xl-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-xl-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-xl-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-xl-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-xl-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-xl-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-xl-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-xl-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xl-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xl-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-xl-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-xl-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-xl-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-xl-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-xl-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-xl-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-xl-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-xl-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-xl-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xl-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xl-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-xl-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-xl-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-xl-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-xl-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-xl-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-xl-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-xl-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-xl-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-xl-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xl-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xl-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-xl-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-xl-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-xl-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-xl-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-xl-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-xl-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-xl-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-xl-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-xl-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xl-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xl-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-xl-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-xl-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-xl-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-xl-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-xl-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-xl-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-xl-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-xl-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-xl-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xl-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xl-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-xl-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-xl-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-xl-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-xl-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-xl-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-xl-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-xl-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-xl-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-xl-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xl-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xl-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-xl-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-xl-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-xl-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-xl-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-xl-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-xl-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-xl-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-xl-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-xl-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-xl-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-xl-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-xl-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-xl-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-xl-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-xl-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-xl-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-xl-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-xl-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-xl-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-xl-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-xl-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-xl-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-xl-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-xl-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-xl-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-xl-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-xl-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-01 {
    opacity: 0.1 !important;
  }
  .opacity-xxl-02 {
    opacity: 0.2 !important;
  }
  .opacity-xxl-03 {
    opacity: 0.3 !important;
  }
  .opacity-xxl-04 {
    opacity: 0.4 !important;
  }
  .opacity-xxl-05 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-06 {
    opacity: 0.6 !important;
  }
  .opacity-xxl-07 {
    opacity: 0.7 !important;
  }
  .opacity-xxl-08 {
    opacity: 0.8 !important;
  }
  .opacity-xxl-09 {
    opacity: 0.9 !important;
  }
  .opacity-xxl-1 {
    opacity: 1 !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .overflow-xxl-unset {
    overflow: unset !important;
  }
  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-xxl-unset {
    overflow-x: unset !important;
  }
  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xxl-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-xxl-unset {
    overflow-y: unset !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;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .position-xxl-inherit {
    position: inherit !important;
  }
  .position-xxl-initial {
    position: initial !important;
  }
  .position-xxl-unset {
    position: unset !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-5vw {
    width: 5vw !important;
  }
  .w-xxl-10vw {
    width: 10vw !important;
  }
  .w-xxl-15vw {
    width: 15vw !important;
  }
  .w-xxl-20vw {
    width: 20vw !important;
  }
  .w-xxl-25vw {
    width: 25vw !important;
  }
  .w-xxl-30vw {
    width: 30vw !important;
  }
  .w-xxl-35vw {
    width: 35vw !important;
  }
  .w-xxl-40vw {
    width: 40vw !important;
  }
  .w-xxl-45vw {
    width: 45vw !important;
  }
  .w-xxl-50vw {
    width: 50vw !important;
  }
  .w-xxl-55vw {
    width: 55vw !important;
  }
  .w-xxl-60vw {
    width: 60vw !important;
  }
  .w-xxl-65vw {
    width: 65vw !important;
  }
  .w-xxl-70vw {
    width: 70vw !important;
  }
  .w-xxl-75vw {
    width: 75vw !important;
  }
  .w-xxl-80vw {
    width: 80vw !important;
  }
  .w-xxl-85vw {
    width: 85vw !important;
  }
  .w-xxl-90vw {
    width: 90vw !important;
  }
  .w-xxl-95vw {
    width: 95vw !important;
  }
  .w-xxl-100vw {
    width: 100vw !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-5 {
    max-width: 5% !important;
  }
  .mw-xxl-10 {
    max-width: 10% !important;
  }
  .mw-xxl-15 {
    max-width: 15% !important;
  }
  .mw-xxl-20 {
    max-width: 20% !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  .mw-xxl-35 {
    max-width: 35% !important;
  }
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  .mw-xxl-45 {
    max-width: 45% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .mw-xxl-55 {
    max-width: 55% !important;
  }
  .mw-xxl-60 {
    max-width: 60% !important;
  }
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  .mw-xxl-70 {
    max-width: 70% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .mw-xxl-80 {
    max-width: 80% !important;
  }
  .mw-xxl-85 {
    max-width: 85% !important;
  }
  .mw-xxl-90 {
    max-width: 90% !important;
  }
  .mw-xxl-95 {
    max-width: 95% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .mw-xxl-5vw {
    max-width: 5vw !important;
  }
  .mw-xxl-10vw {
    max-width: 10vw !important;
  }
  .mw-xxl-15vw {
    max-width: 15vw !important;
  }
  .mw-xxl-20vw {
    max-width: 20vw !important;
  }
  .mw-xxl-25vw {
    max-width: 25vw !important;
  }
  .mw-xxl-30vw {
    max-width: 30vw !important;
  }
  .mw-xxl-35vw {
    max-width: 35vw !important;
  }
  .mw-xxl-40vw {
    max-width: 40vw !important;
  }
  .mw-xxl-45vw {
    max-width: 45vw !important;
  }
  .mw-xxl-50vw {
    max-width: 50vw !important;
  }
  .mw-xxl-55vw {
    max-width: 55vw !important;
  }
  .mw-xxl-60vw {
    max-width: 60vw !important;
  }
  .mw-xxl-65vw {
    max-width: 65vw !important;
  }
  .mw-xxl-70vw {
    max-width: 70vw !important;
  }
  .mw-xxl-75vw {
    max-width: 75vw !important;
  }
  .mw-xxl-80vw {
    max-width: 80vw !important;
  }
  .mw-xxl-85vw {
    max-width: 85vw !important;
  }
  .mw-xxl-90vw {
    max-width: 90vw !important;
  }
  .mw-xxl-95vw {
    max-width: 95vw !important;
  }
  .mw-xxl-100vw {
    max-width: 100vw !important;
  }
  .mw-xxl-auto {
    max-width: auto !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-5vh {
    height: 5vh !important;
  }
  .h-xxl-10vh {
    height: 10vh !important;
  }
  .h-xxl-15vh {
    height: 15vh !important;
  }
  .h-xxl-20vh {
    height: 20vh !important;
  }
  .h-xxl-25vh {
    height: 25vh !important;
  }
  .h-xxl-30vh {
    height: 30vh !important;
  }
  .h-xxl-35vh {
    height: 35vh !important;
  }
  .h-xxl-40vh {
    height: 40vh !important;
  }
  .h-xxl-45vh {
    height: 45vh !important;
  }
  .h-xxl-50vh {
    height: 50vh !important;
  }
  .h-xxl-55vh {
    height: 55vh !important;
  }
  .h-xxl-60vh {
    height: 60vh !important;
  }
  .h-xxl-65vh {
    height: 65vh !important;
  }
  .h-xxl-70vh {
    height: 70vh !important;
  }
  .h-xxl-75vh {
    height: 75vh !important;
  }
  .h-xxl-80vh {
    height: 80vh !important;
  }
  .h-xxl-85vh {
    height: 85vh !important;
  }
  .h-xxl-90vh {
    height: 90vh !important;
  }
  .h-xxl-95vh {
    height: 95vh !important;
  }
  .h-xxl-100vh {
    height: 100vh !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-5 {
    max-height: 5% !important;
  }
  .mh-xxl-10 {
    max-height: 10% !important;
  }
  .mh-xxl-15 {
    max-height: 15% !important;
  }
  .mh-xxl-20 {
    max-height: 20% !important;
  }
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  .mh-xxl-30 {
    max-height: 30% !important;
  }
  .mh-xxl-35 {
    max-height: 35% !important;
  }
  .mh-xxl-40 {
    max-height: 40% !important;
  }
  .mh-xxl-45 {
    max-height: 45% !important;
  }
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  .mh-xxl-55 {
    max-height: 55% !important;
  }
  .mh-xxl-60 {
    max-height: 60% !important;
  }
  .mh-xxl-65 {
    max-height: 65% !important;
  }
  .mh-xxl-70 {
    max-height: 70% !important;
  }
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  .mh-xxl-80 {
    max-height: 80% !important;
  }
  .mh-xxl-85 {
    max-height: 85% !important;
  }
  .mh-xxl-90 {
    max-height: 90% !important;
  }
  .mh-xxl-95 {
    max-height: 95% !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .mh-xxl-5vh {
    max-height: 5vh !important;
  }
  .mh-xxl-10vh {
    max-height: 10vh !important;
  }
  .mh-xxl-15vh {
    max-height: 15vh !important;
  }
  .mh-xxl-20vh {
    max-height: 20vh !important;
  }
  .mh-xxl-25vh {
    max-height: 25vh !important;
  }
  .mh-xxl-30vh {
    max-height: 30vh !important;
  }
  .mh-xxl-35vh {
    max-height: 35vh !important;
  }
  .mh-xxl-40vh {
    max-height: 40vh !important;
  }
  .mh-xxl-45vh {
    max-height: 45vh !important;
  }
  .mh-xxl-50vh {
    max-height: 50vh !important;
  }
  .mh-xxl-55vh {
    max-height: 55vh !important;
  }
  .mh-xxl-60vh {
    max-height: 60vh !important;
  }
  .mh-xxl-65vh {
    max-height: 65vh !important;
  }
  .mh-xxl-70vh {
    max-height: 70vh !important;
  }
  .mh-xxl-75vh {
    max-height: 75vh !important;
  }
  .mh-xxl-80vh {
    max-height: 80vh !important;
  }
  .mh-xxl-85vh {
    max-height: 85vh !important;
  }
  .mh-xxl-90vh {
    max-height: 90vh !important;
  }
  .mh-xxl-95vh {
    max-height: 95vh !important;
  }
  .mh-xxl-100vh {
    max-height: 100vh !important;
  }
  .mh-xxl-auto {
    max-height: auto !important;
  }
  .minh-xxl-5 {
    min-height: 5% !important;
  }
  .minh-xxl-10 {
    min-height: 10% !important;
  }
  .minh-xxl-15 {
    min-height: 15% !important;
  }
  .minh-xxl-20 {
    min-height: 20% !important;
  }
  .minh-xxl-25 {
    min-height: 25% !important;
  }
  .minh-xxl-30 {
    min-height: 30% !important;
  }
  .minh-xxl-35 {
    min-height: 35% !important;
  }
  .minh-xxl-40 {
    min-height: 40% !important;
  }
  .minh-xxl-45 {
    min-height: 45% !important;
  }
  .minh-xxl-50 {
    min-height: 50% !important;
  }
  .minh-xxl-55 {
    min-height: 55% !important;
  }
  .minh-xxl-60 {
    min-height: 60% !important;
  }
  .minh-xxl-65 {
    min-height: 65% !important;
  }
  .minh-xxl-70 {
    min-height: 70% !important;
  }
  .minh-xxl-75 {
    min-height: 75% !important;
  }
  .minh-xxl-80 {
    min-height: 80% !important;
  }
  .minh-xxl-85 {
    min-height: 85% !important;
  }
  .minh-xxl-90 {
    min-height: 90% !important;
  }
  .minh-xxl-95 {
    min-height: 95% !important;
  }
  .minh-xxl-100 {
    min-height: 100% !important;
  }
  .minh-xxl-5vh {
    min-height: 5vh !important;
  }
  .minh-xxl-10vh {
    min-height: 10vh !important;
  }
  .minh-xxl-15vh {
    min-height: 15vh !important;
  }
  .minh-xxl-20vh {
    min-height: 20vh !important;
  }
  .minh-xxl-25vh {
    min-height: 25vh !important;
  }
  .minh-xxl-30vh {
    min-height: 30vh !important;
  }
  .minh-xxl-35vh {
    min-height: 35vh !important;
  }
  .minh-xxl-40vh {
    min-height: 40vh !important;
  }
  .minh-xxl-45vh {
    min-height: 45vh !important;
  }
  .minh-xxl-50vh {
    min-height: 50vh !important;
  }
  .minh-xxl-55vh {
    min-height: 55vh !important;
  }
  .minh-xxl-60vh {
    min-height: 60vh !important;
  }
  .minh-xxl-65vh {
    min-height: 65vh !important;
  }
  .minh-xxl-70vh {
    min-height: 70vh !important;
  }
  .minh-xxl-75vh {
    min-height: 75vh !important;
  }
  .minh-xxl-80vh {
    min-height: 80vh !important;
  }
  .minh-xxl-85vh {
    min-height: 85vh !important;
  }
  .minh-xxl-90vh {
    min-height: 90vh !important;
  }
  .minh-xxl-95vh {
    min-height: 95vh !important;
  }
  .minh-xxl-100vh {
    min-height: 100vh !important;
  }
  .minh-xxl-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-xxl-25 {
    margin: 2.5rem !important;
  }
  .m-xxl-35 {
    margin: 3.5rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-45 {
    margin: 4.5rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-55 {
    margin: 5.5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-65 {
    margin: 6.5rem !important;
  }
  .m-xxl-70 {
    margin: 7rem !important;
  }
  .m-xxl-75 {
    margin: 7.5rem !important;
  }
  .m-xxl-80 {
    margin: 8rem !important;
  }
  .m-xxl-85 {
    margin: 8.5rem !important;
  }
  .m-xxl-90 {
    margin: 9rem !important;
  }
  .m-xxl-95 {
    margin: 9.5rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-105 {
    margin: 10.5rem !important;
  }
  .m-xxl-110 {
    margin: 11rem !important;
  }
  .m-xxl-115 {
    margin: 11.5rem !important;
  }
  .m-xxl-120 {
    margin: 12rem !important;
  }
  .m-xxl-125 {
    margin: 12.5rem !important;
  }
  .m-xxl-130 {
    margin: 13rem !important;
  }
  .m-xxl-135 {
    margin: 13.5rem !important;
  }
  .m-xxl-140 {
    margin: 14rem !important;
  }
  .m-xxl-145 {
    margin: 14.5rem !important;
  }
  .m-xxl-150 {
    margin: 15rem !important;
  }
  .m-xxl-155 {
    margin: 15.5rem !important;
  }
  .m-xxl-160 {
    margin: 16rem !important;
  }
  .m-xxl-165 {
    margin: 16.5rem !important;
  }
  .m-xxl-170 {
    margin: 17rem !important;
  }
  .m-xxl-175 {
    margin: 17.5rem !important;
  }
  .m-xxl-180 {
    margin: 18rem !important;
  }
  .m-xxl-185 {
    margin: 18.5rem !important;
  }
  .m-xxl-190 {
    margin: 19rem !important;
  }
  .m-xxl-195 {
    margin: 19.5rem !important;
  }
  .m-xxl-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xxl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xxl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xxl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xxl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xxl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-110 {
    margin-top: 11rem !important;
  }
  .mt-xxl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-120 {
    margin-top: 12rem !important;
  }
  .mt-xxl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-130 {
    margin-top: 13rem !important;
  }
  .mt-xxl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-140 {
    margin-top: 14rem !important;
  }
  .mt-xxl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-150 {
    margin-top: 15rem !important;
  }
  .mt-xxl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-160 {
    margin-top: 16rem !important;
  }
  .mt-xxl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-170 {
    margin-top: 17rem !important;
  }
  .mt-xxl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-180 {
    margin-top: 18rem !important;
  }
  .mt-xxl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-190 {
    margin-top: 19rem !important;
  }
  .mt-xxl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-110 {
    margin-right: 11rem !important;
  }
  .me-xxl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-120 {
    margin-right: 12rem !important;
  }
  .me-xxl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-130 {
    margin-right: 13rem !important;
  }
  .me-xxl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-140 {
    margin-right: 14rem !important;
  }
  .me-xxl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-150 {
    margin-right: 15rem !important;
  }
  .me-xxl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xxl-160 {
    margin-right: 16rem !important;
  }
  .me-xxl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xxl-170 {
    margin-right: 17rem !important;
  }
  .me-xxl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xxl-180 {
    margin-right: 18rem !important;
  }
  .me-xxl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xxl-190 {
    margin-right: 19rem !important;
  }
  .me-xxl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xxl-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-110 {
    margin-left: 11rem !important;
  }
  .ms-xxl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-120 {
    margin-left: 12rem !important;
  }
  .ms-xxl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-130 {
    margin-left: 13rem !important;
  }
  .ms-xxl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-140 {
    margin-left: 14rem !important;
  }
  .ms-xxl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-150 {
    margin-left: 15rem !important;
  }
  .ms-xxl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-160 {
    margin-left: 16rem !important;
  }
  .ms-xxl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-170 {
    margin-left: 17rem !important;
  }
  .ms-xxl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-180 {
    margin-left: 18rem !important;
  }
  .ms-xxl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-190 {
    margin-left: 19rem !important;
  }
  .ms-xxl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-200 {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n20 {
    margin: -2rem !important;
  }
  .m-xxl-n25 {
    margin: -2.5rem !important;
  }
  .m-xxl-n35 {
    margin: -3.5rem !important;
  }
  .m-xxl-n40 {
    margin: -4rem !important;
  }
  .m-xxl-n45 {
    margin: -4.5rem !important;
  }
  .m-xxl-n50 {
    margin: -5rem !important;
  }
  .m-xxl-n55 {
    margin: -5.5rem !important;
  }
  .m-xxl-n60 {
    margin: -6rem !important;
  }
  .m-xxl-n65 {
    margin: -6.5rem !important;
  }
  .m-xxl-n70 {
    margin: -7rem !important;
  }
  .m-xxl-n75 {
    margin: -7.5rem !important;
  }
  .m-xxl-n80 {
    margin: -8rem !important;
  }
  .m-xxl-n85 {
    margin: -8.5rem !important;
  }
  .m-xxl-n90 {
    margin: -9rem !important;
  }
  .m-xxl-n95 {
    margin: -9.5rem !important;
  }
  .m-xxl-n100 {
    margin: -10rem !important;
  }
  .m-xxl-n105 {
    margin: -10.5rem !important;
  }
  .m-xxl-n110 {
    margin: -11rem !important;
  }
  .m-xxl-n115 {
    margin: -11.5rem !important;
  }
  .m-xxl-n120 {
    margin: -12rem !important;
  }
  .m-xxl-n125 {
    margin: -12.5rem !important;
  }
  .m-xxl-n130 {
    margin: -13rem !important;
  }
  .m-xxl-n135 {
    margin: -13.5rem !important;
  }
  .m-xxl-n140 {
    margin: -14rem !important;
  }
  .m-xxl-n145 {
    margin: -14.5rem !important;
  }
  .m-xxl-n150 {
    margin: -15rem !important;
  }
  .m-xxl-n155 {
    margin: -15.5rem !important;
  }
  .m-xxl-n160 {
    margin: -16rem !important;
  }
  .m-xxl-n165 {
    margin: -16.5rem !important;
  }
  .m-xxl-n170 {
    margin: -17rem !important;
  }
  .m-xxl-n175 {
    margin: -17.5rem !important;
  }
  .m-xxl-n180 {
    margin: -18rem !important;
  }
  .m-xxl-n185 {
    margin: -18.5rem !important;
  }
  .m-xxl-n190 {
    margin: -19rem !important;
  }
  .m-xxl-n195 {
    margin: -19.5rem !important;
  }
  .m-xxl-n200 {
    margin: -20rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxl-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxl-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxl-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xxl-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xxl-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxl-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xxl-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xxl-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxl-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xxl-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xxl-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xxl-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xxl-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xxl-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xxl-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xxl-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxl-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxl-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxl-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xxl-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xxl-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxl-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xxl-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xxl-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxl-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xxl-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xxl-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xxl-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xxl-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xxl-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xxl-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xxl-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n50 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n60 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n70 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-xxl-n90 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-xxl-n100 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-xxl-n110 {
    margin-top: -11rem !important;
  }
  .mt-xxl-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-xxl-n120 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n130 {
    margin-top: -13rem !important;
  }
  .mt-xxl-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-xxl-n140 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-xxl-n150 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-xxl-n160 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-xxl-n170 {
    margin-top: -17rem !important;
  }
  .mt-xxl-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-xxl-n180 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-xxl-n190 {
    margin-top: -19rem !important;
  }
  .mt-xxl-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-xxl-n200 {
    margin-top: -20rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n20 {
    margin-right: -2rem !important;
  }
  .me-xxl-n25 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n35 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n40 {
    margin-right: -4rem !important;
  }
  .me-xxl-n45 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n50 {
    margin-right: -5rem !important;
  }
  .me-xxl-n55 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n60 {
    margin-right: -6rem !important;
  }
  .me-xxl-n65 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n70 {
    margin-right: -7rem !important;
  }
  .me-xxl-n75 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n80 {
    margin-right: -8rem !important;
  }
  .me-xxl-n85 {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n90 {
    margin-right: -9rem !important;
  }
  .me-xxl-n95 {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n100 {
    margin-right: -10rem !important;
  }
  .me-xxl-n105 {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n110 {
    margin-right: -11rem !important;
  }
  .me-xxl-n115 {
    margin-right: -11.5rem !important;
  }
  .me-xxl-n120 {
    margin-right: -12rem !important;
  }
  .me-xxl-n125 {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n130 {
    margin-right: -13rem !important;
  }
  .me-xxl-n135 {
    margin-right: -13.5rem !important;
  }
  .me-xxl-n140 {
    margin-right: -14rem !important;
  }
  .me-xxl-n145 {
    margin-right: -14.5rem !important;
  }
  .me-xxl-n150 {
    margin-right: -15rem !important;
  }
  .me-xxl-n155 {
    margin-right: -15.5rem !important;
  }
  .me-xxl-n160 {
    margin-right: -16rem !important;
  }
  .me-xxl-n165 {
    margin-right: -16.5rem !important;
  }
  .me-xxl-n170 {
    margin-right: -17rem !important;
  }
  .me-xxl-n175 {
    margin-right: -17.5rem !important;
  }
  .me-xxl-n180 {
    margin-right: -18rem !important;
  }
  .me-xxl-n185 {
    margin-right: -18.5rem !important;
  }
  .me-xxl-n190 {
    margin-right: -19rem !important;
  }
  .me-xxl-n195 {
    margin-right: -19.5rem !important;
  }
  .me-xxl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxl-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-xxl-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xxl-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-xxl-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xxl-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xxl-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xxl-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xxl-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-xxl-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xxl-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-xxl-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xxl-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n50 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n60 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n70 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n90 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n100 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n110 {
    margin-left: -11rem !important;
  }
  .ms-xxl-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-xxl-n120 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n130 {
    margin-left: -13rem !important;
  }
  .ms-xxl-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-xxl-n140 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-xxl-n150 {
    margin-left: -15rem !important;
  }
  .ms-xxl-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-xxl-n160 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-xxl-n170 {
    margin-left: -17rem !important;
  }
  .ms-xxl-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-xxl-n180 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-xxl-n190 {
    margin-left: -19rem !important;
  }
  .ms-xxl-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-xxl-n200 {
    margin-left: -20rem !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;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-25 {
    padding: 2.5rem !important;
  }
  .p-xxl-35 {
    padding: 3.5rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-45 {
    padding: 4.5rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-55 {
    padding: 5.5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .p-xxl-65 {
    padding: 6.5rem !important;
  }
  .p-xxl-70 {
    padding: 7rem !important;
  }
  .p-xxl-75 {
    padding: 7.5rem !important;
  }
  .p-xxl-80 {
    padding: 8rem !important;
  }
  .p-xxl-85 {
    padding: 8.5rem !important;
  }
  .p-xxl-90 {
    padding: 9rem !important;
  }
  .p-xxl-95 {
    padding: 9.5rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .p-xxl-105 {
    padding: 10.5rem !important;
  }
  .p-xxl-110 {
    padding: 11rem !important;
  }
  .p-xxl-115 {
    padding: 11.5rem !important;
  }
  .p-xxl-120 {
    padding: 12rem !important;
  }
  .p-xxl-125 {
    padding: 12.5rem !important;
  }
  .p-xxl-130 {
    padding: 13rem !important;
  }
  .p-xxl-135 {
    padding: 13.5rem !important;
  }
  .p-xxl-140 {
    padding: 14rem !important;
  }
  .p-xxl-145 {
    padding: 14.5rem !important;
  }
  .p-xxl-150 {
    padding: 15rem !important;
  }
  .p-xxl-155 {
    padding: 15.5rem !important;
  }
  .p-xxl-160 {
    padding: 16rem !important;
  }
  .p-xxl-165 {
    padding: 16.5rem !important;
  }
  .p-xxl-170 {
    padding: 17rem !important;
  }
  .p-xxl-175 {
    padding: 17.5rem !important;
  }
  .p-xxl-180 {
    padding: 18rem !important;
  }
  .p-xxl-185 {
    padding: 18.5rem !important;
  }
  .p-xxl-190 {
    padding: 19rem !important;
  }
  .p-xxl-195 {
    padding: 19.5rem !important;
  }
  .p-xxl-200 {
    padding: 20rem !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;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xxl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xxl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xxl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xxl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xxl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-110 {
    padding-top: 11rem !important;
  }
  .pt-xxl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-120 {
    padding-top: 12rem !important;
  }
  .pt-xxl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-130 {
    padding-top: 13rem !important;
  }
  .pt-xxl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-140 {
    padding-top: 14rem !important;
  }
  .pt-xxl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-150 {
    padding-top: 15rem !important;
  }
  .pt-xxl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xxl-160 {
    padding-top: 16rem !important;
  }
  .pt-xxl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xxl-170 {
    padding-top: 17rem !important;
  }
  .pt-xxl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xxl-180 {
    padding-top: 18rem !important;
  }
  .pt-xxl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xxl-190 {
    padding-top: 19rem !important;
  }
  .pt-xxl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xxl-200 {
    padding-top: 20rem !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;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-110 {
    padding-right: 11rem !important;
  }
  .pe-xxl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-120 {
    padding-right: 12rem !important;
  }
  .pe-xxl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-130 {
    padding-right: 13rem !important;
  }
  .pe-xxl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-140 {
    padding-right: 14rem !important;
  }
  .pe-xxl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-150 {
    padding-right: 15rem !important;
  }
  .pe-xxl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-160 {
    padding-right: 16rem !important;
  }
  .pe-xxl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-170 {
    padding-right: 17rem !important;
  }
  .pe-xxl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-180 {
    padding-right: 18rem !important;
  }
  .pe-xxl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-190 {
    padding-right: 19rem !important;
  }
  .pe-xxl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-200 {
    padding-right: 20rem !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;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xxl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 20rem !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;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-110 {
    padding-left: 11rem !important;
  }
  .ps-xxl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-120 {
    padding-left: 12rem !important;
  }
  .ps-xxl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-130 {
    padding-left: 13rem !important;
  }
  .ps-xxl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-140 {
    padding-left: 14rem !important;
  }
  .ps-xxl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-150 {
    padding-left: 15rem !important;
  }
  .ps-xxl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-160 {
    padding-left: 16rem !important;
  }
  .ps-xxl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-170 {
    padding-left: 17rem !important;
  }
  .ps-xxl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-180 {
    padding-left: 18rem !important;
  }
  .ps-xxl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-190 {
    padding-left: 19rem !important;
  }
  .ps-xxl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-200 {
    padding-left: 20rem !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;
  }
  .gap-xxl-20 {
    gap: 2rem !important;
  }
  .gap-xxl-25 {
    gap: 2.5rem !important;
  }
  .gap-xxl-35 {
    gap: 3.5rem !important;
  }
  .gap-xxl-40 {
    gap: 4rem !important;
  }
  .gap-xxl-45 {
    gap: 4.5rem !important;
  }
  .gap-xxl-50 {
    gap: 5rem !important;
  }
  .gap-xxl-55 {
    gap: 5.5rem !important;
  }
  .gap-xxl-60 {
    gap: 6rem !important;
  }
  .gap-xxl-65 {
    gap: 6.5rem !important;
  }
  .gap-xxl-70 {
    gap: 7rem !important;
  }
  .gap-xxl-75 {
    gap: 7.5rem !important;
  }
  .gap-xxl-80 {
    gap: 8rem !important;
  }
  .gap-xxl-85 {
    gap: 8.5rem !important;
  }
  .gap-xxl-90 {
    gap: 9rem !important;
  }
  .gap-xxl-95 {
    gap: 9.5rem !important;
  }
  .gap-xxl-100 {
    gap: 10rem !important;
  }
  .gap-xxl-105 {
    gap: 10.5rem !important;
  }
  .gap-xxl-110 {
    gap: 11rem !important;
  }
  .gap-xxl-115 {
    gap: 11.5rem !important;
  }
  .gap-xxl-120 {
    gap: 12rem !important;
  }
  .gap-xxl-125 {
    gap: 12.5rem !important;
  }
  .gap-xxl-130 {
    gap: 13rem !important;
  }
  .gap-xxl-135 {
    gap: 13.5rem !important;
  }
  .gap-xxl-140 {
    gap: 14rem !important;
  }
  .gap-xxl-145 {
    gap: 14.5rem !important;
  }
  .gap-xxl-150 {
    gap: 15rem !important;
  }
  .gap-xxl-155 {
    gap: 15.5rem !important;
  }
  .gap-xxl-160 {
    gap: 16rem !important;
  }
  .gap-xxl-165 {
    gap: 16.5rem !important;
  }
  .gap-xxl-170 {
    gap: 17rem !important;
  }
  .gap-xxl-175 {
    gap: 17.5rem !important;
  }
  .gap-xxl-180 {
    gap: 18rem !important;
  }
  .gap-xxl-185 {
    gap: 18.5rem !important;
  }
  .gap-xxl-190 {
    gap: 19rem !important;
  }
  .gap-xxl-195 {
    gap: 19.5rem !important;
  }
  .gap-xxl-200 {
    gap: 20rem !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;
  }
  .row-gap-xxl-20 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xxl-60 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xxl-70 {
    row-gap: 7rem !important;
  }
  .row-gap-xxl-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-xxl-100 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-xxl-110 {
    row-gap: 11rem !important;
  }
  .row-gap-xxl-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-xxl-120 {
    row-gap: 12rem !important;
  }
  .row-gap-xxl-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xxl-130 {
    row-gap: 13rem !important;
  }
  .row-gap-xxl-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xxl-140 {
    row-gap: 14rem !important;
  }
  .row-gap-xxl-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-xxl-150 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-xxl-160 {
    row-gap: 16rem !important;
  }
  .row-gap-xxl-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-xxl-170 {
    row-gap: 17rem !important;
  }
  .row-gap-xxl-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-xxl-180 {
    row-gap: 18rem !important;
  }
  .row-gap-xxl-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-xxl-190 {
    row-gap: 19rem !important;
  }
  .row-gap-xxl-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-xxl-200 {
    row-gap: 20rem !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;
  }
  .column-gap-xxl-20 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-40 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xxl-50 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xxl-60 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xxl-70 {
    column-gap: 7rem !important;
  }
  .column-gap-xxl-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xxl-80 {
    column-gap: 8rem !important;
  }
  .column-gap-xxl-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xxl-90 {
    column-gap: 9rem !important;
  }
  .column-gap-xxl-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-xxl-100 {
    column-gap: 10rem !important;
  }
  .column-gap-xxl-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-xxl-110 {
    column-gap: 11rem !important;
  }
  .column-gap-xxl-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-xxl-120 {
    column-gap: 12rem !important;
  }
  .column-gap-xxl-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xxl-130 {
    column-gap: 13rem !important;
  }
  .column-gap-xxl-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xxl-140 {
    column-gap: 14rem !important;
  }
  .column-gap-xxl-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-xxl-150 {
    column-gap: 15rem !important;
  }
  .column-gap-xxl-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-xxl-160 {
    column-gap: 16rem !important;
  }
  .column-gap-xxl-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-xxl-170 {
    column-gap: 17rem !important;
  }
  .column-gap-xxl-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-xxl-180 {
    column-gap: 18rem !important;
  }
  .column-gap-xxl-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-xxl-190 {
    column-gap: 19rem !important;
  }
  .column-gap-xxl-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-xxl-200 {
    column-gap: 20rem !important;
  }
  .fs-xxl-inherit {
    font-size: inherit !important;
  }
  .fs-xxl-0 {
    font-size: 0 !important;
  }
  .fs-xxl-01 {
    font-size: 0.1rem !important;
  }
  .fs-xxl-02 {
    font-size: 0.2rem !important;
  }
  .fs-xxl-03 {
    font-size: 0.3rem !important;
  }
  .fs-xxl-04 {
    font-size: 0.4rem !important;
  }
  .fs-xxl-05 {
    font-size: 0.5rem !important;
  }
  .fs-xxl-06 {
    font-size: 0.6rem !important;
  }
  .fs-xxl-07 {
    font-size: 0.7rem !important;
  }
  .fs-xxl-08 {
    font-size: 0.8rem !important;
  }
  .fs-xxl-09 {
    font-size: 0.9rem !important;
  }
  .fs-xxl-1 {
    font-size: 1rem !important;
  }
  .fs-xxl-10 {
    font-size: 1rem !important;
  }
  .fs-xxl-11 {
    font-size: 1.1rem !important;
  }
  .fs-xxl-12 {
    font-size: 1.2rem !important;
  }
  .fs-xxl-13 {
    font-size: 1.3rem !important;
  }
  .fs-xxl-14 {
    font-size: 1.4rem !important;
  }
  .fs-xxl-15 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-16 {
    font-size: 1.6rem !important;
  }
  .fs-xxl-17 {
    font-size: 1.7rem !important;
  }
  .fs-xxl-18 {
    font-size: 1.8rem !important;
  }
  .fs-xxl-19 {
    font-size: 1.9rem !important;
  }
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxl-20 {
    font-size: 2rem !important;
  }
  .fs-xxl-21 {
    font-size: 2.1rem !important;
  }
  .fs-xxl-22 {
    font-size: 2.2rem !important;
  }
  .fs-xxl-23 {
    font-size: 2.3rem !important;
  }
  .fs-xxl-24 {
    font-size: 2.4rem !important;
  }
  .fs-xxl-25 {
    font-size: 2.5rem !important;
  }
  .fs-xxl-26 {
    font-size: 2.6rem !important;
  }
  .fs-xxl-27 {
    font-size: 2.7rem !important;
  }
  .fs-xxl-28 {
    font-size: 2.8rem !important;
  }
  .fs-xxl-29 {
    font-size: 2.9rem !important;
  }
  .fs-xxl-3 {
    font-size: 3rem !important;
  }
  .fs-xxl-30 {
    font-size: 3rem !important;
  }
  .fs-xxl-31 {
    font-size: 3.1rem !important;
  }
  .fs-xxl-32 {
    font-size: 3.2rem !important;
  }
  .fs-xxl-33 {
    font-size: 3.3rem !important;
  }
  .fs-xxl-34 {
    font-size: 3.4rem !important;
  }
  .fs-xxl-35 {
    font-size: 3.5rem !important;
  }
  .fs-xxl-36 {
    font-size: 3.6rem !important;
  }
  .fs-xxl-37 {
    font-size: 3.7rem !important;
  }
  .fs-xxl-38 {
    font-size: 3.8rem !important;
  }
  .fs-xxl-39 {
    font-size: 3.9rem !important;
  }
  .fs-xxl-4 {
    font-size: 4rem !important;
  }
  .fs-xxl-40 {
    font-size: 4rem !important;
  }
  .fs-xxl-41 {
    font-size: 4.1rem !important;
  }
  .fs-xxl-42 {
    font-size: 4.2rem !important;
  }
  .fs-xxl-43 {
    font-size: 4.3rem !important;
  }
  .fs-xxl-44 {
    font-size: 4.4rem !important;
  }
  .fs-xxl-45 {
    font-size: 4.5rem !important;
  }
  .fs-xxl-46 {
    font-size: 4.6rem !important;
  }
  .fs-xxl-47 {
    font-size: 4.7rem !important;
  }
  .fs-xxl-48 {
    font-size: 4.8rem !important;
  }
  .fs-xxl-49 {
    font-size: 4.9rem !important;
  }
  .fs-xxl-5 {
    font-size: 5rem !important;
  }
  .fs-xxl-50 {
    font-size: 5rem !important;
  }
  .fs-xxl-51 {
    font-size: 5.1rem !important;
  }
  .fs-xxl-52 {
    font-size: 5.2rem !important;
  }
  .fs-xxl-53 {
    font-size: 5.3rem !important;
  }
  .fs-xxl-54 {
    font-size: 5.4rem !important;
  }
  .fs-xxl-55 {
    font-size: 5.5rem !important;
  }
  .fs-xxl-56 {
    font-size: 5.6rem !important;
  }
  .fs-xxl-57 {
    font-size: 5.7rem !important;
  }
  .fs-xxl-58 {
    font-size: 5.8rem !important;
  }
  .fs-xxl-59 {
    font-size: 5.9rem !important;
  }
  .fs-xxl-6 {
    font-size: 6rem !important;
  }
  .fs-xxl-60 {
    font-size: 6rem !important;
  }
  .fs-xxl-61 {
    font-size: 6.1rem !important;
  }
  .fs-xxl-62 {
    font-size: 6.2rem !important;
  }
  .fs-xxl-63 {
    font-size: 6.3rem !important;
  }
  .fs-xxl-64 {
    font-size: 6.4rem !important;
  }
  .fs-xxl-65 {
    font-size: 6.5rem !important;
  }
  .fs-xxl-66 {
    font-size: 6.6rem !important;
  }
  .fs-xxl-67 {
    font-size: 6.7rem !important;
  }
  .fs-xxl-68 {
    font-size: 6.8rem !important;
  }
  .fs-xxl-69 {
    font-size: 6.9rem !important;
  }
  .fs-xxl-7 {
    font-size: 7rem !important;
  }
  .fs-xxl-70 {
    font-size: 7rem !important;
  }
  .fs-xxl-71 {
    font-size: 7.1rem !important;
  }
  .fs-xxl-72 {
    font-size: 7.2rem !important;
  }
  .fs-xxl-73 {
    font-size: 7.3rem !important;
  }
  .fs-xxl-74 {
    font-size: 7.4rem !important;
  }
  .fs-xxl-75 {
    font-size: 7.5rem !important;
  }
  .fs-xxl-76 {
    font-size: 7.6rem !important;
  }
  .fs-xxl-77 {
    font-size: 7.7rem !important;
  }
  .fs-xxl-78 {
    font-size: 7.8rem !important;
  }
  .fs-xxl-79 {
    font-size: 7.9rem !important;
  }
  .fs-xxl-8 {
    font-size: 8rem !important;
  }
  .fs-xxl-80 {
    font-size: 8rem !important;
  }
  .fs-xxl-81 {
    font-size: 8.1rem !important;
  }
  .fs-xxl-82 {
    font-size: 8.2rem !important;
  }
  .fs-xxl-83 {
    font-size: 8.3rem !important;
  }
  .fs-xxl-84 {
    font-size: 8.4rem !important;
  }
  .fs-xxl-85 {
    font-size: 8.5rem !important;
  }
  .fs-xxl-86 {
    font-size: 8.6rem !important;
  }
  .fs-xxl-87 {
    font-size: 8.7rem !important;
  }
  .fs-xxl-88 {
    font-size: 8.8rem !important;
  }
  .fs-xxl-89 {
    font-size: 8.9rem !important;
  }
  .fs-xxl-9 {
    font-size: 9rem !important;
  }
  .fs-xxl-90 {
    font-size: 9rem !important;
  }
  .fs-xxl-91 {
    font-size: 9.1rem !important;
  }
  .fs-xxl-92 {
    font-size: 9.2rem !important;
  }
  .fs-xxl-93 {
    font-size: 9.3rem !important;
  }
  .fs-xxl-94 {
    font-size: 9.4rem !important;
  }
  .fs-xxl-95 {
    font-size: 9.5rem !important;
  }
  .fs-xxl-96 {
    font-size: 9.6rem !important;
  }
  .fs-xxl-97 {
    font-size: 9.7rem !important;
  }
  .fs-xxl-98 {
    font-size: 9.8rem !important;
  }
  .fs-xxl-99 {
    font-size: 9.9rem !important;
  }
  .fs-xxl-100 {
    font-size: 10rem !important;
  }
  .fs-xxl-110 {
    font-size: 11rem !important;
  }
  .fs-xxl-120 {
    font-size: 12rem !important;
  }
  .fs-xxl-130 {
    font-size: 13rem !important;
  }
  .fs-xxl-140 {
    font-size: 14rem !important;
  }
  .fs-xxl-150 {
    font-size: 15rem !important;
  }
  .fs-xxl-160 {
    font-size: 16rem !important;
  }
  .fs-xxl-170 {
    font-size: 17rem !important;
  }
  .fs-xxl-180 {
    font-size: 18rem !important;
  }
  .fs-xxl-190 {
    font-size: 19rem !important;
  }
  .fs-xxl-200 {
    font-size: 20rem !important;
  }
  .lh-xxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 2 !important;
  }
  .lh-xxl-normal {
    line-height: normal !important;
  }
  .lh-xxl-0 {
    line-height: 0 !important;
  }
  .lh-xxl-25 {
    line-height: 0.25 !important;
  }
  .lh-xxl-5 {
    line-height: 0.5 !important;
  }
  .lh-xxl-75 {
    line-height: 0.75 !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-115 {
    line-height: 1.15 !important;
  }
  .lh-xxl-120 {
    line-height: 1.2 !important;
  }
  .lh-xxl-125 {
    line-height: 1.25 !important;
  }
  .lh-xxl-135 {
    line-height: 1.35 !important;
  }
  .lh-xxl-145 {
    line-height: 1.45 !important;
  }
  .lh-xxl-150 {
    line-height: 1.5 !important;
  }
  .lh-xxl-175 {
    line-height: 1.75 !important;
  }
  .lh-xxl-2 {
    line-height: 2 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xxl-none {
    text-transform: none !important;
  }
  .text-xxl-inherit {
    text-transform: inherit !important;
  }
  .color-xxl-blue {
    color: #007CC2 !important;
  }
  .color-xxl-indigo {
    color: #6610f2 !important;
  }
  .color-xxl-purple {
    color: #6f42c1 !important;
  }
  .color-xxl-pink {
    color: #d63384 !important;
  }
  .color-xxl-red {
    color: #dc3545 !important;
  }
  .color-xxl-orange {
    color: #FD8262 !important;
  }
  .color-xxl-yellow {
    color: #F6AE42 !important;
  }
  .color-xxl-green {
    color: #627C36 !important;
  }
  .color-xxl-teal {
    color: #20c997 !important;
  }
  .color-xxl-cyan {
    color: #0dcaf0 !important;
  }
  .color-xxl-black {
    color: #000 !important;
  }
  .color-xxl-white {
    color: #fff !important;
  }
  .color-xxl-gray {
    color: #6c757d !important;
  }
  .color-xxl-transparent {
    color: transparent !important;
  }
  .color-xxl-blueDark {
    color: #2727ff !important;
  }
  .color-xxl-blueLight {
    color: #000094 !important;
  }
  .color-xxl-pinkDark {
    color: #CC1F42 !important;
  }
  .color-xxl-pinkLight {
    color: #FF5983 !important;
  }
  .color-xxl-redLight {
    color: #ff212c !important;
  }
  .color-xxl-redDark {
    color: #960010 !important;
  }
  .color-xxl-yellowDark {
    color: #CCA300 !important;
  }
  .color-xxl-yellowLight {
    color: #FFDD33 !important;
  }
  .color-xxl-greenLight {
    color: #8FB914 !important;
  }
  .color-xxl-greenDark {
    color: #2ACF80 !important;
  }
  .color-xxl-grayDark {
    color: #313130 !important;
  }
  .color-xxl-grayLight {
    color: #8C8C8C !important;
  }
  .color-xxl-light {
    color: #F1F1F1 !important;
  }
  .color-xxl-brown {
    color: #885F50 !important;
  }
  .color-xxl-brownDark {
    color: #4D271A !important;
  }
  .color-xxl-brownLight {
    color: #CFB59E !important;
  }
  .color-xxl-viber {
    color: #665CAC !important;
  }
  .color-xxl-whatsapp {
    color: #25D366 !important;
  }
  .color-xxl-facebook {
    color: #1a77f2 !important;
  }
  .color-xxl-vkontakte {
    color: #0077FF !important;
  }
  .color-xxl-telegram {
    color: #0088cc !important;
  }
  .color-xxl-youtube {
    color: #ff0000 !important;
  }
  .color-xxl-spotify {
    color: #1ED760 !important;
  }
  .color-xxl-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-xxl-sberZvuk {
    color: #07ead8 !important;
  }
  .color-xxl-appleMusic {
    color: #fa586a !important;
  }
  .color-xxl-flamp {
    color: #2E6BE5 !important;
  }
  .color-xxl-badstudio {
    color: #c7212c !important;
  }
  .color-xxl-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-xxl-blue {
    background-color: #007CC2 !important;
  }
  .bg-xxl-indigo {
    background-color: #6610f2 !important;
  }
  .bg-xxl-purple {
    background-color: #6f42c1 !important;
  }
  .bg-xxl-pink {
    background-color: #d63384 !important;
  }
  .bg-xxl-red {
    background-color: #dc3545 !important;
  }
  .bg-xxl-orange {
    background-color: #FD8262 !important;
  }
  .bg-xxl-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-xxl-green {
    background-color: #627C36 !important;
  }
  .bg-xxl-teal {
    background-color: #20c997 !important;
  }
  .bg-xxl-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-xxl-black {
    background-color: #000 !important;
  }
  .bg-xxl-white {
    background-color: #fff !important;
  }
  .bg-xxl-gray {
    background-color: #6c757d !important;
  }
  .bg-xxl-transparent {
    background-color: transparent !important;
  }
  .bg-xxl-blueDark {
    background-color: #2727ff !important;
  }
  .bg-xxl-blueLight {
    background-color: #000094 !important;
  }
  .bg-xxl-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-xxl-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-xxl-redLight {
    background-color: #ff212c !important;
  }
  .bg-xxl-redDark {
    background-color: #960010 !important;
  }
  .bg-xxl-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-xxl-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-xxl-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-xxl-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-xxl-grayDark {
    background-color: #313130 !important;
  }
  .bg-xxl-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-xxl-light {
    background-color: #F1F1F1 !important;
  }
  .bg-xxl-brown {
    background-color: #885F50 !important;
  }
  .bg-xxl-brownDark {
    background-color: #4D271A !important;
  }
  .bg-xxl-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-xxl-viber {
    background-color: #665CAC !important;
  }
  .bg-xxl-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-xxl-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-xxl-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-xxl-telegram {
    background-color: #0088cc !important;
  }
  .bg-xxl-youtube {
    background-color: #ff0000 !important;
  }
  .bg-xxl-spotify {
    background-color: #1ED760 !important;
  }
  .bg-xxl-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-xxl-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-xxl-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-xxl-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-xxl-badstudio {
    background-color: #c7212c !important;
  }
  .bg-xxl-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-xxl-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-xxl-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-xxl-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-xxl-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-xxl-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-xxl-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-xxl-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-xxl-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-xxl-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-xxl-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-xxl-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-xxl-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-xxl-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-xxl-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-xxl-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-xxl-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-xxl-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-xxl-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-xxl-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-xxl-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-xxl-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-xxl-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-xxl-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-xxl-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-xxl-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-xxl-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-xxl-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-xxl-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-xxl-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-xxl-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-xxl-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-xxl-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-xxl-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-xxl-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-xxl-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-xxl-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-xxl-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-xxl-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-xxl-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-xxl-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-xxl-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-xxl-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-xxl-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-xxl-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-xxl-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-xxl-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-xxl-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-xxl-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-xxl-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-xxl-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-xxl-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-xxl-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-xxl-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-xxl-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-xxl-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-xxl-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-xxl-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-xxl-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-xxl-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-xxl-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-xxl-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-xxl-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-xxl-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-xxl-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-xxl-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-xxl-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-xxl-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-xxl-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-xxl-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-xxl-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-xxl-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-xxl-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-xxl-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-xxl-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-xxl-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-xxl-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-xxl-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-xxl-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-xxl-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-xxl-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-xxl-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-xxl-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-xxl-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-xxl-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-xxl-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-xxl-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-xxl-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-xxl-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-xxl-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-xxl-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-xxl-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-xxl-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-xxl-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-xxl-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-xxl-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-xxl-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-xxl-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-xxl-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-xxl-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-xxl-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-xxl-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-xxl-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-xxl-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-xxl-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-xxl-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-xxl-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-xxl-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-xxl-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-xxl-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-xxl-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-xxl-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxl-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxl-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-xxl-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-xxl-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-xxl-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-xxl-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-xxl-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-xxl-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-xxl-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-xxl-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-xxl-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-xxl-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-xxl-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-xxl-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-xxl-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-xxl-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-xxl-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-xxl-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-xxl-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-xxl-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-xxl-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-xxl-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-xxl-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-xxl-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-xxl-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-xxl-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-xxl-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-xxl-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-xxl-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-xxl-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-xxl-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-xxl-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-xxl-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-xxl-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-xxl-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-xxl-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-xxl-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-xxl-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-xxl-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-xxl-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-xxl-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-xxl-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-xxl-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-xxl-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-xxl-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-xxl-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-xxl-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-xxl-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-xxl-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-xxl-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-xxl-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-xxl-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-xxl-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-xxl-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-xxl-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-xxl-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-xxl-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-xxl-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-xxl-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-xxl-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-xxl-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-xxl-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-xxl-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-xxl-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-xxl-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-xxl-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-xxl-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-xxl-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-xxl-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-xxl-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-xxl-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-xxl-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-xxl-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-xxl-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-xxl-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-xxl-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-xxl-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-xxl-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-xxl-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-xxl-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-xxl-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-xxl-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-xxl-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-xxl-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-xxl-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-xxl-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-xxl-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-xxl-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-xxl-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-xxl-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-xxl-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-xxl-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-xxl-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-xxl-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-xxl-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-xxl-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-xxl-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-xxl-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-xxl-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-xxl-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-xxl-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-xxl-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-xxl-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-xxl-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-xxl-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-xxl-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-xxl-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-xxl-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-xxl-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-xxl-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-xxl-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-xxl-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-xxl-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-xxl-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-xxl-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-xxl-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-xxl-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-xxl-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-xxl-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-xxl-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-xxl-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-xxl-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-xxl-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-xxl-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-xxl-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-xxl-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-xxl-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-xxl-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-xxl-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-xxl-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-xxl-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-xxl-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-xxl-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-xxl-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-xxl-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-xxl-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-xxl-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-xxl-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-xxl-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-xxl-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-xxl-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-xxl-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-xxl-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-xxl-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-xxl-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-xxl-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-xxl-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-xxl-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-xxl-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-xxl-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-xxl-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-xxl-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-xxl-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-xxl-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-xxl-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-xxl-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-xxl-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-xxl-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-xxl-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-xxl-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-xxl-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-xxl-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-xxl-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-xxl-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-xxl-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-xxl-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-xxl-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-xxl-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-xxl-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-xxl-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-xxl-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-xxl-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-xxl-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-xxl-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-xxl-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-xxl-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-xxl-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-xxl-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-xxl-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-xxl-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-xxl-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-xxl-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-xxl-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-xxl-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-xxl-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-xxl-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-xxl-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-xxl-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-xxl-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-xxl-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-xxl-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-xxl-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-xxl-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-xxl-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-xxl-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-xxl-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-xxl-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-xxl-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-xxl-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-xxl-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-xxl-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-xxl-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-xxl-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-xxl-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-xxl-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-xxl-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-xxl-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-xxl-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-xxl-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-xxl-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-xxl-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-xxl-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-xxl-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-xxl-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-xxl-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-xxl-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-xxl-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-xxl-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-xxl-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-xxl-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-xxl-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-xxl-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-xxl-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-xxl-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-xxl-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-xxl-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-xxl-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-xxl-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-xxl-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-xxl-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-xxl-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-xxl-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-xxl-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-xxl-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-xxl-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-xxl-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-xxl-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-xxl-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-xxl-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-xxl-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-xxl-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-xxl-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-xxl-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-xxl-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-xxl-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-xxl-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-xxl-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-xxl-default {
    cursor: default !important;
  }
  .cursor-xxl-pointer {
    cursor: pointer !important;
  }
  .color-xxl-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-xxl-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-xxl-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-xxl-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-xxl-redHover:hover {
    color: #dc3545 !important;
  }
  .color-xxl-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-xxl-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-xxl-greenHover:hover {
    color: #627C36 !important;
  }
  .color-xxl-tealHover:hover {
    color: #20c997 !important;
  }
  .color-xxl-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-xxl-blackHover:hover {
    color: #000 !important;
  }
  .color-xxl-whiteHover:hover {
    color: #fff !important;
  }
  .color-xxl-grayHover:hover {
    color: #6c757d !important;
  }
  .color-xxl-transparentHover:hover {
    color: transparent !important;
  }
  .color-xxl-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-xxl-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-xxl-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-xxl-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-xxl-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-xxl-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-xxl-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-xxl-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-xxl-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-xxl-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-xxl-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-xxl-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-xxl-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-xxl-brownHover:hover {
    color: #885F50 !important;
  }
  .color-xxl-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-xxl-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-xxl-viberHover:hover {
    color: #665CAC !important;
  }
  .color-xxl-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-xxl-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-xxl-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-xxl-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-xxl-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-xxl-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-xxl-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-xxl-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-xxl-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-xxl-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-xxl-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-xxl-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-xxl-blueActive.active {
    color: #007CC2 !important;
  }
  .color-xxl-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-xxl-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-xxl-pinkActive.active {
    color: #d63384 !important;
  }
  .color-xxl-redActive.active {
    color: #dc3545 !important;
  }
  .color-xxl-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-xxl-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-xxl-greenActive.active {
    color: #627C36 !important;
  }
  .color-xxl-tealActive.active {
    color: #20c997 !important;
  }
  .color-xxl-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-xxl-blackActive.active {
    color: #000 !important;
  }
  .color-xxl-whiteActive.active {
    color: #fff !important;
  }
  .color-xxl-grayActive.active {
    color: #6c757d !important;
  }
  .color-xxl-transparentActive.active {
    color: transparent !important;
  }
  .color-xxl-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-xxl-blueLightActive.active {
    color: #000094 !important;
  }
  .color-xxl-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-xxl-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-xxl-redLightActive.active {
    color: #ff212c !important;
  }
  .color-xxl-redDarkActive.active {
    color: #960010 !important;
  }
  .color-xxl-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-xxl-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-xxl-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-xxl-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-xxl-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-xxl-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-xxl-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-xxl-brownActive.active {
    color: #885F50 !important;
  }
  .color-xxl-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-xxl-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-xxl-viberActive.active {
    color: #665CAC !important;
  }
  .color-xxl-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-xxl-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-xxl-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-xxl-telegramActive.active {
    color: #0088cc !important;
  }
  .color-xxl-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-xxl-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-xxl-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-xxl-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-xxl-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-xxl-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-xxl-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-xxl-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-xxl-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-xxl-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-xxl-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-xxl-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-xxl-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-xxl-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-xxl-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-xxl-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-xxl-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-xxl-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-xxl-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-xxl-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-xxl-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-xxl-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-xxl-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-xxl-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-xxl-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-xxl-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-xxl-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-xxl-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-xxl-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-xxl-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-xxl-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-xxl-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-xxl-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-xxl-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-xxl-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-xxl-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-xxl-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-xxl-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-xxl-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-xxl-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-xxl-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-xxl-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-xxl-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-xxl-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-xxl-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-xxl-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-xxl-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-xxl-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-xxl-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-xxl-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-xxl-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-xxl-none {
    border-style: none !important;
  }
  .border-xxl-dotted {
    border-style: dotted !important;
  }
  .border-xxl-dashed {
    border-style: dashed !important;
  }
  .border-xxl-solid {
    border-style: solid !important;
  }
  .border-xxl-double {
    border-style: double !important;
  }
  .border-xxl-groove {
    border-style: groove !important;
  }
  .border-xxl-inset {
    border-style: inset !important;
  }
  .border-xxl-outset {
    border-style: outset !important;
  }
  .border-left-xxl-none {
    border-left-style: none !important;
  }
  .border-left-xxl-dotted {
    border-left-style: dotted !important;
  }
  .border-left-xxl-dashed {
    border-left-style: dashed !important;
  }
  .border-left-xxl-solid {
    border-left-style: solid !important;
  }
  .border-left-xxl-double {
    border-left-style: double !important;
  }
  .border-left-xxl-groove {
    border-left-style: groove !important;
  }
  .border-left-xxl-inset {
    border-left-style: inset !important;
  }
  .border-left-xxl-outset {
    border-left-style: outset !important;
  }
  .border-right-xxl-none {
    border-right-style: none !important;
  }
  .border-right-xxl-dotted {
    border-right-style: dotted !important;
  }
  .border-right-xxl-dashed {
    border-right-style: dashed !important;
  }
  .border-right-xxl-solid {
    border-right-style: solid !important;
  }
  .border-right-xxl-double {
    border-right-style: double !important;
  }
  .border-right-xxl-groove {
    border-right-style: groove !important;
  }
  .border-right-xxl-inset {
    border-right-style: inset !important;
  }
  .border-right-xxl-outset {
    border-right-style: outset !important;
  }
  .border-top-xxl-none {
    border-top-style: none !important;
  }
  .border-top-xxl-dotted {
    border-top-style: dotted !important;
  }
  .border-top-xxl-dashed {
    border-top-style: dashed !important;
  }
  .border-top-xxl-solid {
    border-top-style: solid !important;
  }
  .border-top-xxl-double {
    border-top-style: double !important;
  }
  .border-top-xxl-groove {
    border-top-style: groove !important;
  }
  .border-top-xxl-inset {
    border-top-style: inset !important;
  }
  .border-top-xxl-outset {
    border-top-style: outset !important;
  }
  .border-bottom-xxl-none {
    border-bottom-style: none !important;
  }
  .border-bottom-xxl-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-xxl-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-xxl-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-xxl-double {
    border-bottom-style: double !important;
  }
  .border-bottom-xxl-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-xxl-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-xxl-outset {
    border-bottom-style: outset !important;
  }
  .border-xxl-inherit {
    border-width: inherit !important;
  }
  .border-xxl-0 {
    border-width: 0 !important;
  }
  .border-xxl-01 {
    border-width: 0.1rem !important;
  }
  .border-xxl-02 {
    border-width: 0.2rem !important;
  }
  .border-xxl-03 {
    border-width: 0.3rem !important;
  }
  .border-xxl-04 {
    border-width: 0.4rem !important;
  }
  .border-xxl-05 {
    border-width: 0.5rem !important;
  }
  .border-xxl-06 {
    border-width: 0.6rem !important;
  }
  .border-xxl-07 {
    border-width: 0.7rem !important;
  }
  .border-xxl-08 {
    border-width: 0.8rem !important;
  }
  .border-xxl-09 {
    border-width: 0.9rem !important;
  }
  .border-xxl-1 {
    border-width: 1rem !important;
  }
  .border-xxl-10 {
    border-width: 1rem !important;
  }
  .border-xxl-11 {
    border-width: 1.1rem !important;
  }
  .border-xxl-12 {
    border-width: 1.2rem !important;
  }
  .border-xxl-13 {
    border-width: 1.3rem !important;
  }
  .border-xxl-14 {
    border-width: 1.4rem !important;
  }
  .border-xxl-15 {
    border-width: 1.5rem !important;
  }
  .border-xxl-16 {
    border-width: 1.6rem !important;
  }
  .border-xxl-17 {
    border-width: 1.7rem !important;
  }
  .border-xxl-18 {
    border-width: 1.8rem !important;
  }
  .border-xxl-19 {
    border-width: 1.9rem !important;
  }
  .border-xxl-2 {
    border-width: 2rem !important;
  }
  .border-xxl-20 {
    border-width: 2rem !important;
  }
  .border-xxl-21 {
    border-width: 2.1rem !important;
  }
  .border-xxl-22 {
    border-width: 2.2rem !important;
  }
  .border-xxl-23 {
    border-width: 2.3rem !important;
  }
  .border-xxl-24 {
    border-width: 2.4rem !important;
  }
  .border-xxl-25 {
    border-width: 2.5rem !important;
  }
  .border-xxl-26 {
    border-width: 2.6rem !important;
  }
  .border-xxl-27 {
    border-width: 2.7rem !important;
  }
  .border-xxl-28 {
    border-width: 2.8rem !important;
  }
  .border-xxl-29 {
    border-width: 2.9rem !important;
  }
  .border-xxl-3 {
    border-width: 3rem !important;
  }
  .border-xxl-30 {
    border-width: 3rem !important;
  }
  .border-xxl-31 {
    border-width: 3.1rem !important;
  }
  .border-xxl-32 {
    border-width: 3.2rem !important;
  }
  .border-xxl-33 {
    border-width: 3.3rem !important;
  }
  .border-xxl-34 {
    border-width: 3.4rem !important;
  }
  .border-xxl-35 {
    border-width: 3.5rem !important;
  }
  .border-xxl-36 {
    border-width: 3.6rem !important;
  }
  .border-xxl-37 {
    border-width: 3.7rem !important;
  }
  .border-xxl-38 {
    border-width: 3.8rem !important;
  }
  .border-xxl-39 {
    border-width: 3.9rem !important;
  }
  .border-xxl-4 {
    border-width: 4rem !important;
  }
  .border-xxl-40 {
    border-width: 4rem !important;
  }
  .border-xxl-41 {
    border-width: 4.1rem !important;
  }
  .border-xxl-42 {
    border-width: 4.2rem !important;
  }
  .border-xxl-43 {
    border-width: 4.3rem !important;
  }
  .border-xxl-44 {
    border-width: 4.4rem !important;
  }
  .border-xxl-45 {
    border-width: 4.5rem !important;
  }
  .border-xxl-46 {
    border-width: 4.6rem !important;
  }
  .border-xxl-47 {
    border-width: 4.7rem !important;
  }
  .border-xxl-48 {
    border-width: 4.8rem !important;
  }
  .border-xxl-49 {
    border-width: 4.9rem !important;
  }
  .border-xxl-5 {
    border-width: 5rem !important;
  }
  .border-xxl-50 {
    border-width: 5rem !important;
  }
  .border-xxl-51 {
    border-width: 5.1rem !important;
  }
  .border-xxl-52 {
    border-width: 5.2rem !important;
  }
  .border-xxl-53 {
    border-width: 5.3rem !important;
  }
  .border-xxl-54 {
    border-width: 5.4rem !important;
  }
  .border-xxl-55 {
    border-width: 5.5rem !important;
  }
  .border-xxl-56 {
    border-width: 5.6rem !important;
  }
  .border-xxl-57 {
    border-width: 5.7rem !important;
  }
  .border-xxl-58 {
    border-width: 5.8rem !important;
  }
  .border-xxl-59 {
    border-width: 5.9rem !important;
  }
  .border-xxl-6 {
    border-width: 6rem !important;
  }
  .border-xxl-60 {
    border-width: 6rem !important;
  }
  .border-xxl-61 {
    border-width: 6.1rem !important;
  }
  .border-xxl-62 {
    border-width: 6.2rem !important;
  }
  .border-xxl-63 {
    border-width: 6.3rem !important;
  }
  .border-xxl-64 {
    border-width: 6.4rem !important;
  }
  .border-xxl-65 {
    border-width: 6.5rem !important;
  }
  .border-xxl-66 {
    border-width: 6.6rem !important;
  }
  .border-xxl-67 {
    border-width: 6.7rem !important;
  }
  .border-xxl-68 {
    border-width: 6.8rem !important;
  }
  .border-xxl-69 {
    border-width: 6.9rem !important;
  }
  .border-xxl-7 {
    border-width: 7rem !important;
  }
  .border-xxl-70 {
    border-width: 7rem !important;
  }
  .border-xxl-71 {
    border-width: 7.1rem !important;
  }
  .border-xxl-72 {
    border-width: 7.2rem !important;
  }
  .border-xxl-73 {
    border-width: 7.3rem !important;
  }
  .border-xxl-74 {
    border-width: 7.4rem !important;
  }
  .border-xxl-75 {
    border-width: 7.5rem !important;
  }
  .border-xxl-76 {
    border-width: 7.6rem !important;
  }
  .border-xxl-77 {
    border-width: 7.7rem !important;
  }
  .border-xxl-78 {
    border-width: 7.8rem !important;
  }
  .border-xxl-79 {
    border-width: 7.9rem !important;
  }
  .border-xxl-8 {
    border-width: 8rem !important;
  }
  .border-xxl-80 {
    border-width: 8rem !important;
  }
  .border-xxl-81 {
    border-width: 8.1rem !important;
  }
  .border-xxl-82 {
    border-width: 8.2rem !important;
  }
  .border-xxl-83 {
    border-width: 8.3rem !important;
  }
  .border-xxl-84 {
    border-width: 8.4rem !important;
  }
  .border-xxl-85 {
    border-width: 8.5rem !important;
  }
  .border-xxl-86 {
    border-width: 8.6rem !important;
  }
  .border-xxl-87 {
    border-width: 8.7rem !important;
  }
  .border-xxl-88 {
    border-width: 8.8rem !important;
  }
  .border-xxl-89 {
    border-width: 8.9rem !important;
  }
  .border-xxl-9 {
    border-width: 9rem !important;
  }
  .border-xxl-90 {
    border-width: 9rem !important;
  }
  .border-xxl-91 {
    border-width: 9.1rem !important;
  }
  .border-xxl-92 {
    border-width: 9.2rem !important;
  }
  .border-xxl-93 {
    border-width: 9.3rem !important;
  }
  .border-xxl-94 {
    border-width: 9.4rem !important;
  }
  .border-xxl-95 {
    border-width: 9.5rem !important;
  }
  .border-xxl-96 {
    border-width: 9.6rem !important;
  }
  .border-xxl-97 {
    border-width: 9.7rem !important;
  }
  .border-xxl-98 {
    border-width: 9.8rem !important;
  }
  .border-xxl-99 {
    border-width: 9.9rem !important;
  }
  .border-xxl-100 {
    border-width: 10rem !important;
  }
  .border-xxl-110 {
    border-width: 11rem !important;
  }
  .border-xxl-120 {
    border-width: 12rem !important;
  }
  .border-xxl-130 {
    border-width: 13rem !important;
  }
  .border-xxl-140 {
    border-width: 14rem !important;
  }
  .border-xxl-150 {
    border-width: 15rem !important;
  }
  .border-xxl-160 {
    border-width: 16rem !important;
  }
  .border-xxl-170 {
    border-width: 17rem !important;
  }
  .border-xxl-180 {
    border-width: 18rem !important;
  }
  .border-xxl-190 {
    border-width: 19rem !important;
  }
  .border-xxl-200 {
    border-width: 20rem !important;
  }
  .border-left-xxl-inherit {
    border-left-width: inherit !important;
  }
  .border-left-xxl-0 {
    border-left-width: 0 !important;
  }
  .border-left-xxl-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-xxl-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-xxl-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-xxl-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-xxl-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-xxl-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-xxl-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-xxl-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-xxl-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-xxl-1 {
    border-left-width: 1rem !important;
  }
  .border-left-xxl-10 {
    border-left-width: 1rem !important;
  }
  .border-left-xxl-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-xxl-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-xxl-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-xxl-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-xxl-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-xxl-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-xxl-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-xxl-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-xxl-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-xxl-2 {
    border-left-width: 2rem !important;
  }
  .border-left-xxl-20 {
    border-left-width: 2rem !important;
  }
  .border-left-xxl-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-xxl-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-xxl-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-xxl-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-xxl-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-xxl-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-xxl-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-xxl-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-xxl-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-xxl-3 {
    border-left-width: 3rem !important;
  }
  .border-left-xxl-30 {
    border-left-width: 3rem !important;
  }
  .border-left-xxl-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-xxl-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-xxl-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-xxl-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-xxl-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-xxl-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-xxl-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-xxl-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-xxl-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-xxl-4 {
    border-left-width: 4rem !important;
  }
  .border-left-xxl-40 {
    border-left-width: 4rem !important;
  }
  .border-left-xxl-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-xxl-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-xxl-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-xxl-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-xxl-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-xxl-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-xxl-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-xxl-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-xxl-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-xxl-5 {
    border-left-width: 5rem !important;
  }
  .border-left-xxl-50 {
    border-left-width: 5rem !important;
  }
  .border-left-xxl-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-xxl-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-xxl-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-xxl-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-xxl-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-xxl-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-xxl-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-xxl-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-xxl-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-xxl-6 {
    border-left-width: 6rem !important;
  }
  .border-left-xxl-60 {
    border-left-width: 6rem !important;
  }
  .border-left-xxl-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-xxl-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-xxl-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-xxl-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-xxl-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-xxl-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-xxl-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-xxl-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-xxl-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-xxl-7 {
    border-left-width: 7rem !important;
  }
  .border-left-xxl-70 {
    border-left-width: 7rem !important;
  }
  .border-left-xxl-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-xxl-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-xxl-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-xxl-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-xxl-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-xxl-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-xxl-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-xxl-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-xxl-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-xxl-8 {
    border-left-width: 8rem !important;
  }
  .border-left-xxl-80 {
    border-left-width: 8rem !important;
  }
  .border-left-xxl-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-xxl-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-xxl-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-xxl-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-xxl-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-xxl-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-xxl-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-xxl-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-xxl-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-xxl-9 {
    border-left-width: 9rem !important;
  }
  .border-left-xxl-90 {
    border-left-width: 9rem !important;
  }
  .border-left-xxl-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-xxl-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-xxl-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-xxl-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-xxl-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-xxl-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-xxl-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-xxl-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-xxl-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-xxl-100 {
    border-left-width: 10rem !important;
  }
  .border-left-xxl-110 {
    border-left-width: 11rem !important;
  }
  .border-left-xxl-120 {
    border-left-width: 12rem !important;
  }
  .border-left-xxl-130 {
    border-left-width: 13rem !important;
  }
  .border-left-xxl-140 {
    border-left-width: 14rem !important;
  }
  .border-left-xxl-150 {
    border-left-width: 15rem !important;
  }
  .border-left-xxl-160 {
    border-left-width: 16rem !important;
  }
  .border-left-xxl-170 {
    border-left-width: 17rem !important;
  }
  .border-left-xxl-180 {
    border-left-width: 18rem !important;
  }
  .border-left-xxl-190 {
    border-left-width: 19rem !important;
  }
  .border-left-xxl-200 {
    border-left-width: 20rem !important;
  }
  .border-right-xxl-inherit {
    border-right-width: inherit !important;
  }
  .border-right-xxl-0 {
    border-right-width: 0 !important;
  }
  .border-right-xxl-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-xxl-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-xxl-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-xxl-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-xxl-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-xxl-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-xxl-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-xxl-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-xxl-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-xxl-1 {
    border-right-width: 1rem !important;
  }
  .border-right-xxl-10 {
    border-right-width: 1rem !important;
  }
  .border-right-xxl-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-xxl-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-xxl-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-xxl-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-xxl-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-xxl-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-xxl-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-xxl-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-xxl-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-xxl-2 {
    border-right-width: 2rem !important;
  }
  .border-right-xxl-20 {
    border-right-width: 2rem !important;
  }
  .border-right-xxl-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-xxl-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-xxl-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-xxl-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-xxl-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-xxl-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-xxl-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-xxl-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-xxl-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-xxl-3 {
    border-right-width: 3rem !important;
  }
  .border-right-xxl-30 {
    border-right-width: 3rem !important;
  }
  .border-right-xxl-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-xxl-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-xxl-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-xxl-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-xxl-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-xxl-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-xxl-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-xxl-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-xxl-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-xxl-4 {
    border-right-width: 4rem !important;
  }
  .border-right-xxl-40 {
    border-right-width: 4rem !important;
  }
  .border-right-xxl-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-xxl-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-xxl-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-xxl-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-xxl-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-xxl-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-xxl-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-xxl-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-xxl-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-xxl-5 {
    border-right-width: 5rem !important;
  }
  .border-right-xxl-50 {
    border-right-width: 5rem !important;
  }
  .border-right-xxl-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-xxl-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-xxl-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-xxl-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-xxl-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-xxl-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-xxl-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-xxl-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-xxl-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-xxl-6 {
    border-right-width: 6rem !important;
  }
  .border-right-xxl-60 {
    border-right-width: 6rem !important;
  }
  .border-right-xxl-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-xxl-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-xxl-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-xxl-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-xxl-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-xxl-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-xxl-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-xxl-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-xxl-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-xxl-7 {
    border-right-width: 7rem !important;
  }
  .border-right-xxl-70 {
    border-right-width: 7rem !important;
  }
  .border-right-xxl-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-xxl-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-xxl-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-xxl-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-xxl-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-xxl-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-xxl-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-xxl-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-xxl-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-xxl-8 {
    border-right-width: 8rem !important;
  }
  .border-right-xxl-80 {
    border-right-width: 8rem !important;
  }
  .border-right-xxl-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-xxl-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-xxl-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-xxl-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-xxl-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-xxl-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-xxl-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-xxl-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-xxl-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-xxl-9 {
    border-right-width: 9rem !important;
  }
  .border-right-xxl-90 {
    border-right-width: 9rem !important;
  }
  .border-right-xxl-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-xxl-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-xxl-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-xxl-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-xxl-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-xxl-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-xxl-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-xxl-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-xxl-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-xxl-100 {
    border-right-width: 10rem !important;
  }
  .border-right-xxl-110 {
    border-right-width: 11rem !important;
  }
  .border-right-xxl-120 {
    border-right-width: 12rem !important;
  }
  .border-right-xxl-130 {
    border-right-width: 13rem !important;
  }
  .border-right-xxl-140 {
    border-right-width: 14rem !important;
  }
  .border-right-xxl-150 {
    border-right-width: 15rem !important;
  }
  .border-right-xxl-160 {
    border-right-width: 16rem !important;
  }
  .border-right-xxl-170 {
    border-right-width: 17rem !important;
  }
  .border-right-xxl-180 {
    border-right-width: 18rem !important;
  }
  .border-right-xxl-190 {
    border-right-width: 19rem !important;
  }
  .border-right-xxl-200 {
    border-right-width: 20rem !important;
  }
  .border-right-xxl-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-xxl-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-xxl-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-xxl-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-xxl-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-xxl-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-xxl-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-xxl-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-xxl-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-xxl-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-xxl-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-xxl-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xxl-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xxl-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-xxl-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-xxl-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-xxl-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-xxl-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-xxl-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-xxl-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-xxl-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-xxl-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-xxl-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xxl-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xxl-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-xxl-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-xxl-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-xxl-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-xxl-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-xxl-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-xxl-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-xxl-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-xxl-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-xxl-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xxl-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xxl-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-xxl-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-xxl-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-xxl-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-xxl-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-xxl-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-xxl-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-xxl-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-xxl-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-xxl-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xxl-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xxl-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-xxl-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-xxl-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-xxl-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-xxl-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-xxl-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-xxl-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-xxl-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-xxl-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-xxl-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xxl-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xxl-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-xxl-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-xxl-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-xxl-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-xxl-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-xxl-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-xxl-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-xxl-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-xxl-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-xxl-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xxl-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xxl-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-xxl-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-xxl-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-xxl-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-xxl-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-xxl-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-xxl-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-xxl-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-xxl-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-xxl-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xxl-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xxl-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-xxl-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-xxl-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-xxl-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-xxl-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-xxl-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-xxl-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-xxl-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-xxl-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-xxl-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xxl-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xxl-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-xxl-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-xxl-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-xxl-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-xxl-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-xxl-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-xxl-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-xxl-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-xxl-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-xxl-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xxl-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xxl-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-xxl-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-xxl-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-xxl-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-xxl-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-xxl-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-xxl-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-xxl-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-xxl-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-xxl-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-xxl-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-xxl-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-xxl-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-xxl-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-xxl-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-xxl-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-xxl-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-xxl-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-xxl-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-xxl-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-xxl-inherit {
    border-top-width: inherit !important;
  }
  .border-top-xxl-0 {
    border-top-width: 0 !important;
  }
  .border-top-xxl-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-xxl-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-xxl-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-xxl-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-xxl-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-xxl-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-xxl-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-xxl-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-xxl-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-xxl-1 {
    border-top-width: 1rem !important;
  }
  .border-top-xxl-10 {
    border-top-width: 1rem !important;
  }
  .border-top-xxl-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-xxl-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-xxl-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-xxl-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-xxl-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-xxl-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-xxl-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-xxl-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-xxl-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-xxl-2 {
    border-top-width: 2rem !important;
  }
  .border-top-xxl-20 {
    border-top-width: 2rem !important;
  }
  .border-top-xxl-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-xxl-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-xxl-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-xxl-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-xxl-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-xxl-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-xxl-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-xxl-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-xxl-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-xxl-3 {
    border-top-width: 3rem !important;
  }
  .border-top-xxl-30 {
    border-top-width: 3rem !important;
  }
  .border-top-xxl-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-xxl-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-xxl-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-xxl-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-xxl-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-xxl-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-xxl-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-xxl-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-xxl-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-xxl-4 {
    border-top-width: 4rem !important;
  }
  .border-top-xxl-40 {
    border-top-width: 4rem !important;
  }
  .border-top-xxl-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-xxl-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-xxl-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-xxl-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-xxl-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-xxl-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-xxl-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-xxl-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-xxl-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-xxl-5 {
    border-top-width: 5rem !important;
  }
  .border-top-xxl-50 {
    border-top-width: 5rem !important;
  }
  .border-top-xxl-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-xxl-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-xxl-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-xxl-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-xxl-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-xxl-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-xxl-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-xxl-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-xxl-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-xxl-6 {
    border-top-width: 6rem !important;
  }
  .border-top-xxl-60 {
    border-top-width: 6rem !important;
  }
  .border-top-xxl-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-xxl-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-xxl-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-xxl-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-xxl-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-xxl-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-xxl-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-xxl-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-xxl-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-xxl-7 {
    border-top-width: 7rem !important;
  }
  .border-top-xxl-70 {
    border-top-width: 7rem !important;
  }
  .border-top-xxl-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-xxl-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-xxl-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-xxl-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-xxl-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-xxl-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-xxl-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-xxl-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-xxl-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-xxl-8 {
    border-top-width: 8rem !important;
  }
  .border-top-xxl-80 {
    border-top-width: 8rem !important;
  }
  .border-top-xxl-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-xxl-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-xxl-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-xxl-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-xxl-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-xxl-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-xxl-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-xxl-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-xxl-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-xxl-9 {
    border-top-width: 9rem !important;
  }
  .border-top-xxl-90 {
    border-top-width: 9rem !important;
  }
  .border-top-xxl-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-xxl-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-xxl-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-xxl-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-xxl-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-xxl-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-xxl-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-xxl-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-xxl-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-xxl-100 {
    border-top-width: 10rem !important;
  }
  .border-top-xxl-110 {
    border-top-width: 11rem !important;
  }
  .border-top-xxl-120 {
    border-top-width: 12rem !important;
  }
  .border-top-xxl-130 {
    border-top-width: 13rem !important;
  }
  .border-top-xxl-140 {
    border-top-width: 14rem !important;
  }
  .border-top-xxl-150 {
    border-top-width: 15rem !important;
  }
  .border-top-xxl-160 {
    border-top-width: 16rem !important;
  }
  .border-top-xxl-170 {
    border-top-width: 17rem !important;
  }
  .border-top-xxl-180 {
    border-top-width: 18rem !important;
  }
  .border-top-xxl-190 {
    border-top-width: 19rem !important;
  }
  .border-top-xxl-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-xxl-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xxl-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xxl-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xxl-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xxl-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xxl-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xxl-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xxl-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xxl-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xxl-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xxl-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xxl-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxl-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxl-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xxl-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xxl-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xxl-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xxl-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xxl-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xxl-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xxl-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xxl-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xxl-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxl-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxl-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xxl-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xxl-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xxl-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xxl-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xxl-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xxl-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xxl-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xxl-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xxl-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxl-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxl-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xxl-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xxl-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xxl-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xxl-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xxl-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xxl-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xxl-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xxl-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xxl-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxl-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxl-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xxl-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xxl-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xxl-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xxl-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xxl-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xxl-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xxl-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xxl-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xxl-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxl-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxl-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xxl-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xxl-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xxl-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xxl-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xxl-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xxl-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xxl-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xxl-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xxl-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxl-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxl-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xxl-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xxl-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xxl-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xxl-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xxl-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xxl-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xxl-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xxl-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xxl-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxl-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxl-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xxl-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xxl-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xxl-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xxl-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xxl-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xxl-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xxl-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xxl-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xxl-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxl-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxl-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xxl-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xxl-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xxl-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xxl-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xxl-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xxl-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xxl-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xxl-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xxl-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxl-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxl-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xxl-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xxl-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xxl-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xxl-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xxl-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xxl-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xxl-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xxl-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xxl-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xxl-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xxl-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xxl-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xxl-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xxl-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xxl-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xxl-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xxl-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xxl-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xxl-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-xxl-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xxl-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xxl-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xxl-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xxl-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xxl-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xxl-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xxl-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xxl-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xxl-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xxl-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xxl-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxl-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxl-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xxl-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xxl-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xxl-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xxl-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xxl-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xxl-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xxl-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xxl-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xxl-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxl-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxl-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xxl-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xxl-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xxl-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xxl-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xxl-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xxl-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xxl-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xxl-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xxl-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxl-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxl-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xxl-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xxl-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xxl-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xxl-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xxl-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xxl-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xxl-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xxl-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xxl-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxl-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxl-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xxl-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xxl-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xxl-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xxl-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xxl-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xxl-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xxl-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xxl-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xxl-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxl-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxl-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xxl-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xxl-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xxl-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xxl-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xxl-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xxl-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xxl-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xxl-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xxl-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxl-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxl-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xxl-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xxl-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xxl-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xxl-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xxl-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xxl-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xxl-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xxl-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xxl-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxl-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxl-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xxl-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xxl-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xxl-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xxl-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xxl-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xxl-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xxl-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xxl-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xxl-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxl-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxl-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xxl-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xxl-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xxl-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xxl-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xxl-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xxl-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xxl-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xxl-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xxl-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxl-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxl-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xxl-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xxl-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xxl-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xxl-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xxl-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xxl-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xxl-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xxl-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xxl-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xxl-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xxl-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xxl-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xxl-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xxl-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xxl-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xxl-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xxl-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xxl-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xxl-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-xxl-blue {
    border-color: #007CC2 !important;
  }
  .border-color-xxl-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-xxl-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-xxl-pink {
    border-color: #d63384 !important;
  }
  .border-color-xxl-red {
    border-color: #dc3545 !important;
  }
  .border-color-xxl-orange {
    border-color: #FD8262 !important;
  }
  .border-color-xxl-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-xxl-green {
    border-color: #627C36 !important;
  }
  .border-color-xxl-teal {
    border-color: #20c997 !important;
  }
  .border-color-xxl-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-xxl-black {
    border-color: #000 !important;
  }
  .border-color-xxl-white {
    border-color: #fff !important;
  }
  .border-color-xxl-gray {
    border-color: #6c757d !important;
  }
  .border-color-xxl-transparent {
    border-color: transparent !important;
  }
  .border-color-xxl-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-xxl-blueLight {
    border-color: #000094 !important;
  }
  .border-color-xxl-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-xxl-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-xxl-redLight {
    border-color: #ff212c !important;
  }
  .border-color-xxl-redDark {
    border-color: #960010 !important;
  }
  .border-color-xxl-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-xxl-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-xxl-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-xxl-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-xxl-grayDark {
    border-color: #313130 !important;
  }
  .border-color-xxl-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-xxl-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-xxl-brown {
    border-color: #885F50 !important;
  }
  .border-color-xxl-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-xxl-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-xxl-viber {
    border-color: #665CAC !important;
  }
  .border-color-xxl-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-xxl-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-xxl-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-xxl-telegram {
    border-color: #0088cc !important;
  }
  .border-color-xxl-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-xxl-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-xxl-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-xxl-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-xxl-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-xxl-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-xxl-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-xxl-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-xxl-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-xxl-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-xxl-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-xxl-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-xxl-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-xxl-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-xxl-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-xxl-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-xxl-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-xxl-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-xxl-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-xxl-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-xxl-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-xxl-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-xxl-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-xxl-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-xxl-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-xxl-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-xxl-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-xxl-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-xxl-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-xxl-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-xxl-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-xxl-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-xxl-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-xxl-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-xxl-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-xxl-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-xxl-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-xxl-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-xxl-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-xxl-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-xxl-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-xxl-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-xxl-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-xxl-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-xxl-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-xxl-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-xxl-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-xxl-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-xxl-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-xxl-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-xxl-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-xxl-inherit {
    border-radius: inherit !important;
  }
  .radius-xxl-0 {
    border-radius: 0 !important;
  }
  .radius-xxl-01 {
    border-radius: 0.1rem !important;
  }
  .radius-xxl-02 {
    border-radius: 0.2rem !important;
  }
  .radius-xxl-03 {
    border-radius: 0.3rem !important;
  }
  .radius-xxl-04 {
    border-radius: 0.4rem !important;
  }
  .radius-xxl-05 {
    border-radius: 0.5rem !important;
  }
  .radius-xxl-06 {
    border-radius: 0.6rem !important;
  }
  .radius-xxl-07 {
    border-radius: 0.7rem !important;
  }
  .radius-xxl-08 {
    border-radius: 0.8rem !important;
  }
  .radius-xxl-09 {
    border-radius: 0.9rem !important;
  }
  .radius-xxl-1 {
    border-radius: 1rem !important;
  }
  .radius-xxl-10 {
    border-radius: 1rem !important;
  }
  .radius-xxl-11 {
    border-radius: 1.1rem !important;
  }
  .radius-xxl-12 {
    border-radius: 1.2rem !important;
  }
  .radius-xxl-13 {
    border-radius: 1.3rem !important;
  }
  .radius-xxl-14 {
    border-radius: 1.4rem !important;
  }
  .radius-xxl-15 {
    border-radius: 1.5rem !important;
  }
  .radius-xxl-16 {
    border-radius: 1.6rem !important;
  }
  .radius-xxl-17 {
    border-radius: 1.7rem !important;
  }
  .radius-xxl-18 {
    border-radius: 1.8rem !important;
  }
  .radius-xxl-19 {
    border-radius: 1.9rem !important;
  }
  .radius-xxl-2 {
    border-radius: 2rem !important;
  }
  .radius-xxl-20 {
    border-radius: 2rem !important;
  }
  .radius-xxl-21 {
    border-radius: 2.1rem !important;
  }
  .radius-xxl-22 {
    border-radius: 2.2rem !important;
  }
  .radius-xxl-23 {
    border-radius: 2.3rem !important;
  }
  .radius-xxl-24 {
    border-radius: 2.4rem !important;
  }
  .radius-xxl-25 {
    border-radius: 2.5rem !important;
  }
  .radius-xxl-26 {
    border-radius: 2.6rem !important;
  }
  .radius-xxl-27 {
    border-radius: 2.7rem !important;
  }
  .radius-xxl-28 {
    border-radius: 2.8rem !important;
  }
  .radius-xxl-29 {
    border-radius: 2.9rem !important;
  }
  .radius-xxl-3 {
    border-radius: 3rem !important;
  }
  .radius-xxl-30 {
    border-radius: 3rem !important;
  }
  .radius-xxl-31 {
    border-radius: 3.1rem !important;
  }
  .radius-xxl-32 {
    border-radius: 3.2rem !important;
  }
  .radius-xxl-33 {
    border-radius: 3.3rem !important;
  }
  .radius-xxl-34 {
    border-radius: 3.4rem !important;
  }
  .radius-xxl-35 {
    border-radius: 3.5rem !important;
  }
  .radius-xxl-36 {
    border-radius: 3.6rem !important;
  }
  .radius-xxl-37 {
    border-radius: 3.7rem !important;
  }
  .radius-xxl-38 {
    border-radius: 3.8rem !important;
  }
  .radius-xxl-39 {
    border-radius: 3.9rem !important;
  }
  .radius-xxl-4 {
    border-radius: 4rem !important;
  }
  .radius-xxl-40 {
    border-radius: 4rem !important;
  }
  .radius-xxl-41 {
    border-radius: 4.1rem !important;
  }
  .radius-xxl-42 {
    border-radius: 4.2rem !important;
  }
  .radius-xxl-43 {
    border-radius: 4.3rem !important;
  }
  .radius-xxl-44 {
    border-radius: 4.4rem !important;
  }
  .radius-xxl-45 {
    border-radius: 4.5rem !important;
  }
  .radius-xxl-46 {
    border-radius: 4.6rem !important;
  }
  .radius-xxl-47 {
    border-radius: 4.7rem !important;
  }
  .radius-xxl-48 {
    border-radius: 4.8rem !important;
  }
  .radius-xxl-49 {
    border-radius: 4.9rem !important;
  }
  .radius-xxl-5 {
    border-radius: 5rem !important;
  }
  .radius-xxl-50 {
    border-radius: 5rem !important;
  }
  .radius-xxl-51 {
    border-radius: 5.1rem !important;
  }
  .radius-xxl-52 {
    border-radius: 5.2rem !important;
  }
  .radius-xxl-53 {
    border-radius: 5.3rem !important;
  }
  .radius-xxl-54 {
    border-radius: 5.4rem !important;
  }
  .radius-xxl-55 {
    border-radius: 5.5rem !important;
  }
  .radius-xxl-56 {
    border-radius: 5.6rem !important;
  }
  .radius-xxl-57 {
    border-radius: 5.7rem !important;
  }
  .radius-xxl-58 {
    border-radius: 5.8rem !important;
  }
  .radius-xxl-59 {
    border-radius: 5.9rem !important;
  }
  .radius-xxl-6 {
    border-radius: 6rem !important;
  }
  .radius-xxl-60 {
    border-radius: 6rem !important;
  }
  .radius-xxl-61 {
    border-radius: 6.1rem !important;
  }
  .radius-xxl-62 {
    border-radius: 6.2rem !important;
  }
  .radius-xxl-63 {
    border-radius: 6.3rem !important;
  }
  .radius-xxl-64 {
    border-radius: 6.4rem !important;
  }
  .radius-xxl-65 {
    border-radius: 6.5rem !important;
  }
  .radius-xxl-66 {
    border-radius: 6.6rem !important;
  }
  .radius-xxl-67 {
    border-radius: 6.7rem !important;
  }
  .radius-xxl-68 {
    border-radius: 6.8rem !important;
  }
  .radius-xxl-69 {
    border-radius: 6.9rem !important;
  }
  .radius-xxl-7 {
    border-radius: 7rem !important;
  }
  .radius-xxl-70 {
    border-radius: 7rem !important;
  }
  .radius-xxl-71 {
    border-radius: 7.1rem !important;
  }
  .radius-xxl-72 {
    border-radius: 7.2rem !important;
  }
  .radius-xxl-73 {
    border-radius: 7.3rem !important;
  }
  .radius-xxl-74 {
    border-radius: 7.4rem !important;
  }
  .radius-xxl-75 {
    border-radius: 7.5rem !important;
  }
  .radius-xxl-76 {
    border-radius: 7.6rem !important;
  }
  .radius-xxl-77 {
    border-radius: 7.7rem !important;
  }
  .radius-xxl-78 {
    border-radius: 7.8rem !important;
  }
  .radius-xxl-79 {
    border-radius: 7.9rem !important;
  }
  .radius-xxl-8 {
    border-radius: 8rem !important;
  }
  .radius-xxl-80 {
    border-radius: 8rem !important;
  }
  .radius-xxl-81 {
    border-radius: 8.1rem !important;
  }
  .radius-xxl-82 {
    border-radius: 8.2rem !important;
  }
  .radius-xxl-83 {
    border-radius: 8.3rem !important;
  }
  .radius-xxl-84 {
    border-radius: 8.4rem !important;
  }
  .radius-xxl-85 {
    border-radius: 8.5rem !important;
  }
  .radius-xxl-86 {
    border-radius: 8.6rem !important;
  }
  .radius-xxl-87 {
    border-radius: 8.7rem !important;
  }
  .radius-xxl-88 {
    border-radius: 8.8rem !important;
  }
  .radius-xxl-89 {
    border-radius: 8.9rem !important;
  }
  .radius-xxl-9 {
    border-radius: 9rem !important;
  }
  .radius-xxl-90 {
    border-radius: 9rem !important;
  }
  .radius-xxl-91 {
    border-radius: 9.1rem !important;
  }
  .radius-xxl-92 {
    border-radius: 9.2rem !important;
  }
  .radius-xxl-93 {
    border-radius: 9.3rem !important;
  }
  .radius-xxl-94 {
    border-radius: 9.4rem !important;
  }
  .radius-xxl-95 {
    border-radius: 9.5rem !important;
  }
  .radius-xxl-96 {
    border-radius: 9.6rem !important;
  }
  .radius-xxl-97 {
    border-radius: 9.7rem !important;
  }
  .radius-xxl-98 {
    border-radius: 9.8rem !important;
  }
  .radius-xxl-99 {
    border-radius: 9.9rem !important;
  }
  .radius-xxl-100 {
    border-radius: 10rem !important;
  }
  .radius-xxl-110 {
    border-radius: 11rem !important;
  }
  .radius-xxl-120 {
    border-radius: 12rem !important;
  }
  .radius-xxl-130 {
    border-radius: 13rem !important;
  }
  .radius-xxl-140 {
    border-radius: 14rem !important;
  }
  .radius-xxl-150 {
    border-radius: 15rem !important;
  }
  .radius-xxl-160 {
    border-radius: 16rem !important;
  }
  .radius-xxl-170 {
    border-radius: 17rem !important;
  }
  .radius-xxl-180 {
    border-radius: 18rem !important;
  }
  .radius-xxl-190 {
    border-radius: 19rem !important;
  }
  .radius-xxl-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-xxl-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-xxl-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-xxl-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-xxl-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-xxl-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-xxl-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-xxl-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-xxl-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-xxl-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-xxl-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-xxl-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-xxl-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xxl-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xxl-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-xxl-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-xxl-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-xxl-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-xxl-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-xxl-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-xxl-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-xxl-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-xxl-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-xxl-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xxl-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xxl-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-xxl-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-xxl-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-xxl-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-xxl-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-xxl-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-xxl-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-xxl-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-xxl-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-xxl-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xxl-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xxl-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-xxl-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-xxl-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-xxl-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-xxl-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-xxl-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-xxl-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-xxl-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-xxl-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-xxl-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xxl-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xxl-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-xxl-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-xxl-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-xxl-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-xxl-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-xxl-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-xxl-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-xxl-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-xxl-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-xxl-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xxl-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xxl-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-xxl-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-xxl-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-xxl-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-xxl-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-xxl-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-xxl-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-xxl-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-xxl-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-xxl-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xxl-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xxl-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-xxl-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-xxl-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-xxl-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-xxl-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-xxl-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-xxl-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-xxl-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-xxl-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-xxl-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xxl-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xxl-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-xxl-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-xxl-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-xxl-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-xxl-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-xxl-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-xxl-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-xxl-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-xxl-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-xxl-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xxl-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xxl-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-xxl-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-xxl-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-xxl-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-xxl-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-xxl-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-xxl-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-xxl-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-xxl-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-xxl-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xxl-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xxl-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-xxl-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-xxl-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-xxl-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-xxl-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-xxl-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-xxl-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-xxl-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-xxl-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-xxl-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-xxl-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-xxl-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-xxl-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-xxl-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-xxl-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-xxl-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-xxl-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-xxl-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-xxl-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-xxl-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-xxl-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-xxl-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-xxl-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-xxl-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-xxl-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-xxl-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-xxl-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-xxl-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-xxl-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-xxl-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-xxl-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-xxl-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xxl-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xxl-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-xxl-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-xxl-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-xxl-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-xxl-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-xxl-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-xxl-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-xxl-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-xxl-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-xxl-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xxl-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xxl-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-xxl-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-xxl-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-xxl-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-xxl-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-xxl-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-xxl-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-xxl-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-xxl-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-xxl-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xxl-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xxl-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-xxl-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-xxl-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-xxl-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-xxl-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-xxl-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-xxl-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-xxl-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-xxl-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-xxl-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xxl-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xxl-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-xxl-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-xxl-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-xxl-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-xxl-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-xxl-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-xxl-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-xxl-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-xxl-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-xxl-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xxl-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xxl-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-xxl-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-xxl-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-xxl-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-xxl-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-xxl-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-xxl-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-xxl-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-xxl-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-xxl-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xxl-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xxl-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-xxl-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-xxl-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-xxl-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-xxl-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-xxl-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-xxl-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-xxl-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-xxl-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-xxl-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xxl-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xxl-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-xxl-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-xxl-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-xxl-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-xxl-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-xxl-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-xxl-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-xxl-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-xxl-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-xxl-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xxl-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xxl-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-xxl-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-xxl-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-xxl-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-xxl-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-xxl-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-xxl-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-xxl-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-xxl-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-xxl-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xxl-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xxl-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-xxl-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-xxl-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-xxl-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-xxl-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-xxl-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-xxl-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-xxl-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-xxl-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-xxl-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-xxl-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-xxl-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-xxl-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-xxl-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-xxl-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-xxl-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-xxl-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-xxl-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-xxl-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-xxl-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-xxl-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-xxl-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-xxl-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-xxl-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-xxl-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-xxl-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-xxl-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-xxl-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-xxl-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-xxl-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-xxl-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xxl-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xxl-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-xxl-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-xxl-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-xxl-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-xxl-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-xxl-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-xxl-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-xxl-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-xxl-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-xxl-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xxl-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xxl-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-xxl-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-xxl-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-xxl-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-xxl-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-xxl-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-xxl-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-xxl-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-xxl-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-xxl-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xxl-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xxl-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-xxl-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-xxl-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-xxl-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-xxl-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-xxl-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-xxl-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-xxl-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-xxl-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-xxl-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xxl-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xxl-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-xxl-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-xxl-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-xxl-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-xxl-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-xxl-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-xxl-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-xxl-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-xxl-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-xxl-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xxl-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xxl-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-xxl-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-xxl-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-xxl-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-xxl-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-xxl-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-xxl-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-xxl-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-xxl-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-xxl-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xxl-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xxl-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-xxl-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-xxl-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-xxl-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-xxl-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-xxl-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-xxl-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-xxl-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-xxl-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-xxl-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xxl-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xxl-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-xxl-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-xxl-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-xxl-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-xxl-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-xxl-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-xxl-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-xxl-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-xxl-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-xxl-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xxl-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xxl-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-xxl-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-xxl-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-xxl-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-xxl-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-xxl-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-xxl-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-xxl-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-xxl-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-xxl-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xxl-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xxl-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-xxl-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-xxl-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-xxl-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-xxl-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-xxl-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-xxl-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-xxl-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-xxl-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-xxl-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-xxl-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-xxl-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-xxl-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-xxl-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-xxl-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-xxl-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-xxl-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-xxl-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-xxl-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-xxl-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-xxl-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-xxl-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-xxl-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-xxl-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-xxl-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-xxl-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-xxl-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-xxl-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-xxl-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-xxl-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-xxl-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xxl-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xxl-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-xxl-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-xxl-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-xxl-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-xxl-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-xxl-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-xxl-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-xxl-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-xxl-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-xxl-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xxl-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xxl-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-xxl-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-xxl-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-xxl-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-xxl-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-xxl-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-xxl-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-xxl-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-xxl-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-xxl-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xxl-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xxl-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-xxl-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-xxl-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-xxl-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-xxl-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-xxl-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-xxl-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-xxl-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-xxl-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-xxl-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xxl-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xxl-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-xxl-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-xxl-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-xxl-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-xxl-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-xxl-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-xxl-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-xxl-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-xxl-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-xxl-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xxl-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xxl-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-xxl-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-xxl-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-xxl-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-xxl-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-xxl-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-xxl-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-xxl-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-xxl-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-xxl-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xxl-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xxl-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-xxl-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-xxl-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-xxl-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-xxl-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-xxl-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-xxl-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-xxl-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-xxl-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-xxl-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xxl-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xxl-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-xxl-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-xxl-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-xxl-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-xxl-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-xxl-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-xxl-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-xxl-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-xxl-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-xxl-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xxl-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xxl-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-xxl-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-xxl-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-xxl-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-xxl-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-xxl-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-xxl-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-xxl-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-xxl-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-xxl-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xxl-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xxl-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-xxl-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-xxl-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-xxl-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-xxl-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-xxl-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-xxl-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-xxl-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-xxl-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-xxl-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-xxl-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-xxl-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-xxl-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-xxl-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-xxl-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-xxl-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-xxl-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-xxl-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-xxl-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-xxl-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-xxl-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-xxl-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-xxl-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-xxl-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-xxl-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-xxl-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-xxl-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-xxl-0 {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .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;
  }
  .opacity-xxxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxxl-01 {
    opacity: 0.1 !important;
  }
  .opacity-xxxl-02 {
    opacity: 0.2 !important;
  }
  .opacity-xxxl-03 {
    opacity: 0.3 !important;
  }
  .opacity-xxxl-04 {
    opacity: 0.4 !important;
  }
  .opacity-xxxl-05 {
    opacity: 0.5 !important;
  }
  .opacity-xxxl-06 {
    opacity: 0.6 !important;
  }
  .opacity-xxxl-07 {
    opacity: 0.7 !important;
  }
  .opacity-xxxl-08 {
    opacity: 0.8 !important;
  }
  .opacity-xxxl-09 {
    opacity: 0.9 !important;
  }
  .opacity-xxxl-1 {
    opacity: 1 !important;
  }
  .overflow-xxxl-auto {
    overflow: auto !important;
  }
  .overflow-xxxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxxl-visible {
    overflow: visible !important;
  }
  .overflow-xxxl-scroll {
    overflow: scroll !important;
  }
  .overflow-xxxl-unset {
    overflow: unset !important;
  }
  .overflow-x-xxxl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xxxl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xxxl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xxxl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-x-xxxl-unset {
    overflow-x: unset !important;
  }
  .overflow-y-xxxl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xxxl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xxxl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xxxl-scroll {
    overflow-y: scroll !important;
  }
  .overflow-y-xxxl-unset {
    overflow-y: unset !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;
  }
  .position-xxxl-static {
    position: static !important;
  }
  .position-xxxl-relative {
    position: relative !important;
  }
  .position-xxxl-absolute {
    position: absolute !important;
  }
  .position-xxxl-fixed {
    position: fixed !important;
  }
  .position-xxxl-sticky {
    position: sticky !important;
  }
  .position-xxxl-inherit {
    position: inherit !important;
  }
  .position-xxxl-initial {
    position: initial !important;
  }
  .position-xxxl-unset {
    position: unset !important;
  }
  .w-xxxl-5 {
    width: 5% !important;
  }
  .w-xxxl-10 {
    width: 10% !important;
  }
  .w-xxxl-15 {
    width: 15% !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-30 {
    width: 30% !important;
  }
  .w-xxxl-35 {
    width: 35% !important;
  }
  .w-xxxl-40 {
    width: 40% !important;
  }
  .w-xxxl-45 {
    width: 45% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-55 {
    width: 55% !important;
  }
  .w-xxxl-60 {
    width: 60% !important;
  }
  .w-xxxl-65 {
    width: 65% !important;
  }
  .w-xxxl-70 {
    width: 70% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-80 {
    width: 80% !important;
  }
  .w-xxxl-85 {
    width: 85% !important;
  }
  .w-xxxl-90 {
    width: 90% !important;
  }
  .w-xxxl-95 {
    width: 95% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-5vw {
    width: 5vw !important;
  }
  .w-xxxl-10vw {
    width: 10vw !important;
  }
  .w-xxxl-15vw {
    width: 15vw !important;
  }
  .w-xxxl-20vw {
    width: 20vw !important;
  }
  .w-xxxl-25vw {
    width: 25vw !important;
  }
  .w-xxxl-30vw {
    width: 30vw !important;
  }
  .w-xxxl-35vw {
    width: 35vw !important;
  }
  .w-xxxl-40vw {
    width: 40vw !important;
  }
  .w-xxxl-45vw {
    width: 45vw !important;
  }
  .w-xxxl-50vw {
    width: 50vw !important;
  }
  .w-xxxl-55vw {
    width: 55vw !important;
  }
  .w-xxxl-60vw {
    width: 60vw !important;
  }
  .w-xxxl-65vw {
    width: 65vw !important;
  }
  .w-xxxl-70vw {
    width: 70vw !important;
  }
  .w-xxxl-75vw {
    width: 75vw !important;
  }
  .w-xxxl-80vw {
    width: 80vw !important;
  }
  .w-xxxl-85vw {
    width: 85vw !important;
  }
  .w-xxxl-90vw {
    width: 90vw !important;
  }
  .w-xxxl-95vw {
    width: 95vw !important;
  }
  .w-xxxl-100vw {
    width: 100vw !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .mw-xxxl-5 {
    max-width: 5% !important;
  }
  .mw-xxxl-10 {
    max-width: 10% !important;
  }
  .mw-xxxl-15 {
    max-width: 15% !important;
  }
  .mw-xxxl-20 {
    max-width: 20% !important;
  }
  .mw-xxxl-25 {
    max-width: 25% !important;
  }
  .mw-xxxl-30 {
    max-width: 30% !important;
  }
  .mw-xxxl-35 {
    max-width: 35% !important;
  }
  .mw-xxxl-40 {
    max-width: 40% !important;
  }
  .mw-xxxl-45 {
    max-width: 45% !important;
  }
  .mw-xxxl-50 {
    max-width: 50% !important;
  }
  .mw-xxxl-55 {
    max-width: 55% !important;
  }
  .mw-xxxl-60 {
    max-width: 60% !important;
  }
  .mw-xxxl-65 {
    max-width: 65% !important;
  }
  .mw-xxxl-70 {
    max-width: 70% !important;
  }
  .mw-xxxl-75 {
    max-width: 75% !important;
  }
  .mw-xxxl-80 {
    max-width: 80% !important;
  }
  .mw-xxxl-85 {
    max-width: 85% !important;
  }
  .mw-xxxl-90 {
    max-width: 90% !important;
  }
  .mw-xxxl-95 {
    max-width: 95% !important;
  }
  .mw-xxxl-100 {
    max-width: 100% !important;
  }
  .mw-xxxl-5vw {
    max-width: 5vw !important;
  }
  .mw-xxxl-10vw {
    max-width: 10vw !important;
  }
  .mw-xxxl-15vw {
    max-width: 15vw !important;
  }
  .mw-xxxl-20vw {
    max-width: 20vw !important;
  }
  .mw-xxxl-25vw {
    max-width: 25vw !important;
  }
  .mw-xxxl-30vw {
    max-width: 30vw !important;
  }
  .mw-xxxl-35vw {
    max-width: 35vw !important;
  }
  .mw-xxxl-40vw {
    max-width: 40vw !important;
  }
  .mw-xxxl-45vw {
    max-width: 45vw !important;
  }
  .mw-xxxl-50vw {
    max-width: 50vw !important;
  }
  .mw-xxxl-55vw {
    max-width: 55vw !important;
  }
  .mw-xxxl-60vw {
    max-width: 60vw !important;
  }
  .mw-xxxl-65vw {
    max-width: 65vw !important;
  }
  .mw-xxxl-70vw {
    max-width: 70vw !important;
  }
  .mw-xxxl-75vw {
    max-width: 75vw !important;
  }
  .mw-xxxl-80vw {
    max-width: 80vw !important;
  }
  .mw-xxxl-85vw {
    max-width: 85vw !important;
  }
  .mw-xxxl-90vw {
    max-width: 90vw !important;
  }
  .mw-xxxl-95vw {
    max-width: 95vw !important;
  }
  .mw-xxxl-100vw {
    max-width: 100vw !important;
  }
  .mw-xxxl-auto {
    max-width: auto !important;
  }
  .h-xxxl-5 {
    height: 5% !important;
  }
  .h-xxxl-10 {
    height: 10% !important;
  }
  .h-xxxl-15 {
    height: 15% !important;
  }
  .h-xxxl-20 {
    height: 20% !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
  .h-xxxl-30 {
    height: 30% !important;
  }
  .h-xxxl-35 {
    height: 35% !important;
  }
  .h-xxxl-40 {
    height: 40% !important;
  }
  .h-xxxl-45 {
    height: 45% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
  .h-xxxl-55 {
    height: 55% !important;
  }
  .h-xxxl-60 {
    height: 60% !important;
  }
  .h-xxxl-65 {
    height: 65% !important;
  }
  .h-xxxl-70 {
    height: 70% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
  .h-xxxl-80 {
    height: 80% !important;
  }
  .h-xxxl-85 {
    height: 85% !important;
  }
  .h-xxxl-90 {
    height: 90% !important;
  }
  .h-xxxl-95 {
    height: 95% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
  .h-xxxl-5vh {
    height: 5vh !important;
  }
  .h-xxxl-10vh {
    height: 10vh !important;
  }
  .h-xxxl-15vh {
    height: 15vh !important;
  }
  .h-xxxl-20vh {
    height: 20vh !important;
  }
  .h-xxxl-25vh {
    height: 25vh !important;
  }
  .h-xxxl-30vh {
    height: 30vh !important;
  }
  .h-xxxl-35vh {
    height: 35vh !important;
  }
  .h-xxxl-40vh {
    height: 40vh !important;
  }
  .h-xxxl-45vh {
    height: 45vh !important;
  }
  .h-xxxl-50vh {
    height: 50vh !important;
  }
  .h-xxxl-55vh {
    height: 55vh !important;
  }
  .h-xxxl-60vh {
    height: 60vh !important;
  }
  .h-xxxl-65vh {
    height: 65vh !important;
  }
  .h-xxxl-70vh {
    height: 70vh !important;
  }
  .h-xxxl-75vh {
    height: 75vh !important;
  }
  .h-xxxl-80vh {
    height: 80vh !important;
  }
  .h-xxxl-85vh {
    height: 85vh !important;
  }
  .h-xxxl-90vh {
    height: 90vh !important;
  }
  .h-xxxl-95vh {
    height: 95vh !important;
  }
  .h-xxxl-100vh {
    height: 100vh !important;
  }
  .h-xxxl-auto {
    height: auto !important;
  }
  .mh-xxxl-5 {
    max-height: 5% !important;
  }
  .mh-xxxl-10 {
    max-height: 10% !important;
  }
  .mh-xxxl-15 {
    max-height: 15% !important;
  }
  .mh-xxxl-20 {
    max-height: 20% !important;
  }
  .mh-xxxl-25 {
    max-height: 25% !important;
  }
  .mh-xxxl-30 {
    max-height: 30% !important;
  }
  .mh-xxxl-35 {
    max-height: 35% !important;
  }
  .mh-xxxl-40 {
    max-height: 40% !important;
  }
  .mh-xxxl-45 {
    max-height: 45% !important;
  }
  .mh-xxxl-50 {
    max-height: 50% !important;
  }
  .mh-xxxl-55 {
    max-height: 55% !important;
  }
  .mh-xxxl-60 {
    max-height: 60% !important;
  }
  .mh-xxxl-65 {
    max-height: 65% !important;
  }
  .mh-xxxl-70 {
    max-height: 70% !important;
  }
  .mh-xxxl-75 {
    max-height: 75% !important;
  }
  .mh-xxxl-80 {
    max-height: 80% !important;
  }
  .mh-xxxl-85 {
    max-height: 85% !important;
  }
  .mh-xxxl-90 {
    max-height: 90% !important;
  }
  .mh-xxxl-95 {
    max-height: 95% !important;
  }
  .mh-xxxl-100 {
    max-height: 100% !important;
  }
  .mh-xxxl-5vh {
    max-height: 5vh !important;
  }
  .mh-xxxl-10vh {
    max-height: 10vh !important;
  }
  .mh-xxxl-15vh {
    max-height: 15vh !important;
  }
  .mh-xxxl-20vh {
    max-height: 20vh !important;
  }
  .mh-xxxl-25vh {
    max-height: 25vh !important;
  }
  .mh-xxxl-30vh {
    max-height: 30vh !important;
  }
  .mh-xxxl-35vh {
    max-height: 35vh !important;
  }
  .mh-xxxl-40vh {
    max-height: 40vh !important;
  }
  .mh-xxxl-45vh {
    max-height: 45vh !important;
  }
  .mh-xxxl-50vh {
    max-height: 50vh !important;
  }
  .mh-xxxl-55vh {
    max-height: 55vh !important;
  }
  .mh-xxxl-60vh {
    max-height: 60vh !important;
  }
  .mh-xxxl-65vh {
    max-height: 65vh !important;
  }
  .mh-xxxl-70vh {
    max-height: 70vh !important;
  }
  .mh-xxxl-75vh {
    max-height: 75vh !important;
  }
  .mh-xxxl-80vh {
    max-height: 80vh !important;
  }
  .mh-xxxl-85vh {
    max-height: 85vh !important;
  }
  .mh-xxxl-90vh {
    max-height: 90vh !important;
  }
  .mh-xxxl-95vh {
    max-height: 95vh !important;
  }
  .mh-xxxl-100vh {
    max-height: 100vh !important;
  }
  .mh-xxxl-auto {
    max-height: auto !important;
  }
  .minh-xxxl-5 {
    min-height: 5% !important;
  }
  .minh-xxxl-10 {
    min-height: 10% !important;
  }
  .minh-xxxl-15 {
    min-height: 15% !important;
  }
  .minh-xxxl-20 {
    min-height: 20% !important;
  }
  .minh-xxxl-25 {
    min-height: 25% !important;
  }
  .minh-xxxl-30 {
    min-height: 30% !important;
  }
  .minh-xxxl-35 {
    min-height: 35% !important;
  }
  .minh-xxxl-40 {
    min-height: 40% !important;
  }
  .minh-xxxl-45 {
    min-height: 45% !important;
  }
  .minh-xxxl-50 {
    min-height: 50% !important;
  }
  .minh-xxxl-55 {
    min-height: 55% !important;
  }
  .minh-xxxl-60 {
    min-height: 60% !important;
  }
  .minh-xxxl-65 {
    min-height: 65% !important;
  }
  .minh-xxxl-70 {
    min-height: 70% !important;
  }
  .minh-xxxl-75 {
    min-height: 75% !important;
  }
  .minh-xxxl-80 {
    min-height: 80% !important;
  }
  .minh-xxxl-85 {
    min-height: 85% !important;
  }
  .minh-xxxl-90 {
    min-height: 90% !important;
  }
  .minh-xxxl-95 {
    min-height: 95% !important;
  }
  .minh-xxxl-100 {
    min-height: 100% !important;
  }
  .minh-xxxl-5vh {
    min-height: 5vh !important;
  }
  .minh-xxxl-10vh {
    min-height: 10vh !important;
  }
  .minh-xxxl-15vh {
    min-height: 15vh !important;
  }
  .minh-xxxl-20vh {
    min-height: 20vh !important;
  }
  .minh-xxxl-25vh {
    min-height: 25vh !important;
  }
  .minh-xxxl-30vh {
    min-height: 30vh !important;
  }
  .minh-xxxl-35vh {
    min-height: 35vh !important;
  }
  .minh-xxxl-40vh {
    min-height: 40vh !important;
  }
  .minh-xxxl-45vh {
    min-height: 45vh !important;
  }
  .minh-xxxl-50vh {
    min-height: 50vh !important;
  }
  .minh-xxxl-55vh {
    min-height: 55vh !important;
  }
  .minh-xxxl-60vh {
    min-height: 60vh !important;
  }
  .minh-xxxl-65vh {
    min-height: 65vh !important;
  }
  .minh-xxxl-70vh {
    min-height: 70vh !important;
  }
  .minh-xxxl-75vh {
    min-height: 75vh !important;
  }
  .minh-xxxl-80vh {
    min-height: 80vh !important;
  }
  .minh-xxxl-85vh {
    min-height: 85vh !important;
  }
  .minh-xxxl-90vh {
    min-height: 90vh !important;
  }
  .minh-xxxl-95vh {
    min-height: 95vh !important;
  }
  .minh-xxxl-100vh {
    min-height: 100vh !important;
  }
  .minh-xxxl-auto {
    min-height: auto !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-20 {
    margin: 2rem !important;
  }
  .m-xxxl-25 {
    margin: 2.5rem !important;
  }
  .m-xxxl-35 {
    margin: 3.5rem !important;
  }
  .m-xxxl-40 {
    margin: 4rem !important;
  }
  .m-xxxl-45 {
    margin: 4.5rem !important;
  }
  .m-xxxl-50 {
    margin: 5rem !important;
  }
  .m-xxxl-55 {
    margin: 5.5rem !important;
  }
  .m-xxxl-60 {
    margin: 6rem !important;
  }
  .m-xxxl-65 {
    margin: 6.5rem !important;
  }
  .m-xxxl-70 {
    margin: 7rem !important;
  }
  .m-xxxl-75 {
    margin: 7.5rem !important;
  }
  .m-xxxl-80 {
    margin: 8rem !important;
  }
  .m-xxxl-85 {
    margin: 8.5rem !important;
  }
  .m-xxxl-90 {
    margin: 9rem !important;
  }
  .m-xxxl-95 {
    margin: 9.5rem !important;
  }
  .m-xxxl-100 {
    margin: 10rem !important;
  }
  .m-xxxl-105 {
    margin: 10.5rem !important;
  }
  .m-xxxl-110 {
    margin: 11rem !important;
  }
  .m-xxxl-115 {
    margin: 11.5rem !important;
  }
  .m-xxxl-120 {
    margin: 12rem !important;
  }
  .m-xxxl-125 {
    margin: 12.5rem !important;
  }
  .m-xxxl-130 {
    margin: 13rem !important;
  }
  .m-xxxl-135 {
    margin: 13.5rem !important;
  }
  .m-xxxl-140 {
    margin: 14rem !important;
  }
  .m-xxxl-145 {
    margin: 14.5rem !important;
  }
  .m-xxxl-150 {
    margin: 15rem !important;
  }
  .m-xxxl-155 {
    margin: 15.5rem !important;
  }
  .m-xxxl-160 {
    margin: 16rem !important;
  }
  .m-xxxl-165 {
    margin: 16.5rem !important;
  }
  .m-xxxl-170 {
    margin: 17rem !important;
  }
  .m-xxxl-175 {
    margin: 17.5rem !important;
  }
  .m-xxxl-180 {
    margin: 18rem !important;
  }
  .m-xxxl-185 {
    margin: 18.5rem !important;
  }
  .m-xxxl-190 {
    margin: 19rem !important;
  }
  .m-xxxl-195 {
    margin: 19.5rem !important;
  }
  .m-xxxl-200 {
    margin: 20rem !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-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-105 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxxl-115 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-125 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxxl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxxl-135 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxxl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-145 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxxl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxxl-155 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }
  .mx-xxxl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-165 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }
  .mx-xxxl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxxl-175 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxxl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxxl-185 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  .mx-xxxl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxxl-195 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }
  .mx-xxxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxxl-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxxl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxxl-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxxl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxxl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxxl-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .my-xxxl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .my-xxxl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxxl-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxxl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxxl-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .my-xxxl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxxl-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .my-xxxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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-20 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xxxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxxl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xxxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxxl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xxxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-105 {
    margin-top: 10.5rem !important;
  }
  .mt-xxxl-110 {
    margin-top: 11rem !important;
  }
  .mt-xxxl-115 {
    margin-top: 11.5rem !important;
  }
  .mt-xxxl-120 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-125 {
    margin-top: 12.5rem !important;
  }
  .mt-xxxl-130 {
    margin-top: 13rem !important;
  }
  .mt-xxxl-135 {
    margin-top: 13.5rem !important;
  }
  .mt-xxxl-140 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-145 {
    margin-top: 14.5rem !important;
  }
  .mt-xxxl-150 {
    margin-top: 15rem !important;
  }
  .mt-xxxl-155 {
    margin-top: 15.5rem !important;
  }
  .mt-xxxl-160 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-165 {
    margin-top: 16.5rem !important;
  }
  .mt-xxxl-170 {
    margin-top: 17rem !important;
  }
  .mt-xxxl-175 {
    margin-top: 17.5rem !important;
  }
  .mt-xxxl-180 {
    margin-top: 18rem !important;
  }
  .mt-xxxl-185 {
    margin-top: 18.5rem !important;
  }
  .mt-xxxl-190 {
    margin-top: 19rem !important;
  }
  .mt-xxxl-195 {
    margin-top: 19.5rem !important;
  }
  .mt-xxxl-200 {
    margin-top: 20rem !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-20 {
    margin-right: 2rem !important;
  }
  .me-xxxl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxxl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxxl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxxl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xxxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxxl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxxl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xxxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxxl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xxxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxxl-105 {
    margin-right: 10.5rem !important;
  }
  .me-xxxl-110 {
    margin-right: 11rem !important;
  }
  .me-xxxl-115 {
    margin-right: 11.5rem !important;
  }
  .me-xxxl-120 {
    margin-right: 12rem !important;
  }
  .me-xxxl-125 {
    margin-right: 12.5rem !important;
  }
  .me-xxxl-130 {
    margin-right: 13rem !important;
  }
  .me-xxxl-135 {
    margin-right: 13.5rem !important;
  }
  .me-xxxl-140 {
    margin-right: 14rem !important;
  }
  .me-xxxl-145 {
    margin-right: 14.5rem !important;
  }
  .me-xxxl-150 {
    margin-right: 15rem !important;
  }
  .me-xxxl-155 {
    margin-right: 15.5rem !important;
  }
  .me-xxxl-160 {
    margin-right: 16rem !important;
  }
  .me-xxxl-165 {
    margin-right: 16.5rem !important;
  }
  .me-xxxl-170 {
    margin-right: 17rem !important;
  }
  .me-xxxl-175 {
    margin-right: 17.5rem !important;
  }
  .me-xxxl-180 {
    margin-right: 18rem !important;
  }
  .me-xxxl-185 {
    margin-right: 18.5rem !important;
  }
  .me-xxxl-190 {
    margin-right: 19rem !important;
  }
  .me-xxxl-195 {
    margin-right: 19.5rem !important;
  }
  .me-xxxl-200 {
    margin-right: 20rem !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-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-105 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxxl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xxxl-115 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxxl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-125 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxxl-130 {
    margin-bottom: 13rem !important;
  }
  .mb-xxxl-135 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxxl-140 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-145 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxxl-150 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-155 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxxl-160 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-165 {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxxl-170 {
    margin-bottom: 17rem !important;
  }
  .mb-xxxl-175 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxxl-180 {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-185 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxxl-190 {
    margin-bottom: 19rem !important;
  }
  .mb-xxxl-195 {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxxl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxxl-0-first:first-child {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1-first:first-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2-first:first-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3-first:first-child {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4-first:first-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5-first:first-child {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-20-first:first-child {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-25-first:first-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-35-first:first-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-40-first:first-child {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-45-first:first-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-50-first:first-child {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-55-first:first-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-60-first:first-child {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-65-first:first-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxxl-70-first:first-child {
    margin-bottom: 7rem !important;
  }
  .mb-xxxl-75-first:first-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-80-first:first-child {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-85-first:first-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxxl-90-first:first-child {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-95-first:first-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxxl-100-first:first-child {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-105-first:first-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxxl-110-first:first-child {
    margin-bottom: 11rem !important;
  }
  .mb-xxxl-115-first:first-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxxl-120-first:first-child {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-125-first:first-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxxl-130-first:first-child {
    margin-bottom: 13rem !important;
  }
  .mb-xxxl-135-first:first-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxxl-140-first:first-child {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-145-first:first-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxxl-150-first:first-child {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-155-first:first-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxxl-160-first:first-child {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-165-first:first-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxxl-170-first:first-child {
    margin-bottom: 17rem !important;
  }
  .mb-xxxl-175-first:first-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxxl-180-first:first-child {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-185-first:first-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxxl-190-first:first-child {
    margin-bottom: 19rem !important;
  }
  .mb-xxxl-195-first:first-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxxl-200-first:first-child {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-auto-first:first-child {
    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-20 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xxxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxxl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xxxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxxl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xxxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-105 {
    margin-left: 10.5rem !important;
  }
  .ms-xxxl-110 {
    margin-left: 11rem !important;
  }
  .ms-xxxl-115 {
    margin-left: 11.5rem !important;
  }
  .ms-xxxl-120 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-125 {
    margin-left: 12.5rem !important;
  }
  .ms-xxxl-130 {
    margin-left: 13rem !important;
  }
  .ms-xxxl-135 {
    margin-left: 13.5rem !important;
  }
  .ms-xxxl-140 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-145 {
    margin-left: 14.5rem !important;
  }
  .ms-xxxl-150 {
    margin-left: 15rem !important;
  }
  .ms-xxxl-155 {
    margin-left: 15.5rem !important;
  }
  .ms-xxxl-160 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-165 {
    margin-left: 16.5rem !important;
  }
  .ms-xxxl-170 {
    margin-left: 17rem !important;
  }
  .ms-xxxl-175 {
    margin-left: 17.5rem !important;
  }
  .ms-xxxl-180 {
    margin-left: 18rem !important;
  }
  .ms-xxxl-185 {
    margin-left: 18.5rem !important;
  }
  .ms-xxxl-190 {
    margin-left: 19rem !important;
  }
  .ms-xxxl-195 {
    margin-left: 19.5rem !important;
  }
  .ms-xxxl-200 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .m-xxxl-n20 {
    margin: -2rem !important;
  }
  .m-xxxl-n25 {
    margin: -2.5rem !important;
  }
  .m-xxxl-n35 {
    margin: -3.5rem !important;
  }
  .m-xxxl-n40 {
    margin: -4rem !important;
  }
  .m-xxxl-n45 {
    margin: -4.5rem !important;
  }
  .m-xxxl-n50 {
    margin: -5rem !important;
  }
  .m-xxxl-n55 {
    margin: -5.5rem !important;
  }
  .m-xxxl-n60 {
    margin: -6rem !important;
  }
  .m-xxxl-n65 {
    margin: -6.5rem !important;
  }
  .m-xxxl-n70 {
    margin: -7rem !important;
  }
  .m-xxxl-n75 {
    margin: -7.5rem !important;
  }
  .m-xxxl-n80 {
    margin: -8rem !important;
  }
  .m-xxxl-n85 {
    margin: -8.5rem !important;
  }
  .m-xxxl-n90 {
    margin: -9rem !important;
  }
  .m-xxxl-n95 {
    margin: -9.5rem !important;
  }
  .m-xxxl-n100 {
    margin: -10rem !important;
  }
  .m-xxxl-n105 {
    margin: -10.5rem !important;
  }
  .m-xxxl-n110 {
    margin: -11rem !important;
  }
  .m-xxxl-n115 {
    margin: -11.5rem !important;
  }
  .m-xxxl-n120 {
    margin: -12rem !important;
  }
  .m-xxxl-n125 {
    margin: -12.5rem !important;
  }
  .m-xxxl-n130 {
    margin: -13rem !important;
  }
  .m-xxxl-n135 {
    margin: -13.5rem !important;
  }
  .m-xxxl-n140 {
    margin: -14rem !important;
  }
  .m-xxxl-n145 {
    margin: -14.5rem !important;
  }
  .m-xxxl-n150 {
    margin: -15rem !important;
  }
  .m-xxxl-n155 {
    margin: -15.5rem !important;
  }
  .m-xxxl-n160 {
    margin: -16rem !important;
  }
  .m-xxxl-n165 {
    margin: -16.5rem !important;
  }
  .m-xxxl-n170 {
    margin: -17rem !important;
  }
  .m-xxxl-n175 {
    margin: -17.5rem !important;
  }
  .m-xxxl-n180 {
    margin: -18rem !important;
  }
  .m-xxxl-n185 {
    margin: -18.5rem !important;
  }
  .m-xxxl-n190 {
    margin: -19rem !important;
  }
  .m-xxxl-n195 {
    margin: -19.5rem !important;
  }
  .m-xxxl-n200 {
    margin: -20rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n25 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxxl-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxxl-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n45 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxxl-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n55 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxxl-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxxl-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxxl-n75 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxxl-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n85 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxxl-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxxl-n95 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxxl-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n105 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxxl-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xxxl-n115 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xxxl-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n125 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxxl-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxxl-n135 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xxxl-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n145 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xxxl-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxxl-n155 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }
  .mx-xxxl-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxxl-n165 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }
  .mx-xxxl-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xxxl-n175 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xxxl-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxxl-n185 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  .mx-xxxl-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xxxl-n195 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }
  .mx-xxxl-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n25 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxxl-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxxl-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n45 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxxl-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n55 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxxl-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxxl-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxxl-n75 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxxl-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n85 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxxl-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxxl-n95 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxxl-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n105 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxxl-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xxxl-n115 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xxxl-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n125 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxxl-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxxl-n135 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xxxl-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n145 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xxxl-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxxl-n155 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }
  .my-xxxl-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxxl-n165 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }
  .my-xxxl-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xxxl-n175 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xxxl-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxxl-n185 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  .my-xxxl-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xxxl-n195 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }
  .my-xxxl-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n25 {
    margin-top: -2.5rem !important;
  }
  .mt-xxxl-n35 {
    margin-top: -3.5rem !important;
  }
  .mt-xxxl-n40 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n45 {
    margin-top: -4.5rem !important;
  }
  .mt-xxxl-n50 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n55 {
    margin-top: -5.5rem !important;
  }
  .mt-xxxl-n60 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n65 {
    margin-top: -6.5rem !important;
  }
  .mt-xxxl-n70 {
    margin-top: -7rem !important;
  }
  .mt-xxxl-n75 {
    margin-top: -7.5rem !important;
  }
  .mt-xxxl-n80 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n85 {
    margin-top: -8.5rem !important;
  }
  .mt-xxxl-n90 {
    margin-top: -9rem !important;
  }
  .mt-xxxl-n95 {
    margin-top: -9.5rem !important;
  }
  .mt-xxxl-n100 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n105 {
    margin-top: -10.5rem !important;
  }
  .mt-xxxl-n110 {
    margin-top: -11rem !important;
  }
  .mt-xxxl-n115 {
    margin-top: -11.5rem !important;
  }
  .mt-xxxl-n120 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n125 {
    margin-top: -12.5rem !important;
  }
  .mt-xxxl-n130 {
    margin-top: -13rem !important;
  }
  .mt-xxxl-n135 {
    margin-top: -13.5rem !important;
  }
  .mt-xxxl-n140 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n145 {
    margin-top: -14.5rem !important;
  }
  .mt-xxxl-n150 {
    margin-top: -15rem !important;
  }
  .mt-xxxl-n155 {
    margin-top: -15.5rem !important;
  }
  .mt-xxxl-n160 {
    margin-top: -16rem !important;
  }
  .mt-xxxl-n165 {
    margin-top: -16.5rem !important;
  }
  .mt-xxxl-n170 {
    margin-top: -17rem !important;
  }
  .mt-xxxl-n175 {
    margin-top: -17.5rem !important;
  }
  .mt-xxxl-n180 {
    margin-top: -18rem !important;
  }
  .mt-xxxl-n185 {
    margin-top: -18.5rem !important;
  }
  .mt-xxxl-n190 {
    margin-top: -19rem !important;
  }
  .mt-xxxl-n195 {
    margin-top: -19.5rem !important;
  }
  .mt-xxxl-n200 {
    margin-top: -20rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n25 {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n35 {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n40 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n45 {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n50 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n55 {
    margin-right: -5.5rem !important;
  }
  .me-xxxl-n60 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n65 {
    margin-right: -6.5rem !important;
  }
  .me-xxxl-n70 {
    margin-right: -7rem !important;
  }
  .me-xxxl-n75 {
    margin-right: -7.5rem !important;
  }
  .me-xxxl-n80 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n85 {
    margin-right: -8.5rem !important;
  }
  .me-xxxl-n90 {
    margin-right: -9rem !important;
  }
  .me-xxxl-n95 {
    margin-right: -9.5rem !important;
  }
  .me-xxxl-n100 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n105 {
    margin-right: -10.5rem !important;
  }
  .me-xxxl-n110 {
    margin-right: -11rem !important;
  }
  .me-xxxl-n115 {
    margin-right: -11.5rem !important;
  }
  .me-xxxl-n120 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n125 {
    margin-right: -12.5rem !important;
  }
  .me-xxxl-n130 {
    margin-right: -13rem !important;
  }
  .me-xxxl-n135 {
    margin-right: -13.5rem !important;
  }
  .me-xxxl-n140 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n145 {
    margin-right: -14.5rem !important;
  }
  .me-xxxl-n150 {
    margin-right: -15rem !important;
  }
  .me-xxxl-n155 {
    margin-right: -15.5rem !important;
  }
  .me-xxxl-n160 {
    margin-right: -16rem !important;
  }
  .me-xxxl-n165 {
    margin-right: -16.5rem !important;
  }
  .me-xxxl-n170 {
    margin-right: -17rem !important;
  }
  .me-xxxl-n175 {
    margin-right: -17.5rem !important;
  }
  .me-xxxl-n180 {
    margin-right: -18rem !important;
  }
  .me-xxxl-n185 {
    margin-right: -18.5rem !important;
  }
  .me-xxxl-n190 {
    margin-right: -19rem !important;
  }
  .me-xxxl-n195 {
    margin-right: -19.5rem !important;
  }
  .me-xxxl-n200 {
    margin-right: -20rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n25 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxxl-n35 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxxl-n40 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n45 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxxl-n50 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n55 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxxl-n60 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n65 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxxl-n70 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxl-n75 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxxl-n80 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n85 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxxl-n90 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxl-n95 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxxl-n100 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n105 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxxl-n110 {
    margin-bottom: -11rem !important;
  }
  .mb-xxxl-n115 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xxxl-n120 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n125 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxxl-n130 {
    margin-bottom: -13rem !important;
  }
  .mb-xxxl-n135 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xxxl-n140 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n145 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xxxl-n150 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxl-n155 {
    margin-bottom: -15.5rem !important;
  }
  .mb-xxxl-n160 {
    margin-bottom: -16rem !important;
  }
  .mb-xxxl-n165 {
    margin-bottom: -16.5rem !important;
  }
  .mb-xxxl-n170 {
    margin-bottom: -17rem !important;
  }
  .mb-xxxl-n175 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xxxl-n180 {
    margin-bottom: -18rem !important;
  }
  .mb-xxxl-n185 {
    margin-bottom: -18.5rem !important;
  }
  .mb-xxxl-n190 {
    margin-bottom: -19rem !important;
  }
  .mb-xxxl-n195 {
    margin-bottom: -19.5rem !important;
  }
  .mb-xxxl-n200 {
    margin-bottom: -20rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n25 {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n35 {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n40 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n45 {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n50 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n55 {
    margin-left: -5.5rem !important;
  }
  .ms-xxxl-n60 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n65 {
    margin-left: -6.5rem !important;
  }
  .ms-xxxl-n70 {
    margin-left: -7rem !important;
  }
  .ms-xxxl-n75 {
    margin-left: -7.5rem !important;
  }
  .ms-xxxl-n80 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n85 {
    margin-left: -8.5rem !important;
  }
  .ms-xxxl-n90 {
    margin-left: -9rem !important;
  }
  .ms-xxxl-n95 {
    margin-left: -9.5rem !important;
  }
  .ms-xxxl-n100 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n105 {
    margin-left: -10.5rem !important;
  }
  .ms-xxxl-n110 {
    margin-left: -11rem !important;
  }
  .ms-xxxl-n115 {
    margin-left: -11.5rem !important;
  }
  .ms-xxxl-n120 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n125 {
    margin-left: -12.5rem !important;
  }
  .ms-xxxl-n130 {
    margin-left: -13rem !important;
  }
  .ms-xxxl-n135 {
    margin-left: -13.5rem !important;
  }
  .ms-xxxl-n140 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n145 {
    margin-left: -14.5rem !important;
  }
  .ms-xxxl-n150 {
    margin-left: -15rem !important;
  }
  .ms-xxxl-n155 {
    margin-left: -15.5rem !important;
  }
  .ms-xxxl-n160 {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n165 {
    margin-left: -16.5rem !important;
  }
  .ms-xxxl-n170 {
    margin-left: -17rem !important;
  }
  .ms-xxxl-n175 {
    margin-left: -17.5rem !important;
  }
  .ms-xxxl-n180 {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n185 {
    margin-left: -18.5rem !important;
  }
  .ms-xxxl-n190 {
    margin-left: -19rem !important;
  }
  .ms-xxxl-n195 {
    margin-left: -19.5rem !important;
  }
  .ms-xxxl-n200 {
    margin-left: -20rem !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;
  }
  .p-xxxl-20 {
    padding: 2rem !important;
  }
  .p-xxxl-25 {
    padding: 2.5rem !important;
  }
  .p-xxxl-35 {
    padding: 3.5rem !important;
  }
  .p-xxxl-40 {
    padding: 4rem !important;
  }
  .p-xxxl-45 {
    padding: 4.5rem !important;
  }
  .p-xxxl-50 {
    padding: 5rem !important;
  }
  .p-xxxl-55 {
    padding: 5.5rem !important;
  }
  .p-xxxl-60 {
    padding: 6rem !important;
  }
  .p-xxxl-65 {
    padding: 6.5rem !important;
  }
  .p-xxxl-70 {
    padding: 7rem !important;
  }
  .p-xxxl-75 {
    padding: 7.5rem !important;
  }
  .p-xxxl-80 {
    padding: 8rem !important;
  }
  .p-xxxl-85 {
    padding: 8.5rem !important;
  }
  .p-xxxl-90 {
    padding: 9rem !important;
  }
  .p-xxxl-95 {
    padding: 9.5rem !important;
  }
  .p-xxxl-100 {
    padding: 10rem !important;
  }
  .p-xxxl-105 {
    padding: 10.5rem !important;
  }
  .p-xxxl-110 {
    padding: 11rem !important;
  }
  .p-xxxl-115 {
    padding: 11.5rem !important;
  }
  .p-xxxl-120 {
    padding: 12rem !important;
  }
  .p-xxxl-125 {
    padding: 12.5rem !important;
  }
  .p-xxxl-130 {
    padding: 13rem !important;
  }
  .p-xxxl-135 {
    padding: 13.5rem !important;
  }
  .p-xxxl-140 {
    padding: 14rem !important;
  }
  .p-xxxl-145 {
    padding: 14.5rem !important;
  }
  .p-xxxl-150 {
    padding: 15rem !important;
  }
  .p-xxxl-155 {
    padding: 15.5rem !important;
  }
  .p-xxxl-160 {
    padding: 16rem !important;
  }
  .p-xxxl-165 {
    padding: 16.5rem !important;
  }
  .p-xxxl-170 {
    padding: 17rem !important;
  }
  .p-xxxl-175 {
    padding: 17.5rem !important;
  }
  .p-xxxl-180 {
    padding: 18rem !important;
  }
  .p-xxxl-185 {
    padding: 18.5rem !important;
  }
  .p-xxxl-190 {
    padding: 19rem !important;
  }
  .p-xxxl-195 {
    padding: 19.5rem !important;
  }
  .p-xxxl-200 {
    padding: 20rem !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;
  }
  .px-xxxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-105 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxxl-115 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-125 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxxl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxxl-135 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxxl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-145 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxxl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxxl-155 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }
  .px-xxxl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxxl-165 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }
  .px-xxxl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxxl-175 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxxl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxxl-185 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  .px-xxxl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxxl-195 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }
  .px-xxxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !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;
  }
  .py-xxxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxxl-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxxl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxxl-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxxl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxxl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxxl-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .py-xxxl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxxl-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .py-xxxl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxxl-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxxl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxxl-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .py-xxxl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxxl-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .py-xxxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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;
  }
  .pt-xxxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xxxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xxxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxxl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xxxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xxxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxxl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xxxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-105 {
    padding-top: 10.5rem !important;
  }
  .pt-xxxl-110 {
    padding-top: 11rem !important;
  }
  .pt-xxxl-115 {
    padding-top: 11.5rem !important;
  }
  .pt-xxxl-120 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-125 {
    padding-top: 12.5rem !important;
  }
  .pt-xxxl-130 {
    padding-top: 13rem !important;
  }
  .pt-xxxl-135 {
    padding-top: 13.5rem !important;
  }
  .pt-xxxl-140 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-145 {
    padding-top: 14.5rem !important;
  }
  .pt-xxxl-150 {
    padding-top: 15rem !important;
  }
  .pt-xxxl-155 {
    padding-top: 15.5rem !important;
  }
  .pt-xxxl-160 {
    padding-top: 16rem !important;
  }
  .pt-xxxl-165 {
    padding-top: 16.5rem !important;
  }
  .pt-xxxl-170 {
    padding-top: 17rem !important;
  }
  .pt-xxxl-175 {
    padding-top: 17.5rem !important;
  }
  .pt-xxxl-180 {
    padding-top: 18rem !important;
  }
  .pt-xxxl-185 {
    padding-top: 18.5rem !important;
  }
  .pt-xxxl-190 {
    padding-top: 19rem !important;
  }
  .pt-xxxl-195 {
    padding-top: 19.5rem !important;
  }
  .pt-xxxl-200 {
    padding-top: 20rem !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;
  }
  .pe-xxxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xxxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxxl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xxxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxxl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xxxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-105 {
    padding-right: 10.5rem !important;
  }
  .pe-xxxl-110 {
    padding-right: 11rem !important;
  }
  .pe-xxxl-115 {
    padding-right: 11.5rem !important;
  }
  .pe-xxxl-120 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-125 {
    padding-right: 12.5rem !important;
  }
  .pe-xxxl-130 {
    padding-right: 13rem !important;
  }
  .pe-xxxl-135 {
    padding-right: 13.5rem !important;
  }
  .pe-xxxl-140 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-145 {
    padding-right: 14.5rem !important;
  }
  .pe-xxxl-150 {
    padding-right: 15rem !important;
  }
  .pe-xxxl-155 {
    padding-right: 15.5rem !important;
  }
  .pe-xxxl-160 {
    padding-right: 16rem !important;
  }
  .pe-xxxl-165 {
    padding-right: 16.5rem !important;
  }
  .pe-xxxl-170 {
    padding-right: 17rem !important;
  }
  .pe-xxxl-175 {
    padding-right: 17.5rem !important;
  }
  .pe-xxxl-180 {
    padding-right: 18rem !important;
  }
  .pe-xxxl-185 {
    padding-right: 18.5rem !important;
  }
  .pe-xxxl-190 {
    padding-right: 19rem !important;
  }
  .pe-xxxl-195 {
    padding-right: 19.5rem !important;
  }
  .pe-xxxl-200 {
    padding-right: 20rem !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;
  }
  .pb-xxxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-105 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxxl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xxxl-115 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxxl-120 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-125 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxxl-130 {
    padding-bottom: 13rem !important;
  }
  .pb-xxxl-135 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxxl-140 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-145 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxxl-150 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxl-155 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxxl-160 {
    padding-bottom: 16rem !important;
  }
  .pb-xxxl-165 {
    padding-bottom: 16.5rem !important;
  }
  .pb-xxxl-170 {
    padding-bottom: 17rem !important;
  }
  .pb-xxxl-175 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxxl-180 {
    padding-bottom: 18rem !important;
  }
  .pb-xxxl-185 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxxl-190 {
    padding-bottom: 19rem !important;
  }
  .pb-xxxl-195 {
    padding-bottom: 19.5rem !important;
  }
  .pb-xxxl-200 {
    padding-bottom: 20rem !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;
  }
  .ps-xxxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xxxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxxl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xxxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxxl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xxxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-105 {
    padding-left: 10.5rem !important;
  }
  .ps-xxxl-110 {
    padding-left: 11rem !important;
  }
  .ps-xxxl-115 {
    padding-left: 11.5rem !important;
  }
  .ps-xxxl-120 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-125 {
    padding-left: 12.5rem !important;
  }
  .ps-xxxl-130 {
    padding-left: 13rem !important;
  }
  .ps-xxxl-135 {
    padding-left: 13.5rem !important;
  }
  .ps-xxxl-140 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-145 {
    padding-left: 14.5rem !important;
  }
  .ps-xxxl-150 {
    padding-left: 15rem !important;
  }
  .ps-xxxl-155 {
    padding-left: 15.5rem !important;
  }
  .ps-xxxl-160 {
    padding-left: 16rem !important;
  }
  .ps-xxxl-165 {
    padding-left: 16.5rem !important;
  }
  .ps-xxxl-170 {
    padding-left: 17rem !important;
  }
  .ps-xxxl-175 {
    padding-left: 17.5rem !important;
  }
  .ps-xxxl-180 {
    padding-left: 18rem !important;
  }
  .ps-xxxl-185 {
    padding-left: 18.5rem !important;
  }
  .ps-xxxl-190 {
    padding-left: 19rem !important;
  }
  .ps-xxxl-195 {
    padding-left: 19.5rem !important;
  }
  .ps-xxxl-200 {
    padding-left: 20rem !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;
  }
  .gap-xxxl-20 {
    gap: 2rem !important;
  }
  .gap-xxxl-25 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-35 {
    gap: 3.5rem !important;
  }
  .gap-xxxl-40 {
    gap: 4rem !important;
  }
  .gap-xxxl-45 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-50 {
    gap: 5rem !important;
  }
  .gap-xxxl-55 {
    gap: 5.5rem !important;
  }
  .gap-xxxl-60 {
    gap: 6rem !important;
  }
  .gap-xxxl-65 {
    gap: 6.5rem !important;
  }
  .gap-xxxl-70 {
    gap: 7rem !important;
  }
  .gap-xxxl-75 {
    gap: 7.5rem !important;
  }
  .gap-xxxl-80 {
    gap: 8rem !important;
  }
  .gap-xxxl-85 {
    gap: 8.5rem !important;
  }
  .gap-xxxl-90 {
    gap: 9rem !important;
  }
  .gap-xxxl-95 {
    gap: 9.5rem !important;
  }
  .gap-xxxl-100 {
    gap: 10rem !important;
  }
  .gap-xxxl-105 {
    gap: 10.5rem !important;
  }
  .gap-xxxl-110 {
    gap: 11rem !important;
  }
  .gap-xxxl-115 {
    gap: 11.5rem !important;
  }
  .gap-xxxl-120 {
    gap: 12rem !important;
  }
  .gap-xxxl-125 {
    gap: 12.5rem !important;
  }
  .gap-xxxl-130 {
    gap: 13rem !important;
  }
  .gap-xxxl-135 {
    gap: 13.5rem !important;
  }
  .gap-xxxl-140 {
    gap: 14rem !important;
  }
  .gap-xxxl-145 {
    gap: 14.5rem !important;
  }
  .gap-xxxl-150 {
    gap: 15rem !important;
  }
  .gap-xxxl-155 {
    gap: 15.5rem !important;
  }
  .gap-xxxl-160 {
    gap: 16rem !important;
  }
  .gap-xxxl-165 {
    gap: 16.5rem !important;
  }
  .gap-xxxl-170 {
    gap: 17rem !important;
  }
  .gap-xxxl-175 {
    gap: 17.5rem !important;
  }
  .gap-xxxl-180 {
    gap: 18rem !important;
  }
  .gap-xxxl-185 {
    gap: 18.5rem !important;
  }
  .gap-xxxl-190 {
    gap: 19rem !important;
  }
  .gap-xxxl-195 {
    gap: 19.5rem !important;
  }
  .gap-xxxl-200 {
    gap: 20rem !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;
  }
  .row-gap-xxxl-20 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-25 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxxl-35 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxxl-40 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxl-45 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxl-50 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-55 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xxxl-60 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxl-65 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xxxl-70 {
    row-gap: 7rem !important;
  }
  .row-gap-xxxl-75 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxxl-80 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxl-85 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xxxl-90 {
    row-gap: 9rem !important;
  }
  .row-gap-xxxl-95 {
    row-gap: 9.5rem !important;
  }
  .row-gap-xxxl-100 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-105 {
    row-gap: 10.5rem !important;
  }
  .row-gap-xxxl-110 {
    row-gap: 11rem !important;
  }
  .row-gap-xxxl-115 {
    row-gap: 11.5rem !important;
  }
  .row-gap-xxxl-120 {
    row-gap: 12rem !important;
  }
  .row-gap-xxxl-125 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xxxl-130 {
    row-gap: 13rem !important;
  }
  .row-gap-xxxl-135 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xxxl-140 {
    row-gap: 14rem !important;
  }
  .row-gap-xxxl-145 {
    row-gap: 14.5rem !important;
  }
  .row-gap-xxxl-150 {
    row-gap: 15rem !important;
  }
  .row-gap-xxxl-155 {
    row-gap: 15.5rem !important;
  }
  .row-gap-xxxl-160 {
    row-gap: 16rem !important;
  }
  .row-gap-xxxl-165 {
    row-gap: 16.5rem !important;
  }
  .row-gap-xxxl-170 {
    row-gap: 17rem !important;
  }
  .row-gap-xxxl-175 {
    row-gap: 17.5rem !important;
  }
  .row-gap-xxxl-180 {
    row-gap: 18rem !important;
  }
  .row-gap-xxxl-185 {
    row-gap: 18.5rem !important;
  }
  .row-gap-xxxl-190 {
    row-gap: 19rem !important;
  }
  .row-gap-xxxl-195 {
    row-gap: 19.5rem !important;
  }
  .row-gap-xxxl-200 {
    row-gap: 20rem !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;
  }
  .column-gap-xxxl-20 {
    column-gap: 2rem !important;
  }
  .column-gap-xxxl-25 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxxl-35 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xxxl-40 {
    column-gap: 4rem !important;
  }
  .column-gap-xxxl-45 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xxxl-50 {
    column-gap: 5rem !important;
  }
  .column-gap-xxxl-55 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xxxl-60 {
    column-gap: 6rem !important;
  }
  .column-gap-xxxl-65 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xxxl-70 {
    column-gap: 7rem !important;
  }
  .column-gap-xxxl-75 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xxxl-80 {
    column-gap: 8rem !important;
  }
  .column-gap-xxxl-85 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xxxl-90 {
    column-gap: 9rem !important;
  }
  .column-gap-xxxl-95 {
    column-gap: 9.5rem !important;
  }
  .column-gap-xxxl-100 {
    column-gap: 10rem !important;
  }
  .column-gap-xxxl-105 {
    column-gap: 10.5rem !important;
  }
  .column-gap-xxxl-110 {
    column-gap: 11rem !important;
  }
  .column-gap-xxxl-115 {
    column-gap: 11.5rem !important;
  }
  .column-gap-xxxl-120 {
    column-gap: 12rem !important;
  }
  .column-gap-xxxl-125 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xxxl-130 {
    column-gap: 13rem !important;
  }
  .column-gap-xxxl-135 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xxxl-140 {
    column-gap: 14rem !important;
  }
  .column-gap-xxxl-145 {
    column-gap: 14.5rem !important;
  }
  .column-gap-xxxl-150 {
    column-gap: 15rem !important;
  }
  .column-gap-xxxl-155 {
    column-gap: 15.5rem !important;
  }
  .column-gap-xxxl-160 {
    column-gap: 16rem !important;
  }
  .column-gap-xxxl-165 {
    column-gap: 16.5rem !important;
  }
  .column-gap-xxxl-170 {
    column-gap: 17rem !important;
  }
  .column-gap-xxxl-175 {
    column-gap: 17.5rem !important;
  }
  .column-gap-xxxl-180 {
    column-gap: 18rem !important;
  }
  .column-gap-xxxl-185 {
    column-gap: 18.5rem !important;
  }
  .column-gap-xxxl-190 {
    column-gap: 19rem !important;
  }
  .column-gap-xxxl-195 {
    column-gap: 19.5rem !important;
  }
  .column-gap-xxxl-200 {
    column-gap: 20rem !important;
  }
  .fs-xxxl-inherit {
    font-size: inherit !important;
  }
  .fs-xxxl-0 {
    font-size: 0 !important;
  }
  .fs-xxxl-01 {
    font-size: 0.1rem !important;
  }
  .fs-xxxl-02 {
    font-size: 0.2rem !important;
  }
  .fs-xxxl-03 {
    font-size: 0.3rem !important;
  }
  .fs-xxxl-04 {
    font-size: 0.4rem !important;
  }
  .fs-xxxl-05 {
    font-size: 0.5rem !important;
  }
  .fs-xxxl-06 {
    font-size: 0.6rem !important;
  }
  .fs-xxxl-07 {
    font-size: 0.7rem !important;
  }
  .fs-xxxl-08 {
    font-size: 0.8rem !important;
  }
  .fs-xxxl-09 {
    font-size: 0.9rem !important;
  }
  .fs-xxxl-1 {
    font-size: 1rem !important;
  }
  .fs-xxxl-10 {
    font-size: 1rem !important;
  }
  .fs-xxxl-11 {
    font-size: 1.1rem !important;
  }
  .fs-xxxl-12 {
    font-size: 1.2rem !important;
  }
  .fs-xxxl-13 {
    font-size: 1.3rem !important;
  }
  .fs-xxxl-14 {
    font-size: 1.4rem !important;
  }
  .fs-xxxl-15 {
    font-size: 1.5rem !important;
  }
  .fs-xxxl-16 {
    font-size: 1.6rem !important;
  }
  .fs-xxxl-17 {
    font-size: 1.7rem !important;
  }
  .fs-xxxl-18 {
    font-size: 1.8rem !important;
  }
  .fs-xxxl-19 {
    font-size: 1.9rem !important;
  }
  .fs-xxxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxxl-20 {
    font-size: 2rem !important;
  }
  .fs-xxxl-21 {
    font-size: 2.1rem !important;
  }
  .fs-xxxl-22 {
    font-size: 2.2rem !important;
  }
  .fs-xxxl-23 {
    font-size: 2.3rem !important;
  }
  .fs-xxxl-24 {
    font-size: 2.4rem !important;
  }
  .fs-xxxl-25 {
    font-size: 2.5rem !important;
  }
  .fs-xxxl-26 {
    font-size: 2.6rem !important;
  }
  .fs-xxxl-27 {
    font-size: 2.7rem !important;
  }
  .fs-xxxl-28 {
    font-size: 2.8rem !important;
  }
  .fs-xxxl-29 {
    font-size: 2.9rem !important;
  }
  .fs-xxxl-3 {
    font-size: 3rem !important;
  }
  .fs-xxxl-30 {
    font-size: 3rem !important;
  }
  .fs-xxxl-31 {
    font-size: 3.1rem !important;
  }
  .fs-xxxl-32 {
    font-size: 3.2rem !important;
  }
  .fs-xxxl-33 {
    font-size: 3.3rem !important;
  }
  .fs-xxxl-34 {
    font-size: 3.4rem !important;
  }
  .fs-xxxl-35 {
    font-size: 3.5rem !important;
  }
  .fs-xxxl-36 {
    font-size: 3.6rem !important;
  }
  .fs-xxxl-37 {
    font-size: 3.7rem !important;
  }
  .fs-xxxl-38 {
    font-size: 3.8rem !important;
  }
  .fs-xxxl-39 {
    font-size: 3.9rem !important;
  }
  .fs-xxxl-4 {
    font-size: 4rem !important;
  }
  .fs-xxxl-40 {
    font-size: 4rem !important;
  }
  .fs-xxxl-41 {
    font-size: 4.1rem !important;
  }
  .fs-xxxl-42 {
    font-size: 4.2rem !important;
  }
  .fs-xxxl-43 {
    font-size: 4.3rem !important;
  }
  .fs-xxxl-44 {
    font-size: 4.4rem !important;
  }
  .fs-xxxl-45 {
    font-size: 4.5rem !important;
  }
  .fs-xxxl-46 {
    font-size: 4.6rem !important;
  }
  .fs-xxxl-47 {
    font-size: 4.7rem !important;
  }
  .fs-xxxl-48 {
    font-size: 4.8rem !important;
  }
  .fs-xxxl-49 {
    font-size: 4.9rem !important;
  }
  .fs-xxxl-5 {
    font-size: 5rem !important;
  }
  .fs-xxxl-50 {
    font-size: 5rem !important;
  }
  .fs-xxxl-51 {
    font-size: 5.1rem !important;
  }
  .fs-xxxl-52 {
    font-size: 5.2rem !important;
  }
  .fs-xxxl-53 {
    font-size: 5.3rem !important;
  }
  .fs-xxxl-54 {
    font-size: 5.4rem !important;
  }
  .fs-xxxl-55 {
    font-size: 5.5rem !important;
  }
  .fs-xxxl-56 {
    font-size: 5.6rem !important;
  }
  .fs-xxxl-57 {
    font-size: 5.7rem !important;
  }
  .fs-xxxl-58 {
    font-size: 5.8rem !important;
  }
  .fs-xxxl-59 {
    font-size: 5.9rem !important;
  }
  .fs-xxxl-6 {
    font-size: 6rem !important;
  }
  .fs-xxxl-60 {
    font-size: 6rem !important;
  }
  .fs-xxxl-61 {
    font-size: 6.1rem !important;
  }
  .fs-xxxl-62 {
    font-size: 6.2rem !important;
  }
  .fs-xxxl-63 {
    font-size: 6.3rem !important;
  }
  .fs-xxxl-64 {
    font-size: 6.4rem !important;
  }
  .fs-xxxl-65 {
    font-size: 6.5rem !important;
  }
  .fs-xxxl-66 {
    font-size: 6.6rem !important;
  }
  .fs-xxxl-67 {
    font-size: 6.7rem !important;
  }
  .fs-xxxl-68 {
    font-size: 6.8rem !important;
  }
  .fs-xxxl-69 {
    font-size: 6.9rem !important;
  }
  .fs-xxxl-7 {
    font-size: 7rem !important;
  }
  .fs-xxxl-70 {
    font-size: 7rem !important;
  }
  .fs-xxxl-71 {
    font-size: 7.1rem !important;
  }
  .fs-xxxl-72 {
    font-size: 7.2rem !important;
  }
  .fs-xxxl-73 {
    font-size: 7.3rem !important;
  }
  .fs-xxxl-74 {
    font-size: 7.4rem !important;
  }
  .fs-xxxl-75 {
    font-size: 7.5rem !important;
  }
  .fs-xxxl-76 {
    font-size: 7.6rem !important;
  }
  .fs-xxxl-77 {
    font-size: 7.7rem !important;
  }
  .fs-xxxl-78 {
    font-size: 7.8rem !important;
  }
  .fs-xxxl-79 {
    font-size: 7.9rem !important;
  }
  .fs-xxxl-8 {
    font-size: 8rem !important;
  }
  .fs-xxxl-80 {
    font-size: 8rem !important;
  }
  .fs-xxxl-81 {
    font-size: 8.1rem !important;
  }
  .fs-xxxl-82 {
    font-size: 8.2rem !important;
  }
  .fs-xxxl-83 {
    font-size: 8.3rem !important;
  }
  .fs-xxxl-84 {
    font-size: 8.4rem !important;
  }
  .fs-xxxl-85 {
    font-size: 8.5rem !important;
  }
  .fs-xxxl-86 {
    font-size: 8.6rem !important;
  }
  .fs-xxxl-87 {
    font-size: 8.7rem !important;
  }
  .fs-xxxl-88 {
    font-size: 8.8rem !important;
  }
  .fs-xxxl-89 {
    font-size: 8.9rem !important;
  }
  .fs-xxxl-9 {
    font-size: 9rem !important;
  }
  .fs-xxxl-90 {
    font-size: 9rem !important;
  }
  .fs-xxxl-91 {
    font-size: 9.1rem !important;
  }
  .fs-xxxl-92 {
    font-size: 9.2rem !important;
  }
  .fs-xxxl-93 {
    font-size: 9.3rem !important;
  }
  .fs-xxxl-94 {
    font-size: 9.4rem !important;
  }
  .fs-xxxl-95 {
    font-size: 9.5rem !important;
  }
  .fs-xxxl-96 {
    font-size: 9.6rem !important;
  }
  .fs-xxxl-97 {
    font-size: 9.7rem !important;
  }
  .fs-xxxl-98 {
    font-size: 9.8rem !important;
  }
  .fs-xxxl-99 {
    font-size: 9.9rem !important;
  }
  .fs-xxxl-100 {
    font-size: 10rem !important;
  }
  .fs-xxxl-110 {
    font-size: 11rem !important;
  }
  .fs-xxxl-120 {
    font-size: 12rem !important;
  }
  .fs-xxxl-130 {
    font-size: 13rem !important;
  }
  .fs-xxxl-140 {
    font-size: 14rem !important;
  }
  .fs-xxxl-150 {
    font-size: 15rem !important;
  }
  .fs-xxxl-160 {
    font-size: 16rem !important;
  }
  .fs-xxxl-170 {
    font-size: 17rem !important;
  }
  .fs-xxxl-180 {
    font-size: 18rem !important;
  }
  .fs-xxxl-190 {
    font-size: 19rem !important;
  }
  .fs-xxxl-200 {
    font-size: 20rem !important;
  }
  .lh-xxxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxxl-lg {
    line-height: 2 !important;
  }
  .lh-xxxl-normal {
    line-height: normal !important;
  }
  .lh-xxxl-0 {
    line-height: 0 !important;
  }
  .lh-xxxl-25 {
    line-height: 0.25 !important;
  }
  .lh-xxxl-5 {
    line-height: 0.5 !important;
  }
  .lh-xxxl-75 {
    line-height: 0.75 !important;
  }
  .lh-xxxl-1 {
    line-height: 1 !important;
  }
  .lh-xxxl-115 {
    line-height: 1.15 !important;
  }
  .lh-xxxl-120 {
    line-height: 1.2 !important;
  }
  .lh-xxxl-125 {
    line-height: 1.25 !important;
  }
  .lh-xxxl-135 {
    line-height: 1.35 !important;
  }
  .lh-xxxl-145 {
    line-height: 1.45 !important;
  }
  .lh-xxxl-150 {
    line-height: 1.5 !important;
  }
  .lh-xxxl-175 {
    line-height: 1.75 !important;
  }
  .lh-xxxl-2 {
    line-height: 2 !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .text-xxxl-justify {
    text-align: justify !important;
  }
  .text-xxxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxxl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xxxl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xxxl-none {
    text-transform: none !important;
  }
  .text-xxxl-inherit {
    text-transform: inherit !important;
  }
  .color-xxxl-blue {
    color: #007CC2 !important;
  }
  .color-xxxl-indigo {
    color: #6610f2 !important;
  }
  .color-xxxl-purple {
    color: #6f42c1 !important;
  }
  .color-xxxl-pink {
    color: #d63384 !important;
  }
  .color-xxxl-red {
    color: #dc3545 !important;
  }
  .color-xxxl-orange {
    color: #FD8262 !important;
  }
  .color-xxxl-yellow {
    color: #F6AE42 !important;
  }
  .color-xxxl-green {
    color: #627C36 !important;
  }
  .color-xxxl-teal {
    color: #20c997 !important;
  }
  .color-xxxl-cyan {
    color: #0dcaf0 !important;
  }
  .color-xxxl-black {
    color: #000 !important;
  }
  .color-xxxl-white {
    color: #fff !important;
  }
  .color-xxxl-gray {
    color: #6c757d !important;
  }
  .color-xxxl-transparent {
    color: transparent !important;
  }
  .color-xxxl-blueDark {
    color: #2727ff !important;
  }
  .color-xxxl-blueLight {
    color: #000094 !important;
  }
  .color-xxxl-pinkDark {
    color: #CC1F42 !important;
  }
  .color-xxxl-pinkLight {
    color: #FF5983 !important;
  }
  .color-xxxl-redLight {
    color: #ff212c !important;
  }
  .color-xxxl-redDark {
    color: #960010 !important;
  }
  .color-xxxl-yellowDark {
    color: #CCA300 !important;
  }
  .color-xxxl-yellowLight {
    color: #FFDD33 !important;
  }
  .color-xxxl-greenLight {
    color: #8FB914 !important;
  }
  .color-xxxl-greenDark {
    color: #2ACF80 !important;
  }
  .color-xxxl-grayDark {
    color: #313130 !important;
  }
  .color-xxxl-grayLight {
    color: #8C8C8C !important;
  }
  .color-xxxl-light {
    color: #F1F1F1 !important;
  }
  .color-xxxl-brown {
    color: #885F50 !important;
  }
  .color-xxxl-brownDark {
    color: #4D271A !important;
  }
  .color-xxxl-brownLight {
    color: #CFB59E !important;
  }
  .color-xxxl-viber {
    color: #665CAC !important;
  }
  .color-xxxl-whatsapp {
    color: #25D366 !important;
  }
  .color-xxxl-facebook {
    color: #1a77f2 !important;
  }
  .color-xxxl-vkontakte {
    color: #0077FF !important;
  }
  .color-xxxl-telegram {
    color: #0088cc !important;
  }
  .color-xxxl-youtube {
    color: #ff0000 !important;
  }
  .color-xxxl-spotify {
    color: #1ED760 !important;
  }
  .color-xxxl-yandexMusic {
    color: #FC3F1D !important;
  }
  .color-xxxl-sberZvuk {
    color: #07ead8 !important;
  }
  .color-xxxl-appleMusic {
    color: #fa586a !important;
  }
  .color-xxxl-flamp {
    color: #2E6BE5 !important;
  }
  .color-xxxl-badstudio {
    color: #c7212c !important;
  }
  .color-xxxl-lightDark {
    color: #D9D9D9 !important;
  }
  .bg-xxxl-blue {
    background-color: #007CC2 !important;
  }
  .bg-xxxl-indigo {
    background-color: #6610f2 !important;
  }
  .bg-xxxl-purple {
    background-color: #6f42c1 !important;
  }
  .bg-xxxl-pink {
    background-color: #d63384 !important;
  }
  .bg-xxxl-red {
    background-color: #dc3545 !important;
  }
  .bg-xxxl-orange {
    background-color: #FD8262 !important;
  }
  .bg-xxxl-yellow {
    background-color: #F6AE42 !important;
  }
  .bg-xxxl-green {
    background-color: #627C36 !important;
  }
  .bg-xxxl-teal {
    background-color: #20c997 !important;
  }
  .bg-xxxl-cyan {
    background-color: #0dcaf0 !important;
  }
  .bg-xxxl-black {
    background-color: #000 !important;
  }
  .bg-xxxl-white {
    background-color: #fff !important;
  }
  .bg-xxxl-gray {
    background-color: #6c757d !important;
  }
  .bg-xxxl-transparent {
    background-color: transparent !important;
  }
  .bg-xxxl-blueDark {
    background-color: #2727ff !important;
  }
  .bg-xxxl-blueLight {
    background-color: #000094 !important;
  }
  .bg-xxxl-pinkDark {
    background-color: #CC1F42 !important;
  }
  .bg-xxxl-pinkLight {
    background-color: #FF5983 !important;
  }
  .bg-xxxl-redLight {
    background-color: #ff212c !important;
  }
  .bg-xxxl-redDark {
    background-color: #960010 !important;
  }
  .bg-xxxl-yellowDark {
    background-color: #CCA300 !important;
  }
  .bg-xxxl-yellowLight {
    background-color: #FFDD33 !important;
  }
  .bg-xxxl-greenLight {
    background-color: #8FB914 !important;
  }
  .bg-xxxl-greenDark {
    background-color: #2ACF80 !important;
  }
  .bg-xxxl-grayDark {
    background-color: #313130 !important;
  }
  .bg-xxxl-grayLight {
    background-color: #8C8C8C !important;
  }
  .bg-xxxl-light {
    background-color: #F1F1F1 !important;
  }
  .bg-xxxl-brown {
    background-color: #885F50 !important;
  }
  .bg-xxxl-brownDark {
    background-color: #4D271A !important;
  }
  .bg-xxxl-brownLight {
    background-color: #CFB59E !important;
  }
  .bg-xxxl-viber {
    background-color: #665CAC !important;
  }
  .bg-xxxl-whatsapp {
    background-color: #25D366 !important;
  }
  .bg-xxxl-facebook {
    background-color: #1a77f2 !important;
  }
  .bg-xxxl-vkontakte {
    background-color: #0077FF !important;
  }
  .bg-xxxl-telegram {
    background-color: #0088cc !important;
  }
  .bg-xxxl-youtube {
    background-color: #ff0000 !important;
  }
  .bg-xxxl-spotify {
    background-color: #1ED760 !important;
  }
  .bg-xxxl-yandexMusic {
    background-color: #FC3F1D !important;
  }
  .bg-xxxl-sberZvuk {
    background-color: #07ead8 !important;
  }
  .bg-xxxl-appleMusic {
    background-color: #fa586a !important;
  }
  .bg-xxxl-flamp {
    background-color: #2E6BE5 !important;
  }
  .bg-xxxl-badstudio {
    background-color: #c7212c !important;
  }
  .bg-xxxl-lightDark {
    background-color: #D9D9D9 !important;
  }
  .mt-xxxl-0-last:last-child {
    margin-top: 0 !important;
  }
  .mt-xxxl-1-last:last-child {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2-last:last-child {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3-last:last-child {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4-last:last-child {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5-last:last-child {
    margin-top: 3rem !important;
  }
  .mt-xxxl-20-last:last-child {
    margin-top: 2rem !important;
  }
  .mt-xxxl-25-last:last-child {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-35-last:last-child {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-40-last:last-child {
    margin-top: 4rem !important;
  }
  .mt-xxxl-45-last:last-child {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-50-last:last-child {
    margin-top: 5rem !important;
  }
  .mt-xxxl-55-last:last-child {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-60-last:last-child {
    margin-top: 6rem !important;
  }
  .mt-xxxl-65-last:last-child {
    margin-top: 6.5rem !important;
  }
  .mt-xxxl-70-last:last-child {
    margin-top: 7rem !important;
  }
  .mt-xxxl-75-last:last-child {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-80-last:last-child {
    margin-top: 8rem !important;
  }
  .mt-xxxl-85-last:last-child {
    margin-top: 8.5rem !important;
  }
  .mt-xxxl-90-last:last-child {
    margin-top: 9rem !important;
  }
  .mt-xxxl-95-last:last-child {
    margin-top: 9.5rem !important;
  }
  .mt-xxxl-100-last:last-child {
    margin-top: 10rem !important;
  }
  .mt-xxxl-105-last:last-child {
    margin-top: 10.5rem !important;
  }
  .mt-xxxl-110-last:last-child {
    margin-top: 11rem !important;
  }
  .mt-xxxl-115-last:last-child {
    margin-top: 11.5rem !important;
  }
  .mt-xxxl-120-last:last-child {
    margin-top: 12rem !important;
  }
  .mt-xxxl-125-last:last-child {
    margin-top: 12.5rem !important;
  }
  .mt-xxxl-130-last:last-child {
    margin-top: 13rem !important;
  }
  .mt-xxxl-135-last:last-child {
    margin-top: 13.5rem !important;
  }
  .mt-xxxl-140-last:last-child {
    margin-top: 14rem !important;
  }
  .mt-xxxl-145-last:last-child {
    margin-top: 14.5rem !important;
  }
  .mt-xxxl-150-last:last-child {
    margin-top: 15rem !important;
  }
  .mt-xxxl-155-last:last-child {
    margin-top: 15.5rem !important;
  }
  .mt-xxxl-160-last:last-child {
    margin-top: 16rem !important;
  }
  .mt-xxxl-165-last:last-child {
    margin-top: 16.5rem !important;
  }
  .mt-xxxl-170-last:last-child {
    margin-top: 17rem !important;
  }
  .mt-xxxl-175-last:last-child {
    margin-top: 17.5rem !important;
  }
  .mt-xxxl-180-last:last-child {
    margin-top: 18rem !important;
  }
  .mt-xxxl-185-last:last-child {
    margin-top: 18.5rem !important;
  }
  .mt-xxxl-190-last:last-child {
    margin-top: 19rem !important;
  }
  .mt-xxxl-195-last:last-child {
    margin-top: 19.5rem !important;
  }
  .mt-xxxl-200-last:last-child {
    margin-top: 20rem !important;
  }
  .mt-xxxl-auto-last:last-child {
    margin-top: auto !important;
  }
  .mt-xxxl-0-first:first-child {
    margin-top: 0 !important;
  }
  .mt-xxxl-1-first:first-child {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2-first:first-child {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3-first:first-child {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4-first:first-child {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5-first:first-child {
    margin-top: 3rem !important;
  }
  .mt-xxxl-20-first:first-child {
    margin-top: 2rem !important;
  }
  .mt-xxxl-25-first:first-child {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-35-first:first-child {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-40-first:first-child {
    margin-top: 4rem !important;
  }
  .mt-xxxl-45-first:first-child {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-50-first:first-child {
    margin-top: 5rem !important;
  }
  .mt-xxxl-55-first:first-child {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-60-first:first-child {
    margin-top: 6rem !important;
  }
  .mt-xxxl-65-first:first-child {
    margin-top: 6.5rem !important;
  }
  .mt-xxxl-70-first:first-child {
    margin-top: 7rem !important;
  }
  .mt-xxxl-75-first:first-child {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-80-first:first-child {
    margin-top: 8rem !important;
  }
  .mt-xxxl-85-first:first-child {
    margin-top: 8.5rem !important;
  }
  .mt-xxxl-90-first:first-child {
    margin-top: 9rem !important;
  }
  .mt-xxxl-95-first:first-child {
    margin-top: 9.5rem !important;
  }
  .mt-xxxl-100-first:first-child {
    margin-top: 10rem !important;
  }
  .mt-xxxl-105-first:first-child {
    margin-top: 10.5rem !important;
  }
  .mt-xxxl-110-first:first-child {
    margin-top: 11rem !important;
  }
  .mt-xxxl-115-first:first-child {
    margin-top: 11.5rem !important;
  }
  .mt-xxxl-120-first:first-child {
    margin-top: 12rem !important;
  }
  .mt-xxxl-125-first:first-child {
    margin-top: 12.5rem !important;
  }
  .mt-xxxl-130-first:first-child {
    margin-top: 13rem !important;
  }
  .mt-xxxl-135-first:first-child {
    margin-top: 13.5rem !important;
  }
  .mt-xxxl-140-first:first-child {
    margin-top: 14rem !important;
  }
  .mt-xxxl-145-first:first-child {
    margin-top: 14.5rem !important;
  }
  .mt-xxxl-150-first:first-child {
    margin-top: 15rem !important;
  }
  .mt-xxxl-155-first:first-child {
    margin-top: 15.5rem !important;
  }
  .mt-xxxl-160-first:first-child {
    margin-top: 16rem !important;
  }
  .mt-xxxl-165-first:first-child {
    margin-top: 16.5rem !important;
  }
  .mt-xxxl-170-first:first-child {
    margin-top: 17rem !important;
  }
  .mt-xxxl-175-first:first-child {
    margin-top: 17.5rem !important;
  }
  .mt-xxxl-180-first:first-child {
    margin-top: 18rem !important;
  }
  .mt-xxxl-185-first:first-child {
    margin-top: 18.5rem !important;
  }
  .mt-xxxl-190-first:first-child {
    margin-top: 19rem !important;
  }
  .mt-xxxl-195-first:first-child {
    margin-top: 19.5rem !important;
  }
  .mt-xxxl-200-first:first-child {
    margin-top: 20rem !important;
  }
  .mt-xxxl-auto-first:first-child {
    margin-top: auto !important;
  }
  .me-xxxl-0-last:last-child {
    margin-right: 0 !important;
  }
  .me-xxxl-1-last:last-child {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2-last:last-child {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3-last:last-child {
    margin-right: 1rem !important;
  }
  .me-xxxl-4-last:last-child {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5-last:last-child {
    margin-right: 3rem !important;
  }
  .me-xxxl-20-last:last-child {
    margin-right: 2rem !important;
  }
  .me-xxxl-25-last:last-child {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-35-last:last-child {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-40-last:last-child {
    margin-right: 4rem !important;
  }
  .me-xxxl-45-last:last-child {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-50-last:last-child {
    margin-right: 5rem !important;
  }
  .me-xxxl-55-last:last-child {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-60-last:last-child {
    margin-right: 6rem !important;
  }
  .me-xxxl-65-last:last-child {
    margin-right: 6.5rem !important;
  }
  .me-xxxl-70-last:last-child {
    margin-right: 7rem !important;
  }
  .me-xxxl-75-last:last-child {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-80-last:last-child {
    margin-right: 8rem !important;
  }
  .me-xxxl-85-last:last-child {
    margin-right: 8.5rem !important;
  }
  .me-xxxl-90-last:last-child {
    margin-right: 9rem !important;
  }
  .me-xxxl-95-last:last-child {
    margin-right: 9.5rem !important;
  }
  .me-xxxl-100-last:last-child {
    margin-right: 10rem !important;
  }
  .me-xxxl-105-last:last-child {
    margin-right: 10.5rem !important;
  }
  .me-xxxl-110-last:last-child {
    margin-right: 11rem !important;
  }
  .me-xxxl-115-last:last-child {
    margin-right: 11.5rem !important;
  }
  .me-xxxl-120-last:last-child {
    margin-right: 12rem !important;
  }
  .me-xxxl-125-last:last-child {
    margin-right: 12.5rem !important;
  }
  .me-xxxl-130-last:last-child {
    margin-right: 13rem !important;
  }
  .me-xxxl-135-last:last-child {
    margin-right: 13.5rem !important;
  }
  .me-xxxl-140-last:last-child {
    margin-right: 14rem !important;
  }
  .me-xxxl-145-last:last-child {
    margin-right: 14.5rem !important;
  }
  .me-xxxl-150-last:last-child {
    margin-right: 15rem !important;
  }
  .me-xxxl-155-last:last-child {
    margin-right: 15.5rem !important;
  }
  .me-xxxl-160-last:last-child {
    margin-right: 16rem !important;
  }
  .me-xxxl-165-last:last-child {
    margin-right: 16.5rem !important;
  }
  .me-xxxl-170-last:last-child {
    margin-right: 17rem !important;
  }
  .me-xxxl-175-last:last-child {
    margin-right: 17.5rem !important;
  }
  .me-xxxl-180-last:last-child {
    margin-right: 18rem !important;
  }
  .me-xxxl-185-last:last-child {
    margin-right: 18.5rem !important;
  }
  .me-xxxl-190-last:last-child {
    margin-right: 19rem !important;
  }
  .me-xxxl-195-last:last-child {
    margin-right: 19.5rem !important;
  }
  .me-xxxl-200-last:last-child {
    margin-right: 20rem !important;
  }
  .me-xxxl-auto-last:last-child {
    margin-right: auto !important;
  }
  .me-xxxl-0-first:first-child {
    margin-right: 0 !important;
  }
  .me-xxxl-1-first:first-child {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2-first:first-child {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3-first:first-child {
    margin-right: 1rem !important;
  }
  .me-xxxl-4-first:first-child {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5-first:first-child {
    margin-right: 3rem !important;
  }
  .me-xxxl-20-first:first-child {
    margin-right: 2rem !important;
  }
  .me-xxxl-25-first:first-child {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-35-first:first-child {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-40-first:first-child {
    margin-right: 4rem !important;
  }
  .me-xxxl-45-first:first-child {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-50-first:first-child {
    margin-right: 5rem !important;
  }
  .me-xxxl-55-first:first-child {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-60-first:first-child {
    margin-right: 6rem !important;
  }
  .me-xxxl-65-first:first-child {
    margin-right: 6.5rem !important;
  }
  .me-xxxl-70-first:first-child {
    margin-right: 7rem !important;
  }
  .me-xxxl-75-first:first-child {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-80-first:first-child {
    margin-right: 8rem !important;
  }
  .me-xxxl-85-first:first-child {
    margin-right: 8.5rem !important;
  }
  .me-xxxl-90-first:first-child {
    margin-right: 9rem !important;
  }
  .me-xxxl-95-first:first-child {
    margin-right: 9.5rem !important;
  }
  .me-xxxl-100-first:first-child {
    margin-right: 10rem !important;
  }
  .me-xxxl-105-first:first-child {
    margin-right: 10.5rem !important;
  }
  .me-xxxl-110-first:first-child {
    margin-right: 11rem !important;
  }
  .me-xxxl-115-first:first-child {
    margin-right: 11.5rem !important;
  }
  .me-xxxl-120-first:first-child {
    margin-right: 12rem !important;
  }
  .me-xxxl-125-first:first-child {
    margin-right: 12.5rem !important;
  }
  .me-xxxl-130-first:first-child {
    margin-right: 13rem !important;
  }
  .me-xxxl-135-first:first-child {
    margin-right: 13.5rem !important;
  }
  .me-xxxl-140-first:first-child {
    margin-right: 14rem !important;
  }
  .me-xxxl-145-first:first-child {
    margin-right: 14.5rem !important;
  }
  .me-xxxl-150-first:first-child {
    margin-right: 15rem !important;
  }
  .me-xxxl-155-first:first-child {
    margin-right: 15.5rem !important;
  }
  .me-xxxl-160-first:first-child {
    margin-right: 16rem !important;
  }
  .me-xxxl-165-first:first-child {
    margin-right: 16.5rem !important;
  }
  .me-xxxl-170-first:first-child {
    margin-right: 17rem !important;
  }
  .me-xxxl-175-first:first-child {
    margin-right: 17.5rem !important;
  }
  .me-xxxl-180-first:first-child {
    margin-right: 18rem !important;
  }
  .me-xxxl-185-first:first-child {
    margin-right: 18.5rem !important;
  }
  .me-xxxl-190-first:first-child {
    margin-right: 19rem !important;
  }
  .me-xxxl-195-first:first-child {
    margin-right: 19.5rem !important;
  }
  .me-xxxl-200-first:first-child {
    margin-right: 20rem !important;
  }
  .me-xxxl-auto-first:first-child {
    margin-right: auto !important;
  }
  .mb-xxxl-0-last:last-child {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1-last:last-child {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2-last:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3-last:last-child {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4-last:last-child {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5-last:last-child {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-20-last:last-child {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-25-last:last-child {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-35-last:last-child {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-40-last:last-child {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-45-last:last-child {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-50-last:last-child {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-55-last:last-child {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-60-last:last-child {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-65-last:last-child {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxxl-70-last:last-child {
    margin-bottom: 7rem !important;
  }
  .mb-xxxl-75-last:last-child {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-80-last:last-child {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-85-last:last-child {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxxl-90-last:last-child {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-95-last:last-child {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxxl-100-last:last-child {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-105-last:last-child {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxxl-110-last:last-child {
    margin-bottom: 11rem !important;
  }
  .mb-xxxl-115-last:last-child {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxxl-120-last:last-child {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-125-last:last-child {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxxl-130-last:last-child {
    margin-bottom: 13rem !important;
  }
  .mb-xxxl-135-last:last-child {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxxl-140-last:last-child {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-145-last:last-child {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxxl-150-last:last-child {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-155-last:last-child {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxxl-160-last:last-child {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-165-last:last-child {
    margin-bottom: 16.5rem !important;
  }
  .mb-xxxl-170-last:last-child {
    margin-bottom: 17rem !important;
  }
  .mb-xxxl-175-last:last-child {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxxl-180-last:last-child {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-185-last:last-child {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxxl-190-last:last-child {
    margin-bottom: 19rem !important;
  }
  .mb-xxxl-195-last:last-child {
    margin-bottom: 19.5rem !important;
  }
  .mb-xxxl-200-last:last-child {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-auto-last:last-child {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0-last:last-child {
    margin-left: 0 !important;
  }
  .ms-xxxl-1-last:last-child {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2-last:last-child {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3-last:last-child {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4-last:last-child {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5-last:last-child {
    margin-left: 3rem !important;
  }
  .ms-xxxl-20-last:last-child {
    margin-left: 2rem !important;
  }
  .ms-xxxl-25-last:last-child {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-35-last:last-child {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-40-last:last-child {
    margin-left: 4rem !important;
  }
  .ms-xxxl-45-last:last-child {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-50-last:last-child {
    margin-left: 5rem !important;
  }
  .ms-xxxl-55-last:last-child {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-60-last:last-child {
    margin-left: 6rem !important;
  }
  .ms-xxxl-65-last:last-child {
    margin-left: 6.5rem !important;
  }
  .ms-xxxl-70-last:last-child {
    margin-left: 7rem !important;
  }
  .ms-xxxl-75-last:last-child {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-80-last:last-child {
    margin-left: 8rem !important;
  }
  .ms-xxxl-85-last:last-child {
    margin-left: 8.5rem !important;
  }
  .ms-xxxl-90-last:last-child {
    margin-left: 9rem !important;
  }
  .ms-xxxl-95-last:last-child {
    margin-left: 9.5rem !important;
  }
  .ms-xxxl-100-last:last-child {
    margin-left: 10rem !important;
  }
  .ms-xxxl-105-last:last-child {
    margin-left: 10.5rem !important;
  }
  .ms-xxxl-110-last:last-child {
    margin-left: 11rem !important;
  }
  .ms-xxxl-115-last:last-child {
    margin-left: 11.5rem !important;
  }
  .ms-xxxl-120-last:last-child {
    margin-left: 12rem !important;
  }
  .ms-xxxl-125-last:last-child {
    margin-left: 12.5rem !important;
  }
  .ms-xxxl-130-last:last-child {
    margin-left: 13rem !important;
  }
  .ms-xxxl-135-last:last-child {
    margin-left: 13.5rem !important;
  }
  .ms-xxxl-140-last:last-child {
    margin-left: 14rem !important;
  }
  .ms-xxxl-145-last:last-child {
    margin-left: 14.5rem !important;
  }
  .ms-xxxl-150-last:last-child {
    margin-left: 15rem !important;
  }
  .ms-xxxl-155-last:last-child {
    margin-left: 15.5rem !important;
  }
  .ms-xxxl-160-last:last-child {
    margin-left: 16rem !important;
  }
  .ms-xxxl-165-last:last-child {
    margin-left: 16.5rem !important;
  }
  .ms-xxxl-170-last:last-child {
    margin-left: 17rem !important;
  }
  .ms-xxxl-175-last:last-child {
    margin-left: 17.5rem !important;
  }
  .ms-xxxl-180-last:last-child {
    margin-left: 18rem !important;
  }
  .ms-xxxl-185-last:last-child {
    margin-left: 18.5rem !important;
  }
  .ms-xxxl-190-last:last-child {
    margin-left: 19rem !important;
  }
  .ms-xxxl-195-last:last-child {
    margin-left: 19.5rem !important;
  }
  .ms-xxxl-200-last:last-child {
    margin-left: 20rem !important;
  }
  .ms-xxxl-auto-last:last-child {
    margin-left: auto !important;
  }
  .ms-xxxl-0-first:first-child {
    margin-left: 0 !important;
  }
  .ms-xxxl-1-first:first-child {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2-first:first-child {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3-first:first-child {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4-first:first-child {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5-first:first-child {
    margin-left: 3rem !important;
  }
  .ms-xxxl-20-first:first-child {
    margin-left: 2rem !important;
  }
  .ms-xxxl-25-first:first-child {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-35-first:first-child {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-40-first:first-child {
    margin-left: 4rem !important;
  }
  .ms-xxxl-45-first:first-child {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-50-first:first-child {
    margin-left: 5rem !important;
  }
  .ms-xxxl-55-first:first-child {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-60-first:first-child {
    margin-left: 6rem !important;
  }
  .ms-xxxl-65-first:first-child {
    margin-left: 6.5rem !important;
  }
  .ms-xxxl-70-first:first-child {
    margin-left: 7rem !important;
  }
  .ms-xxxl-75-first:first-child {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-80-first:first-child {
    margin-left: 8rem !important;
  }
  .ms-xxxl-85-first:first-child {
    margin-left: 8.5rem !important;
  }
  .ms-xxxl-90-first:first-child {
    margin-left: 9rem !important;
  }
  .ms-xxxl-95-first:first-child {
    margin-left: 9.5rem !important;
  }
  .ms-xxxl-100-first:first-child {
    margin-left: 10rem !important;
  }
  .ms-xxxl-105-first:first-child {
    margin-left: 10.5rem !important;
  }
  .ms-xxxl-110-first:first-child {
    margin-left: 11rem !important;
  }
  .ms-xxxl-115-first:first-child {
    margin-left: 11.5rem !important;
  }
  .ms-xxxl-120-first:first-child {
    margin-left: 12rem !important;
  }
  .ms-xxxl-125-first:first-child {
    margin-left: 12.5rem !important;
  }
  .ms-xxxl-130-first:first-child {
    margin-left: 13rem !important;
  }
  .ms-xxxl-135-first:first-child {
    margin-left: 13.5rem !important;
  }
  .ms-xxxl-140-first:first-child {
    margin-left: 14rem !important;
  }
  .ms-xxxl-145-first:first-child {
    margin-left: 14.5rem !important;
  }
  .ms-xxxl-150-first:first-child {
    margin-left: 15rem !important;
  }
  .ms-xxxl-155-first:first-child {
    margin-left: 15.5rem !important;
  }
  .ms-xxxl-160-first:first-child {
    margin-left: 16rem !important;
  }
  .ms-xxxl-165-first:first-child {
    margin-left: 16.5rem !important;
  }
  .ms-xxxl-170-first:first-child {
    margin-left: 17rem !important;
  }
  .ms-xxxl-175-first:first-child {
    margin-left: 17.5rem !important;
  }
  .ms-xxxl-180-first:first-child {
    margin-left: 18rem !important;
  }
  .ms-xxxl-185-first:first-child {
    margin-left: 18.5rem !important;
  }
  .ms-xxxl-190-first:first-child {
    margin-left: 19rem !important;
  }
  .ms-xxxl-195-first:first-child {
    margin-left: 19.5rem !important;
  }
  .ms-xxxl-200-first:first-child {
    margin-left: 20rem !important;
  }
  .ms-xxxl-auto-first:first-child {
    margin-left: auto !important;
  }
  .me-xxxl-n1-last:last-child {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2-last:last-child {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3-last:last-child {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4-last:last-child {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5-last:last-child {
    margin-right: -3rem !important;
  }
  .me-xxxl-n20-last:last-child {
    margin-right: -2rem !important;
  }
  .me-xxxl-n25-last:last-child {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n35-last:last-child {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n40-last:last-child {
    margin-right: -4rem !important;
  }
  .me-xxxl-n45-last:last-child {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n50-last:last-child {
    margin-right: -5rem !important;
  }
  .me-xxxl-n55-last:last-child {
    margin-right: -5.5rem !important;
  }
  .me-xxxl-n60-last:last-child {
    margin-right: -6rem !important;
  }
  .me-xxxl-n65-last:last-child {
    margin-right: -6.5rem !important;
  }
  .me-xxxl-n70-last:last-child {
    margin-right: -7rem !important;
  }
  .me-xxxl-n75-last:last-child {
    margin-right: -7.5rem !important;
  }
  .me-xxxl-n80-last:last-child {
    margin-right: -8rem !important;
  }
  .me-xxxl-n85-last:last-child {
    margin-right: -8.5rem !important;
  }
  .me-xxxl-n90-last:last-child {
    margin-right: -9rem !important;
  }
  .me-xxxl-n95-last:last-child {
    margin-right: -9.5rem !important;
  }
  .me-xxxl-n100-last:last-child {
    margin-right: -10rem !important;
  }
  .me-xxxl-n105-last:last-child {
    margin-right: -10.5rem !important;
  }
  .me-xxxl-n110-last:last-child {
    margin-right: -11rem !important;
  }
  .me-xxxl-n115-last:last-child {
    margin-right: -11.5rem !important;
  }
  .me-xxxl-n120-last:last-child {
    margin-right: -12rem !important;
  }
  .me-xxxl-n125-last:last-child {
    margin-right: -12.5rem !important;
  }
  .me-xxxl-n130-last:last-child {
    margin-right: -13rem !important;
  }
  .me-xxxl-n135-last:last-child {
    margin-right: -13.5rem !important;
  }
  .me-xxxl-n140-last:last-child {
    margin-right: -14rem !important;
  }
  .me-xxxl-n145-last:last-child {
    margin-right: -14.5rem !important;
  }
  .me-xxxl-n150-last:last-child {
    margin-right: -15rem !important;
  }
  .me-xxxl-n155-last:last-child {
    margin-right: -15.5rem !important;
  }
  .me-xxxl-n160-last:last-child {
    margin-right: -16rem !important;
  }
  .me-xxxl-n165-last:last-child {
    margin-right: -16.5rem !important;
  }
  .me-xxxl-n170-last:last-child {
    margin-right: -17rem !important;
  }
  .me-xxxl-n175-last:last-child {
    margin-right: -17.5rem !important;
  }
  .me-xxxl-n180-last:last-child {
    margin-right: -18rem !important;
  }
  .me-xxxl-n185-last:last-child {
    margin-right: -18.5rem !important;
  }
  .me-xxxl-n190-last:last-child {
    margin-right: -19rem !important;
  }
  .me-xxxl-n195-last:last-child {
    margin-right: -19.5rem !important;
  }
  .me-xxxl-n200-last:last-child {
    margin-right: -20rem !important;
  }
  .me-xxxl-n1-first:first-child {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2-first:first-child {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3-first:first-child {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4-first:first-child {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5-first:first-child {
    margin-right: -3rem !important;
  }
  .me-xxxl-n20-first:first-child {
    margin-right: -2rem !important;
  }
  .me-xxxl-n25-first:first-child {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n35-first:first-child {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n40-first:first-child {
    margin-right: -4rem !important;
  }
  .me-xxxl-n45-first:first-child {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n50-first:first-child {
    margin-right: -5rem !important;
  }
  .me-xxxl-n55-first:first-child {
    margin-right: -5.5rem !important;
  }
  .me-xxxl-n60-first:first-child {
    margin-right: -6rem !important;
  }
  .me-xxxl-n65-first:first-child {
    margin-right: -6.5rem !important;
  }
  .me-xxxl-n70-first:first-child {
    margin-right: -7rem !important;
  }
  .me-xxxl-n75-first:first-child {
    margin-right: -7.5rem !important;
  }
  .me-xxxl-n80-first:first-child {
    margin-right: -8rem !important;
  }
  .me-xxxl-n85-first:first-child {
    margin-right: -8.5rem !important;
  }
  .me-xxxl-n90-first:first-child {
    margin-right: -9rem !important;
  }
  .me-xxxl-n95-first:first-child {
    margin-right: -9.5rem !important;
  }
  .me-xxxl-n100-first:first-child {
    margin-right: -10rem !important;
  }
  .me-xxxl-n105-first:first-child {
    margin-right: -10.5rem !important;
  }
  .me-xxxl-n110-first:first-child {
    margin-right: -11rem !important;
  }
  .me-xxxl-n115-first:first-child {
    margin-right: -11.5rem !important;
  }
  .me-xxxl-n120-first:first-child {
    margin-right: -12rem !important;
  }
  .me-xxxl-n125-first:first-child {
    margin-right: -12.5rem !important;
  }
  .me-xxxl-n130-first:first-child {
    margin-right: -13rem !important;
  }
  .me-xxxl-n135-first:first-child {
    margin-right: -13.5rem !important;
  }
  .me-xxxl-n140-first:first-child {
    margin-right: -14rem !important;
  }
  .me-xxxl-n145-first:first-child {
    margin-right: -14.5rem !important;
  }
  .me-xxxl-n150-first:first-child {
    margin-right: -15rem !important;
  }
  .me-xxxl-n155-first:first-child {
    margin-right: -15.5rem !important;
  }
  .me-xxxl-n160-first:first-child {
    margin-right: -16rem !important;
  }
  .me-xxxl-n165-first:first-child {
    margin-right: -16.5rem !important;
  }
  .me-xxxl-n170-first:first-child {
    margin-right: -17rem !important;
  }
  .me-xxxl-n175-first:first-child {
    margin-right: -17.5rem !important;
  }
  .me-xxxl-n180-first:first-child {
    margin-right: -18rem !important;
  }
  .me-xxxl-n185-first:first-child {
    margin-right: -18.5rem !important;
  }
  .me-xxxl-n190-first:first-child {
    margin-right: -19rem !important;
  }
  .me-xxxl-n195-first:first-child {
    margin-right: -19.5rem !important;
  }
  .me-xxxl-n200-first:first-child {
    margin-right: -20rem !important;
  }
  .ms-xxxl-n1-last:last-child {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2-last:last-child {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3-last:last-child {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4-last:last-child {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5-last:last-child {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n20-last:last-child {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n25-last:last-child {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n35-last:last-child {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n40-last:last-child {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n45-last:last-child {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n50-last:last-child {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n55-last:last-child {
    margin-left: -5.5rem !important;
  }
  .ms-xxxl-n60-last:last-child {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n65-last:last-child {
    margin-left: -6.5rem !important;
  }
  .ms-xxxl-n70-last:last-child {
    margin-left: -7rem !important;
  }
  .ms-xxxl-n75-last:last-child {
    margin-left: -7.5rem !important;
  }
  .ms-xxxl-n80-last:last-child {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n85-last:last-child {
    margin-left: -8.5rem !important;
  }
  .ms-xxxl-n90-last:last-child {
    margin-left: -9rem !important;
  }
  .ms-xxxl-n95-last:last-child {
    margin-left: -9.5rem !important;
  }
  .ms-xxxl-n100-last:last-child {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n105-last:last-child {
    margin-left: -10.5rem !important;
  }
  .ms-xxxl-n110-last:last-child {
    margin-left: -11rem !important;
  }
  .ms-xxxl-n115-last:last-child {
    margin-left: -11.5rem !important;
  }
  .ms-xxxl-n120-last:last-child {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n125-last:last-child {
    margin-left: -12.5rem !important;
  }
  .ms-xxxl-n130-last:last-child {
    margin-left: -13rem !important;
  }
  .ms-xxxl-n135-last:last-child {
    margin-left: -13.5rem !important;
  }
  .ms-xxxl-n140-last:last-child {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n145-last:last-child {
    margin-left: -14.5rem !important;
  }
  .ms-xxxl-n150-last:last-child {
    margin-left: -15rem !important;
  }
  .ms-xxxl-n155-last:last-child {
    margin-left: -15.5rem !important;
  }
  .ms-xxxl-n160-last:last-child {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n165-last:last-child {
    margin-left: -16.5rem !important;
  }
  .ms-xxxl-n170-last:last-child {
    margin-left: -17rem !important;
  }
  .ms-xxxl-n175-last:last-child {
    margin-left: -17.5rem !important;
  }
  .ms-xxxl-n180-last:last-child {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n185-last:last-child {
    margin-left: -18.5rem !important;
  }
  .ms-xxxl-n190-last:last-child {
    margin-left: -19rem !important;
  }
  .ms-xxxl-n195-last:last-child {
    margin-left: -19.5rem !important;
  }
  .ms-xxxl-n200-last:last-child {
    margin-left: -20rem !important;
  }
  .ms-xxxl-n1-first:first-child {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2-first:first-child {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3-first:first-child {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4-first:first-child {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5-first:first-child {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n20-first:first-child {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n25-first:first-child {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n35-first:first-child {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n40-first:first-child {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n45-first:first-child {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n50-first:first-child {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n55-first:first-child {
    margin-left: -5.5rem !important;
  }
  .ms-xxxl-n60-first:first-child {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n65-first:first-child {
    margin-left: -6.5rem !important;
  }
  .ms-xxxl-n70-first:first-child {
    margin-left: -7rem !important;
  }
  .ms-xxxl-n75-first:first-child {
    margin-left: -7.5rem !important;
  }
  .ms-xxxl-n80-first:first-child {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n85-first:first-child {
    margin-left: -8.5rem !important;
  }
  .ms-xxxl-n90-first:first-child {
    margin-left: -9rem !important;
  }
  .ms-xxxl-n95-first:first-child {
    margin-left: -9.5rem !important;
  }
  .ms-xxxl-n100-first:first-child {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n105-first:first-child {
    margin-left: -10.5rem !important;
  }
  .ms-xxxl-n110-first:first-child {
    margin-left: -11rem !important;
  }
  .ms-xxxl-n115-first:first-child {
    margin-left: -11.5rem !important;
  }
  .ms-xxxl-n120-first:first-child {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n125-first:first-child {
    margin-left: -12.5rem !important;
  }
  .ms-xxxl-n130-first:first-child {
    margin-left: -13rem !important;
  }
  .ms-xxxl-n135-first:first-child {
    margin-left: -13.5rem !important;
  }
  .ms-xxxl-n140-first:first-child {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n145-first:first-child {
    margin-left: -14.5rem !important;
  }
  .ms-xxxl-n150-first:first-child {
    margin-left: -15rem !important;
  }
  .ms-xxxl-n155-first:first-child {
    margin-left: -15.5rem !important;
  }
  .ms-xxxl-n160-first:first-child {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n165-first:first-child {
    margin-left: -16.5rem !important;
  }
  .ms-xxxl-n170-first:first-child {
    margin-left: -17rem !important;
  }
  .ms-xxxl-n175-first:first-child {
    margin-left: -17.5rem !important;
  }
  .ms-xxxl-n180-first:first-child {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n185-first:first-child {
    margin-left: -18.5rem !important;
  }
  .ms-xxxl-n190-first:first-child {
    margin-left: -19rem !important;
  }
  .ms-xxxl-n195-first:first-child {
    margin-left: -19.5rem !important;
  }
  .ms-xxxl-n200-first:first-child {
    margin-left: -20rem !important;
  }
  .pe-xxxl-0-last:last-child {
    padding-right: 0 !important;
  }
  .pe-xxxl-1-last:last-child {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2-last:last-child {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3-last:last-child {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4-last:last-child {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5-last:last-child {
    padding-right: 3rem !important;
  }
  .pe-xxxl-20-last:last-child {
    padding-right: 2rem !important;
  }
  .pe-xxxl-25-last:last-child {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-35-last:last-child {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-40-last:last-child {
    padding-right: 4rem !important;
  }
  .pe-xxxl-45-last:last-child {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-50-last:last-child {
    padding-right: 5rem !important;
  }
  .pe-xxxl-55-last:last-child {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-60-last:last-child {
    padding-right: 6rem !important;
  }
  .pe-xxxl-65-last:last-child {
    padding-right: 6.5rem !important;
  }
  .pe-xxxl-70-last:last-child {
    padding-right: 7rem !important;
  }
  .pe-xxxl-75-last:last-child {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-80-last:last-child {
    padding-right: 8rem !important;
  }
  .pe-xxxl-85-last:last-child {
    padding-right: 8.5rem !important;
  }
  .pe-xxxl-90-last:last-child {
    padding-right: 9rem !important;
  }
  .pe-xxxl-95-last:last-child {
    padding-right: 9.5rem !important;
  }
  .pe-xxxl-100-last:last-child {
    padding-right: 10rem !important;
  }
  .pe-xxxl-105-last:last-child {
    padding-right: 10.5rem !important;
  }
  .pe-xxxl-110-last:last-child {
    padding-right: 11rem !important;
  }
  .pe-xxxl-115-last:last-child {
    padding-right: 11.5rem !important;
  }
  .pe-xxxl-120-last:last-child {
    padding-right: 12rem !important;
  }
  .pe-xxxl-125-last:last-child {
    padding-right: 12.5rem !important;
  }
  .pe-xxxl-130-last:last-child {
    padding-right: 13rem !important;
  }
  .pe-xxxl-135-last:last-child {
    padding-right: 13.5rem !important;
  }
  .pe-xxxl-140-last:last-child {
    padding-right: 14rem !important;
  }
  .pe-xxxl-145-last:last-child {
    padding-right: 14.5rem !important;
  }
  .pe-xxxl-150-last:last-child {
    padding-right: 15rem !important;
  }
  .pe-xxxl-155-last:last-child {
    padding-right: 15.5rem !important;
  }
  .pe-xxxl-160-last:last-child {
    padding-right: 16rem !important;
  }
  .pe-xxxl-165-last:last-child {
    padding-right: 16.5rem !important;
  }
  .pe-xxxl-170-last:last-child {
    padding-right: 17rem !important;
  }
  .pe-xxxl-175-last:last-child {
    padding-right: 17.5rem !important;
  }
  .pe-xxxl-180-last:last-child {
    padding-right: 18rem !important;
  }
  .pe-xxxl-185-last:last-child {
    padding-right: 18.5rem !important;
  }
  .pe-xxxl-190-last:last-child {
    padding-right: 19rem !important;
  }
  .pe-xxxl-195-last:last-child {
    padding-right: 19.5rem !important;
  }
  .pe-xxxl-200-last:last-child {
    padding-right: 20rem !important;
  }
  .pe-xxxl-0-first:first-child {
    padding-right: 0 !important;
  }
  .pe-xxxl-1-first:first-child {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2-first:first-child {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3-first:first-child {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4-first:first-child {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5-first:first-child {
    padding-right: 3rem !important;
  }
  .pe-xxxl-20-first:first-child {
    padding-right: 2rem !important;
  }
  .pe-xxxl-25-first:first-child {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-35-first:first-child {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-40-first:first-child {
    padding-right: 4rem !important;
  }
  .pe-xxxl-45-first:first-child {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-50-first:first-child {
    padding-right: 5rem !important;
  }
  .pe-xxxl-55-first:first-child {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-60-first:first-child {
    padding-right: 6rem !important;
  }
  .pe-xxxl-65-first:first-child {
    padding-right: 6.5rem !important;
  }
  .pe-xxxl-70-first:first-child {
    padding-right: 7rem !important;
  }
  .pe-xxxl-75-first:first-child {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-80-first:first-child {
    padding-right: 8rem !important;
  }
  .pe-xxxl-85-first:first-child {
    padding-right: 8.5rem !important;
  }
  .pe-xxxl-90-first:first-child {
    padding-right: 9rem !important;
  }
  .pe-xxxl-95-first:first-child {
    padding-right: 9.5rem !important;
  }
  .pe-xxxl-100-first:first-child {
    padding-right: 10rem !important;
  }
  .pe-xxxl-105-first:first-child {
    padding-right: 10.5rem !important;
  }
  .pe-xxxl-110-first:first-child {
    padding-right: 11rem !important;
  }
  .pe-xxxl-115-first:first-child {
    padding-right: 11.5rem !important;
  }
  .pe-xxxl-120-first:first-child {
    padding-right: 12rem !important;
  }
  .pe-xxxl-125-first:first-child {
    padding-right: 12.5rem !important;
  }
  .pe-xxxl-130-first:first-child {
    padding-right: 13rem !important;
  }
  .pe-xxxl-135-first:first-child {
    padding-right: 13.5rem !important;
  }
  .pe-xxxl-140-first:first-child {
    padding-right: 14rem !important;
  }
  .pe-xxxl-145-first:first-child {
    padding-right: 14.5rem !important;
  }
  .pe-xxxl-150-first:first-child {
    padding-right: 15rem !important;
  }
  .pe-xxxl-155-first:first-child {
    padding-right: 15.5rem !important;
  }
  .pe-xxxl-160-first:first-child {
    padding-right: 16rem !important;
  }
  .pe-xxxl-165-first:first-child {
    padding-right: 16.5rem !important;
  }
  .pe-xxxl-170-first:first-child {
    padding-right: 17rem !important;
  }
  .pe-xxxl-175-first:first-child {
    padding-right: 17.5rem !important;
  }
  .pe-xxxl-180-first:first-child {
    padding-right: 18rem !important;
  }
  .pe-xxxl-185-first:first-child {
    padding-right: 18.5rem !important;
  }
  .pe-xxxl-190-first:first-child {
    padding-right: 19rem !important;
  }
  .pe-xxxl-195-first:first-child {
    padding-right: 19.5rem !important;
  }
  .pe-xxxl-200-first:first-child {
    padding-right: 20rem !important;
  }
  .ps-xxxl-0-last:last-child {
    padding-left: 0 !important;
  }
  .ps-xxxl-1-last:last-child {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2-last:last-child {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3-last:last-child {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4-last:last-child {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5-last:last-child {
    padding-left: 3rem !important;
  }
  .ps-xxxl-20-last:last-child {
    padding-left: 2rem !important;
  }
  .ps-xxxl-25-last:last-child {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-35-last:last-child {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-40-last:last-child {
    padding-left: 4rem !important;
  }
  .ps-xxxl-45-last:last-child {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-50-last:last-child {
    padding-left: 5rem !important;
  }
  .ps-xxxl-55-last:last-child {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-60-last:last-child {
    padding-left: 6rem !important;
  }
  .ps-xxxl-65-last:last-child {
    padding-left: 6.5rem !important;
  }
  .ps-xxxl-70-last:last-child {
    padding-left: 7rem !important;
  }
  .ps-xxxl-75-last:last-child {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-80-last:last-child {
    padding-left: 8rem !important;
  }
  .ps-xxxl-85-last:last-child {
    padding-left: 8.5rem !important;
  }
  .ps-xxxl-90-last:last-child {
    padding-left: 9rem !important;
  }
  .ps-xxxl-95-last:last-child {
    padding-left: 9.5rem !important;
  }
  .ps-xxxl-100-last:last-child {
    padding-left: 10rem !important;
  }
  .ps-xxxl-105-last:last-child {
    padding-left: 10.5rem !important;
  }
  .ps-xxxl-110-last:last-child {
    padding-left: 11rem !important;
  }
  .ps-xxxl-115-last:last-child {
    padding-left: 11.5rem !important;
  }
  .ps-xxxl-120-last:last-child {
    padding-left: 12rem !important;
  }
  .ps-xxxl-125-last:last-child {
    padding-left: 12.5rem !important;
  }
  .ps-xxxl-130-last:last-child {
    padding-left: 13rem !important;
  }
  .ps-xxxl-135-last:last-child {
    padding-left: 13.5rem !important;
  }
  .ps-xxxl-140-last:last-child {
    padding-left: 14rem !important;
  }
  .ps-xxxl-145-last:last-child {
    padding-left: 14.5rem !important;
  }
  .ps-xxxl-150-last:last-child {
    padding-left: 15rem !important;
  }
  .ps-xxxl-155-last:last-child {
    padding-left: 15.5rem !important;
  }
  .ps-xxxl-160-last:last-child {
    padding-left: 16rem !important;
  }
  .ps-xxxl-165-last:last-child {
    padding-left: 16.5rem !important;
  }
  .ps-xxxl-170-last:last-child {
    padding-left: 17rem !important;
  }
  .ps-xxxl-175-last:last-child {
    padding-left: 17.5rem !important;
  }
  .ps-xxxl-180-last:last-child {
    padding-left: 18rem !important;
  }
  .ps-xxxl-185-last:last-child {
    padding-left: 18.5rem !important;
  }
  .ps-xxxl-190-last:last-child {
    padding-left: 19rem !important;
  }
  .ps-xxxl-195-last:last-child {
    padding-left: 19.5rem !important;
  }
  .ps-xxxl-200-last:last-child {
    padding-left: 20rem !important;
  }
  .ps-xxxl-0-first:first-child {
    padding-left: 0 !important;
  }
  .ps-xxxl-1-first:first-child {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2-first:first-child {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3-first:first-child {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4-first:first-child {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5-first:first-child {
    padding-left: 3rem !important;
  }
  .ps-xxxl-20-first:first-child {
    padding-left: 2rem !important;
  }
  .ps-xxxl-25-first:first-child {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-35-first:first-child {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-40-first:first-child {
    padding-left: 4rem !important;
  }
  .ps-xxxl-45-first:first-child {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-50-first:first-child {
    padding-left: 5rem !important;
  }
  .ps-xxxl-55-first:first-child {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-60-first:first-child {
    padding-left: 6rem !important;
  }
  .ps-xxxl-65-first:first-child {
    padding-left: 6.5rem !important;
  }
  .ps-xxxl-70-first:first-child {
    padding-left: 7rem !important;
  }
  .ps-xxxl-75-first:first-child {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-80-first:first-child {
    padding-left: 8rem !important;
  }
  .ps-xxxl-85-first:first-child {
    padding-left: 8.5rem !important;
  }
  .ps-xxxl-90-first:first-child {
    padding-left: 9rem !important;
  }
  .ps-xxxl-95-first:first-child {
    padding-left: 9.5rem !important;
  }
  .ps-xxxl-100-first:first-child {
    padding-left: 10rem !important;
  }
  .ps-xxxl-105-first:first-child {
    padding-left: 10.5rem !important;
  }
  .ps-xxxl-110-first:first-child {
    padding-left: 11rem !important;
  }
  .ps-xxxl-115-first:first-child {
    padding-left: 11.5rem !important;
  }
  .ps-xxxl-120-first:first-child {
    padding-left: 12rem !important;
  }
  .ps-xxxl-125-first:first-child {
    padding-left: 12.5rem !important;
  }
  .ps-xxxl-130-first:first-child {
    padding-left: 13rem !important;
  }
  .ps-xxxl-135-first:first-child {
    padding-left: 13.5rem !important;
  }
  .ps-xxxl-140-first:first-child {
    padding-left: 14rem !important;
  }
  .ps-xxxl-145-first:first-child {
    padding-left: 14.5rem !important;
  }
  .ps-xxxl-150-first:first-child {
    padding-left: 15rem !important;
  }
  .ps-xxxl-155-first:first-child {
    padding-left: 15.5rem !important;
  }
  .ps-xxxl-160-first:first-child {
    padding-left: 16rem !important;
  }
  .ps-xxxl-165-first:first-child {
    padding-left: 16.5rem !important;
  }
  .ps-xxxl-170-first:first-child {
    padding-left: 17rem !important;
  }
  .ps-xxxl-175-first:first-child {
    padding-left: 17.5rem !important;
  }
  .ps-xxxl-180-first:first-child {
    padding-left: 18rem !important;
  }
  .ps-xxxl-185-first:first-child {
    padding-left: 18.5rem !important;
  }
  .ps-xxxl-190-first:first-child {
    padding-left: 19rem !important;
  }
  .ps-xxxl-195-first:first-child {
    padding-left: 19.5rem !important;
  }
  .ps-xxxl-200-first:first-child {
    padding-left: 20rem !important;
  }
  .cursor-xxxl-default {
    cursor: default !important;
  }
  .cursor-xxxl-pointer {
    cursor: pointer !important;
  }
  .color-xxxl-blueHover:hover {
    color: #007CC2 !important;
  }
  .color-xxxl-indigoHover:hover {
    color: #6610f2 !important;
  }
  .color-xxxl-purpleHover:hover {
    color: #6f42c1 !important;
  }
  .color-xxxl-pinkHover:hover {
    color: #d63384 !important;
  }
  .color-xxxl-redHover:hover {
    color: #dc3545 !important;
  }
  .color-xxxl-orangeHover:hover {
    color: #FD8262 !important;
  }
  .color-xxxl-yellowHover:hover {
    color: #F6AE42 !important;
  }
  .color-xxxl-greenHover:hover {
    color: #627C36 !important;
  }
  .color-xxxl-tealHover:hover {
    color: #20c997 !important;
  }
  .color-xxxl-cyanHover:hover {
    color: #0dcaf0 !important;
  }
  .color-xxxl-blackHover:hover {
    color: #000 !important;
  }
  .color-xxxl-whiteHover:hover {
    color: #fff !important;
  }
  .color-xxxl-grayHover:hover {
    color: #6c757d !important;
  }
  .color-xxxl-transparentHover:hover {
    color: transparent !important;
  }
  .color-xxxl-blueDarkHover:hover {
    color: #2727ff !important;
  }
  .color-xxxl-blueLightHover:hover {
    color: #000094 !important;
  }
  .color-xxxl-pinkDarkHover:hover {
    color: #CC1F42 !important;
  }
  .color-xxxl-pinkLightHover:hover {
    color: #FF5983 !important;
  }
  .color-xxxl-redLightHover:hover {
    color: #ff212c !important;
  }
  .color-xxxl-redDarkHover:hover {
    color: #960010 !important;
  }
  .color-xxxl-yellowDarkHover:hover {
    color: #CCA300 !important;
  }
  .color-xxxl-yellowLightHover:hover {
    color: #FFDD33 !important;
  }
  .color-xxxl-greenLightHover:hover {
    color: #8FB914 !important;
  }
  .color-xxxl-greenDarkHover:hover {
    color: #2ACF80 !important;
  }
  .color-xxxl-grayDarkHover:hover {
    color: #313130 !important;
  }
  .color-xxxl-grayLightHover:hover {
    color: #8C8C8C !important;
  }
  .color-xxxl-lightHover:hover {
    color: #F1F1F1 !important;
  }
  .color-xxxl-brownHover:hover {
    color: #885F50 !important;
  }
  .color-xxxl-brownDarkHover:hover {
    color: #4D271A !important;
  }
  .color-xxxl-brownLightHover:hover {
    color: #CFB59E !important;
  }
  .color-xxxl-viberHover:hover {
    color: #665CAC !important;
  }
  .color-xxxl-whatsappHover:hover {
    color: #25D366 !important;
  }
  .color-xxxl-facebookHover:hover {
    color: #1a77f2 !important;
  }
  .color-xxxl-vkontakteHover:hover {
    color: #0077FF !important;
  }
  .color-xxxl-telegramHover:hover {
    color: #0088cc !important;
  }
  .color-xxxl-youtubeHover:hover {
    color: #ff0000 !important;
  }
  .color-xxxl-spotifyHover:hover {
    color: #1ED760 !important;
  }
  .color-xxxl-yandexMusicHover:hover {
    color: #FC3F1D !important;
  }
  .color-xxxl-sberZvukHover:hover {
    color: #07ead8 !important;
  }
  .color-xxxl-appleMusicHover:hover {
    color: #fa586a !important;
  }
  .color-xxxl-flampHover:hover {
    color: #2E6BE5 !important;
  }
  .color-xxxl-badstudioHover:hover {
    color: #c7212c !important;
  }
  .color-xxxl-lightDarkHover:hover {
    color: #D9D9D9 !important;
  }
  .color-xxxl-blueActive.active {
    color: #007CC2 !important;
  }
  .color-xxxl-indigoActive.active {
    color: #6610f2 !important;
  }
  .color-xxxl-purpleActive.active {
    color: #6f42c1 !important;
  }
  .color-xxxl-pinkActive.active {
    color: #d63384 !important;
  }
  .color-xxxl-redActive.active {
    color: #dc3545 !important;
  }
  .color-xxxl-orangeActive.active {
    color: #FD8262 !important;
  }
  .color-xxxl-yellowActive.active {
    color: #F6AE42 !important;
  }
  .color-xxxl-greenActive.active {
    color: #627C36 !important;
  }
  .color-xxxl-tealActive.active {
    color: #20c997 !important;
  }
  .color-xxxl-cyanActive.active {
    color: #0dcaf0 !important;
  }
  .color-xxxl-blackActive.active {
    color: #000 !important;
  }
  .color-xxxl-whiteActive.active {
    color: #fff !important;
  }
  .color-xxxl-grayActive.active {
    color: #6c757d !important;
  }
  .color-xxxl-transparentActive.active {
    color: transparent !important;
  }
  .color-xxxl-blueDarkActive.active {
    color: #2727ff !important;
  }
  .color-xxxl-blueLightActive.active {
    color: #000094 !important;
  }
  .color-xxxl-pinkDarkActive.active {
    color: #CC1F42 !important;
  }
  .color-xxxl-pinkLightActive.active {
    color: #FF5983 !important;
  }
  .color-xxxl-redLightActive.active {
    color: #ff212c !important;
  }
  .color-xxxl-redDarkActive.active {
    color: #960010 !important;
  }
  .color-xxxl-yellowDarkActive.active {
    color: #CCA300 !important;
  }
  .color-xxxl-yellowLightActive.active {
    color: #FFDD33 !important;
  }
  .color-xxxl-greenLightActive.active {
    color: #8FB914 !important;
  }
  .color-xxxl-greenDarkActive.active {
    color: #2ACF80 !important;
  }
  .color-xxxl-grayDarkActive.active {
    color: #313130 !important;
  }
  .color-xxxl-grayLightActive.active {
    color: #8C8C8C !important;
  }
  .color-xxxl-lightActive.active {
    color: #F1F1F1 !important;
  }
  .color-xxxl-brownActive.active {
    color: #885F50 !important;
  }
  .color-xxxl-brownDarkActive.active {
    color: #4D271A !important;
  }
  .color-xxxl-brownLightActive.active {
    color: #CFB59E !important;
  }
  .color-xxxl-viberActive.active {
    color: #665CAC !important;
  }
  .color-xxxl-whatsappActive.active {
    color: #25D366 !important;
  }
  .color-xxxl-facebookActive.active {
    color: #1a77f2 !important;
  }
  .color-xxxl-vkontakteActive.active {
    color: #0077FF !important;
  }
  .color-xxxl-telegramActive.active {
    color: #0088cc !important;
  }
  .color-xxxl-youtubeActive.active {
    color: #ff0000 !important;
  }
  .color-xxxl-spotifyActive.active {
    color: #1ED760 !important;
  }
  .color-xxxl-yandexMusicActive.active {
    color: #FC3F1D !important;
  }
  .color-xxxl-sberZvukActive.active {
    color: #07ead8 !important;
  }
  .color-xxxl-appleMusicActive.active {
    color: #fa586a !important;
  }
  .color-xxxl-flampActive.active {
    color: #2E6BE5 !important;
  }
  .color-xxxl-badstudioActive.active {
    color: #c7212c !important;
  }
  .color-xxxl-lightDarkActive.active {
    color: #D9D9D9 !important;
  }
  .bg-xxxl-blueHover:hover {
    background-color: #007CC2 !important;
  }
  .bg-xxxl-indigoHover:hover {
    background-color: #6610f2 !important;
  }
  .bg-xxxl-purpleHover:hover {
    background-color: #6f42c1 !important;
  }
  .bg-xxxl-pinkHover:hover {
    background-color: #d63384 !important;
  }
  .bg-xxxl-redHover:hover {
    background-color: #dc3545 !important;
  }
  .bg-xxxl-orangeHover:hover {
    background-color: #FD8262 !important;
  }
  .bg-xxxl-yellowHover:hover {
    background-color: #F6AE42 !important;
  }
  .bg-xxxl-greenHover:hover {
    background-color: #627C36 !important;
  }
  .bg-xxxl-tealHover:hover {
    background-color: #20c997 !important;
  }
  .bg-xxxl-cyanHover:hover {
    background-color: #0dcaf0 !important;
  }
  .bg-xxxl-blackHover:hover {
    background-color: #000 !important;
  }
  .bg-xxxl-whiteHover:hover {
    background-color: #fff !important;
  }
  .bg-xxxl-grayHover:hover {
    background-color: #6c757d !important;
  }
  .bg-xxxl-transparentHover:hover {
    background-color: transparent !important;
  }
  .bg-xxxl-blueDarkHover:hover {
    background-color: #2727ff !important;
  }
  .bg-xxxl-blueLightHover:hover {
    background-color: #000094 !important;
  }
  .bg-xxxl-pinkDarkHover:hover {
    background-color: #CC1F42 !important;
  }
  .bg-xxxl-pinkLightHover:hover {
    background-color: #FF5983 !important;
  }
  .bg-xxxl-redLightHover:hover {
    background-color: #ff212c !important;
  }
  .bg-xxxl-redDarkHover:hover {
    background-color: #960010 !important;
  }
  .bg-xxxl-yellowDarkHover:hover {
    background-color: #CCA300 !important;
  }
  .bg-xxxl-yellowLightHover:hover {
    background-color: #FFDD33 !important;
  }
  .bg-xxxl-greenLightHover:hover {
    background-color: #8FB914 !important;
  }
  .bg-xxxl-greenDarkHover:hover {
    background-color: #2ACF80 !important;
  }
  .bg-xxxl-grayDarkHover:hover {
    background-color: #313130 !important;
  }
  .bg-xxxl-grayLightHover:hover {
    background-color: #8C8C8C !important;
  }
  .bg-xxxl-lightHover:hover {
    background-color: #F1F1F1 !important;
  }
  .bg-xxxl-brownHover:hover {
    background-color: #885F50 !important;
  }
  .bg-xxxl-brownDarkHover:hover {
    background-color: #4D271A !important;
  }
  .bg-xxxl-brownLightHover:hover {
    background-color: #CFB59E !important;
  }
  .bg-xxxl-viberHover:hover {
    background-color: #665CAC !important;
  }
  .bg-xxxl-whatsappHover:hover {
    background-color: #25D366 !important;
  }
  .bg-xxxl-facebookHover:hover {
    background-color: #1a77f2 !important;
  }
  .bg-xxxl-vkontakteHover:hover {
    background-color: #0077FF !important;
  }
  .bg-xxxl-telegramHover:hover {
    background-color: #0088cc !important;
  }
  .bg-xxxl-youtubeHover:hover {
    background-color: #ff0000 !important;
  }
  .bg-xxxl-spotifyHover:hover {
    background-color: #1ED760 !important;
  }
  .bg-xxxl-yandexMusicHover:hover {
    background-color: #FC3F1D !important;
  }
  .bg-xxxl-sberZvukHover:hover {
    background-color: #07ead8 !important;
  }
  .bg-xxxl-appleMusicHover:hover {
    background-color: #fa586a !important;
  }
  .bg-xxxl-flampHover:hover {
    background-color: #2E6BE5 !important;
  }
  .bg-xxxl-badstudioHover:hover {
    background-color: #c7212c !important;
  }
  .bg-xxxl-lightDarkHover:hover {
    background-color: #D9D9D9 !important;
  }
  .border-xxxl-none {
    border-style: none !important;
  }
  .border-xxxl-dotted {
    border-style: dotted !important;
  }
  .border-xxxl-dashed {
    border-style: dashed !important;
  }
  .border-xxxl-solid {
    border-style: solid !important;
  }
  .border-xxxl-double {
    border-style: double !important;
  }
  .border-xxxl-groove {
    border-style: groove !important;
  }
  .border-xxxl-inset {
    border-style: inset !important;
  }
  .border-xxxl-outset {
    border-style: outset !important;
  }
  .border-left-xxxl-none {
    border-left-style: none !important;
  }
  .border-left-xxxl-dotted {
    border-left-style: dotted !important;
  }
  .border-left-xxxl-dashed {
    border-left-style: dashed !important;
  }
  .border-left-xxxl-solid {
    border-left-style: solid !important;
  }
  .border-left-xxxl-double {
    border-left-style: double !important;
  }
  .border-left-xxxl-groove {
    border-left-style: groove !important;
  }
  .border-left-xxxl-inset {
    border-left-style: inset !important;
  }
  .border-left-xxxl-outset {
    border-left-style: outset !important;
  }
  .border-right-xxxl-none {
    border-right-style: none !important;
  }
  .border-right-xxxl-dotted {
    border-right-style: dotted !important;
  }
  .border-right-xxxl-dashed {
    border-right-style: dashed !important;
  }
  .border-right-xxxl-solid {
    border-right-style: solid !important;
  }
  .border-right-xxxl-double {
    border-right-style: double !important;
  }
  .border-right-xxxl-groove {
    border-right-style: groove !important;
  }
  .border-right-xxxl-inset {
    border-right-style: inset !important;
  }
  .border-right-xxxl-outset {
    border-right-style: outset !important;
  }
  .border-top-xxxl-none {
    border-top-style: none !important;
  }
  .border-top-xxxl-dotted {
    border-top-style: dotted !important;
  }
  .border-top-xxxl-dashed {
    border-top-style: dashed !important;
  }
  .border-top-xxxl-solid {
    border-top-style: solid !important;
  }
  .border-top-xxxl-double {
    border-top-style: double !important;
  }
  .border-top-xxxl-groove {
    border-top-style: groove !important;
  }
  .border-top-xxxl-inset {
    border-top-style: inset !important;
  }
  .border-top-xxxl-outset {
    border-top-style: outset !important;
  }
  .border-bottom-xxxl-none {
    border-bottom-style: none !important;
  }
  .border-bottom-xxxl-dotted {
    border-bottom-style: dotted !important;
  }
  .border-bottom-xxxl-dashed {
    border-bottom-style: dashed !important;
  }
  .border-bottom-xxxl-solid {
    border-bottom-style: solid !important;
  }
  .border-bottom-xxxl-double {
    border-bottom-style: double !important;
  }
  .border-bottom-xxxl-groove {
    border-bottom-style: groove !important;
  }
  .border-bottom-xxxl-inset {
    border-bottom-style: inset !important;
  }
  .border-bottom-xxxl-outset {
    border-bottom-style: outset !important;
  }
  .border-xxxl-inherit {
    border-width: inherit !important;
  }
  .border-xxxl-0 {
    border-width: 0 !important;
  }
  .border-xxxl-01 {
    border-width: 0.1rem !important;
  }
  .border-xxxl-02 {
    border-width: 0.2rem !important;
  }
  .border-xxxl-03 {
    border-width: 0.3rem !important;
  }
  .border-xxxl-04 {
    border-width: 0.4rem !important;
  }
  .border-xxxl-05 {
    border-width: 0.5rem !important;
  }
  .border-xxxl-06 {
    border-width: 0.6rem !important;
  }
  .border-xxxl-07 {
    border-width: 0.7rem !important;
  }
  .border-xxxl-08 {
    border-width: 0.8rem !important;
  }
  .border-xxxl-09 {
    border-width: 0.9rem !important;
  }
  .border-xxxl-1 {
    border-width: 1rem !important;
  }
  .border-xxxl-10 {
    border-width: 1rem !important;
  }
  .border-xxxl-11 {
    border-width: 1.1rem !important;
  }
  .border-xxxl-12 {
    border-width: 1.2rem !important;
  }
  .border-xxxl-13 {
    border-width: 1.3rem !important;
  }
  .border-xxxl-14 {
    border-width: 1.4rem !important;
  }
  .border-xxxl-15 {
    border-width: 1.5rem !important;
  }
  .border-xxxl-16 {
    border-width: 1.6rem !important;
  }
  .border-xxxl-17 {
    border-width: 1.7rem !important;
  }
  .border-xxxl-18 {
    border-width: 1.8rem !important;
  }
  .border-xxxl-19 {
    border-width: 1.9rem !important;
  }
  .border-xxxl-2 {
    border-width: 2rem !important;
  }
  .border-xxxl-20 {
    border-width: 2rem !important;
  }
  .border-xxxl-21 {
    border-width: 2.1rem !important;
  }
  .border-xxxl-22 {
    border-width: 2.2rem !important;
  }
  .border-xxxl-23 {
    border-width: 2.3rem !important;
  }
  .border-xxxl-24 {
    border-width: 2.4rem !important;
  }
  .border-xxxl-25 {
    border-width: 2.5rem !important;
  }
  .border-xxxl-26 {
    border-width: 2.6rem !important;
  }
  .border-xxxl-27 {
    border-width: 2.7rem !important;
  }
  .border-xxxl-28 {
    border-width: 2.8rem !important;
  }
  .border-xxxl-29 {
    border-width: 2.9rem !important;
  }
  .border-xxxl-3 {
    border-width: 3rem !important;
  }
  .border-xxxl-30 {
    border-width: 3rem !important;
  }
  .border-xxxl-31 {
    border-width: 3.1rem !important;
  }
  .border-xxxl-32 {
    border-width: 3.2rem !important;
  }
  .border-xxxl-33 {
    border-width: 3.3rem !important;
  }
  .border-xxxl-34 {
    border-width: 3.4rem !important;
  }
  .border-xxxl-35 {
    border-width: 3.5rem !important;
  }
  .border-xxxl-36 {
    border-width: 3.6rem !important;
  }
  .border-xxxl-37 {
    border-width: 3.7rem !important;
  }
  .border-xxxl-38 {
    border-width: 3.8rem !important;
  }
  .border-xxxl-39 {
    border-width: 3.9rem !important;
  }
  .border-xxxl-4 {
    border-width: 4rem !important;
  }
  .border-xxxl-40 {
    border-width: 4rem !important;
  }
  .border-xxxl-41 {
    border-width: 4.1rem !important;
  }
  .border-xxxl-42 {
    border-width: 4.2rem !important;
  }
  .border-xxxl-43 {
    border-width: 4.3rem !important;
  }
  .border-xxxl-44 {
    border-width: 4.4rem !important;
  }
  .border-xxxl-45 {
    border-width: 4.5rem !important;
  }
  .border-xxxl-46 {
    border-width: 4.6rem !important;
  }
  .border-xxxl-47 {
    border-width: 4.7rem !important;
  }
  .border-xxxl-48 {
    border-width: 4.8rem !important;
  }
  .border-xxxl-49 {
    border-width: 4.9rem !important;
  }
  .border-xxxl-5 {
    border-width: 5rem !important;
  }
  .border-xxxl-50 {
    border-width: 5rem !important;
  }
  .border-xxxl-51 {
    border-width: 5.1rem !important;
  }
  .border-xxxl-52 {
    border-width: 5.2rem !important;
  }
  .border-xxxl-53 {
    border-width: 5.3rem !important;
  }
  .border-xxxl-54 {
    border-width: 5.4rem !important;
  }
  .border-xxxl-55 {
    border-width: 5.5rem !important;
  }
  .border-xxxl-56 {
    border-width: 5.6rem !important;
  }
  .border-xxxl-57 {
    border-width: 5.7rem !important;
  }
  .border-xxxl-58 {
    border-width: 5.8rem !important;
  }
  .border-xxxl-59 {
    border-width: 5.9rem !important;
  }
  .border-xxxl-6 {
    border-width: 6rem !important;
  }
  .border-xxxl-60 {
    border-width: 6rem !important;
  }
  .border-xxxl-61 {
    border-width: 6.1rem !important;
  }
  .border-xxxl-62 {
    border-width: 6.2rem !important;
  }
  .border-xxxl-63 {
    border-width: 6.3rem !important;
  }
  .border-xxxl-64 {
    border-width: 6.4rem !important;
  }
  .border-xxxl-65 {
    border-width: 6.5rem !important;
  }
  .border-xxxl-66 {
    border-width: 6.6rem !important;
  }
  .border-xxxl-67 {
    border-width: 6.7rem !important;
  }
  .border-xxxl-68 {
    border-width: 6.8rem !important;
  }
  .border-xxxl-69 {
    border-width: 6.9rem !important;
  }
  .border-xxxl-7 {
    border-width: 7rem !important;
  }
  .border-xxxl-70 {
    border-width: 7rem !important;
  }
  .border-xxxl-71 {
    border-width: 7.1rem !important;
  }
  .border-xxxl-72 {
    border-width: 7.2rem !important;
  }
  .border-xxxl-73 {
    border-width: 7.3rem !important;
  }
  .border-xxxl-74 {
    border-width: 7.4rem !important;
  }
  .border-xxxl-75 {
    border-width: 7.5rem !important;
  }
  .border-xxxl-76 {
    border-width: 7.6rem !important;
  }
  .border-xxxl-77 {
    border-width: 7.7rem !important;
  }
  .border-xxxl-78 {
    border-width: 7.8rem !important;
  }
  .border-xxxl-79 {
    border-width: 7.9rem !important;
  }
  .border-xxxl-8 {
    border-width: 8rem !important;
  }
  .border-xxxl-80 {
    border-width: 8rem !important;
  }
  .border-xxxl-81 {
    border-width: 8.1rem !important;
  }
  .border-xxxl-82 {
    border-width: 8.2rem !important;
  }
  .border-xxxl-83 {
    border-width: 8.3rem !important;
  }
  .border-xxxl-84 {
    border-width: 8.4rem !important;
  }
  .border-xxxl-85 {
    border-width: 8.5rem !important;
  }
  .border-xxxl-86 {
    border-width: 8.6rem !important;
  }
  .border-xxxl-87 {
    border-width: 8.7rem !important;
  }
  .border-xxxl-88 {
    border-width: 8.8rem !important;
  }
  .border-xxxl-89 {
    border-width: 8.9rem !important;
  }
  .border-xxxl-9 {
    border-width: 9rem !important;
  }
  .border-xxxl-90 {
    border-width: 9rem !important;
  }
  .border-xxxl-91 {
    border-width: 9.1rem !important;
  }
  .border-xxxl-92 {
    border-width: 9.2rem !important;
  }
  .border-xxxl-93 {
    border-width: 9.3rem !important;
  }
  .border-xxxl-94 {
    border-width: 9.4rem !important;
  }
  .border-xxxl-95 {
    border-width: 9.5rem !important;
  }
  .border-xxxl-96 {
    border-width: 9.6rem !important;
  }
  .border-xxxl-97 {
    border-width: 9.7rem !important;
  }
  .border-xxxl-98 {
    border-width: 9.8rem !important;
  }
  .border-xxxl-99 {
    border-width: 9.9rem !important;
  }
  .border-xxxl-100 {
    border-width: 10rem !important;
  }
  .border-xxxl-110 {
    border-width: 11rem !important;
  }
  .border-xxxl-120 {
    border-width: 12rem !important;
  }
  .border-xxxl-130 {
    border-width: 13rem !important;
  }
  .border-xxxl-140 {
    border-width: 14rem !important;
  }
  .border-xxxl-150 {
    border-width: 15rem !important;
  }
  .border-xxxl-160 {
    border-width: 16rem !important;
  }
  .border-xxxl-170 {
    border-width: 17rem !important;
  }
  .border-xxxl-180 {
    border-width: 18rem !important;
  }
  .border-xxxl-190 {
    border-width: 19rem !important;
  }
  .border-xxxl-200 {
    border-width: 20rem !important;
  }
  .border-left-xxxl-inherit {
    border-left-width: inherit !important;
  }
  .border-left-xxxl-0 {
    border-left-width: 0 !important;
  }
  .border-left-xxxl-01 {
    border-left-width: 0.1rem !important;
  }
  .border-left-xxxl-02 {
    border-left-width: 0.2rem !important;
  }
  .border-left-xxxl-03 {
    border-left-width: 0.3rem !important;
  }
  .border-left-xxxl-04 {
    border-left-width: 0.4rem !important;
  }
  .border-left-xxxl-05 {
    border-left-width: 0.5rem !important;
  }
  .border-left-xxxl-06 {
    border-left-width: 0.6rem !important;
  }
  .border-left-xxxl-07 {
    border-left-width: 0.7rem !important;
  }
  .border-left-xxxl-08 {
    border-left-width: 0.8rem !important;
  }
  .border-left-xxxl-09 {
    border-left-width: 0.9rem !important;
  }
  .border-left-xxxl-1 {
    border-left-width: 1rem !important;
  }
  .border-left-xxxl-10 {
    border-left-width: 1rem !important;
  }
  .border-left-xxxl-11 {
    border-left-width: 1.1rem !important;
  }
  .border-left-xxxl-12 {
    border-left-width: 1.2rem !important;
  }
  .border-left-xxxl-13 {
    border-left-width: 1.3rem !important;
  }
  .border-left-xxxl-14 {
    border-left-width: 1.4rem !important;
  }
  .border-left-xxxl-15 {
    border-left-width: 1.5rem !important;
  }
  .border-left-xxxl-16 {
    border-left-width: 1.6rem !important;
  }
  .border-left-xxxl-17 {
    border-left-width: 1.7rem !important;
  }
  .border-left-xxxl-18 {
    border-left-width: 1.8rem !important;
  }
  .border-left-xxxl-19 {
    border-left-width: 1.9rem !important;
  }
  .border-left-xxxl-2 {
    border-left-width: 2rem !important;
  }
  .border-left-xxxl-20 {
    border-left-width: 2rem !important;
  }
  .border-left-xxxl-21 {
    border-left-width: 2.1rem !important;
  }
  .border-left-xxxl-22 {
    border-left-width: 2.2rem !important;
  }
  .border-left-xxxl-23 {
    border-left-width: 2.3rem !important;
  }
  .border-left-xxxl-24 {
    border-left-width: 2.4rem !important;
  }
  .border-left-xxxl-25 {
    border-left-width: 2.5rem !important;
  }
  .border-left-xxxl-26 {
    border-left-width: 2.6rem !important;
  }
  .border-left-xxxl-27 {
    border-left-width: 2.7rem !important;
  }
  .border-left-xxxl-28 {
    border-left-width: 2.8rem !important;
  }
  .border-left-xxxl-29 {
    border-left-width: 2.9rem !important;
  }
  .border-left-xxxl-3 {
    border-left-width: 3rem !important;
  }
  .border-left-xxxl-30 {
    border-left-width: 3rem !important;
  }
  .border-left-xxxl-31 {
    border-left-width: 3.1rem !important;
  }
  .border-left-xxxl-32 {
    border-left-width: 3.2rem !important;
  }
  .border-left-xxxl-33 {
    border-left-width: 3.3rem !important;
  }
  .border-left-xxxl-34 {
    border-left-width: 3.4rem !important;
  }
  .border-left-xxxl-35 {
    border-left-width: 3.5rem !important;
  }
  .border-left-xxxl-36 {
    border-left-width: 3.6rem !important;
  }
  .border-left-xxxl-37 {
    border-left-width: 3.7rem !important;
  }
  .border-left-xxxl-38 {
    border-left-width: 3.8rem !important;
  }
  .border-left-xxxl-39 {
    border-left-width: 3.9rem !important;
  }
  .border-left-xxxl-4 {
    border-left-width: 4rem !important;
  }
  .border-left-xxxl-40 {
    border-left-width: 4rem !important;
  }
  .border-left-xxxl-41 {
    border-left-width: 4.1rem !important;
  }
  .border-left-xxxl-42 {
    border-left-width: 4.2rem !important;
  }
  .border-left-xxxl-43 {
    border-left-width: 4.3rem !important;
  }
  .border-left-xxxl-44 {
    border-left-width: 4.4rem !important;
  }
  .border-left-xxxl-45 {
    border-left-width: 4.5rem !important;
  }
  .border-left-xxxl-46 {
    border-left-width: 4.6rem !important;
  }
  .border-left-xxxl-47 {
    border-left-width: 4.7rem !important;
  }
  .border-left-xxxl-48 {
    border-left-width: 4.8rem !important;
  }
  .border-left-xxxl-49 {
    border-left-width: 4.9rem !important;
  }
  .border-left-xxxl-5 {
    border-left-width: 5rem !important;
  }
  .border-left-xxxl-50 {
    border-left-width: 5rem !important;
  }
  .border-left-xxxl-51 {
    border-left-width: 5.1rem !important;
  }
  .border-left-xxxl-52 {
    border-left-width: 5.2rem !important;
  }
  .border-left-xxxl-53 {
    border-left-width: 5.3rem !important;
  }
  .border-left-xxxl-54 {
    border-left-width: 5.4rem !important;
  }
  .border-left-xxxl-55 {
    border-left-width: 5.5rem !important;
  }
  .border-left-xxxl-56 {
    border-left-width: 5.6rem !important;
  }
  .border-left-xxxl-57 {
    border-left-width: 5.7rem !important;
  }
  .border-left-xxxl-58 {
    border-left-width: 5.8rem !important;
  }
  .border-left-xxxl-59 {
    border-left-width: 5.9rem !important;
  }
  .border-left-xxxl-6 {
    border-left-width: 6rem !important;
  }
  .border-left-xxxl-60 {
    border-left-width: 6rem !important;
  }
  .border-left-xxxl-61 {
    border-left-width: 6.1rem !important;
  }
  .border-left-xxxl-62 {
    border-left-width: 6.2rem !important;
  }
  .border-left-xxxl-63 {
    border-left-width: 6.3rem !important;
  }
  .border-left-xxxl-64 {
    border-left-width: 6.4rem !important;
  }
  .border-left-xxxl-65 {
    border-left-width: 6.5rem !important;
  }
  .border-left-xxxl-66 {
    border-left-width: 6.6rem !important;
  }
  .border-left-xxxl-67 {
    border-left-width: 6.7rem !important;
  }
  .border-left-xxxl-68 {
    border-left-width: 6.8rem !important;
  }
  .border-left-xxxl-69 {
    border-left-width: 6.9rem !important;
  }
  .border-left-xxxl-7 {
    border-left-width: 7rem !important;
  }
  .border-left-xxxl-70 {
    border-left-width: 7rem !important;
  }
  .border-left-xxxl-71 {
    border-left-width: 7.1rem !important;
  }
  .border-left-xxxl-72 {
    border-left-width: 7.2rem !important;
  }
  .border-left-xxxl-73 {
    border-left-width: 7.3rem !important;
  }
  .border-left-xxxl-74 {
    border-left-width: 7.4rem !important;
  }
  .border-left-xxxl-75 {
    border-left-width: 7.5rem !important;
  }
  .border-left-xxxl-76 {
    border-left-width: 7.6rem !important;
  }
  .border-left-xxxl-77 {
    border-left-width: 7.7rem !important;
  }
  .border-left-xxxl-78 {
    border-left-width: 7.8rem !important;
  }
  .border-left-xxxl-79 {
    border-left-width: 7.9rem !important;
  }
  .border-left-xxxl-8 {
    border-left-width: 8rem !important;
  }
  .border-left-xxxl-80 {
    border-left-width: 8rem !important;
  }
  .border-left-xxxl-81 {
    border-left-width: 8.1rem !important;
  }
  .border-left-xxxl-82 {
    border-left-width: 8.2rem !important;
  }
  .border-left-xxxl-83 {
    border-left-width: 8.3rem !important;
  }
  .border-left-xxxl-84 {
    border-left-width: 8.4rem !important;
  }
  .border-left-xxxl-85 {
    border-left-width: 8.5rem !important;
  }
  .border-left-xxxl-86 {
    border-left-width: 8.6rem !important;
  }
  .border-left-xxxl-87 {
    border-left-width: 8.7rem !important;
  }
  .border-left-xxxl-88 {
    border-left-width: 8.8rem !important;
  }
  .border-left-xxxl-89 {
    border-left-width: 8.9rem !important;
  }
  .border-left-xxxl-9 {
    border-left-width: 9rem !important;
  }
  .border-left-xxxl-90 {
    border-left-width: 9rem !important;
  }
  .border-left-xxxl-91 {
    border-left-width: 9.1rem !important;
  }
  .border-left-xxxl-92 {
    border-left-width: 9.2rem !important;
  }
  .border-left-xxxl-93 {
    border-left-width: 9.3rem !important;
  }
  .border-left-xxxl-94 {
    border-left-width: 9.4rem !important;
  }
  .border-left-xxxl-95 {
    border-left-width: 9.5rem !important;
  }
  .border-left-xxxl-96 {
    border-left-width: 9.6rem !important;
  }
  .border-left-xxxl-97 {
    border-left-width: 9.7rem !important;
  }
  .border-left-xxxl-98 {
    border-left-width: 9.8rem !important;
  }
  .border-left-xxxl-99 {
    border-left-width: 9.9rem !important;
  }
  .border-left-xxxl-100 {
    border-left-width: 10rem !important;
  }
  .border-left-xxxl-110 {
    border-left-width: 11rem !important;
  }
  .border-left-xxxl-120 {
    border-left-width: 12rem !important;
  }
  .border-left-xxxl-130 {
    border-left-width: 13rem !important;
  }
  .border-left-xxxl-140 {
    border-left-width: 14rem !important;
  }
  .border-left-xxxl-150 {
    border-left-width: 15rem !important;
  }
  .border-left-xxxl-160 {
    border-left-width: 16rem !important;
  }
  .border-left-xxxl-170 {
    border-left-width: 17rem !important;
  }
  .border-left-xxxl-180 {
    border-left-width: 18rem !important;
  }
  .border-left-xxxl-190 {
    border-left-width: 19rem !important;
  }
  .border-left-xxxl-200 {
    border-left-width: 20rem !important;
  }
  .border-right-xxxl-inherit {
    border-right-width: inherit !important;
  }
  .border-right-xxxl-0 {
    border-right-width: 0 !important;
  }
  .border-right-xxxl-01 {
    border-right-width: 0.1rem !important;
  }
  .border-right-xxxl-02 {
    border-right-width: 0.2rem !important;
  }
  .border-right-xxxl-03 {
    border-right-width: 0.3rem !important;
  }
  .border-right-xxxl-04 {
    border-right-width: 0.4rem !important;
  }
  .border-right-xxxl-05 {
    border-right-width: 0.5rem !important;
  }
  .border-right-xxxl-06 {
    border-right-width: 0.6rem !important;
  }
  .border-right-xxxl-07 {
    border-right-width: 0.7rem !important;
  }
  .border-right-xxxl-08 {
    border-right-width: 0.8rem !important;
  }
  .border-right-xxxl-09 {
    border-right-width: 0.9rem !important;
  }
  .border-right-xxxl-1 {
    border-right-width: 1rem !important;
  }
  .border-right-xxxl-10 {
    border-right-width: 1rem !important;
  }
  .border-right-xxxl-11 {
    border-right-width: 1.1rem !important;
  }
  .border-right-xxxl-12 {
    border-right-width: 1.2rem !important;
  }
  .border-right-xxxl-13 {
    border-right-width: 1.3rem !important;
  }
  .border-right-xxxl-14 {
    border-right-width: 1.4rem !important;
  }
  .border-right-xxxl-15 {
    border-right-width: 1.5rem !important;
  }
  .border-right-xxxl-16 {
    border-right-width: 1.6rem !important;
  }
  .border-right-xxxl-17 {
    border-right-width: 1.7rem !important;
  }
  .border-right-xxxl-18 {
    border-right-width: 1.8rem !important;
  }
  .border-right-xxxl-19 {
    border-right-width: 1.9rem !important;
  }
  .border-right-xxxl-2 {
    border-right-width: 2rem !important;
  }
  .border-right-xxxl-20 {
    border-right-width: 2rem !important;
  }
  .border-right-xxxl-21 {
    border-right-width: 2.1rem !important;
  }
  .border-right-xxxl-22 {
    border-right-width: 2.2rem !important;
  }
  .border-right-xxxl-23 {
    border-right-width: 2.3rem !important;
  }
  .border-right-xxxl-24 {
    border-right-width: 2.4rem !important;
  }
  .border-right-xxxl-25 {
    border-right-width: 2.5rem !important;
  }
  .border-right-xxxl-26 {
    border-right-width: 2.6rem !important;
  }
  .border-right-xxxl-27 {
    border-right-width: 2.7rem !important;
  }
  .border-right-xxxl-28 {
    border-right-width: 2.8rem !important;
  }
  .border-right-xxxl-29 {
    border-right-width: 2.9rem !important;
  }
  .border-right-xxxl-3 {
    border-right-width: 3rem !important;
  }
  .border-right-xxxl-30 {
    border-right-width: 3rem !important;
  }
  .border-right-xxxl-31 {
    border-right-width: 3.1rem !important;
  }
  .border-right-xxxl-32 {
    border-right-width: 3.2rem !important;
  }
  .border-right-xxxl-33 {
    border-right-width: 3.3rem !important;
  }
  .border-right-xxxl-34 {
    border-right-width: 3.4rem !important;
  }
  .border-right-xxxl-35 {
    border-right-width: 3.5rem !important;
  }
  .border-right-xxxl-36 {
    border-right-width: 3.6rem !important;
  }
  .border-right-xxxl-37 {
    border-right-width: 3.7rem !important;
  }
  .border-right-xxxl-38 {
    border-right-width: 3.8rem !important;
  }
  .border-right-xxxl-39 {
    border-right-width: 3.9rem !important;
  }
  .border-right-xxxl-4 {
    border-right-width: 4rem !important;
  }
  .border-right-xxxl-40 {
    border-right-width: 4rem !important;
  }
  .border-right-xxxl-41 {
    border-right-width: 4.1rem !important;
  }
  .border-right-xxxl-42 {
    border-right-width: 4.2rem !important;
  }
  .border-right-xxxl-43 {
    border-right-width: 4.3rem !important;
  }
  .border-right-xxxl-44 {
    border-right-width: 4.4rem !important;
  }
  .border-right-xxxl-45 {
    border-right-width: 4.5rem !important;
  }
  .border-right-xxxl-46 {
    border-right-width: 4.6rem !important;
  }
  .border-right-xxxl-47 {
    border-right-width: 4.7rem !important;
  }
  .border-right-xxxl-48 {
    border-right-width: 4.8rem !important;
  }
  .border-right-xxxl-49 {
    border-right-width: 4.9rem !important;
  }
  .border-right-xxxl-5 {
    border-right-width: 5rem !important;
  }
  .border-right-xxxl-50 {
    border-right-width: 5rem !important;
  }
  .border-right-xxxl-51 {
    border-right-width: 5.1rem !important;
  }
  .border-right-xxxl-52 {
    border-right-width: 5.2rem !important;
  }
  .border-right-xxxl-53 {
    border-right-width: 5.3rem !important;
  }
  .border-right-xxxl-54 {
    border-right-width: 5.4rem !important;
  }
  .border-right-xxxl-55 {
    border-right-width: 5.5rem !important;
  }
  .border-right-xxxl-56 {
    border-right-width: 5.6rem !important;
  }
  .border-right-xxxl-57 {
    border-right-width: 5.7rem !important;
  }
  .border-right-xxxl-58 {
    border-right-width: 5.8rem !important;
  }
  .border-right-xxxl-59 {
    border-right-width: 5.9rem !important;
  }
  .border-right-xxxl-6 {
    border-right-width: 6rem !important;
  }
  .border-right-xxxl-60 {
    border-right-width: 6rem !important;
  }
  .border-right-xxxl-61 {
    border-right-width: 6.1rem !important;
  }
  .border-right-xxxl-62 {
    border-right-width: 6.2rem !important;
  }
  .border-right-xxxl-63 {
    border-right-width: 6.3rem !important;
  }
  .border-right-xxxl-64 {
    border-right-width: 6.4rem !important;
  }
  .border-right-xxxl-65 {
    border-right-width: 6.5rem !important;
  }
  .border-right-xxxl-66 {
    border-right-width: 6.6rem !important;
  }
  .border-right-xxxl-67 {
    border-right-width: 6.7rem !important;
  }
  .border-right-xxxl-68 {
    border-right-width: 6.8rem !important;
  }
  .border-right-xxxl-69 {
    border-right-width: 6.9rem !important;
  }
  .border-right-xxxl-7 {
    border-right-width: 7rem !important;
  }
  .border-right-xxxl-70 {
    border-right-width: 7rem !important;
  }
  .border-right-xxxl-71 {
    border-right-width: 7.1rem !important;
  }
  .border-right-xxxl-72 {
    border-right-width: 7.2rem !important;
  }
  .border-right-xxxl-73 {
    border-right-width: 7.3rem !important;
  }
  .border-right-xxxl-74 {
    border-right-width: 7.4rem !important;
  }
  .border-right-xxxl-75 {
    border-right-width: 7.5rem !important;
  }
  .border-right-xxxl-76 {
    border-right-width: 7.6rem !important;
  }
  .border-right-xxxl-77 {
    border-right-width: 7.7rem !important;
  }
  .border-right-xxxl-78 {
    border-right-width: 7.8rem !important;
  }
  .border-right-xxxl-79 {
    border-right-width: 7.9rem !important;
  }
  .border-right-xxxl-8 {
    border-right-width: 8rem !important;
  }
  .border-right-xxxl-80 {
    border-right-width: 8rem !important;
  }
  .border-right-xxxl-81 {
    border-right-width: 8.1rem !important;
  }
  .border-right-xxxl-82 {
    border-right-width: 8.2rem !important;
  }
  .border-right-xxxl-83 {
    border-right-width: 8.3rem !important;
  }
  .border-right-xxxl-84 {
    border-right-width: 8.4rem !important;
  }
  .border-right-xxxl-85 {
    border-right-width: 8.5rem !important;
  }
  .border-right-xxxl-86 {
    border-right-width: 8.6rem !important;
  }
  .border-right-xxxl-87 {
    border-right-width: 8.7rem !important;
  }
  .border-right-xxxl-88 {
    border-right-width: 8.8rem !important;
  }
  .border-right-xxxl-89 {
    border-right-width: 8.9rem !important;
  }
  .border-right-xxxl-9 {
    border-right-width: 9rem !important;
  }
  .border-right-xxxl-90 {
    border-right-width: 9rem !important;
  }
  .border-right-xxxl-91 {
    border-right-width: 9.1rem !important;
  }
  .border-right-xxxl-92 {
    border-right-width: 9.2rem !important;
  }
  .border-right-xxxl-93 {
    border-right-width: 9.3rem !important;
  }
  .border-right-xxxl-94 {
    border-right-width: 9.4rem !important;
  }
  .border-right-xxxl-95 {
    border-right-width: 9.5rem !important;
  }
  .border-right-xxxl-96 {
    border-right-width: 9.6rem !important;
  }
  .border-right-xxxl-97 {
    border-right-width: 9.7rem !important;
  }
  .border-right-xxxl-98 {
    border-right-width: 9.8rem !important;
  }
  .border-right-xxxl-99 {
    border-right-width: 9.9rem !important;
  }
  .border-right-xxxl-100 {
    border-right-width: 10rem !important;
  }
  .border-right-xxxl-110 {
    border-right-width: 11rem !important;
  }
  .border-right-xxxl-120 {
    border-right-width: 12rem !important;
  }
  .border-right-xxxl-130 {
    border-right-width: 13rem !important;
  }
  .border-right-xxxl-140 {
    border-right-width: 14rem !important;
  }
  .border-right-xxxl-150 {
    border-right-width: 15rem !important;
  }
  .border-right-xxxl-160 {
    border-right-width: 16rem !important;
  }
  .border-right-xxxl-170 {
    border-right-width: 17rem !important;
  }
  .border-right-xxxl-180 {
    border-right-width: 18rem !important;
  }
  .border-right-xxxl-190 {
    border-right-width: 19rem !important;
  }
  .border-right-xxxl-200 {
    border-right-width: 20rem !important;
  }
  .border-right-xxxl-inherit-last:last-child {
    border-right-width: inherit !important;
  }
  .border-right-xxxl-0-last:last-child {
    border-right-width: 0 !important;
  }
  .border-right-xxxl-01-last:last-child {
    border-right-width: 0.1rem !important;
  }
  .border-right-xxxl-02-last:last-child {
    border-right-width: 0.2rem !important;
  }
  .border-right-xxxl-03-last:last-child {
    border-right-width: 0.3rem !important;
  }
  .border-right-xxxl-04-last:last-child {
    border-right-width: 0.4rem !important;
  }
  .border-right-xxxl-05-last:last-child {
    border-right-width: 0.5rem !important;
  }
  .border-right-xxxl-06-last:last-child {
    border-right-width: 0.6rem !important;
  }
  .border-right-xxxl-07-last:last-child {
    border-right-width: 0.7rem !important;
  }
  .border-right-xxxl-08-last:last-child {
    border-right-width: 0.8rem !important;
  }
  .border-right-xxxl-09-last:last-child {
    border-right-width: 0.9rem !important;
  }
  .border-right-xxxl-1-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xxxl-10-last:last-child {
    border-right-width: 1rem !important;
  }
  .border-right-xxxl-11-last:last-child {
    border-right-width: 1.1rem !important;
  }
  .border-right-xxxl-12-last:last-child {
    border-right-width: 1.2rem !important;
  }
  .border-right-xxxl-13-last:last-child {
    border-right-width: 1.3rem !important;
  }
  .border-right-xxxl-14-last:last-child {
    border-right-width: 1.4rem !important;
  }
  .border-right-xxxl-15-last:last-child {
    border-right-width: 1.5rem !important;
  }
  .border-right-xxxl-16-last:last-child {
    border-right-width: 1.6rem !important;
  }
  .border-right-xxxl-17-last:last-child {
    border-right-width: 1.7rem !important;
  }
  .border-right-xxxl-18-last:last-child {
    border-right-width: 1.8rem !important;
  }
  .border-right-xxxl-19-last:last-child {
    border-right-width: 1.9rem !important;
  }
  .border-right-xxxl-2-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xxxl-20-last:last-child {
    border-right-width: 2rem !important;
  }
  .border-right-xxxl-21-last:last-child {
    border-right-width: 2.1rem !important;
  }
  .border-right-xxxl-22-last:last-child {
    border-right-width: 2.2rem !important;
  }
  .border-right-xxxl-23-last:last-child {
    border-right-width: 2.3rem !important;
  }
  .border-right-xxxl-24-last:last-child {
    border-right-width: 2.4rem !important;
  }
  .border-right-xxxl-25-last:last-child {
    border-right-width: 2.5rem !important;
  }
  .border-right-xxxl-26-last:last-child {
    border-right-width: 2.6rem !important;
  }
  .border-right-xxxl-27-last:last-child {
    border-right-width: 2.7rem !important;
  }
  .border-right-xxxl-28-last:last-child {
    border-right-width: 2.8rem !important;
  }
  .border-right-xxxl-29-last:last-child {
    border-right-width: 2.9rem !important;
  }
  .border-right-xxxl-3-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xxxl-30-last:last-child {
    border-right-width: 3rem !important;
  }
  .border-right-xxxl-31-last:last-child {
    border-right-width: 3.1rem !important;
  }
  .border-right-xxxl-32-last:last-child {
    border-right-width: 3.2rem !important;
  }
  .border-right-xxxl-33-last:last-child {
    border-right-width: 3.3rem !important;
  }
  .border-right-xxxl-34-last:last-child {
    border-right-width: 3.4rem !important;
  }
  .border-right-xxxl-35-last:last-child {
    border-right-width: 3.5rem !important;
  }
  .border-right-xxxl-36-last:last-child {
    border-right-width: 3.6rem !important;
  }
  .border-right-xxxl-37-last:last-child {
    border-right-width: 3.7rem !important;
  }
  .border-right-xxxl-38-last:last-child {
    border-right-width: 3.8rem !important;
  }
  .border-right-xxxl-39-last:last-child {
    border-right-width: 3.9rem !important;
  }
  .border-right-xxxl-4-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xxxl-40-last:last-child {
    border-right-width: 4rem !important;
  }
  .border-right-xxxl-41-last:last-child {
    border-right-width: 4.1rem !important;
  }
  .border-right-xxxl-42-last:last-child {
    border-right-width: 4.2rem !important;
  }
  .border-right-xxxl-43-last:last-child {
    border-right-width: 4.3rem !important;
  }
  .border-right-xxxl-44-last:last-child {
    border-right-width: 4.4rem !important;
  }
  .border-right-xxxl-45-last:last-child {
    border-right-width: 4.5rem !important;
  }
  .border-right-xxxl-46-last:last-child {
    border-right-width: 4.6rem !important;
  }
  .border-right-xxxl-47-last:last-child {
    border-right-width: 4.7rem !important;
  }
  .border-right-xxxl-48-last:last-child {
    border-right-width: 4.8rem !important;
  }
  .border-right-xxxl-49-last:last-child {
    border-right-width: 4.9rem !important;
  }
  .border-right-xxxl-5-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xxxl-50-last:last-child {
    border-right-width: 5rem !important;
  }
  .border-right-xxxl-51-last:last-child {
    border-right-width: 5.1rem !important;
  }
  .border-right-xxxl-52-last:last-child {
    border-right-width: 5.2rem !important;
  }
  .border-right-xxxl-53-last:last-child {
    border-right-width: 5.3rem !important;
  }
  .border-right-xxxl-54-last:last-child {
    border-right-width: 5.4rem !important;
  }
  .border-right-xxxl-55-last:last-child {
    border-right-width: 5.5rem !important;
  }
  .border-right-xxxl-56-last:last-child {
    border-right-width: 5.6rem !important;
  }
  .border-right-xxxl-57-last:last-child {
    border-right-width: 5.7rem !important;
  }
  .border-right-xxxl-58-last:last-child {
    border-right-width: 5.8rem !important;
  }
  .border-right-xxxl-59-last:last-child {
    border-right-width: 5.9rem !important;
  }
  .border-right-xxxl-6-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xxxl-60-last:last-child {
    border-right-width: 6rem !important;
  }
  .border-right-xxxl-61-last:last-child {
    border-right-width: 6.1rem !important;
  }
  .border-right-xxxl-62-last:last-child {
    border-right-width: 6.2rem !important;
  }
  .border-right-xxxl-63-last:last-child {
    border-right-width: 6.3rem !important;
  }
  .border-right-xxxl-64-last:last-child {
    border-right-width: 6.4rem !important;
  }
  .border-right-xxxl-65-last:last-child {
    border-right-width: 6.5rem !important;
  }
  .border-right-xxxl-66-last:last-child {
    border-right-width: 6.6rem !important;
  }
  .border-right-xxxl-67-last:last-child {
    border-right-width: 6.7rem !important;
  }
  .border-right-xxxl-68-last:last-child {
    border-right-width: 6.8rem !important;
  }
  .border-right-xxxl-69-last:last-child {
    border-right-width: 6.9rem !important;
  }
  .border-right-xxxl-7-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xxxl-70-last:last-child {
    border-right-width: 7rem !important;
  }
  .border-right-xxxl-71-last:last-child {
    border-right-width: 7.1rem !important;
  }
  .border-right-xxxl-72-last:last-child {
    border-right-width: 7.2rem !important;
  }
  .border-right-xxxl-73-last:last-child {
    border-right-width: 7.3rem !important;
  }
  .border-right-xxxl-74-last:last-child {
    border-right-width: 7.4rem !important;
  }
  .border-right-xxxl-75-last:last-child {
    border-right-width: 7.5rem !important;
  }
  .border-right-xxxl-76-last:last-child {
    border-right-width: 7.6rem !important;
  }
  .border-right-xxxl-77-last:last-child {
    border-right-width: 7.7rem !important;
  }
  .border-right-xxxl-78-last:last-child {
    border-right-width: 7.8rem !important;
  }
  .border-right-xxxl-79-last:last-child {
    border-right-width: 7.9rem !important;
  }
  .border-right-xxxl-8-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xxxl-80-last:last-child {
    border-right-width: 8rem !important;
  }
  .border-right-xxxl-81-last:last-child {
    border-right-width: 8.1rem !important;
  }
  .border-right-xxxl-82-last:last-child {
    border-right-width: 8.2rem !important;
  }
  .border-right-xxxl-83-last:last-child {
    border-right-width: 8.3rem !important;
  }
  .border-right-xxxl-84-last:last-child {
    border-right-width: 8.4rem !important;
  }
  .border-right-xxxl-85-last:last-child {
    border-right-width: 8.5rem !important;
  }
  .border-right-xxxl-86-last:last-child {
    border-right-width: 8.6rem !important;
  }
  .border-right-xxxl-87-last:last-child {
    border-right-width: 8.7rem !important;
  }
  .border-right-xxxl-88-last:last-child {
    border-right-width: 8.8rem !important;
  }
  .border-right-xxxl-89-last:last-child {
    border-right-width: 8.9rem !important;
  }
  .border-right-xxxl-9-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xxxl-90-last:last-child {
    border-right-width: 9rem !important;
  }
  .border-right-xxxl-91-last:last-child {
    border-right-width: 9.1rem !important;
  }
  .border-right-xxxl-92-last:last-child {
    border-right-width: 9.2rem !important;
  }
  .border-right-xxxl-93-last:last-child {
    border-right-width: 9.3rem !important;
  }
  .border-right-xxxl-94-last:last-child {
    border-right-width: 9.4rem !important;
  }
  .border-right-xxxl-95-last:last-child {
    border-right-width: 9.5rem !important;
  }
  .border-right-xxxl-96-last:last-child {
    border-right-width: 9.6rem !important;
  }
  .border-right-xxxl-97-last:last-child {
    border-right-width: 9.7rem !important;
  }
  .border-right-xxxl-98-last:last-child {
    border-right-width: 9.8rem !important;
  }
  .border-right-xxxl-99-last:last-child {
    border-right-width: 9.9rem !important;
  }
  .border-right-xxxl-100-last:last-child {
    border-right-width: 10rem !important;
  }
  .border-right-xxxl-110-last:last-child {
    border-right-width: 11rem !important;
  }
  .border-right-xxxl-120-last:last-child {
    border-right-width: 12rem !important;
  }
  .border-right-xxxl-130-last:last-child {
    border-right-width: 13rem !important;
  }
  .border-right-xxxl-140-last:last-child {
    border-right-width: 14rem !important;
  }
  .border-right-xxxl-150-last:last-child {
    border-right-width: 15rem !important;
  }
  .border-right-xxxl-160-last:last-child {
    border-right-width: 16rem !important;
  }
  .border-right-xxxl-170-last:last-child {
    border-right-width: 17rem !important;
  }
  .border-right-xxxl-180-last:last-child {
    border-right-width: 18rem !important;
  }
  .border-right-xxxl-190-last:last-child {
    border-right-width: 19rem !important;
  }
  .border-right-xxxl-200-last:last-child {
    border-right-width: 20rem !important;
  }
  .border-top-xxxl-inherit {
    border-top-width: inherit !important;
  }
  .border-top-xxxl-0 {
    border-top-width: 0 !important;
  }
  .border-top-xxxl-01 {
    border-top-width: 0.1rem !important;
  }
  .border-top-xxxl-02 {
    border-top-width: 0.2rem !important;
  }
  .border-top-xxxl-03 {
    border-top-width: 0.3rem !important;
  }
  .border-top-xxxl-04 {
    border-top-width: 0.4rem !important;
  }
  .border-top-xxxl-05 {
    border-top-width: 0.5rem !important;
  }
  .border-top-xxxl-06 {
    border-top-width: 0.6rem !important;
  }
  .border-top-xxxl-07 {
    border-top-width: 0.7rem !important;
  }
  .border-top-xxxl-08 {
    border-top-width: 0.8rem !important;
  }
  .border-top-xxxl-09 {
    border-top-width: 0.9rem !important;
  }
  .border-top-xxxl-1 {
    border-top-width: 1rem !important;
  }
  .border-top-xxxl-10 {
    border-top-width: 1rem !important;
  }
  .border-top-xxxl-11 {
    border-top-width: 1.1rem !important;
  }
  .border-top-xxxl-12 {
    border-top-width: 1.2rem !important;
  }
  .border-top-xxxl-13 {
    border-top-width: 1.3rem !important;
  }
  .border-top-xxxl-14 {
    border-top-width: 1.4rem !important;
  }
  .border-top-xxxl-15 {
    border-top-width: 1.5rem !important;
  }
  .border-top-xxxl-16 {
    border-top-width: 1.6rem !important;
  }
  .border-top-xxxl-17 {
    border-top-width: 1.7rem !important;
  }
  .border-top-xxxl-18 {
    border-top-width: 1.8rem !important;
  }
  .border-top-xxxl-19 {
    border-top-width: 1.9rem !important;
  }
  .border-top-xxxl-2 {
    border-top-width: 2rem !important;
  }
  .border-top-xxxl-20 {
    border-top-width: 2rem !important;
  }
  .border-top-xxxl-21 {
    border-top-width: 2.1rem !important;
  }
  .border-top-xxxl-22 {
    border-top-width: 2.2rem !important;
  }
  .border-top-xxxl-23 {
    border-top-width: 2.3rem !important;
  }
  .border-top-xxxl-24 {
    border-top-width: 2.4rem !important;
  }
  .border-top-xxxl-25 {
    border-top-width: 2.5rem !important;
  }
  .border-top-xxxl-26 {
    border-top-width: 2.6rem !important;
  }
  .border-top-xxxl-27 {
    border-top-width: 2.7rem !important;
  }
  .border-top-xxxl-28 {
    border-top-width: 2.8rem !important;
  }
  .border-top-xxxl-29 {
    border-top-width: 2.9rem !important;
  }
  .border-top-xxxl-3 {
    border-top-width: 3rem !important;
  }
  .border-top-xxxl-30 {
    border-top-width: 3rem !important;
  }
  .border-top-xxxl-31 {
    border-top-width: 3.1rem !important;
  }
  .border-top-xxxl-32 {
    border-top-width: 3.2rem !important;
  }
  .border-top-xxxl-33 {
    border-top-width: 3.3rem !important;
  }
  .border-top-xxxl-34 {
    border-top-width: 3.4rem !important;
  }
  .border-top-xxxl-35 {
    border-top-width: 3.5rem !important;
  }
  .border-top-xxxl-36 {
    border-top-width: 3.6rem !important;
  }
  .border-top-xxxl-37 {
    border-top-width: 3.7rem !important;
  }
  .border-top-xxxl-38 {
    border-top-width: 3.8rem !important;
  }
  .border-top-xxxl-39 {
    border-top-width: 3.9rem !important;
  }
  .border-top-xxxl-4 {
    border-top-width: 4rem !important;
  }
  .border-top-xxxl-40 {
    border-top-width: 4rem !important;
  }
  .border-top-xxxl-41 {
    border-top-width: 4.1rem !important;
  }
  .border-top-xxxl-42 {
    border-top-width: 4.2rem !important;
  }
  .border-top-xxxl-43 {
    border-top-width: 4.3rem !important;
  }
  .border-top-xxxl-44 {
    border-top-width: 4.4rem !important;
  }
  .border-top-xxxl-45 {
    border-top-width: 4.5rem !important;
  }
  .border-top-xxxl-46 {
    border-top-width: 4.6rem !important;
  }
  .border-top-xxxl-47 {
    border-top-width: 4.7rem !important;
  }
  .border-top-xxxl-48 {
    border-top-width: 4.8rem !important;
  }
  .border-top-xxxl-49 {
    border-top-width: 4.9rem !important;
  }
  .border-top-xxxl-5 {
    border-top-width: 5rem !important;
  }
  .border-top-xxxl-50 {
    border-top-width: 5rem !important;
  }
  .border-top-xxxl-51 {
    border-top-width: 5.1rem !important;
  }
  .border-top-xxxl-52 {
    border-top-width: 5.2rem !important;
  }
  .border-top-xxxl-53 {
    border-top-width: 5.3rem !important;
  }
  .border-top-xxxl-54 {
    border-top-width: 5.4rem !important;
  }
  .border-top-xxxl-55 {
    border-top-width: 5.5rem !important;
  }
  .border-top-xxxl-56 {
    border-top-width: 5.6rem !important;
  }
  .border-top-xxxl-57 {
    border-top-width: 5.7rem !important;
  }
  .border-top-xxxl-58 {
    border-top-width: 5.8rem !important;
  }
  .border-top-xxxl-59 {
    border-top-width: 5.9rem !important;
  }
  .border-top-xxxl-6 {
    border-top-width: 6rem !important;
  }
  .border-top-xxxl-60 {
    border-top-width: 6rem !important;
  }
  .border-top-xxxl-61 {
    border-top-width: 6.1rem !important;
  }
  .border-top-xxxl-62 {
    border-top-width: 6.2rem !important;
  }
  .border-top-xxxl-63 {
    border-top-width: 6.3rem !important;
  }
  .border-top-xxxl-64 {
    border-top-width: 6.4rem !important;
  }
  .border-top-xxxl-65 {
    border-top-width: 6.5rem !important;
  }
  .border-top-xxxl-66 {
    border-top-width: 6.6rem !important;
  }
  .border-top-xxxl-67 {
    border-top-width: 6.7rem !important;
  }
  .border-top-xxxl-68 {
    border-top-width: 6.8rem !important;
  }
  .border-top-xxxl-69 {
    border-top-width: 6.9rem !important;
  }
  .border-top-xxxl-7 {
    border-top-width: 7rem !important;
  }
  .border-top-xxxl-70 {
    border-top-width: 7rem !important;
  }
  .border-top-xxxl-71 {
    border-top-width: 7.1rem !important;
  }
  .border-top-xxxl-72 {
    border-top-width: 7.2rem !important;
  }
  .border-top-xxxl-73 {
    border-top-width: 7.3rem !important;
  }
  .border-top-xxxl-74 {
    border-top-width: 7.4rem !important;
  }
  .border-top-xxxl-75 {
    border-top-width: 7.5rem !important;
  }
  .border-top-xxxl-76 {
    border-top-width: 7.6rem !important;
  }
  .border-top-xxxl-77 {
    border-top-width: 7.7rem !important;
  }
  .border-top-xxxl-78 {
    border-top-width: 7.8rem !important;
  }
  .border-top-xxxl-79 {
    border-top-width: 7.9rem !important;
  }
  .border-top-xxxl-8 {
    border-top-width: 8rem !important;
  }
  .border-top-xxxl-80 {
    border-top-width: 8rem !important;
  }
  .border-top-xxxl-81 {
    border-top-width: 8.1rem !important;
  }
  .border-top-xxxl-82 {
    border-top-width: 8.2rem !important;
  }
  .border-top-xxxl-83 {
    border-top-width: 8.3rem !important;
  }
  .border-top-xxxl-84 {
    border-top-width: 8.4rem !important;
  }
  .border-top-xxxl-85 {
    border-top-width: 8.5rem !important;
  }
  .border-top-xxxl-86 {
    border-top-width: 8.6rem !important;
  }
  .border-top-xxxl-87 {
    border-top-width: 8.7rem !important;
  }
  .border-top-xxxl-88 {
    border-top-width: 8.8rem !important;
  }
  .border-top-xxxl-89 {
    border-top-width: 8.9rem !important;
  }
  .border-top-xxxl-9 {
    border-top-width: 9rem !important;
  }
  .border-top-xxxl-90 {
    border-top-width: 9rem !important;
  }
  .border-top-xxxl-91 {
    border-top-width: 9.1rem !important;
  }
  .border-top-xxxl-92 {
    border-top-width: 9.2rem !important;
  }
  .border-top-xxxl-93 {
    border-top-width: 9.3rem !important;
  }
  .border-top-xxxl-94 {
    border-top-width: 9.4rem !important;
  }
  .border-top-xxxl-95 {
    border-top-width: 9.5rem !important;
  }
  .border-top-xxxl-96 {
    border-top-width: 9.6rem !important;
  }
  .border-top-xxxl-97 {
    border-top-width: 9.7rem !important;
  }
  .border-top-xxxl-98 {
    border-top-width: 9.8rem !important;
  }
  .border-top-xxxl-99 {
    border-top-width: 9.9rem !important;
  }
  .border-top-xxxl-100 {
    border-top-width: 10rem !important;
  }
  .border-top-xxxl-110 {
    border-top-width: 11rem !important;
  }
  .border-top-xxxl-120 {
    border-top-width: 12rem !important;
  }
  .border-top-xxxl-130 {
    border-top-width: 13rem !important;
  }
  .border-top-xxxl-140 {
    border-top-width: 14rem !important;
  }
  .border-top-xxxl-150 {
    border-top-width: 15rem !important;
  }
  .border-top-xxxl-160 {
    border-top-width: 16rem !important;
  }
  .border-top-xxxl-170 {
    border-top-width: 17rem !important;
  }
  .border-top-xxxl-180 {
    border-top-width: 18rem !important;
  }
  .border-top-xxxl-190 {
    border-top-width: 19rem !important;
  }
  .border-top-xxxl-200 {
    border-top-width: 20rem !important;
  }
  .border-bottom-xxxl-inherit {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xxxl-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xxxl-01 {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xxxl-02 {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xxxl-03 {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xxxl-04 {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xxxl-05 {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xxxl-06 {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xxxl-07 {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xxxl-08 {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xxxl-09 {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xxxl-1 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxxl-10 {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxxl-11 {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xxxl-12 {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xxxl-13 {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xxxl-14 {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xxxl-15 {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xxxl-16 {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xxxl-17 {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xxxl-18 {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xxxl-19 {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xxxl-2 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxxl-20 {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxxl-21 {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xxxl-22 {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xxxl-23 {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xxxl-24 {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xxxl-25 {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xxxl-26 {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xxxl-27 {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xxxl-28 {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xxxl-29 {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xxxl-3 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxxl-30 {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxxl-31 {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xxxl-32 {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xxxl-33 {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xxxl-34 {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xxxl-35 {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xxxl-36 {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xxxl-37 {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xxxl-38 {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xxxl-39 {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xxxl-4 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxxl-40 {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxxl-41 {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xxxl-42 {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xxxl-43 {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xxxl-44 {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xxxl-45 {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xxxl-46 {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xxxl-47 {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xxxl-48 {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xxxl-49 {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xxxl-5 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxxl-50 {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxxl-51 {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xxxl-52 {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xxxl-53 {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xxxl-54 {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xxxl-55 {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xxxl-56 {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xxxl-57 {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xxxl-58 {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xxxl-59 {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xxxl-6 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxxl-60 {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxxl-61 {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xxxl-62 {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xxxl-63 {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xxxl-64 {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xxxl-65 {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xxxl-66 {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xxxl-67 {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xxxl-68 {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xxxl-69 {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xxxl-7 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxxl-70 {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxxl-71 {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xxxl-72 {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xxxl-73 {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xxxl-74 {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xxxl-75 {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xxxl-76 {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xxxl-77 {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xxxl-78 {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xxxl-79 {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xxxl-8 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxxl-80 {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxxl-81 {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xxxl-82 {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xxxl-83 {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xxxl-84 {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xxxl-85 {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xxxl-86 {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xxxl-87 {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xxxl-88 {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xxxl-89 {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xxxl-9 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxxl-90 {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxxl-91 {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xxxl-92 {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xxxl-93 {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xxxl-94 {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xxxl-95 {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xxxl-96 {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xxxl-97 {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xxxl-98 {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xxxl-99 {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xxxl-100 {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xxxl-110 {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xxxl-120 {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xxxl-130 {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xxxl-140 {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xxxl-150 {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xxxl-160 {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xxxl-170 {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xxxl-180 {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xxxl-190 {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xxxl-200 {
    border-bottom-width: 20rem !important;
  }
  .border-bottom-xxxl-inherit-last:last-child {
    border-bottom-width: inherit !important;
  }
  .border-bottom-xxxl-0-last:last-child {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xxxl-01-last:last-child {
    border-bottom-width: 0.1rem !important;
  }
  .border-bottom-xxxl-02-last:last-child {
    border-bottom-width: 0.2rem !important;
  }
  .border-bottom-xxxl-03-last:last-child {
    border-bottom-width: 0.3rem !important;
  }
  .border-bottom-xxxl-04-last:last-child {
    border-bottom-width: 0.4rem !important;
  }
  .border-bottom-xxxl-05-last:last-child {
    border-bottom-width: 0.5rem !important;
  }
  .border-bottom-xxxl-06-last:last-child {
    border-bottom-width: 0.6rem !important;
  }
  .border-bottom-xxxl-07-last:last-child {
    border-bottom-width: 0.7rem !important;
  }
  .border-bottom-xxxl-08-last:last-child {
    border-bottom-width: 0.8rem !important;
  }
  .border-bottom-xxxl-09-last:last-child {
    border-bottom-width: 0.9rem !important;
  }
  .border-bottom-xxxl-1-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxxl-10-last:last-child {
    border-bottom-width: 1rem !important;
  }
  .border-bottom-xxxl-11-last:last-child {
    border-bottom-width: 1.1rem !important;
  }
  .border-bottom-xxxl-12-last:last-child {
    border-bottom-width: 1.2rem !important;
  }
  .border-bottom-xxxl-13-last:last-child {
    border-bottom-width: 1.3rem !important;
  }
  .border-bottom-xxxl-14-last:last-child {
    border-bottom-width: 1.4rem !important;
  }
  .border-bottom-xxxl-15-last:last-child {
    border-bottom-width: 1.5rem !important;
  }
  .border-bottom-xxxl-16-last:last-child {
    border-bottom-width: 1.6rem !important;
  }
  .border-bottom-xxxl-17-last:last-child {
    border-bottom-width: 1.7rem !important;
  }
  .border-bottom-xxxl-18-last:last-child {
    border-bottom-width: 1.8rem !important;
  }
  .border-bottom-xxxl-19-last:last-child {
    border-bottom-width: 1.9rem !important;
  }
  .border-bottom-xxxl-2-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxxl-20-last:last-child {
    border-bottom-width: 2rem !important;
  }
  .border-bottom-xxxl-21-last:last-child {
    border-bottom-width: 2.1rem !important;
  }
  .border-bottom-xxxl-22-last:last-child {
    border-bottom-width: 2.2rem !important;
  }
  .border-bottom-xxxl-23-last:last-child {
    border-bottom-width: 2.3rem !important;
  }
  .border-bottom-xxxl-24-last:last-child {
    border-bottom-width: 2.4rem !important;
  }
  .border-bottom-xxxl-25-last:last-child {
    border-bottom-width: 2.5rem !important;
  }
  .border-bottom-xxxl-26-last:last-child {
    border-bottom-width: 2.6rem !important;
  }
  .border-bottom-xxxl-27-last:last-child {
    border-bottom-width: 2.7rem !important;
  }
  .border-bottom-xxxl-28-last:last-child {
    border-bottom-width: 2.8rem !important;
  }
  .border-bottom-xxxl-29-last:last-child {
    border-bottom-width: 2.9rem !important;
  }
  .border-bottom-xxxl-3-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxxl-30-last:last-child {
    border-bottom-width: 3rem !important;
  }
  .border-bottom-xxxl-31-last:last-child {
    border-bottom-width: 3.1rem !important;
  }
  .border-bottom-xxxl-32-last:last-child {
    border-bottom-width: 3.2rem !important;
  }
  .border-bottom-xxxl-33-last:last-child {
    border-bottom-width: 3.3rem !important;
  }
  .border-bottom-xxxl-34-last:last-child {
    border-bottom-width: 3.4rem !important;
  }
  .border-bottom-xxxl-35-last:last-child {
    border-bottom-width: 3.5rem !important;
  }
  .border-bottom-xxxl-36-last:last-child {
    border-bottom-width: 3.6rem !important;
  }
  .border-bottom-xxxl-37-last:last-child {
    border-bottom-width: 3.7rem !important;
  }
  .border-bottom-xxxl-38-last:last-child {
    border-bottom-width: 3.8rem !important;
  }
  .border-bottom-xxxl-39-last:last-child {
    border-bottom-width: 3.9rem !important;
  }
  .border-bottom-xxxl-4-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxxl-40-last:last-child {
    border-bottom-width: 4rem !important;
  }
  .border-bottom-xxxl-41-last:last-child {
    border-bottom-width: 4.1rem !important;
  }
  .border-bottom-xxxl-42-last:last-child {
    border-bottom-width: 4.2rem !important;
  }
  .border-bottom-xxxl-43-last:last-child {
    border-bottom-width: 4.3rem !important;
  }
  .border-bottom-xxxl-44-last:last-child {
    border-bottom-width: 4.4rem !important;
  }
  .border-bottom-xxxl-45-last:last-child {
    border-bottom-width: 4.5rem !important;
  }
  .border-bottom-xxxl-46-last:last-child {
    border-bottom-width: 4.6rem !important;
  }
  .border-bottom-xxxl-47-last:last-child {
    border-bottom-width: 4.7rem !important;
  }
  .border-bottom-xxxl-48-last:last-child {
    border-bottom-width: 4.8rem !important;
  }
  .border-bottom-xxxl-49-last:last-child {
    border-bottom-width: 4.9rem !important;
  }
  .border-bottom-xxxl-5-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxxl-50-last:last-child {
    border-bottom-width: 5rem !important;
  }
  .border-bottom-xxxl-51-last:last-child {
    border-bottom-width: 5.1rem !important;
  }
  .border-bottom-xxxl-52-last:last-child {
    border-bottom-width: 5.2rem !important;
  }
  .border-bottom-xxxl-53-last:last-child {
    border-bottom-width: 5.3rem !important;
  }
  .border-bottom-xxxl-54-last:last-child {
    border-bottom-width: 5.4rem !important;
  }
  .border-bottom-xxxl-55-last:last-child {
    border-bottom-width: 5.5rem !important;
  }
  .border-bottom-xxxl-56-last:last-child {
    border-bottom-width: 5.6rem !important;
  }
  .border-bottom-xxxl-57-last:last-child {
    border-bottom-width: 5.7rem !important;
  }
  .border-bottom-xxxl-58-last:last-child {
    border-bottom-width: 5.8rem !important;
  }
  .border-bottom-xxxl-59-last:last-child {
    border-bottom-width: 5.9rem !important;
  }
  .border-bottom-xxxl-6-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxxl-60-last:last-child {
    border-bottom-width: 6rem !important;
  }
  .border-bottom-xxxl-61-last:last-child {
    border-bottom-width: 6.1rem !important;
  }
  .border-bottom-xxxl-62-last:last-child {
    border-bottom-width: 6.2rem !important;
  }
  .border-bottom-xxxl-63-last:last-child {
    border-bottom-width: 6.3rem !important;
  }
  .border-bottom-xxxl-64-last:last-child {
    border-bottom-width: 6.4rem !important;
  }
  .border-bottom-xxxl-65-last:last-child {
    border-bottom-width: 6.5rem !important;
  }
  .border-bottom-xxxl-66-last:last-child {
    border-bottom-width: 6.6rem !important;
  }
  .border-bottom-xxxl-67-last:last-child {
    border-bottom-width: 6.7rem !important;
  }
  .border-bottom-xxxl-68-last:last-child {
    border-bottom-width: 6.8rem !important;
  }
  .border-bottom-xxxl-69-last:last-child {
    border-bottom-width: 6.9rem !important;
  }
  .border-bottom-xxxl-7-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxxl-70-last:last-child {
    border-bottom-width: 7rem !important;
  }
  .border-bottom-xxxl-71-last:last-child {
    border-bottom-width: 7.1rem !important;
  }
  .border-bottom-xxxl-72-last:last-child {
    border-bottom-width: 7.2rem !important;
  }
  .border-bottom-xxxl-73-last:last-child {
    border-bottom-width: 7.3rem !important;
  }
  .border-bottom-xxxl-74-last:last-child {
    border-bottom-width: 7.4rem !important;
  }
  .border-bottom-xxxl-75-last:last-child {
    border-bottom-width: 7.5rem !important;
  }
  .border-bottom-xxxl-76-last:last-child {
    border-bottom-width: 7.6rem !important;
  }
  .border-bottom-xxxl-77-last:last-child {
    border-bottom-width: 7.7rem !important;
  }
  .border-bottom-xxxl-78-last:last-child {
    border-bottom-width: 7.8rem !important;
  }
  .border-bottom-xxxl-79-last:last-child {
    border-bottom-width: 7.9rem !important;
  }
  .border-bottom-xxxl-8-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxxl-80-last:last-child {
    border-bottom-width: 8rem !important;
  }
  .border-bottom-xxxl-81-last:last-child {
    border-bottom-width: 8.1rem !important;
  }
  .border-bottom-xxxl-82-last:last-child {
    border-bottom-width: 8.2rem !important;
  }
  .border-bottom-xxxl-83-last:last-child {
    border-bottom-width: 8.3rem !important;
  }
  .border-bottom-xxxl-84-last:last-child {
    border-bottom-width: 8.4rem !important;
  }
  .border-bottom-xxxl-85-last:last-child {
    border-bottom-width: 8.5rem !important;
  }
  .border-bottom-xxxl-86-last:last-child {
    border-bottom-width: 8.6rem !important;
  }
  .border-bottom-xxxl-87-last:last-child {
    border-bottom-width: 8.7rem !important;
  }
  .border-bottom-xxxl-88-last:last-child {
    border-bottom-width: 8.8rem !important;
  }
  .border-bottom-xxxl-89-last:last-child {
    border-bottom-width: 8.9rem !important;
  }
  .border-bottom-xxxl-9-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxxl-90-last:last-child {
    border-bottom-width: 9rem !important;
  }
  .border-bottom-xxxl-91-last:last-child {
    border-bottom-width: 9.1rem !important;
  }
  .border-bottom-xxxl-92-last:last-child {
    border-bottom-width: 9.2rem !important;
  }
  .border-bottom-xxxl-93-last:last-child {
    border-bottom-width: 9.3rem !important;
  }
  .border-bottom-xxxl-94-last:last-child {
    border-bottom-width: 9.4rem !important;
  }
  .border-bottom-xxxl-95-last:last-child {
    border-bottom-width: 9.5rem !important;
  }
  .border-bottom-xxxl-96-last:last-child {
    border-bottom-width: 9.6rem !important;
  }
  .border-bottom-xxxl-97-last:last-child {
    border-bottom-width: 9.7rem !important;
  }
  .border-bottom-xxxl-98-last:last-child {
    border-bottom-width: 9.8rem !important;
  }
  .border-bottom-xxxl-99-last:last-child {
    border-bottom-width: 9.9rem !important;
  }
  .border-bottom-xxxl-100-last:last-child {
    border-bottom-width: 10rem !important;
  }
  .border-bottom-xxxl-110-last:last-child {
    border-bottom-width: 11rem !important;
  }
  .border-bottom-xxxl-120-last:last-child {
    border-bottom-width: 12rem !important;
  }
  .border-bottom-xxxl-130-last:last-child {
    border-bottom-width: 13rem !important;
  }
  .border-bottom-xxxl-140-last:last-child {
    border-bottom-width: 14rem !important;
  }
  .border-bottom-xxxl-150-last:last-child {
    border-bottom-width: 15rem !important;
  }
  .border-bottom-xxxl-160-last:last-child {
    border-bottom-width: 16rem !important;
  }
  .border-bottom-xxxl-170-last:last-child {
    border-bottom-width: 17rem !important;
  }
  .border-bottom-xxxl-180-last:last-child {
    border-bottom-width: 18rem !important;
  }
  .border-bottom-xxxl-190-last:last-child {
    border-bottom-width: 19rem !important;
  }
  .border-bottom-xxxl-200-last:last-child {
    border-bottom-width: 20rem !important;
  }
  .border-color-xxxl-blue {
    border-color: #007CC2 !important;
  }
  .border-color-xxxl-indigo {
    border-color: #6610f2 !important;
  }
  .border-color-xxxl-purple {
    border-color: #6f42c1 !important;
  }
  .border-color-xxxl-pink {
    border-color: #d63384 !important;
  }
  .border-color-xxxl-red {
    border-color: #dc3545 !important;
  }
  .border-color-xxxl-orange {
    border-color: #FD8262 !important;
  }
  .border-color-xxxl-yellow {
    border-color: #F6AE42 !important;
  }
  .border-color-xxxl-green {
    border-color: #627C36 !important;
  }
  .border-color-xxxl-teal {
    border-color: #20c997 !important;
  }
  .border-color-xxxl-cyan {
    border-color: #0dcaf0 !important;
  }
  .border-color-xxxl-black {
    border-color: #000 !important;
  }
  .border-color-xxxl-white {
    border-color: #fff !important;
  }
  .border-color-xxxl-gray {
    border-color: #6c757d !important;
  }
  .border-color-xxxl-transparent {
    border-color: transparent !important;
  }
  .border-color-xxxl-blueDark {
    border-color: #2727ff !important;
  }
  .border-color-xxxl-blueLight {
    border-color: #000094 !important;
  }
  .border-color-xxxl-pinkDark {
    border-color: #CC1F42 !important;
  }
  .border-color-xxxl-pinkLight {
    border-color: #FF5983 !important;
  }
  .border-color-xxxl-redLight {
    border-color: #ff212c !important;
  }
  .border-color-xxxl-redDark {
    border-color: #960010 !important;
  }
  .border-color-xxxl-yellowDark {
    border-color: #CCA300 !important;
  }
  .border-color-xxxl-yellowLight {
    border-color: #FFDD33 !important;
  }
  .border-color-xxxl-greenLight {
    border-color: #8FB914 !important;
  }
  .border-color-xxxl-greenDark {
    border-color: #2ACF80 !important;
  }
  .border-color-xxxl-grayDark {
    border-color: #313130 !important;
  }
  .border-color-xxxl-grayLight {
    border-color: #8C8C8C !important;
  }
  .border-color-xxxl-light {
    border-color: #F1F1F1 !important;
  }
  .border-color-xxxl-brown {
    border-color: #885F50 !important;
  }
  .border-color-xxxl-brownDark {
    border-color: #4D271A !important;
  }
  .border-color-xxxl-brownLight {
    border-color: #CFB59E !important;
  }
  .border-color-xxxl-viber {
    border-color: #665CAC !important;
  }
  .border-color-xxxl-whatsapp {
    border-color: #25D366 !important;
  }
  .border-color-xxxl-facebook {
    border-color: #1a77f2 !important;
  }
  .border-color-xxxl-vkontakte {
    border-color: #0077FF !important;
  }
  .border-color-xxxl-telegram {
    border-color: #0088cc !important;
  }
  .border-color-xxxl-youtube {
    border-color: #ff0000 !important;
  }
  .border-color-xxxl-spotify {
    border-color: #1ED760 !important;
  }
  .border-color-xxxl-yandexMusic {
    border-color: #FC3F1D !important;
  }
  .border-color-xxxl-sberZvuk {
    border-color: #07ead8 !important;
  }
  .border-color-xxxl-appleMusic {
    border-color: #fa586a !important;
  }
  .border-color-xxxl-flamp {
    border-color: #2E6BE5 !important;
  }
  .border-color-xxxl-badstudio {
    border-color: #c7212c !important;
  }
  .border-color-xxxl-lightDark {
    border-color: #D9D9D9 !important;
  }
  .border-color-xxxl-blueHover:hover {
    border-color: #007CC2 !important;
  }
  .border-color-xxxl-indigoHover:hover {
    border-color: #6610f2 !important;
  }
  .border-color-xxxl-purpleHover:hover {
    border-color: #6f42c1 !important;
  }
  .border-color-xxxl-pinkHover:hover {
    border-color: #d63384 !important;
  }
  .border-color-xxxl-redHover:hover {
    border-color: #dc3545 !important;
  }
  .border-color-xxxl-orangeHover:hover {
    border-color: #FD8262 !important;
  }
  .border-color-xxxl-yellowHover:hover {
    border-color: #F6AE42 !important;
  }
  .border-color-xxxl-greenHover:hover {
    border-color: #627C36 !important;
  }
  .border-color-xxxl-tealHover:hover {
    border-color: #20c997 !important;
  }
  .border-color-xxxl-cyanHover:hover {
    border-color: #0dcaf0 !important;
  }
  .border-color-xxxl-blackHover:hover {
    border-color: #000 !important;
  }
  .border-color-xxxl-whiteHover:hover {
    border-color: #fff !important;
  }
  .border-color-xxxl-grayHover:hover {
    border-color: #6c757d !important;
  }
  .border-color-xxxl-transparentHover:hover {
    border-color: transparent !important;
  }
  .border-color-xxxl-blueDarkHover:hover {
    border-color: #2727ff !important;
  }
  .border-color-xxxl-blueLightHover:hover {
    border-color: #000094 !important;
  }
  .border-color-xxxl-pinkDarkHover:hover {
    border-color: #CC1F42 !important;
  }
  .border-color-xxxl-pinkLightHover:hover {
    border-color: #FF5983 !important;
  }
  .border-color-xxxl-redLightHover:hover {
    border-color: #ff212c !important;
  }
  .border-color-xxxl-redDarkHover:hover {
    border-color: #960010 !important;
  }
  .border-color-xxxl-yellowDarkHover:hover {
    border-color: #CCA300 !important;
  }
  .border-color-xxxl-yellowLightHover:hover {
    border-color: #FFDD33 !important;
  }
  .border-color-xxxl-greenLightHover:hover {
    border-color: #8FB914 !important;
  }
  .border-color-xxxl-greenDarkHover:hover {
    border-color: #2ACF80 !important;
  }
  .border-color-xxxl-grayDarkHover:hover {
    border-color: #313130 !important;
  }
  .border-color-xxxl-grayLightHover:hover {
    border-color: #8C8C8C !important;
  }
  .border-color-xxxl-lightHover:hover {
    border-color: #F1F1F1 !important;
  }
  .border-color-xxxl-brownHover:hover {
    border-color: #885F50 !important;
  }
  .border-color-xxxl-brownDarkHover:hover {
    border-color: #4D271A !important;
  }
  .border-color-xxxl-brownLightHover:hover {
    border-color: #CFB59E !important;
  }
  .border-color-xxxl-viberHover:hover {
    border-color: #665CAC !important;
  }
  .border-color-xxxl-whatsappHover:hover {
    border-color: #25D366 !important;
  }
  .border-color-xxxl-facebookHover:hover {
    border-color: #1a77f2 !important;
  }
  .border-color-xxxl-vkontakteHover:hover {
    border-color: #0077FF !important;
  }
  .border-color-xxxl-telegramHover:hover {
    border-color: #0088cc !important;
  }
  .border-color-xxxl-youtubeHover:hover {
    border-color: #ff0000 !important;
  }
  .border-color-xxxl-spotifyHover:hover {
    border-color: #1ED760 !important;
  }
  .border-color-xxxl-yandexMusicHover:hover {
    border-color: #FC3F1D !important;
  }
  .border-color-xxxl-sberZvukHover:hover {
    border-color: #07ead8 !important;
  }
  .border-color-xxxl-appleMusicHover:hover {
    border-color: #fa586a !important;
  }
  .border-color-xxxl-flampHover:hover {
    border-color: #2E6BE5 !important;
  }
  .border-color-xxxl-badstudioHover:hover {
    border-color: #c7212c !important;
  }
  .border-color-xxxl-lightDarkHover:hover {
    border-color: #D9D9D9 !important;
  }
  .radius-xxxl-inherit {
    border-radius: inherit !important;
  }
  .radius-xxxl-0 {
    border-radius: 0 !important;
  }
  .radius-xxxl-01 {
    border-radius: 0.1rem !important;
  }
  .radius-xxxl-02 {
    border-radius: 0.2rem !important;
  }
  .radius-xxxl-03 {
    border-radius: 0.3rem !important;
  }
  .radius-xxxl-04 {
    border-radius: 0.4rem !important;
  }
  .radius-xxxl-05 {
    border-radius: 0.5rem !important;
  }
  .radius-xxxl-06 {
    border-radius: 0.6rem !important;
  }
  .radius-xxxl-07 {
    border-radius: 0.7rem !important;
  }
  .radius-xxxl-08 {
    border-radius: 0.8rem !important;
  }
  .radius-xxxl-09 {
    border-radius: 0.9rem !important;
  }
  .radius-xxxl-1 {
    border-radius: 1rem !important;
  }
  .radius-xxxl-10 {
    border-radius: 1rem !important;
  }
  .radius-xxxl-11 {
    border-radius: 1.1rem !important;
  }
  .radius-xxxl-12 {
    border-radius: 1.2rem !important;
  }
  .radius-xxxl-13 {
    border-radius: 1.3rem !important;
  }
  .radius-xxxl-14 {
    border-radius: 1.4rem !important;
  }
  .radius-xxxl-15 {
    border-radius: 1.5rem !important;
  }
  .radius-xxxl-16 {
    border-radius: 1.6rem !important;
  }
  .radius-xxxl-17 {
    border-radius: 1.7rem !important;
  }
  .radius-xxxl-18 {
    border-radius: 1.8rem !important;
  }
  .radius-xxxl-19 {
    border-radius: 1.9rem !important;
  }
  .radius-xxxl-2 {
    border-radius: 2rem !important;
  }
  .radius-xxxl-20 {
    border-radius: 2rem !important;
  }
  .radius-xxxl-21 {
    border-radius: 2.1rem !important;
  }
  .radius-xxxl-22 {
    border-radius: 2.2rem !important;
  }
  .radius-xxxl-23 {
    border-radius: 2.3rem !important;
  }
  .radius-xxxl-24 {
    border-radius: 2.4rem !important;
  }
  .radius-xxxl-25 {
    border-radius: 2.5rem !important;
  }
  .radius-xxxl-26 {
    border-radius: 2.6rem !important;
  }
  .radius-xxxl-27 {
    border-radius: 2.7rem !important;
  }
  .radius-xxxl-28 {
    border-radius: 2.8rem !important;
  }
  .radius-xxxl-29 {
    border-radius: 2.9rem !important;
  }
  .radius-xxxl-3 {
    border-radius: 3rem !important;
  }
  .radius-xxxl-30 {
    border-radius: 3rem !important;
  }
  .radius-xxxl-31 {
    border-radius: 3.1rem !important;
  }
  .radius-xxxl-32 {
    border-radius: 3.2rem !important;
  }
  .radius-xxxl-33 {
    border-radius: 3.3rem !important;
  }
  .radius-xxxl-34 {
    border-radius: 3.4rem !important;
  }
  .radius-xxxl-35 {
    border-radius: 3.5rem !important;
  }
  .radius-xxxl-36 {
    border-radius: 3.6rem !important;
  }
  .radius-xxxl-37 {
    border-radius: 3.7rem !important;
  }
  .radius-xxxl-38 {
    border-radius: 3.8rem !important;
  }
  .radius-xxxl-39 {
    border-radius: 3.9rem !important;
  }
  .radius-xxxl-4 {
    border-radius: 4rem !important;
  }
  .radius-xxxl-40 {
    border-radius: 4rem !important;
  }
  .radius-xxxl-41 {
    border-radius: 4.1rem !important;
  }
  .radius-xxxl-42 {
    border-radius: 4.2rem !important;
  }
  .radius-xxxl-43 {
    border-radius: 4.3rem !important;
  }
  .radius-xxxl-44 {
    border-radius: 4.4rem !important;
  }
  .radius-xxxl-45 {
    border-radius: 4.5rem !important;
  }
  .radius-xxxl-46 {
    border-radius: 4.6rem !important;
  }
  .radius-xxxl-47 {
    border-radius: 4.7rem !important;
  }
  .radius-xxxl-48 {
    border-radius: 4.8rem !important;
  }
  .radius-xxxl-49 {
    border-radius: 4.9rem !important;
  }
  .radius-xxxl-5 {
    border-radius: 5rem !important;
  }
  .radius-xxxl-50 {
    border-radius: 5rem !important;
  }
  .radius-xxxl-51 {
    border-radius: 5.1rem !important;
  }
  .radius-xxxl-52 {
    border-radius: 5.2rem !important;
  }
  .radius-xxxl-53 {
    border-radius: 5.3rem !important;
  }
  .radius-xxxl-54 {
    border-radius: 5.4rem !important;
  }
  .radius-xxxl-55 {
    border-radius: 5.5rem !important;
  }
  .radius-xxxl-56 {
    border-radius: 5.6rem !important;
  }
  .radius-xxxl-57 {
    border-radius: 5.7rem !important;
  }
  .radius-xxxl-58 {
    border-radius: 5.8rem !important;
  }
  .radius-xxxl-59 {
    border-radius: 5.9rem !important;
  }
  .radius-xxxl-6 {
    border-radius: 6rem !important;
  }
  .radius-xxxl-60 {
    border-radius: 6rem !important;
  }
  .radius-xxxl-61 {
    border-radius: 6.1rem !important;
  }
  .radius-xxxl-62 {
    border-radius: 6.2rem !important;
  }
  .radius-xxxl-63 {
    border-radius: 6.3rem !important;
  }
  .radius-xxxl-64 {
    border-radius: 6.4rem !important;
  }
  .radius-xxxl-65 {
    border-radius: 6.5rem !important;
  }
  .radius-xxxl-66 {
    border-radius: 6.6rem !important;
  }
  .radius-xxxl-67 {
    border-radius: 6.7rem !important;
  }
  .radius-xxxl-68 {
    border-radius: 6.8rem !important;
  }
  .radius-xxxl-69 {
    border-radius: 6.9rem !important;
  }
  .radius-xxxl-7 {
    border-radius: 7rem !important;
  }
  .radius-xxxl-70 {
    border-radius: 7rem !important;
  }
  .radius-xxxl-71 {
    border-radius: 7.1rem !important;
  }
  .radius-xxxl-72 {
    border-radius: 7.2rem !important;
  }
  .radius-xxxl-73 {
    border-radius: 7.3rem !important;
  }
  .radius-xxxl-74 {
    border-radius: 7.4rem !important;
  }
  .radius-xxxl-75 {
    border-radius: 7.5rem !important;
  }
  .radius-xxxl-76 {
    border-radius: 7.6rem !important;
  }
  .radius-xxxl-77 {
    border-radius: 7.7rem !important;
  }
  .radius-xxxl-78 {
    border-radius: 7.8rem !important;
  }
  .radius-xxxl-79 {
    border-radius: 7.9rem !important;
  }
  .radius-xxxl-8 {
    border-radius: 8rem !important;
  }
  .radius-xxxl-80 {
    border-radius: 8rem !important;
  }
  .radius-xxxl-81 {
    border-radius: 8.1rem !important;
  }
  .radius-xxxl-82 {
    border-radius: 8.2rem !important;
  }
  .radius-xxxl-83 {
    border-radius: 8.3rem !important;
  }
  .radius-xxxl-84 {
    border-radius: 8.4rem !important;
  }
  .radius-xxxl-85 {
    border-radius: 8.5rem !important;
  }
  .radius-xxxl-86 {
    border-radius: 8.6rem !important;
  }
  .radius-xxxl-87 {
    border-radius: 8.7rem !important;
  }
  .radius-xxxl-88 {
    border-radius: 8.8rem !important;
  }
  .radius-xxxl-89 {
    border-radius: 8.9rem !important;
  }
  .radius-xxxl-9 {
    border-radius: 9rem !important;
  }
  .radius-xxxl-90 {
    border-radius: 9rem !important;
  }
  .radius-xxxl-91 {
    border-radius: 9.1rem !important;
  }
  .radius-xxxl-92 {
    border-radius: 9.2rem !important;
  }
  .radius-xxxl-93 {
    border-radius: 9.3rem !important;
  }
  .radius-xxxl-94 {
    border-radius: 9.4rem !important;
  }
  .radius-xxxl-95 {
    border-radius: 9.5rem !important;
  }
  .radius-xxxl-96 {
    border-radius: 9.6rem !important;
  }
  .radius-xxxl-97 {
    border-radius: 9.7rem !important;
  }
  .radius-xxxl-98 {
    border-radius: 9.8rem !important;
  }
  .radius-xxxl-99 {
    border-radius: 9.9rem !important;
  }
  .radius-xxxl-100 {
    border-radius: 10rem !important;
  }
  .radius-xxxl-110 {
    border-radius: 11rem !important;
  }
  .radius-xxxl-120 {
    border-radius: 12rem !important;
  }
  .radius-xxxl-130 {
    border-radius: 13rem !important;
  }
  .radius-xxxl-140 {
    border-radius: 14rem !important;
  }
  .radius-xxxl-150 {
    border-radius: 15rem !important;
  }
  .radius-xxxl-160 {
    border-radius: 16rem !important;
  }
  .radius-xxxl-170 {
    border-radius: 17rem !important;
  }
  .radius-xxxl-180 {
    border-radius: 18rem !important;
  }
  .radius-xxxl-190 {
    border-radius: 19rem !important;
  }
  .radius-xxxl-200 {
    border-radius: 20rem !important;
  }
  .radius-topLeft-xxxl-inherit {
    border-top-left-radius: inherit !important;
  }
  .radius-topLeft-xxxl-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-topLeft-xxxl-01 {
    border-top-left-radius: 0.1rem !important;
  }
  .radius-topLeft-xxxl-02 {
    border-top-left-radius: 0.2rem !important;
  }
  .radius-topLeft-xxxl-03 {
    border-top-left-radius: 0.3rem !important;
  }
  .radius-topLeft-xxxl-04 {
    border-top-left-radius: 0.4rem !important;
  }
  .radius-topLeft-xxxl-05 {
    border-top-left-radius: 0.5rem !important;
  }
  .radius-topLeft-xxxl-06 {
    border-top-left-radius: 0.6rem !important;
  }
  .radius-topLeft-xxxl-07 {
    border-top-left-radius: 0.7rem !important;
  }
  .radius-topLeft-xxxl-08 {
    border-top-left-radius: 0.8rem !important;
  }
  .radius-topLeft-xxxl-09 {
    border-top-left-radius: 0.9rem !important;
  }
  .radius-topLeft-xxxl-1 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xxxl-10 {
    border-top-left-radius: 1rem !important;
  }
  .radius-topLeft-xxxl-11 {
    border-top-left-radius: 1.1rem !important;
  }
  .radius-topLeft-xxxl-12 {
    border-top-left-radius: 1.2rem !important;
  }
  .radius-topLeft-xxxl-13 {
    border-top-left-radius: 1.3rem !important;
  }
  .radius-topLeft-xxxl-14 {
    border-top-left-radius: 1.4rem !important;
  }
  .radius-topLeft-xxxl-15 {
    border-top-left-radius: 1.5rem !important;
  }
  .radius-topLeft-xxxl-16 {
    border-top-left-radius: 1.6rem !important;
  }
  .radius-topLeft-xxxl-17 {
    border-top-left-radius: 1.7rem !important;
  }
  .radius-topLeft-xxxl-18 {
    border-top-left-radius: 1.8rem !important;
  }
  .radius-topLeft-xxxl-19 {
    border-top-left-radius: 1.9rem !important;
  }
  .radius-topLeft-xxxl-2 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xxxl-20 {
    border-top-left-radius: 2rem !important;
  }
  .radius-topLeft-xxxl-21 {
    border-top-left-radius: 2.1rem !important;
  }
  .radius-topLeft-xxxl-22 {
    border-top-left-radius: 2.2rem !important;
  }
  .radius-topLeft-xxxl-23 {
    border-top-left-radius: 2.3rem !important;
  }
  .radius-topLeft-xxxl-24 {
    border-top-left-radius: 2.4rem !important;
  }
  .radius-topLeft-xxxl-25 {
    border-top-left-radius: 2.5rem !important;
  }
  .radius-topLeft-xxxl-26 {
    border-top-left-radius: 2.6rem !important;
  }
  .radius-topLeft-xxxl-27 {
    border-top-left-radius: 2.7rem !important;
  }
  .radius-topLeft-xxxl-28 {
    border-top-left-radius: 2.8rem !important;
  }
  .radius-topLeft-xxxl-29 {
    border-top-left-radius: 2.9rem !important;
  }
  .radius-topLeft-xxxl-3 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xxxl-30 {
    border-top-left-radius: 3rem !important;
  }
  .radius-topLeft-xxxl-31 {
    border-top-left-radius: 3.1rem !important;
  }
  .radius-topLeft-xxxl-32 {
    border-top-left-radius: 3.2rem !important;
  }
  .radius-topLeft-xxxl-33 {
    border-top-left-radius: 3.3rem !important;
  }
  .radius-topLeft-xxxl-34 {
    border-top-left-radius: 3.4rem !important;
  }
  .radius-topLeft-xxxl-35 {
    border-top-left-radius: 3.5rem !important;
  }
  .radius-topLeft-xxxl-36 {
    border-top-left-radius: 3.6rem !important;
  }
  .radius-topLeft-xxxl-37 {
    border-top-left-radius: 3.7rem !important;
  }
  .radius-topLeft-xxxl-38 {
    border-top-left-radius: 3.8rem !important;
  }
  .radius-topLeft-xxxl-39 {
    border-top-left-radius: 3.9rem !important;
  }
  .radius-topLeft-xxxl-4 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xxxl-40 {
    border-top-left-radius: 4rem !important;
  }
  .radius-topLeft-xxxl-41 {
    border-top-left-radius: 4.1rem !important;
  }
  .radius-topLeft-xxxl-42 {
    border-top-left-radius: 4.2rem !important;
  }
  .radius-topLeft-xxxl-43 {
    border-top-left-radius: 4.3rem !important;
  }
  .radius-topLeft-xxxl-44 {
    border-top-left-radius: 4.4rem !important;
  }
  .radius-topLeft-xxxl-45 {
    border-top-left-radius: 4.5rem !important;
  }
  .radius-topLeft-xxxl-46 {
    border-top-left-radius: 4.6rem !important;
  }
  .radius-topLeft-xxxl-47 {
    border-top-left-radius: 4.7rem !important;
  }
  .radius-topLeft-xxxl-48 {
    border-top-left-radius: 4.8rem !important;
  }
  .radius-topLeft-xxxl-49 {
    border-top-left-radius: 4.9rem !important;
  }
  .radius-topLeft-xxxl-5 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xxxl-50 {
    border-top-left-radius: 5rem !important;
  }
  .radius-topLeft-xxxl-51 {
    border-top-left-radius: 5.1rem !important;
  }
  .radius-topLeft-xxxl-52 {
    border-top-left-radius: 5.2rem !important;
  }
  .radius-topLeft-xxxl-53 {
    border-top-left-radius: 5.3rem !important;
  }
  .radius-topLeft-xxxl-54 {
    border-top-left-radius: 5.4rem !important;
  }
  .radius-topLeft-xxxl-55 {
    border-top-left-radius: 5.5rem !important;
  }
  .radius-topLeft-xxxl-56 {
    border-top-left-radius: 5.6rem !important;
  }
  .radius-topLeft-xxxl-57 {
    border-top-left-radius: 5.7rem !important;
  }
  .radius-topLeft-xxxl-58 {
    border-top-left-radius: 5.8rem !important;
  }
  .radius-topLeft-xxxl-59 {
    border-top-left-radius: 5.9rem !important;
  }
  .radius-topLeft-xxxl-6 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xxxl-60 {
    border-top-left-radius: 6rem !important;
  }
  .radius-topLeft-xxxl-61 {
    border-top-left-radius: 6.1rem !important;
  }
  .radius-topLeft-xxxl-62 {
    border-top-left-radius: 6.2rem !important;
  }
  .radius-topLeft-xxxl-63 {
    border-top-left-radius: 6.3rem !important;
  }
  .radius-topLeft-xxxl-64 {
    border-top-left-radius: 6.4rem !important;
  }
  .radius-topLeft-xxxl-65 {
    border-top-left-radius: 6.5rem !important;
  }
  .radius-topLeft-xxxl-66 {
    border-top-left-radius: 6.6rem !important;
  }
  .radius-topLeft-xxxl-67 {
    border-top-left-radius: 6.7rem !important;
  }
  .radius-topLeft-xxxl-68 {
    border-top-left-radius: 6.8rem !important;
  }
  .radius-topLeft-xxxl-69 {
    border-top-left-radius: 6.9rem !important;
  }
  .radius-topLeft-xxxl-7 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xxxl-70 {
    border-top-left-radius: 7rem !important;
  }
  .radius-topLeft-xxxl-71 {
    border-top-left-radius: 7.1rem !important;
  }
  .radius-topLeft-xxxl-72 {
    border-top-left-radius: 7.2rem !important;
  }
  .radius-topLeft-xxxl-73 {
    border-top-left-radius: 7.3rem !important;
  }
  .radius-topLeft-xxxl-74 {
    border-top-left-radius: 7.4rem !important;
  }
  .radius-topLeft-xxxl-75 {
    border-top-left-radius: 7.5rem !important;
  }
  .radius-topLeft-xxxl-76 {
    border-top-left-radius: 7.6rem !important;
  }
  .radius-topLeft-xxxl-77 {
    border-top-left-radius: 7.7rem !important;
  }
  .radius-topLeft-xxxl-78 {
    border-top-left-radius: 7.8rem !important;
  }
  .radius-topLeft-xxxl-79 {
    border-top-left-radius: 7.9rem !important;
  }
  .radius-topLeft-xxxl-8 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xxxl-80 {
    border-top-left-radius: 8rem !important;
  }
  .radius-topLeft-xxxl-81 {
    border-top-left-radius: 8.1rem !important;
  }
  .radius-topLeft-xxxl-82 {
    border-top-left-radius: 8.2rem !important;
  }
  .radius-topLeft-xxxl-83 {
    border-top-left-radius: 8.3rem !important;
  }
  .radius-topLeft-xxxl-84 {
    border-top-left-radius: 8.4rem !important;
  }
  .radius-topLeft-xxxl-85 {
    border-top-left-radius: 8.5rem !important;
  }
  .radius-topLeft-xxxl-86 {
    border-top-left-radius: 8.6rem !important;
  }
  .radius-topLeft-xxxl-87 {
    border-top-left-radius: 8.7rem !important;
  }
  .radius-topLeft-xxxl-88 {
    border-top-left-radius: 8.8rem !important;
  }
  .radius-topLeft-xxxl-89 {
    border-top-left-radius: 8.9rem !important;
  }
  .radius-topLeft-xxxl-9 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xxxl-90 {
    border-top-left-radius: 9rem !important;
  }
  .radius-topLeft-xxxl-91 {
    border-top-left-radius: 9.1rem !important;
  }
  .radius-topLeft-xxxl-92 {
    border-top-left-radius: 9.2rem !important;
  }
  .radius-topLeft-xxxl-93 {
    border-top-left-radius: 9.3rem !important;
  }
  .radius-topLeft-xxxl-94 {
    border-top-left-radius: 9.4rem !important;
  }
  .radius-topLeft-xxxl-95 {
    border-top-left-radius: 9.5rem !important;
  }
  .radius-topLeft-xxxl-96 {
    border-top-left-radius: 9.6rem !important;
  }
  .radius-topLeft-xxxl-97 {
    border-top-left-radius: 9.7rem !important;
  }
  .radius-topLeft-xxxl-98 {
    border-top-left-radius: 9.8rem !important;
  }
  .radius-topLeft-xxxl-99 {
    border-top-left-radius: 9.9rem !important;
  }
  .radius-topLeft-xxxl-100 {
    border-top-left-radius: 10rem !important;
  }
  .radius-topLeft-xxxl-110 {
    border-top-left-radius: 11rem !important;
  }
  .radius-topLeft-xxxl-120 {
    border-top-left-radius: 12rem !important;
  }
  .radius-topLeft-xxxl-130 {
    border-top-left-radius: 13rem !important;
  }
  .radius-topLeft-xxxl-140 {
    border-top-left-radius: 14rem !important;
  }
  .radius-topLeft-xxxl-150 {
    border-top-left-radius: 15rem !important;
  }
  .radius-topLeft-xxxl-160 {
    border-top-left-radius: 16rem !important;
  }
  .radius-topLeft-xxxl-170 {
    border-top-left-radius: 17rem !important;
  }
  .radius-topLeft-xxxl-180 {
    border-top-left-radius: 18rem !important;
  }
  .radius-topLeft-xxxl-190 {
    border-top-left-radius: 19rem !important;
  }
  .radius-topLeft-xxxl-200 {
    border-top-left-radius: 20rem !important;
  }
  .radius-topRight-xxxl-inherit {
    border-top-right-radius: inherit !important;
  }
  .radius-topRight-xxxl-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-topRight-xxxl-01 {
    border-top-right-radius: 0.1rem !important;
  }
  .radius-topRight-xxxl-02 {
    border-top-right-radius: 0.2rem !important;
  }
  .radius-topRight-xxxl-03 {
    border-top-right-radius: 0.3rem !important;
  }
  .radius-topRight-xxxl-04 {
    border-top-right-radius: 0.4rem !important;
  }
  .radius-topRight-xxxl-05 {
    border-top-right-radius: 0.5rem !important;
  }
  .radius-topRight-xxxl-06 {
    border-top-right-radius: 0.6rem !important;
  }
  .radius-topRight-xxxl-07 {
    border-top-right-radius: 0.7rem !important;
  }
  .radius-topRight-xxxl-08 {
    border-top-right-radius: 0.8rem !important;
  }
  .radius-topRight-xxxl-09 {
    border-top-right-radius: 0.9rem !important;
  }
  .radius-topRight-xxxl-1 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xxxl-10 {
    border-top-right-radius: 1rem !important;
  }
  .radius-topRight-xxxl-11 {
    border-top-right-radius: 1.1rem !important;
  }
  .radius-topRight-xxxl-12 {
    border-top-right-radius: 1.2rem !important;
  }
  .radius-topRight-xxxl-13 {
    border-top-right-radius: 1.3rem !important;
  }
  .radius-topRight-xxxl-14 {
    border-top-right-radius: 1.4rem !important;
  }
  .radius-topRight-xxxl-15 {
    border-top-right-radius: 1.5rem !important;
  }
  .radius-topRight-xxxl-16 {
    border-top-right-radius: 1.6rem !important;
  }
  .radius-topRight-xxxl-17 {
    border-top-right-radius: 1.7rem !important;
  }
  .radius-topRight-xxxl-18 {
    border-top-right-radius: 1.8rem !important;
  }
  .radius-topRight-xxxl-19 {
    border-top-right-radius: 1.9rem !important;
  }
  .radius-topRight-xxxl-2 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xxxl-20 {
    border-top-right-radius: 2rem !important;
  }
  .radius-topRight-xxxl-21 {
    border-top-right-radius: 2.1rem !important;
  }
  .radius-topRight-xxxl-22 {
    border-top-right-radius: 2.2rem !important;
  }
  .radius-topRight-xxxl-23 {
    border-top-right-radius: 2.3rem !important;
  }
  .radius-topRight-xxxl-24 {
    border-top-right-radius: 2.4rem !important;
  }
  .radius-topRight-xxxl-25 {
    border-top-right-radius: 2.5rem !important;
  }
  .radius-topRight-xxxl-26 {
    border-top-right-radius: 2.6rem !important;
  }
  .radius-topRight-xxxl-27 {
    border-top-right-radius: 2.7rem !important;
  }
  .radius-topRight-xxxl-28 {
    border-top-right-radius: 2.8rem !important;
  }
  .radius-topRight-xxxl-29 {
    border-top-right-radius: 2.9rem !important;
  }
  .radius-topRight-xxxl-3 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xxxl-30 {
    border-top-right-radius: 3rem !important;
  }
  .radius-topRight-xxxl-31 {
    border-top-right-radius: 3.1rem !important;
  }
  .radius-topRight-xxxl-32 {
    border-top-right-radius: 3.2rem !important;
  }
  .radius-topRight-xxxl-33 {
    border-top-right-radius: 3.3rem !important;
  }
  .radius-topRight-xxxl-34 {
    border-top-right-radius: 3.4rem !important;
  }
  .radius-topRight-xxxl-35 {
    border-top-right-radius: 3.5rem !important;
  }
  .radius-topRight-xxxl-36 {
    border-top-right-radius: 3.6rem !important;
  }
  .radius-topRight-xxxl-37 {
    border-top-right-radius: 3.7rem !important;
  }
  .radius-topRight-xxxl-38 {
    border-top-right-radius: 3.8rem !important;
  }
  .radius-topRight-xxxl-39 {
    border-top-right-radius: 3.9rem !important;
  }
  .radius-topRight-xxxl-4 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xxxl-40 {
    border-top-right-radius: 4rem !important;
  }
  .radius-topRight-xxxl-41 {
    border-top-right-radius: 4.1rem !important;
  }
  .radius-topRight-xxxl-42 {
    border-top-right-radius: 4.2rem !important;
  }
  .radius-topRight-xxxl-43 {
    border-top-right-radius: 4.3rem !important;
  }
  .radius-topRight-xxxl-44 {
    border-top-right-radius: 4.4rem !important;
  }
  .radius-topRight-xxxl-45 {
    border-top-right-radius: 4.5rem !important;
  }
  .radius-topRight-xxxl-46 {
    border-top-right-radius: 4.6rem !important;
  }
  .radius-topRight-xxxl-47 {
    border-top-right-radius: 4.7rem !important;
  }
  .radius-topRight-xxxl-48 {
    border-top-right-radius: 4.8rem !important;
  }
  .radius-topRight-xxxl-49 {
    border-top-right-radius: 4.9rem !important;
  }
  .radius-topRight-xxxl-5 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xxxl-50 {
    border-top-right-radius: 5rem !important;
  }
  .radius-topRight-xxxl-51 {
    border-top-right-radius: 5.1rem !important;
  }
  .radius-topRight-xxxl-52 {
    border-top-right-radius: 5.2rem !important;
  }
  .radius-topRight-xxxl-53 {
    border-top-right-radius: 5.3rem !important;
  }
  .radius-topRight-xxxl-54 {
    border-top-right-radius: 5.4rem !important;
  }
  .radius-topRight-xxxl-55 {
    border-top-right-radius: 5.5rem !important;
  }
  .radius-topRight-xxxl-56 {
    border-top-right-radius: 5.6rem !important;
  }
  .radius-topRight-xxxl-57 {
    border-top-right-radius: 5.7rem !important;
  }
  .radius-topRight-xxxl-58 {
    border-top-right-radius: 5.8rem !important;
  }
  .radius-topRight-xxxl-59 {
    border-top-right-radius: 5.9rem !important;
  }
  .radius-topRight-xxxl-6 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xxxl-60 {
    border-top-right-radius: 6rem !important;
  }
  .radius-topRight-xxxl-61 {
    border-top-right-radius: 6.1rem !important;
  }
  .radius-topRight-xxxl-62 {
    border-top-right-radius: 6.2rem !important;
  }
  .radius-topRight-xxxl-63 {
    border-top-right-radius: 6.3rem !important;
  }
  .radius-topRight-xxxl-64 {
    border-top-right-radius: 6.4rem !important;
  }
  .radius-topRight-xxxl-65 {
    border-top-right-radius: 6.5rem !important;
  }
  .radius-topRight-xxxl-66 {
    border-top-right-radius: 6.6rem !important;
  }
  .radius-topRight-xxxl-67 {
    border-top-right-radius: 6.7rem !important;
  }
  .radius-topRight-xxxl-68 {
    border-top-right-radius: 6.8rem !important;
  }
  .radius-topRight-xxxl-69 {
    border-top-right-radius: 6.9rem !important;
  }
  .radius-topRight-xxxl-7 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xxxl-70 {
    border-top-right-radius: 7rem !important;
  }
  .radius-topRight-xxxl-71 {
    border-top-right-radius: 7.1rem !important;
  }
  .radius-topRight-xxxl-72 {
    border-top-right-radius: 7.2rem !important;
  }
  .radius-topRight-xxxl-73 {
    border-top-right-radius: 7.3rem !important;
  }
  .radius-topRight-xxxl-74 {
    border-top-right-radius: 7.4rem !important;
  }
  .radius-topRight-xxxl-75 {
    border-top-right-radius: 7.5rem !important;
  }
  .radius-topRight-xxxl-76 {
    border-top-right-radius: 7.6rem !important;
  }
  .radius-topRight-xxxl-77 {
    border-top-right-radius: 7.7rem !important;
  }
  .radius-topRight-xxxl-78 {
    border-top-right-radius: 7.8rem !important;
  }
  .radius-topRight-xxxl-79 {
    border-top-right-radius: 7.9rem !important;
  }
  .radius-topRight-xxxl-8 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xxxl-80 {
    border-top-right-radius: 8rem !important;
  }
  .radius-topRight-xxxl-81 {
    border-top-right-radius: 8.1rem !important;
  }
  .radius-topRight-xxxl-82 {
    border-top-right-radius: 8.2rem !important;
  }
  .radius-topRight-xxxl-83 {
    border-top-right-radius: 8.3rem !important;
  }
  .radius-topRight-xxxl-84 {
    border-top-right-radius: 8.4rem !important;
  }
  .radius-topRight-xxxl-85 {
    border-top-right-radius: 8.5rem !important;
  }
  .radius-topRight-xxxl-86 {
    border-top-right-radius: 8.6rem !important;
  }
  .radius-topRight-xxxl-87 {
    border-top-right-radius: 8.7rem !important;
  }
  .radius-topRight-xxxl-88 {
    border-top-right-radius: 8.8rem !important;
  }
  .radius-topRight-xxxl-89 {
    border-top-right-radius: 8.9rem !important;
  }
  .radius-topRight-xxxl-9 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xxxl-90 {
    border-top-right-radius: 9rem !important;
  }
  .radius-topRight-xxxl-91 {
    border-top-right-radius: 9.1rem !important;
  }
  .radius-topRight-xxxl-92 {
    border-top-right-radius: 9.2rem !important;
  }
  .radius-topRight-xxxl-93 {
    border-top-right-radius: 9.3rem !important;
  }
  .radius-topRight-xxxl-94 {
    border-top-right-radius: 9.4rem !important;
  }
  .radius-topRight-xxxl-95 {
    border-top-right-radius: 9.5rem !important;
  }
  .radius-topRight-xxxl-96 {
    border-top-right-radius: 9.6rem !important;
  }
  .radius-topRight-xxxl-97 {
    border-top-right-radius: 9.7rem !important;
  }
  .radius-topRight-xxxl-98 {
    border-top-right-radius: 9.8rem !important;
  }
  .radius-topRight-xxxl-99 {
    border-top-right-radius: 9.9rem !important;
  }
  .radius-topRight-xxxl-100 {
    border-top-right-radius: 10rem !important;
  }
  .radius-topRight-xxxl-110 {
    border-top-right-radius: 11rem !important;
  }
  .radius-topRight-xxxl-120 {
    border-top-right-radius: 12rem !important;
  }
  .radius-topRight-xxxl-130 {
    border-top-right-radius: 13rem !important;
  }
  .radius-topRight-xxxl-140 {
    border-top-right-radius: 14rem !important;
  }
  .radius-topRight-xxxl-150 {
    border-top-right-radius: 15rem !important;
  }
  .radius-topRight-xxxl-160 {
    border-top-right-radius: 16rem !important;
  }
  .radius-topRight-xxxl-170 {
    border-top-right-radius: 17rem !important;
  }
  .radius-topRight-xxxl-180 {
    border-top-right-radius: 18rem !important;
  }
  .radius-topRight-xxxl-190 {
    border-top-right-radius: 19rem !important;
  }
  .radius-topRight-xxxl-200 {
    border-top-right-radius: 20rem !important;
  }
  .radius-bottomLeft-xxxl-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .radius-bottomLeft-xxxl-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-bottomLeft-xxxl-01 {
    border-bottom-left-radius: 0.1rem !important;
  }
  .radius-bottomLeft-xxxl-02 {
    border-bottom-left-radius: 0.2rem !important;
  }
  .radius-bottomLeft-xxxl-03 {
    border-bottom-left-radius: 0.3rem !important;
  }
  .radius-bottomLeft-xxxl-04 {
    border-bottom-left-radius: 0.4rem !important;
  }
  .radius-bottomLeft-xxxl-05 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .radius-bottomLeft-xxxl-06 {
    border-bottom-left-radius: 0.6rem !important;
  }
  .radius-bottomLeft-xxxl-07 {
    border-bottom-left-radius: 0.7rem !important;
  }
  .radius-bottomLeft-xxxl-08 {
    border-bottom-left-radius: 0.8rem !important;
  }
  .radius-bottomLeft-xxxl-09 {
    border-bottom-left-radius: 0.9rem !important;
  }
  .radius-bottomLeft-xxxl-1 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xxxl-10 {
    border-bottom-left-radius: 1rem !important;
  }
  .radius-bottomLeft-xxxl-11 {
    border-bottom-left-radius: 1.1rem !important;
  }
  .radius-bottomLeft-xxxl-12 {
    border-bottom-left-radius: 1.2rem !important;
  }
  .radius-bottomLeft-xxxl-13 {
    border-bottom-left-radius: 1.3rem !important;
  }
  .radius-bottomLeft-xxxl-14 {
    border-bottom-left-radius: 1.4rem !important;
  }
  .radius-bottomLeft-xxxl-15 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .radius-bottomLeft-xxxl-16 {
    border-bottom-left-radius: 1.6rem !important;
  }
  .radius-bottomLeft-xxxl-17 {
    border-bottom-left-radius: 1.7rem !important;
  }
  .radius-bottomLeft-xxxl-18 {
    border-bottom-left-radius: 1.8rem !important;
  }
  .radius-bottomLeft-xxxl-19 {
    border-bottom-left-radius: 1.9rem !important;
  }
  .radius-bottomLeft-xxxl-2 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xxxl-20 {
    border-bottom-left-radius: 2rem !important;
  }
  .radius-bottomLeft-xxxl-21 {
    border-bottom-left-radius: 2.1rem !important;
  }
  .radius-bottomLeft-xxxl-22 {
    border-bottom-left-radius: 2.2rem !important;
  }
  .radius-bottomLeft-xxxl-23 {
    border-bottom-left-radius: 2.3rem !important;
  }
  .radius-bottomLeft-xxxl-24 {
    border-bottom-left-radius: 2.4rem !important;
  }
  .radius-bottomLeft-xxxl-25 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .radius-bottomLeft-xxxl-26 {
    border-bottom-left-radius: 2.6rem !important;
  }
  .radius-bottomLeft-xxxl-27 {
    border-bottom-left-radius: 2.7rem !important;
  }
  .radius-bottomLeft-xxxl-28 {
    border-bottom-left-radius: 2.8rem !important;
  }
  .radius-bottomLeft-xxxl-29 {
    border-bottom-left-radius: 2.9rem !important;
  }
  .radius-bottomLeft-xxxl-3 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xxxl-30 {
    border-bottom-left-radius: 3rem !important;
  }
  .radius-bottomLeft-xxxl-31 {
    border-bottom-left-radius: 3.1rem !important;
  }
  .radius-bottomLeft-xxxl-32 {
    border-bottom-left-radius: 3.2rem !important;
  }
  .radius-bottomLeft-xxxl-33 {
    border-bottom-left-radius: 3.3rem !important;
  }
  .radius-bottomLeft-xxxl-34 {
    border-bottom-left-radius: 3.4rem !important;
  }
  .radius-bottomLeft-xxxl-35 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .radius-bottomLeft-xxxl-36 {
    border-bottom-left-radius: 3.6rem !important;
  }
  .radius-bottomLeft-xxxl-37 {
    border-bottom-left-radius: 3.7rem !important;
  }
  .radius-bottomLeft-xxxl-38 {
    border-bottom-left-radius: 3.8rem !important;
  }
  .radius-bottomLeft-xxxl-39 {
    border-bottom-left-radius: 3.9rem !important;
  }
  .radius-bottomLeft-xxxl-4 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xxxl-40 {
    border-bottom-left-radius: 4rem !important;
  }
  .radius-bottomLeft-xxxl-41 {
    border-bottom-left-radius: 4.1rem !important;
  }
  .radius-bottomLeft-xxxl-42 {
    border-bottom-left-radius: 4.2rem !important;
  }
  .radius-bottomLeft-xxxl-43 {
    border-bottom-left-radius: 4.3rem !important;
  }
  .radius-bottomLeft-xxxl-44 {
    border-bottom-left-radius: 4.4rem !important;
  }
  .radius-bottomLeft-xxxl-45 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .radius-bottomLeft-xxxl-46 {
    border-bottom-left-radius: 4.6rem !important;
  }
  .radius-bottomLeft-xxxl-47 {
    border-bottom-left-radius: 4.7rem !important;
  }
  .radius-bottomLeft-xxxl-48 {
    border-bottom-left-radius: 4.8rem !important;
  }
  .radius-bottomLeft-xxxl-49 {
    border-bottom-left-radius: 4.9rem !important;
  }
  .radius-bottomLeft-xxxl-5 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xxxl-50 {
    border-bottom-left-radius: 5rem !important;
  }
  .radius-bottomLeft-xxxl-51 {
    border-bottom-left-radius: 5.1rem !important;
  }
  .radius-bottomLeft-xxxl-52 {
    border-bottom-left-radius: 5.2rem !important;
  }
  .radius-bottomLeft-xxxl-53 {
    border-bottom-left-radius: 5.3rem !important;
  }
  .radius-bottomLeft-xxxl-54 {
    border-bottom-left-radius: 5.4rem !important;
  }
  .radius-bottomLeft-xxxl-55 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .radius-bottomLeft-xxxl-56 {
    border-bottom-left-radius: 5.6rem !important;
  }
  .radius-bottomLeft-xxxl-57 {
    border-bottom-left-radius: 5.7rem !important;
  }
  .radius-bottomLeft-xxxl-58 {
    border-bottom-left-radius: 5.8rem !important;
  }
  .radius-bottomLeft-xxxl-59 {
    border-bottom-left-radius: 5.9rem !important;
  }
  .radius-bottomLeft-xxxl-6 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xxxl-60 {
    border-bottom-left-radius: 6rem !important;
  }
  .radius-bottomLeft-xxxl-61 {
    border-bottom-left-radius: 6.1rem !important;
  }
  .radius-bottomLeft-xxxl-62 {
    border-bottom-left-radius: 6.2rem !important;
  }
  .radius-bottomLeft-xxxl-63 {
    border-bottom-left-radius: 6.3rem !important;
  }
  .radius-bottomLeft-xxxl-64 {
    border-bottom-left-radius: 6.4rem !important;
  }
  .radius-bottomLeft-xxxl-65 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .radius-bottomLeft-xxxl-66 {
    border-bottom-left-radius: 6.6rem !important;
  }
  .radius-bottomLeft-xxxl-67 {
    border-bottom-left-radius: 6.7rem !important;
  }
  .radius-bottomLeft-xxxl-68 {
    border-bottom-left-radius: 6.8rem !important;
  }
  .radius-bottomLeft-xxxl-69 {
    border-bottom-left-radius: 6.9rem !important;
  }
  .radius-bottomLeft-xxxl-7 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xxxl-70 {
    border-bottom-left-radius: 7rem !important;
  }
  .radius-bottomLeft-xxxl-71 {
    border-bottom-left-radius: 7.1rem !important;
  }
  .radius-bottomLeft-xxxl-72 {
    border-bottom-left-radius: 7.2rem !important;
  }
  .radius-bottomLeft-xxxl-73 {
    border-bottom-left-radius: 7.3rem !important;
  }
  .radius-bottomLeft-xxxl-74 {
    border-bottom-left-radius: 7.4rem !important;
  }
  .radius-bottomLeft-xxxl-75 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .radius-bottomLeft-xxxl-76 {
    border-bottom-left-radius: 7.6rem !important;
  }
  .radius-bottomLeft-xxxl-77 {
    border-bottom-left-radius: 7.7rem !important;
  }
  .radius-bottomLeft-xxxl-78 {
    border-bottom-left-radius: 7.8rem !important;
  }
  .radius-bottomLeft-xxxl-79 {
    border-bottom-left-radius: 7.9rem !important;
  }
  .radius-bottomLeft-xxxl-8 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xxxl-80 {
    border-bottom-left-radius: 8rem !important;
  }
  .radius-bottomLeft-xxxl-81 {
    border-bottom-left-radius: 8.1rem !important;
  }
  .radius-bottomLeft-xxxl-82 {
    border-bottom-left-radius: 8.2rem !important;
  }
  .radius-bottomLeft-xxxl-83 {
    border-bottom-left-radius: 8.3rem !important;
  }
  .radius-bottomLeft-xxxl-84 {
    border-bottom-left-radius: 8.4rem !important;
  }
  .radius-bottomLeft-xxxl-85 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .radius-bottomLeft-xxxl-86 {
    border-bottom-left-radius: 8.6rem !important;
  }
  .radius-bottomLeft-xxxl-87 {
    border-bottom-left-radius: 8.7rem !important;
  }
  .radius-bottomLeft-xxxl-88 {
    border-bottom-left-radius: 8.8rem !important;
  }
  .radius-bottomLeft-xxxl-89 {
    border-bottom-left-radius: 8.9rem !important;
  }
  .radius-bottomLeft-xxxl-9 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xxxl-90 {
    border-bottom-left-radius: 9rem !important;
  }
  .radius-bottomLeft-xxxl-91 {
    border-bottom-left-radius: 9.1rem !important;
  }
  .radius-bottomLeft-xxxl-92 {
    border-bottom-left-radius: 9.2rem !important;
  }
  .radius-bottomLeft-xxxl-93 {
    border-bottom-left-radius: 9.3rem !important;
  }
  .radius-bottomLeft-xxxl-94 {
    border-bottom-left-radius: 9.4rem !important;
  }
  .radius-bottomLeft-xxxl-95 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .radius-bottomLeft-xxxl-96 {
    border-bottom-left-radius: 9.6rem !important;
  }
  .radius-bottomLeft-xxxl-97 {
    border-bottom-left-radius: 9.7rem !important;
  }
  .radius-bottomLeft-xxxl-98 {
    border-bottom-left-radius: 9.8rem !important;
  }
  .radius-bottomLeft-xxxl-99 {
    border-bottom-left-radius: 9.9rem !important;
  }
  .radius-bottomLeft-xxxl-100 {
    border-bottom-left-radius: 10rem !important;
  }
  .radius-bottomLeft-xxxl-110 {
    border-bottom-left-radius: 11rem !important;
  }
  .radius-bottomLeft-xxxl-120 {
    border-bottom-left-radius: 12rem !important;
  }
  .radius-bottomLeft-xxxl-130 {
    border-bottom-left-radius: 13rem !important;
  }
  .radius-bottomLeft-xxxl-140 {
    border-bottom-left-radius: 14rem !important;
  }
  .radius-bottomLeft-xxxl-150 {
    border-bottom-left-radius: 15rem !important;
  }
  .radius-bottomLeft-xxxl-160 {
    border-bottom-left-radius: 16rem !important;
  }
  .radius-bottomLeft-xxxl-170 {
    border-bottom-left-radius: 17rem !important;
  }
  .radius-bottomLeft-xxxl-180 {
    border-bottom-left-radius: 18rem !important;
  }
  .radius-bottomLeft-xxxl-190 {
    border-bottom-left-radius: 19rem !important;
  }
  .radius-bottomLeft-xxxl-200 {
    border-bottom-left-radius: 20rem !important;
  }
  .radius-bottomRight-xxxl-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .radius-bottomRight-xxxl-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bottomRight-xxxl-01 {
    border-bottom-right-radius: 0.1rem !important;
  }
  .radius-bottomRight-xxxl-02 {
    border-bottom-right-radius: 0.2rem !important;
  }
  .radius-bottomRight-xxxl-03 {
    border-bottom-right-radius: 0.3rem !important;
  }
  .radius-bottomRight-xxxl-04 {
    border-bottom-right-radius: 0.4rem !important;
  }
  .radius-bottomRight-xxxl-05 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .radius-bottomRight-xxxl-06 {
    border-bottom-right-radius: 0.6rem !important;
  }
  .radius-bottomRight-xxxl-07 {
    border-bottom-right-radius: 0.7rem !important;
  }
  .radius-bottomRight-xxxl-08 {
    border-bottom-right-radius: 0.8rem !important;
  }
  .radius-bottomRight-xxxl-09 {
    border-bottom-right-radius: 0.9rem !important;
  }
  .radius-bottomRight-xxxl-1 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xxxl-10 {
    border-bottom-right-radius: 1rem !important;
  }
  .radius-bottomRight-xxxl-11 {
    border-bottom-right-radius: 1.1rem !important;
  }
  .radius-bottomRight-xxxl-12 {
    border-bottom-right-radius: 1.2rem !important;
  }
  .radius-bottomRight-xxxl-13 {
    border-bottom-right-radius: 1.3rem !important;
  }
  .radius-bottomRight-xxxl-14 {
    border-bottom-right-radius: 1.4rem !important;
  }
  .radius-bottomRight-xxxl-15 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .radius-bottomRight-xxxl-16 {
    border-bottom-right-radius: 1.6rem !important;
  }
  .radius-bottomRight-xxxl-17 {
    border-bottom-right-radius: 1.7rem !important;
  }
  .radius-bottomRight-xxxl-18 {
    border-bottom-right-radius: 1.8rem !important;
  }
  .radius-bottomRight-xxxl-19 {
    border-bottom-right-radius: 1.9rem !important;
  }
  .radius-bottomRight-xxxl-2 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xxxl-20 {
    border-bottom-right-radius: 2rem !important;
  }
  .radius-bottomRight-xxxl-21 {
    border-bottom-right-radius: 2.1rem !important;
  }
  .radius-bottomRight-xxxl-22 {
    border-bottom-right-radius: 2.2rem !important;
  }
  .radius-bottomRight-xxxl-23 {
    border-bottom-right-radius: 2.3rem !important;
  }
  .radius-bottomRight-xxxl-24 {
    border-bottom-right-radius: 2.4rem !important;
  }
  .radius-bottomRight-xxxl-25 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .radius-bottomRight-xxxl-26 {
    border-bottom-right-radius: 2.6rem !important;
  }
  .radius-bottomRight-xxxl-27 {
    border-bottom-right-radius: 2.7rem !important;
  }
  .radius-bottomRight-xxxl-28 {
    border-bottom-right-radius: 2.8rem !important;
  }
  .radius-bottomRight-xxxl-29 {
    border-bottom-right-radius: 2.9rem !important;
  }
  .radius-bottomRight-xxxl-3 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xxxl-30 {
    border-bottom-right-radius: 3rem !important;
  }
  .radius-bottomRight-xxxl-31 {
    border-bottom-right-radius: 3.1rem !important;
  }
  .radius-bottomRight-xxxl-32 {
    border-bottom-right-radius: 3.2rem !important;
  }
  .radius-bottomRight-xxxl-33 {
    border-bottom-right-radius: 3.3rem !important;
  }
  .radius-bottomRight-xxxl-34 {
    border-bottom-right-radius: 3.4rem !important;
  }
  .radius-bottomRight-xxxl-35 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .radius-bottomRight-xxxl-36 {
    border-bottom-right-radius: 3.6rem !important;
  }
  .radius-bottomRight-xxxl-37 {
    border-bottom-right-radius: 3.7rem !important;
  }
  .radius-bottomRight-xxxl-38 {
    border-bottom-right-radius: 3.8rem !important;
  }
  .radius-bottomRight-xxxl-39 {
    border-bottom-right-radius: 3.9rem !important;
  }
  .radius-bottomRight-xxxl-4 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xxxl-40 {
    border-bottom-right-radius: 4rem !important;
  }
  .radius-bottomRight-xxxl-41 {
    border-bottom-right-radius: 4.1rem !important;
  }
  .radius-bottomRight-xxxl-42 {
    border-bottom-right-radius: 4.2rem !important;
  }
  .radius-bottomRight-xxxl-43 {
    border-bottom-right-radius: 4.3rem !important;
  }
  .radius-bottomRight-xxxl-44 {
    border-bottom-right-radius: 4.4rem !important;
  }
  .radius-bottomRight-xxxl-45 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .radius-bottomRight-xxxl-46 {
    border-bottom-right-radius: 4.6rem !important;
  }
  .radius-bottomRight-xxxl-47 {
    border-bottom-right-radius: 4.7rem !important;
  }
  .radius-bottomRight-xxxl-48 {
    border-bottom-right-radius: 4.8rem !important;
  }
  .radius-bottomRight-xxxl-49 {
    border-bottom-right-radius: 4.9rem !important;
  }
  .radius-bottomRight-xxxl-5 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xxxl-50 {
    border-bottom-right-radius: 5rem !important;
  }
  .radius-bottomRight-xxxl-51 {
    border-bottom-right-radius: 5.1rem !important;
  }
  .radius-bottomRight-xxxl-52 {
    border-bottom-right-radius: 5.2rem !important;
  }
  .radius-bottomRight-xxxl-53 {
    border-bottom-right-radius: 5.3rem !important;
  }
  .radius-bottomRight-xxxl-54 {
    border-bottom-right-radius: 5.4rem !important;
  }
  .radius-bottomRight-xxxl-55 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .radius-bottomRight-xxxl-56 {
    border-bottom-right-radius: 5.6rem !important;
  }
  .radius-bottomRight-xxxl-57 {
    border-bottom-right-radius: 5.7rem !important;
  }
  .radius-bottomRight-xxxl-58 {
    border-bottom-right-radius: 5.8rem !important;
  }
  .radius-bottomRight-xxxl-59 {
    border-bottom-right-radius: 5.9rem !important;
  }
  .radius-bottomRight-xxxl-6 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xxxl-60 {
    border-bottom-right-radius: 6rem !important;
  }
  .radius-bottomRight-xxxl-61 {
    border-bottom-right-radius: 6.1rem !important;
  }
  .radius-bottomRight-xxxl-62 {
    border-bottom-right-radius: 6.2rem !important;
  }
  .radius-bottomRight-xxxl-63 {
    border-bottom-right-radius: 6.3rem !important;
  }
  .radius-bottomRight-xxxl-64 {
    border-bottom-right-radius: 6.4rem !important;
  }
  .radius-bottomRight-xxxl-65 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .radius-bottomRight-xxxl-66 {
    border-bottom-right-radius: 6.6rem !important;
  }
  .radius-bottomRight-xxxl-67 {
    border-bottom-right-radius: 6.7rem !important;
  }
  .radius-bottomRight-xxxl-68 {
    border-bottom-right-radius: 6.8rem !important;
  }
  .radius-bottomRight-xxxl-69 {
    border-bottom-right-radius: 6.9rem !important;
  }
  .radius-bottomRight-xxxl-7 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xxxl-70 {
    border-bottom-right-radius: 7rem !important;
  }
  .radius-bottomRight-xxxl-71 {
    border-bottom-right-radius: 7.1rem !important;
  }
  .radius-bottomRight-xxxl-72 {
    border-bottom-right-radius: 7.2rem !important;
  }
  .radius-bottomRight-xxxl-73 {
    border-bottom-right-radius: 7.3rem !important;
  }
  .radius-bottomRight-xxxl-74 {
    border-bottom-right-radius: 7.4rem !important;
  }
  .radius-bottomRight-xxxl-75 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .radius-bottomRight-xxxl-76 {
    border-bottom-right-radius: 7.6rem !important;
  }
  .radius-bottomRight-xxxl-77 {
    border-bottom-right-radius: 7.7rem !important;
  }
  .radius-bottomRight-xxxl-78 {
    border-bottom-right-radius: 7.8rem !important;
  }
  .radius-bottomRight-xxxl-79 {
    border-bottom-right-radius: 7.9rem !important;
  }
  .radius-bottomRight-xxxl-8 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xxxl-80 {
    border-bottom-right-radius: 8rem !important;
  }
  .radius-bottomRight-xxxl-81 {
    border-bottom-right-radius: 8.1rem !important;
  }
  .radius-bottomRight-xxxl-82 {
    border-bottom-right-radius: 8.2rem !important;
  }
  .radius-bottomRight-xxxl-83 {
    border-bottom-right-radius: 8.3rem !important;
  }
  .radius-bottomRight-xxxl-84 {
    border-bottom-right-radius: 8.4rem !important;
  }
  .radius-bottomRight-xxxl-85 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .radius-bottomRight-xxxl-86 {
    border-bottom-right-radius: 8.6rem !important;
  }
  .radius-bottomRight-xxxl-87 {
    border-bottom-right-radius: 8.7rem !important;
  }
  .radius-bottomRight-xxxl-88 {
    border-bottom-right-radius: 8.8rem !important;
  }
  .radius-bottomRight-xxxl-89 {
    border-bottom-right-radius: 8.9rem !important;
  }
  .radius-bottomRight-xxxl-9 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xxxl-90 {
    border-bottom-right-radius: 9rem !important;
  }
  .radius-bottomRight-xxxl-91 {
    border-bottom-right-radius: 9.1rem !important;
  }
  .radius-bottomRight-xxxl-92 {
    border-bottom-right-radius: 9.2rem !important;
  }
  .radius-bottomRight-xxxl-93 {
    border-bottom-right-radius: 9.3rem !important;
  }
  .radius-bottomRight-xxxl-94 {
    border-bottom-right-radius: 9.4rem !important;
  }
  .radius-bottomRight-xxxl-95 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .radius-bottomRight-xxxl-96 {
    border-bottom-right-radius: 9.6rem !important;
  }
  .radius-bottomRight-xxxl-97 {
    border-bottom-right-radius: 9.7rem !important;
  }
  .radius-bottomRight-xxxl-98 {
    border-bottom-right-radius: 9.8rem !important;
  }
  .radius-bottomRight-xxxl-99 {
    border-bottom-right-radius: 9.9rem !important;
  }
  .radius-bottomRight-xxxl-100 {
    border-bottom-right-radius: 10rem !important;
  }
  .radius-bottomRight-xxxl-110 {
    border-bottom-right-radius: 11rem !important;
  }
  .radius-bottomRight-xxxl-120 {
    border-bottom-right-radius: 12rem !important;
  }
  .radius-bottomRight-xxxl-130 {
    border-bottom-right-radius: 13rem !important;
  }
  .radius-bottomRight-xxxl-140 {
    border-bottom-right-radius: 14rem !important;
  }
  .radius-bottomRight-xxxl-150 {
    border-bottom-right-radius: 15rem !important;
  }
  .radius-bottomRight-xxxl-160 {
    border-bottom-right-radius: 16rem !important;
  }
  .radius-bottomRight-xxxl-170 {
    border-bottom-right-radius: 17rem !important;
  }
  .radius-bottomRight-xxxl-180 {
    border-bottom-right-radius: 18rem !important;
  }
  .radius-bottomRight-xxxl-190 {
    border-bottom-right-radius: 19rem !important;
  }
  .radius-bottomRight-xxxl-200 {
    border-bottom-right-radius: 20rem !important;
  }
  .lt-xxxl-32 {
    letter-spacing: 0.32rem !important;
  }
  .lt-xxxl-16 {
    letter-spacing: 0.16rem !important;
  }
  .lt-xxxl-12 {
    letter-spacing: 0.12rem !important;
  }
  .lt-xxxl-1 {
    letter-spacing: 0.1rem !important;
  }
  .lt-xxxl-075 {
    letter-spacing: 0.075rem !important;
  }
  .lt-xxxl-05 {
    letter-spacing: 0.05rem !important;
  }
  .lt-xxxl-025 {
    letter-spacing: 0.025rem !important;
  }
  .lt-xxxl-0 {
    letter-spacing: 0rem !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;
  }
}
.d-hidden {
  display: none;
}
.d-hidden.active {
  display: inherit;
}

.d-inherit {
  display: inherit;
}

@media (min-width: 390px) {
  .d-xs-hidden {
    display: none;
  }
  .d-xs-hidden.active {
    display: inherit;
  }
  .d-xs-inherit {
    display: inherit;
  }
}
@media (min-width: 576px) {
  .d-sm-hidden {
    display: none;
  }
  .d-sm-hidden.active {
    display: inherit;
  }
  .d-sm-inherit {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .d-md-hidden {
    display: none;
  }
  .d-md-hidden.active {
    display: inherit;
  }
  .d-md-inherit {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .d-lg-hidden {
    display: none;
  }
  .d-lg-hidden.active {
    display: inherit;
  }
  .d-lg-inherit {
    display: inherit;
  }
}
@media (min-width: 1200px) {
  .d-xl-hidden {
    display: none;
  }
  .d-xl-hidden.active {
    display: inherit;
  }
  .d-xl-inherit {
    display: inherit;
  }
}
@media (min-width: 1400px) {
  .d-xxl-hidden {
    display: none;
  }
  .d-xxl-hidden.active {
    display: inherit;
  }
  .d-xxl-inherit {
    display: inherit;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-hidden {
    display: none;
  }
  .d-xxxl-hidden.active {
    display: inherit;
  }
  .d-xxxl-inherit {
    display: inherit;
  }
}

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