@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


:root,
[data-bs-theme=light] {
  --mf-blue: #0d6efd;
  --mf-indigo: #6610f2;
  --mf-purple: #6f42c1;
  --mf-pink: #d63384;
  --mf-red: #dc3545;
  --mf-orange: #fd7e14;
  --mf-yellow: #ffc107;
  --mf-green: #198754;
  --mf-teal: #20c997;
  --mf-cyan: #0dcaf0;
  --mf-black: #000;
  --mf-white: #fff;
  --mf-gray: #6c757d;
  --mf-gray-dark: #343a40;
  --mf-gray-100: #f8f9fa;
  --mf-gray-200: #e9ecef;
  --mf-gray-300: #dee2e6;
  --mf-gray-400: #ced4da;
  --mf-gray-500: #adb5bd;
  --mf-gray-600: #6c757d;
  --mf-gray-700: #495057;
  --mf-gray-800: #343a40;
  --mf-gray-900: #212529;
  --mf-primary: #0d6efd;
  --mf-secondary: #6c757d;
  --mf-success: #198754;
  --mf-info: #0dcaf0;
  --mf-warning: #ffc107;
  --mf-danger: #dc3545;
  --mf-light: #f8f9fa;
  --mf-dark: #212529;
  --mf-primary-rgb: 13, 110, 253;
  --mf-secondary-rgb: 108, 117, 125;
  --mf-success-rgb: 25, 135, 84;
  --mf-info-rgb: 13, 202, 240;
  --mf-warning-rgb: 255, 193, 7;
  --mf-danger-rgb: 220, 53, 69;
  --mf-light-rgb: 248, 249, 250;
  --mf-dark-rgb: 33, 37, 41;
  --mf-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --mf-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --mf-success-text-emphasis: rgb(10, 54, 33.6);
  --mf-info-text-emphasis: rgb(5.2, 80.8, 96);
  --mf-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --mf-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --mf-light-text-emphasis: #495057;
  --mf-dark-text-emphasis: #495057;
  --mf-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --mf-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --mf-success-bg-subtle: rgb(209, 231, 220.8);
  --mf-info-bg-subtle: rgb(206.6, 244.4, 252);
  --mf-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --mf-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --mf-light-bg-subtle: rgb(251.5, 252, 252.5);
  --mf-dark-bg-subtle: #ced4da;
  --mf-primary-border-subtle: rgb(158.2, 197, 254.2);
  --mf-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --mf-success-border-subtle: rgb(163, 207, 186.6);
  --mf-info-border-subtle: rgb(158.2, 233.8, 249);
  --mf-warning-border-subtle: rgb(255, 230.2, 155.8);
  --mf-danger-border-subtle: rgb(241, 174.2, 180.6);
  --mf-light-border-subtle: #e9ecef;
  --mf-dark-border-subtle: #adb5bd;
  --mf-white-rgb: 255, 255, 255;
  --mf-black-rgb: 0, 0, 0;
  --mf-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";
  --mf-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --mf-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --mf-body-font-family: var(--mf-font-sans-serif);
  --mf-body-font-size: 1rem;
  --mf-body-font-weight: 400;
  --mf-body-line-height: 1.5;
  --mf-body-color: #212A34;
  --mf-body-color-rgb: 33, 42, 52;
  --mf-body-bg: #fff;
  --mf-body-bg-rgb: 255, 255, 255;
  --mf-emphasis-color: #000;
  --mf-emphasis-color-rgb: 0, 0, 0;
  --mf-secondary-color: rgba(33, 42, 52, 0.75);
  --mf-secondary-color-rgb: 33, 42, 52;
  --mf-secondary-bg: #e9ecef;
  --mf-secondary-bg-rgb: 233, 236, 239;
  --mf-tertiary-color: rgba(33, 42, 52, 0.5);
  --mf-tertiary-color-rgb: 33, 42, 52;
  --mf-tertiary-bg: #f8f9fa;
  --mf-tertiary-bg-rgb: 248, 249, 250;
  --mf-heading-color: inherit;
  --mf-link-color: #0d6efd;
  --mf-link-color-rgb: 13, 110, 253;
  --mf-link-decoration: underline;
  --mf-link-hover-color: rgb(10.4, 88, 202.4);
  --mf-link-hover-color-rgb: 10, 88, 202;
  --mf-code-color: #d63384;
  --mf-highlight-color: #212A34;
  --mf-highlight-bg: rgb(255, 242.6, 205.4);
  --mf-border-width: 1px;
  --mf-border-style: solid;
  --mf-border-color: #dee2e6;
  --mf-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mf-border-radius: 0.375rem;
  --mf-border-radius-sm: 0.25rem;
  --mf-border-radius-lg: 0.5rem;
  --mf-border-radius-xl: 1rem;
  --mf-border-radius-xxl: 2rem;
  --mf-border-radius-2xl: var(--mf-border-radius-xxl);
  --mf-border-radius-pill: 50rem;
  --mf-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --mf-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --mf-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --mf-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --mf-focus-ring-width: 0.25rem;
  --mf-focus-ring-opacity: 0.25;
  --mf-focus-ring-color: rgba(13, 110, 253, 0.25);
  --mf-form-valid-color: #198754;
  --mf-form-valid-border-color: #198754;
  --mf-form-invalid-color: #dc3545;
  --mf-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --mf-body-color: #dee2e6;
  --mf-body-color-rgb: 222, 226, 230;
  --mf-body-bg: #212529;
  --mf-body-bg-rgb: 33, 37, 41;
  --mf-emphasis-color: #fff;
  --mf-emphasis-color-rgb: 255, 255, 255;
  --mf-secondary-color: rgba(222, 226, 230, 0.75);
  --mf-secondary-color-rgb: 222, 226, 230;
  --mf-secondary-bg: #343a40;
  --mf-secondary-bg-rgb: 52, 58, 64;
  --mf-tertiary-color: rgba(222, 226, 230, 0.5);
  --mf-tertiary-color-rgb: 222, 226, 230;
  --mf-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --mf-tertiary-bg-rgb: 43, 48, 53;
  --mf-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --mf-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --mf-success-text-emphasis: rgb(117, 183, 152.4);
  --mf-info-text-emphasis: rgb(109.8, 223.2, 246);
  --mf-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --mf-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --mf-light-text-emphasis: #f8f9fa;
  --mf-dark-text-emphasis: #dee2e6;
  --mf-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --mf-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --mf-success-bg-subtle: rgb(5, 27, 16.8);
  --mf-info-bg-subtle: rgb(2.6, 40.4, 48);
  --mf-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --mf-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --mf-light-bg-subtle: #343a40;
  --mf-dark-bg-subtle: #1a1d20;
  --mf-primary-border-subtle: rgb(7.8, 66, 151.8);
  --mf-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --mf-success-border-subtle: rgb(15, 81, 50.4);
  --mf-info-border-subtle: rgb(7.8, 121.2, 144);
  --mf-warning-border-subtle: rgb(153, 115.8, 4.2);
  --mf-danger-border-subtle: rgb(132, 31.8, 41.4);
  --mf-light-border-subtle: #495057;
  --mf-dark-border-subtle: #343a40;
  --mf-heading-color: inherit;
  --mf-link-color: rgb(109.8, 168, 253.8);
  --mf-link-hover-color: rgb(138.84, 185.4, 254.04);
  --mf-link-color-rgb: 110, 168, 254;
  --mf-link-hover-color-rgb: 139, 185, 254;
  --mf-code-color: rgb(230.4, 132.6, 181.2);
  --mf-highlight-color: #dee2e6;
  --mf-highlight-bg: rgb(102, 77.2, 2.8);
  --mf-border-color: #495057;
  --mf-border-color-translucent: rgba(255, 255, 255, 0.15);
  --mf-form-valid-color: rgb(117, 183, 152.4);
  --mf-form-valid-border-color: rgb(117, 183, 152.4);
  --mf-form-invalid-color: rgb(234, 133.8, 143.4);
  --mf-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--mf-body-font-family);
  font-size: var(--mf-body-font-size);
  font-weight: var(--mf-body-font-weight);
  line-height: var(--mf-body-line-height);
  color: var(--mf-body-color);
  text-align: var(--mf-body-text-align);
  background-color: var(--mf-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(--mf-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(--mf-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(--mf-highlight-color);
  background-color: var(--mf-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(--mf-link-color-rgb), var(--mf-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --mf-link-color-rgb: var(--mf-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(--mf-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(--mf-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--mf-body-bg);
  background-color: var(--mf-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(--mf-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;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--mf-body-bg);
  border: var(--mf-border-width) solid var(--mf-border-color);
  border-radius: var(--mf-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--mf-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --mf-gutter-x: 1.5rem;
  --mf-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--mf-gutter-x) * 0.5);
  padding-left: calc(var(--mf-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 888px) {
  .container-md, .container-sm, .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1220px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
:root {
  --mf-breakpoint-xs: 0;
  --mf-breakpoint-sm: 576px;
  --mf-breakpoint-md: 888px;
  --mf-breakpoint-lg: 992px;
  --mf-breakpoint-xl: 1140px;
  --mf-breakpoint-xxl: 1220px;
}
.row {
  --mf-gutter-x: 1.5rem;
  --mf-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--mf-gutter-y));
  margin-right: calc(-0.5 * var(--mf-gutter-x));
  margin-left: calc(-0.5 * var(--mf-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mf-gutter-x) * 0.5);
  padding-left: calc(var(--mf-gutter-x) * 0.5);
  margin-top: var(--mf-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 {
  --mf-gutter-x: 0;
}
.g-0,
.gy-0 {
  --mf-gutter-y: 0;
}
.g-1,
.gx-1 {
  --mf-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --mf-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --mf-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --mf-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --mf-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --mf-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --mf-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --mf-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --mf-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --mf-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 {
    --mf-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --mf-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --mf-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --mf-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --mf-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --mf-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --mf-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --mf-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --mf-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --mf-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --mf-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --mf-gutter-y: 3rem;
  }
}
@media (min-width: 888px) {
  .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 {
    --mf-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --mf-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --mf-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --mf-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --mf-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --mf-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --mf-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --mf-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --mf-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --mf-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --mf-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --mf-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 {
    --mf-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --mf-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --mf-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --mf-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --mf-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --mf-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --mf-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --mf-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --mf-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --mf-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --mf-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --mf-gutter-y: 3rem;
  }
}
@media (min-width: 1140px) {
  .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 {
    --mf-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --mf-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --mf-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --mf-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --mf-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --mf-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --mf-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --mf-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --mf-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --mf-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --mf-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --mf-gutter-y: 3rem;
  }
}
@media (min-width: 1220px) {
  .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 {
    --mf-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --mf-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --mf-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --mf-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --mf-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --mf-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --mf-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --mf-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --mf-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --mf-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --mf-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --mf-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--mf-primary-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--mf-secondary-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--mf-success-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--mf-info-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--mf-warning-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--mf-danger-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--mf-light-rgb), var(--mf-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--mf-dark-rgb), var(--mf-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--mf-primary-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-primary-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--mf-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--mf-secondary-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-secondary-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--mf-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--mf-success-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-success-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--mf-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--mf-info-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-info-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--mf-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--mf-warning-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-warning-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--mf-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--mf-danger-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-danger-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--mf-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--mf-light-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-light-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--mf-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--mf-dark-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-dark-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--mf-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--mf-emphasis-color-rgb), var(--mf-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--mf-emphasis-color-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--mf-emphasis-color-rgb), var(--mf-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--mf-emphasis-color-rgb), var(--mf-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--mf-focus-ring-x, 0) var(--mf-focus-ring-y, 0) var(--mf-focus-ring-blur, 0) var(--mf-focus-ring-width) var(--mf-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--mf-link-color-rgb), var(--mf-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(--mf-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--mf-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --mf-aspect-ratio: 100%;
}
.ratio-4x3 {
  --mf-aspect-ratio: 75%;
}
.ratio-16x9 {
  --mf-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --mf-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: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 888px) {
  .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: 1140px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1220px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-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(--mf-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.mf-swiper-tabs:not(#\9 ) {
  overflow: clip;
  overflow-clip-margin: 10000px;
}
.mf-swiper-tabs > .swiper-wrapper > .swiper-slide.swiper-slide-prev {
  transform: translateX(-100%);
}
.mf-swiper-tabs > .swiper-wrapper > .swiper-slide.swiper-slide-next {
  transform: translateX(100%);
}
.mf-swiper-tabs__pagination {
  position: relative !important;
}
.mf-swiper-tabs__pagination__marker {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  background: #1389AD;
  z-index: 0;
  border-radius: 1.875rem;
  transition: width, left 0.3s ease;
}
.mf-swiper-tabs__pagination__switch {
  display: inline-flex;
  border: 1px solid #1389AD;
  border-radius: 1.875rem;
  padding: 4px;
  position: relative;
  overflow: hidden;
  bottom: unset !important;
}
.mf-swiper-tabs__pagination__switch__item {
  z-index: 1;
  padding: 9px 24px;
  border-radius: 1.875rem;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  transition: color 0.3s ease;
}
.mf-swiper-tabs__pagination__switch__item:not(#\9 ) {
  margin: auto;
  color: #212A34;
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
  display: flex;
}
.mf-swiper-tabs__pagination__switch__item.swiper-pagination-bullet-active {
  color: #FFFFFF !important;
}
@media (max-width: 887.98px) {
  .mf-swiper-tabs__pagination__switch__item {
    font-size: 0.75rem;
  }
}
.mf-swiper-auto__item {
  width: auto !important;
}
.mf-swiper-nav {
  position: relative;
}
.mf-swiper-nav__arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF4F5;
  border-radius: 8px;
  cursor: pointer;
}
.mf-swiper-nav__arrow.swiper-button-disabled {
  opacity: 0.5;
}
.mf-swiper-nav__arrow-prev {
  left: 0;
  transform: translateY(-50%) translateX(-150%);
}
.mf-swiper-nav__arrow-prev:after {
  content: url('data:image/svg+xml,%3csvg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.333333 8.25982C-0.111111 8.85242 -0.111111 9.66723 0.333334 10.2598L5.33333 16.9265C5.88562 17.6629 6.93029 17.8121 7.66667 17.2598C8.40305 16.7075 8.55229 15.6629 8 14.9265L3.75 9.25982L8 3.59316C8.55229 2.85678 8.40305 1.81211 7.66667 1.25982C6.93029 0.707538 5.88562 0.856777 5.33333 1.59316L0.333333 8.25982Z" fill="%238E9396"/%3e%3c/svg%3e');
  display: flex;
  align-items: center;
  justify-content: center;
}
.mf-swiper-nav__arrow-next {
  right: 0;
  transform: translateY(-50%) translateX(150%);
}
.mf-swiper-nav__arrow-next:after {
  content: url('data:image/svg+xml,%3csvg width="9" height="18" viewBox="0 0 9 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.333333 8.25982C-0.111111 8.85242 -0.111111 9.66723 0.333334 10.2598L5.33333 16.9265C5.88562 17.6629 6.93029 17.8121 7.66667 17.2598C8.40305 16.7075 8.55229 15.6629 8 14.9265L3.75 9.25982L8 3.59316C8.55229 2.85678 8.40305 1.81211 7.66667 1.25982C6.93029 0.707538 5.88562 0.856777 5.33333 1.59316L0.333333 8.25982Z" fill="%238E9396"/%3e%3c/svg%3e');
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(180deg);
}
.mf-swiper-nav .swiper-wrapper {
  transition-timing-function: linear;
  transform: translateZ(0);
}
.mf-swiper-equal-height .swiper-wrapper {
  justify-content: stretch;
  align-items: stretch;
}
.mf-swiper-equal-height .swiper-wrapper .swiper-slide:not(#\9 ) {
  height: auto;
}
@media (max-width: 1139.98px) {
  .mf-swiper-free-auto:not(#\9 ) {
    overflow: clip;
    overflow-clip-margin: 10000px;
  }
}
@media (max-width: 1139.98px) {
  .mf-swiper-free-auto .row {
    flex-wrap: nowrap;
  }
  .mf-swiper-free-auto .row .swiper-slide {
    max-width: 40%;
  }
}
@media (max-width: 1139.98px) and (max-width: 887.98px) {
  .mf-swiper-free-auto .row .swiper-slide {
    max-width: 95%;
  }
}
.mf-swiper-free-auto .swiper-slide {
  height: auto;
}
.mf-swiper-pagination--dynamic {
  --swiper-pagination-bottom: -1.875rem;
  --swiper-pagination-top: auto;
  display: block;
}
.mf-swiper-pagination--dynamic .swiper-pagination-bullet {
  --swiper-pagination-color: #1389AD;
  --swiper-theme-color: #1389AD;
  --swiper-pagination-bullet-inactive-color: #ADC3C9;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.mf-banner-1 {
  background-image: url("/v3/dist/img/section-1-bg.jpg");
  background-size: cover;
  height: 100%;
  padding: 3rem;
  position: relative;
}
@media (min-width: 1140px) {
  .mf-banner-1 {
    background-position: 100% 0;
  }
}
@media (max-width: 1139.98px) {
  .mf-banner-1 {
    background-position: 60% 100%;
  }
}
@media (max-width: 575.98px) {
  .mf-banner-1:not(#\9 ) {
    background: linear-gradient(to top, #d8dadb 0%, #d8dadb 5%, transparent 15%) no-repeat 50% 100%/100%, url("/v3/dist/img/man.png") no-repeat 50% 130%/100%, linear-gradient(to right, #d8d9db, #cecfd4) no-repeat 50% 50%/100%;
    padding-bottom: 130% !important;
  }
}
@media (max-width: 575.98px) {
  .mf-banner-1__badge {
    position: absolute;
    bottom: 1.25rem;
  }
}
.mf-banner-corner {
  --mf-banner-corner-bg-image: none;
  --mf-banner-corner-bg-size: 130px;
  background-color: #EEF4F5;
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
  background-image: var(--mf-banner-corner-bg-image);
  background-size: var(--mf-banner-corner-bg-size);
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 887.98px) {
  .mf-banner-corner {
    aspect-ratio: 2/1;
  }
}
.mf-banner-corner__image {
  position: absolute;
  z-index: 1;
  object-fit: contain;
}
.mf-banner-corner__icon {
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 3;
}
.mf-banner-corner__icon:hover svg {
  color: #117A9B;
}
.mf-banner-corner__icon svg {
  color: #1389AD;
  transition: color 0.3s ease;
}
.mf-banner-corner__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.mf-banner-product {
  --mf-banner-product-bg: radial-gradient(30.13% 64.63% at 76.2% 62.8%, #AFCED7 0%, #EEF4F5 100%);
  width: 100%;
  height: 100%;
  background: var(--mf-banner-product-bg);
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.mf-banner-product:not(#\9 ) {
  padding-bottom: 3.875rem !important;
}
.mf-banner-product--yellow {
  --mf-banner-product-bg: radial-gradient(78.66% 54.2% at 73.7% 61.63%, #E4DBAB 0%, #EFF0D8 53.5%, #EEF4F5 100%);
}
.mf-banner-product--blue-sm {
  --mf-banner-product-bg: radial-gradient(56.8% 56.8% at 62.69% 59.6%, #AFCED7 0%, #EEF4F5 100%);
}
.mf-banner-product__image {
  position: absolute;
  max-width: 50%;
  max-height: 60%;
  right: 0;
  bottom: 0;
}
.mf-banner-product__info {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  z-index: 1;
}
.mf-banner-param {
  width: 100%;
  height: 100%;
  background-size: contain;
  background: radial-gradient(30.13% 64.63% at 76.2% 62.8%, #AFCED7 0%, #EEF4F5 100%) no-repeat 100% 100%;
  position: relative;
  overflow: hidden;
}
.mf-banner-param__image {
  position: absolute;
  max-width: 50%;
  max-height: 80%;
  right: 3rem;
  bottom: 1rem;
  z-index: 0;
}
@media (max-width: 1139.98px) {
  .mf-banner-param__image {
    transform: translateX(50%);
  }
}
@media (max-width: 887.98px) {
  .mf-banner-param__image {
    transform: none;
    position: relative;
    max-width: 90%;
    right: auto;
    margin: 0 auto;
    bottom: 0;
  }
}
.mf-banner-simple {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EEF4F5;
  min-height: 16.25rem;
}
.mf-banner-business {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #EEF4F5;
}
.mf-banner-outlined {
  width: auto;
  height: 100%;
  position: relative;
}
.mf-banner-outlined__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 887.98px) {
  .mf-banner-outlined__image {
    max-height: 250px;
  }
}
.mf-banner-outlined__pill {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}
.mf-banner-business-financing {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mf-banner-business-financing ul {
  padding-left: 1.375rem;
}
.mf-banner-business-financing ul li {
  margin-bottom: 1.375rem;
}
.mf-banner-business-financing__image {
  max-width: 100%;
  max-height: 100%;
}
.mf-banner-arrows {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mf-banner-arrows__left {
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch; /* Unprefixed */
}
.mf-banner-arrows__right {
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch; /* Unprefixed */
}
.mf-banner-arrows__image {
  max-width: 100%;
  max-height: 100%;
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch; /* Unprefixed */
}
@media (max-width: 887.98px) {
  .mf-banner-arrows__image {
    transform: rotateZ(90deg) scale(0.7);
  }
}
.mf-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 24px;
  gap: 8px;
  border-radius: 30px;
  width: min-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: #212A34;
  cursor: pointer;
}
.mf-btn--l {
  height: 48px;
}
.mf-btn--m {
  height: 40px;
}
.mf-btn--primary {
  background-color: #E3B127;
}
.mf-btn--primary:hover {
  background-color: #D1A324;
}
.mf-btn--primary:disabled {
  background-color: #EDD695;
}
.mf-btn--secondary {
  background-color: #EEF4F5;
}
.mf-btn--secondary:hover {
  background-color: #E3ECED;
}
.mf-btn--secondary:disabled {
  background-color: #F3F6F6;
}
.mf-btn--box {
  border: 1px solid #1389AD;
  color: #1389AD;
}
.mf-btn--end-icon {
  padding-right: 4px;
}
.mf-btn span + svg {
  color: #1389AD;
}
.mf-btn span + svg:hover {
  color: #117A9B;
}
.mf-offer-card {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.mf-offer-card__image {
  width: 100%;
  aspect-ratio: 387/160;
  background: tomato;
  border: none;
  object-fit: cover;
}
.mf-offer-card:before {
  content: "";
  width: 100%;
  aspect-ratio: 387/160;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(18, 136, 173, 0) 28.57%, rgba(18, 136, 173, 0.5) 100%);
}
.mf-review-card {
  border: 1px solid #8E9396;
}
.mf-promo-card {
  overflow: hidden;
  position: relative;
}
.mf-promo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 386/649;
}
.mf-promo-card__link-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mf-promo-card__btn {
  position: absolute;
  right: 0;
  bottom: 1px;
}
.mf-promo-card__btn:hover svg {
  color: #117A9B;
}
.mf-promo-card__btn svg {
  color: #1389AD;
  transition: color 0.3s ease;
}
.mf-tg-card {
  background: url(/v3/dist/img/bg-tg.png) 85%, radial-gradient(28.83% 101.99% at 86.33% 78.88%, #CEE4E8 0%, #EFF5F6 100%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 887.98px) {
  .mf-tg-card:not(#\9 ) {
    background: no-repeat center bottom/250px url(/v3/dist/img/bg-tg.png), radial-gradient(28.83% 101.99% at 86.33% 78.88%, #CEE4E8 0%, #EFF5F6 100%);
    padding-bottom: 300px !important;
  }
}
.mf-step-ol {
  counter-reset: list-counter; /* Resets the counter for the list */
  list-style: none; /* Removes default list styles */
  padding-left: 0;
}
.mf-step-ol li {
  counter-increment: list-counter; /* Increments the counter for each list item */
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 3.5em;
}
.mf-step-ol li::before {
  color: #1389AD;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border: 1px solid #1389AD;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}
.mf-cut-corner:before {
  content: "";
  background: url('data:image/svg+xml,%3csvg width="285" height="290" viewBox="0 0 285 290" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cmask id="subtract-shape"%3e%3crect x="0" y="0" width="285" height="290" fill="white" rx="17" ry="17"/%3e %3cpath d="M0 274C0 282.837 7.16344 290 16 290H145.31H228.649C237.162 290 244.064 283.099 244.064 274.585V274.585C244.064 261.283 254.847 250.5 268.149 250.5H269.025C277.848 250.5 285 243.348 285 234.525V16C285 7.16345 277.837 0 269 0H207.957H16C7.16343 0 0 7.16344 0 16V212.098V274Z" fill="black"/%3e%3c/mask%3e%3crect x="0" y="0" width="285" height="290" fill="white" mask="url%28%23subtract-shape%29"/%3e%3c/svg%3e');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -0.5px;
  bottom: -0.5px;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.mf-form-group {
  border: 1px solid #1389AD;
  border-radius: 50px;
  overflow: hidden;
  padding: 4px 4px 4px 24px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.mf-form-group__input {
  border: none;
  outline: none;
}
.corner-border {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
}
.corner-border::before, .corner-border::after,
.corner-border .content::before,
.corner-border .content::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 15%;
  border-style: solid;
  border-width: 0;
  border-color: #1389AD;
  pointer-events: none;
}
.corner-border::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 12px;
}
.corner-border::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-right-radius: 12px;
}
.corner-border .content {
  position: relative;
}
.corner-border .content::before {
  bottom: -0.5rem;
  left: -0.5rem;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-left-radius: 12px;
}
.corner-border .content::after {
  bottom: -0.5rem;
  right: -0.5rem;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-bottom-right-radius: 12px;
}
.mf-main-banner-1 .mf-banner-corner__text {
  width: 65%;
  height: auto;
}
.mf-main-banner-1 .mf-banner-corner__image {
  width: 40%;
  right: 10px;
  top: 55%;
}
@media (max-width: 1139.98px) {
  .mf-main-banner-1 .mf-banner-corner__image {
    top: 20%;
    right: 20px;
    z-index: 1;
  }
  .mf-main-banner-1 .mf-banner-corner__text {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .mf-main-banner-1 .mf-banner-corner__image {
    top: 30%;
  }
}
.mf-main-banner-2 .mf-banner-corner__text {
  width: 65%;
  height: auto;
  position: relative;
}
.mf-main-banner-2 .mf-banner-corner__title {
  z-index: 2;
  position: relative;
}
.mf-main-banner-2 .mf-banner-corner__image {
  width: 50%;
  right: 10px;
  bottom: 0;
}
@media (max-width: 1139.98px) {
  .mf-main-banner-2 .mf-banner-corner__image {
    top: 20%;
    right: 20px;
    z-index: 1;
  }
  .mf-main-banner-2 .mf-banner-corner__text {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .mf-main-banner-2 .mf-banner-corner__image {
    top: 30%;
  }
}
.mf-dropdown__button {
  z-index: 7 !important;
  position: relative;
}
.mf-dropdown__button svg {
  transition: transform 0.3s ease;
}
.mf-dropdown__button.show svg {
  transition: transform 0.3s ease;
  transform: rotateZ(90deg);
}
.mf-dropdown__menu {
  width: 100%;
  border: none !important;
  padding-top: 2.5rem !important;
  margin-top: -2rem !important;
  z-index: 6 !important;
  border-radius: 1.25rem !important;
}
.mf-dropdown__menu .dropdown-item:hover {
  color: #1389AD !important;
}
.mf-modal__modal-body:not(#\9 ) {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 56px;
}
.mf-modal__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 56px;
  aspect-ratio: 1/1;
}
.mf-modal__close-btn svg {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 887.98px) {
  .mf-modal__close-btn {
    width: 44px;
  }
}
.mf-input--borderless:not(#\9 ) {
  border: none;
}
.mf-input--borderless:focus:not(#\9 ) {
  box-shadow: none !important;
}
.mf-coin--1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 500px;
}
body {
  overflow-x: hidden;
}
.mf-parallax-scene {
  position: absolute !important;
  z-index: 2;
}
.scene {
  left: calc(100% - 100vw);
  top: -20%;
  height: 100vh;
  width: 50vw;
}
.scene-2 {
  left: calc(100% - 10vw);
  top: -20%;
  height: 100vh;
  width: 50vw;
}
.scene-3 {
  left: calc(100% - 10vw);
  top: 120%;
  height: 100vh;
  width: 50vw;
}
.scene-4 {
  left: calc(100% - 105vw);
  top: -20%;
  height: 100vh;
  width: 50vw;
  scale: 0.6;
}
.scene-5 {
  left: calc(100% - 10vw);
  top: 80%;
  height: 100vh;
  width: 50vw;
}
.scene-6 {
  left: calc(100% - 105vw);
  top: -20%;
  height: 100vh;
  width: 50vw;
  scale: 0.6;
}
.scene-wrapper {
  position: relative;
}
@media (max-width: 887.98px) {
  .mf-parallax-scene {
    display: none;
  }
}
.col-1-important {
  flex: 0 0 auto;
  width: 8.33333333% !important;
}
.col-2-important {
  flex: 0 0 auto;
  width: 16.66666667% !important;
}
.col-3-important {
  flex: 0 0 auto;
  width: 25% !important;
}
.col-4-important {
  flex: 0 0 auto;
  width: 33.33333333% !important;
}
.col-5-important {
  flex: 0 0 auto;
  width: 41.66666667% !important;
}
.col-6-important {
  flex: 0 0 auto;
  width: 50% !important;
}
.col-7-important {
  flex: 0 0 auto;
  width: 58.33333333% !important;
}
.col-8-important {
  flex: 0 0 auto;
  width: 66.66666667% !important;
}
.col-9-important {
  flex: 0 0 auto;
  width: 75% !important;
}
.col-10-important {
  flex: 0 0 auto;
  width: 83.33333333% !important;
}
.col-11-important {
  flex: 0 0 auto;
  width: 91.66666667% !important;
}
.col-12-important {
  flex: 0 0 auto;
  width: 100% !important;
}
@media (min-width: 576px) {
  .col-sm-1-important {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-sm-2-important {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-sm-3-important {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-sm-4-important {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-sm-5-important {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-sm-6-important {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-sm-7-important {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-sm-8-important {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-sm-9-important {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-sm-10-important {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-sm-11-important {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-sm-12-important {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media (min-width: 888px) {
  .col-md-1-important {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-md-2-important {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-md-3-important {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-md-4-important {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-md-5-important {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-md-6-important {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-md-7-important {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-md-8-important {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-md-9-important {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-md-10-important {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-md-11-important {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-md-12-important {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1-important {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-lg-2-important {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-lg-3-important {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-lg-4-important {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-lg-5-important {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-lg-6-important {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-lg-7-important {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-lg-8-important {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-lg-9-important {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-lg-10-important {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-lg-11-important {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-lg-12-important {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media (min-width: 1140px) {
  .col-xl-1-important {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-xl-2-important {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-xl-3-important {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-xl-4-important {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-xl-5-important {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-xl-6-important {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-xl-7-important {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-xl-8-important {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-xl-9-important {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-xl-10-important {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-xl-11-important {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-xl-12-important {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media (min-width: 1220px) {
  .col-xxl-1-important {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-xxl-2-important {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-xxl-3-important {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-xxl-4-important {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-xxl-5-important {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-xxl-6-important {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-xxl-7-important {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-xxl-8-important {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-xxl-9-important {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-xxl-10-important {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-xxl-11-important {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-xxl-12-important {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
.mf-menu--main .dropdown-menu {
  padding: 0;
}
@media (min-width: 1140px) {
  .mf-menu--main .dropdown-menu li:not(:last-child) .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 34px);
    height: 1px;
    background: #EEF4F5;
    left: 17px;
    bottom: -8px;
  }
}
@media (max-width: 1139.98px) {
  .mf-menu--main .nav-link.nav-link--divider::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EEF4F5;
    left: 0;
    bottom: -16px;
  }
}
.mf-menu--main .nav-link {
  position: relative;
  border-color: transparent !important;
}
.mf-menu--main .nav-link:hover {
  color: #1389AD !important;
  background: none;
}
.mf-menu--main .dropdown-toggle::after {
  border: none;
  content: "";
  background: url('data:image/svg+xml,%3csvg width="9" height="4" viewBox="0 0 9 4" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M3.77391 0.159998C4.05835 -0.0533327 4.44946 -0.0533327 4.7339 0.159998L7.93386 2.55997C8.28732 2.82506 8.35895 3.3265 8.09386 3.67996C7.82877 4.03341 7.32733 4.10505 6.97387 3.83995L4.25391 1.79998L1.53394 3.83995C1.18048 4.10505 0.679045 4.03341 0.413951 3.67996C0.148858 3.3265 0.220491 2.82506 0.57395 2.55997L3.77391 0.159998Z" fill="%23212A34"/%3e%3c/svg%3e') no-repeat;
  width: 8px;
  height: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(180deg);
  vertical-align: middle;
}
.mf-menu--main .dropdown-toggle.show::after {
  transform: rotateZ(0deg);
}
.validation-feedback--absolute {
  position: absolute;
  bottom: 0;
  left: 36px;
  transform: translateY(calc(100% + 4px));
}
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.hamburger {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.hamburger .bar {
  padding: 0;
  width: 18px;
  height: 2px;
  background-color: #212A34;
  display: block;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.bar1 {
  top: 0;
}
.bar2,
.bar3 {
  top: calc(18px / 2 - 1px);
}
.bar3 {
  right: 0;
}
.bar4 {
  bottom: 0;
}
/* HAMBURGER 3 */
.hamburger3 .bar1 {
  transform-origin: 5%;
}
.hamburger3 .bar4 {
  transform-origin: 5%;
}
.checkbox3:checked + label > .hamburger3 > .bar1 {
  transform: rotate(45deg);
  height: 2px;
  width: 25.4558441227px;
}
.checkbox3:checked + label > .hamburger3 > .bar3 {
  transform: rotate(45deg);
  height: 2px;
  background-color: transparent;
}
.checkbox3:checked + label > .hamburger3 > .bar2 {
  transform: rotate(-45deg);
  height: 2px;
  background-color: transparent;
}
.checkbox3:checked + label > .hamburger3 > .bar4 {
  transform: rotate(-45deg);
  height: 2px;
  width: 25.4558441227px;
}
.mobile-menu__nav {
  margin: 0;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0.75rem !important;
  position: absolute !important;
  left: 0;
  z-index: 999;
  background: white;
  width: 100%;
}
.marquee-container {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
.marquee {
  display: flex;
  position: relative;
  width: fit-content;
  animation: marquee 35s linear infinite;
  gap: 1rem;
}
.marquee-container:hover .marquee {
  animation-play-state: paused;
}
.marquee-block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 80px;
  width: auto;
  padding: 10px 20px;
  margin: 10px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  white-space: nowrap;
}
.marquee-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Controls */
.controls {
  margin-bottom: 20px;
  text-align: center;
}
button {
  padding: 8px 16px;
  margin: 0 8px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
button:hover {
  background-color: #555;
}
.speed-display {
  margin-top: 10px;
  font-weight: bold;
}
.mf-form-check-input:checked {
  background-color: #1389AD !important;
  border-color: #1389AD !important;
}
.mf-g-none,
.mf-gx-none {
  --mf-gutter-x: 0;
}
.mf-g-none,
.mf-gy-none {
  --mf-gutter-y: 0;
}
.mf-g-4,
.mf-gx-4 {
  --mf-gutter-x: 0.25rem;
}
.mf-g-4,
.mf-gy-4 {
  --mf-gutter-y: 0.25rem;
}
.mf-g-5,
.mf-gx-5 {
  --mf-gutter-x: 0.3125rem;
}
.mf-g-5,
.mf-gy-5 {
  --mf-gutter-y: 0.3125rem;
}
.mf-g-6,
.mf-gx-6 {
  --mf-gutter-x: 0.375rem;
}
.mf-g-6,
.mf-gy-6 {
  --mf-gutter-y: 0.375rem;
}
.mf-g-8,
.mf-gx-8 {
  --mf-gutter-x: 0.5rem;
}
.mf-g-8,
.mf-gy-8 {
  --mf-gutter-y: 0.5rem;
}
.mf-g-10,
.mf-gx-10 {
  --mf-gutter-x: 0.625rem;
}
.mf-g-10,
.mf-gy-10 {
  --mf-gutter-y: 0.625rem;
}
.mf-g-12,
.mf-gx-12 {
  --mf-gutter-x: 0.75rem;
}
.mf-g-12,
.mf-gy-12 {
  --mf-gutter-y: 0.75rem;
}
.mf-g-16,
.mf-gx-16 {
  --mf-gutter-x: 1rem;
}
.mf-g-16,
.mf-gy-16 {
  --mf-gutter-y: 1rem;
}
.mf-g-20,
.mf-gx-20 {
  --mf-gutter-x: 1.25rem;
}
.mf-g-20,
.mf-gy-20 {
  --mf-gutter-y: 1.25rem;
}
.mf-g-24,
.mf-gx-24 {
  --mf-gutter-x: 1.5rem;
}
.mf-g-24,
.mf-gy-24 {
  --mf-gutter-y: 1.5rem;
}
.mf-g-30,
.mf-gx-30 {
  --mf-gutter-x: 1.875rem;
}
.mf-g-30,
.mf-gy-30 {
  --mf-gutter-y: 1.875rem;
}
.mf-g-32,
.mf-gx-32 {
  --mf-gutter-x: 2rem;
}
.mf-g-32,
.mf-gy-32 {
  --mf-gutter-y: 2rem;
}
.mf-g-34,
.mf-gx-34 {
  --mf-gutter-x: 2.125rem;
}
.mf-g-34,
.mf-gy-34 {
  --mf-gutter-y: 2.125rem;
}
.mf-g-36,
.mf-gx-36 {
  --mf-gutter-x: 2.25rem;
}
.mf-g-36,
.mf-gy-36 {
  --mf-gutter-y: 2.25rem;
}
.mf-g-38,
.mf-gx-38 {
  --mf-gutter-x: 2.375rem;
}
.mf-g-38,
.mf-gy-38 {
  --mf-gutter-y: 2.375rem;
}
.mf-g-40,
.mf-gx-40 {
  --mf-gutter-x: 2.5rem;
}
.mf-g-40,
.mf-gy-40 {
  --mf-gutter-y: 2.5rem;
}
.mf-g-42,
.mf-gx-42 {
  --mf-gutter-x: 2.625rem;
}
.mf-g-42,
.mf-gy-42 {
  --mf-gutter-y: 2.625rem;
}
.mf-g-44,
.mf-gx-44 {
  --mf-gutter-x: 2.75rem;
}
.mf-g-44,
.mf-gy-44 {
  --mf-gutter-y: 2.75rem;
}
.mf-g-46,
.mf-gx-46 {
  --mf-gutter-x: 2.875rem;
}
.mf-g-46,
.mf-gy-46 {
  --mf-gutter-y: 2.875rem;
}
.mf-g-48,
.mf-gx-48 {
  --mf-gutter-x: 3rem;
}
.mf-g-48,
.mf-gy-48 {
  --mf-gutter-y: 3rem;
}
.mf-g-52,
.mf-gx-52 {
  --mf-gutter-x: 3.25rem;
}
.mf-g-52,
.mf-gy-52 {
  --mf-gutter-y: 3.25rem;
}
.mf-g-54,
.mf-gx-54 {
  --mf-gutter-x: 3.375rem;
}
.mf-g-54,
.mf-gy-54 {
  --mf-gutter-y: 3.375rem;
}
.mf-g-56,
.mf-gx-56 {
  --mf-gutter-x: 3.5rem;
}
.mf-g-56,
.mf-gy-56 {
  --mf-gutter-y: 3.5rem;
}
.mf-g-60,
.mf-gx-60 {
  --mf-gutter-x: 3.75rem;
}
.mf-g-60,
.mf-gy-60 {
  --mf-gutter-y: 3.75rem;
}
.mf-g-64,
.mf-gx-64 {
  --mf-gutter-x: 4rem;
}
.mf-g-64,
.mf-gy-64 {
  --mf-gutter-y: 4rem;
}
.mf-g-70,
.mf-gx-70 {
  --mf-gutter-x: 4.375rem;
}
.mf-g-70,
.mf-gy-70 {
  --mf-gutter-y: 4.375rem;
}
.mf-g-80,
.mf-gx-80 {
  --mf-gutter-x: 5rem;
}
.mf-g-80,
.mf-gy-80 {
  --mf-gutter-y: 5rem;
}
.mf-g-90,
.mf-gx-90 {
  --mf-gutter-x: 5.625rem;
}
.mf-g-90,
.mf-gy-90 {
  --mf-gutter-y: 5.625rem;
}
.mf-g-96,
.mf-gx-96 {
  --mf-gutter-x: 6rem;
}
.mf-g-96,
.mf-gy-96 {
  --mf-gutter-y: 6rem;
}
.mf-g-112,
.mf-gx-112 {
  --mf-gutter-x: 7rem;
}
.mf-g-112,
.mf-gy-112 {
  --mf-gutter-y: 7rem;
}
.mf-g-114,
.mf-gx-114 {
  --mf-gutter-x: 7.125rem;
}
.mf-g-114,
.mf-gy-114 {
  --mf-gutter-y: 7.125rem;
}
.mf-g-116,
.mf-gx-116 {
  --mf-gutter-x: 7.25rem;
}
.mf-g-116,
.mf-gy-116 {
  --mf-gutter-y: 7.25rem;
}
.mf-g-140,
.mf-gx-140 {
  --mf-gutter-x: 8.75rem;
}
.mf-g-140,
.mf-gy-140 {
  --mf-gutter-y: 8.75rem;
}
.mf-g-160,
.mf-gx-160 {
  --mf-gutter-x: 10rem;
}
.mf-g-160,
.mf-gy-160 {
  --mf-gutter-y: 10rem;
}
.mf-g-176,
.mf-gx-176 {
  --mf-gutter-x: 11rem;
}
.mf-g-176,
.mf-gy-176 {
  --mf-gutter-y: 11rem;
}
.mf-g-230,
.mf-gx-230 {
  --mf-gutter-x: 14.375rem;
}
.mf-g-230,
.mf-gy-230 {
  --mf-gutter-y: 14.375rem;
}
.mf-g-300,
.mf-gx-300 {
  --mf-gutter-x: 18.75rem;
}
.mf-g-300,
.mf-gy-300 {
  --mf-gutter-y: 18.75rem;
}
.mf-g-100p,
.mf-gx-100p {
  --mf-gutter-x: 100%;
}
.mf-g-100p,
.mf-gy-100p {
  --mf-gutter-y: 100%;
}
@media (min-width: 576px) {
  .mf-g-sm-none,
  .mf-gx-sm-none {
    --mf-gutter-x: 0;
  }
  .mf-g-sm-none,
  .mf-gy-sm-none {
    --mf-gutter-y: 0;
  }
  .mf-g-sm-4,
  .mf-gx-sm-4 {
    --mf-gutter-x: 0.25rem;
  }
  .mf-g-sm-4,
  .mf-gy-sm-4 {
    --mf-gutter-y: 0.25rem;
  }
  .mf-g-sm-5,
  .mf-gx-sm-5 {
    --mf-gutter-x: 0.3125rem;
  }
  .mf-g-sm-5,
  .mf-gy-sm-5 {
    --mf-gutter-y: 0.3125rem;
  }
  .mf-g-sm-6,
  .mf-gx-sm-6 {
    --mf-gutter-x: 0.375rem;
  }
  .mf-g-sm-6,
  .mf-gy-sm-6 {
    --mf-gutter-y: 0.375rem;
  }
  .mf-g-sm-8,
  .mf-gx-sm-8 {
    --mf-gutter-x: 0.5rem;
  }
  .mf-g-sm-8,
  .mf-gy-sm-8 {
    --mf-gutter-y: 0.5rem;
  }
  .mf-g-sm-10,
  .mf-gx-sm-10 {
    --mf-gutter-x: 0.625rem;
  }
  .mf-g-sm-10,
  .mf-gy-sm-10 {
    --mf-gutter-y: 0.625rem;
  }
  .mf-g-sm-12,
  .mf-gx-sm-12 {
    --mf-gutter-x: 0.75rem;
  }
  .mf-g-sm-12,
  .mf-gy-sm-12 {
    --mf-gutter-y: 0.75rem;
  }
  .mf-g-sm-16,
  .mf-gx-sm-16 {
    --mf-gutter-x: 1rem;
  }
  .mf-g-sm-16,
  .mf-gy-sm-16 {
    --mf-gutter-y: 1rem;
  }
  .mf-g-sm-20,
  .mf-gx-sm-20 {
    --mf-gutter-x: 1.25rem;
  }
  .mf-g-sm-20,
  .mf-gy-sm-20 {
    --mf-gutter-y: 1.25rem;
  }
  .mf-g-sm-24,
  .mf-gx-sm-24 {
    --mf-gutter-x: 1.5rem;
  }
  .mf-g-sm-24,
  .mf-gy-sm-24 {
    --mf-gutter-y: 1.5rem;
  }
  .mf-g-sm-30,
  .mf-gx-sm-30 {
    --mf-gutter-x: 1.875rem;
  }
  .mf-g-sm-30,
  .mf-gy-sm-30 {
    --mf-gutter-y: 1.875rem;
  }
  .mf-g-sm-32,
  .mf-gx-sm-32 {
    --mf-gutter-x: 2rem;
  }
  .mf-g-sm-32,
  .mf-gy-sm-32 {
    --mf-gutter-y: 2rem;
  }
  .mf-g-sm-34,
  .mf-gx-sm-34 {
    --mf-gutter-x: 2.125rem;
  }
  .mf-g-sm-34,
  .mf-gy-sm-34 {
    --mf-gutter-y: 2.125rem;
  }
  .mf-g-sm-36,
  .mf-gx-sm-36 {
    --mf-gutter-x: 2.25rem;
  }
  .mf-g-sm-36,
  .mf-gy-sm-36 {
    --mf-gutter-y: 2.25rem;
  }
  .mf-g-sm-38,
  .mf-gx-sm-38 {
    --mf-gutter-x: 2.375rem;
  }
  .mf-g-sm-38,
  .mf-gy-sm-38 {
    --mf-gutter-y: 2.375rem;
  }
  .mf-g-sm-40,
  .mf-gx-sm-40 {
    --mf-gutter-x: 2.5rem;
  }
  .mf-g-sm-40,
  .mf-gy-sm-40 {
    --mf-gutter-y: 2.5rem;
  }
  .mf-g-sm-42,
  .mf-gx-sm-42 {
    --mf-gutter-x: 2.625rem;
  }
  .mf-g-sm-42,
  .mf-gy-sm-42 {
    --mf-gutter-y: 2.625rem;
  }
  .mf-g-sm-44,
  .mf-gx-sm-44 {
    --mf-gutter-x: 2.75rem;
  }
  .mf-g-sm-44,
  .mf-gy-sm-44 {
    --mf-gutter-y: 2.75rem;
  }
  .mf-g-sm-46,
  .mf-gx-sm-46 {
    --mf-gutter-x: 2.875rem;
  }
  .mf-g-sm-46,
  .mf-gy-sm-46 {
    --mf-gutter-y: 2.875rem;
  }
  .mf-g-sm-48,
  .mf-gx-sm-48 {
    --mf-gutter-x: 3rem;
  }
  .mf-g-sm-48,
  .mf-gy-sm-48 {
    --mf-gutter-y: 3rem;
  }
  .mf-g-sm-52,
  .mf-gx-sm-52 {
    --mf-gutter-x: 3.25rem;
  }
  .mf-g-sm-52,
  .mf-gy-sm-52 {
    --mf-gutter-y: 3.25rem;
  }
  .mf-g-sm-54,
  .mf-gx-sm-54 {
    --mf-gutter-x: 3.375rem;
  }
  .mf-g-sm-54,
  .mf-gy-sm-54 {
    --mf-gutter-y: 3.375rem;
  }
  .mf-g-sm-56,
  .mf-gx-sm-56 {
    --mf-gutter-x: 3.5rem;
  }
  .mf-g-sm-56,
  .mf-gy-sm-56 {
    --mf-gutter-y: 3.5rem;
  }
  .mf-g-sm-60,
  .mf-gx-sm-60 {
    --mf-gutter-x: 3.75rem;
  }
  .mf-g-sm-60,
  .mf-gy-sm-60 {
    --mf-gutter-y: 3.75rem;
  }
  .mf-g-sm-64,
  .mf-gx-sm-64 {
    --mf-gutter-x: 4rem;
  }
  .mf-g-sm-64,
  .mf-gy-sm-64 {
    --mf-gutter-y: 4rem;
  }
  .mf-g-sm-70,
  .mf-gx-sm-70 {
    --mf-gutter-x: 4.375rem;
  }
  .mf-g-sm-70,
  .mf-gy-sm-70 {
    --mf-gutter-y: 4.375rem;
  }
  .mf-g-sm-80,
  .mf-gx-sm-80 {
    --mf-gutter-x: 5rem;
  }
  .mf-g-sm-80,
  .mf-gy-sm-80 {
    --mf-gutter-y: 5rem;
  }
  .mf-g-sm-90,
  .mf-gx-sm-90 {
    --mf-gutter-x: 5.625rem;
  }
  .mf-g-sm-90,
  .mf-gy-sm-90 {
    --mf-gutter-y: 5.625rem;
  }
  .mf-g-sm-96,
  .mf-gx-sm-96 {
    --mf-gutter-x: 6rem;
  }
  .mf-g-sm-96,
  .mf-gy-sm-96 {
    --mf-gutter-y: 6rem;
  }
  .mf-g-sm-112,
  .mf-gx-sm-112 {
    --mf-gutter-x: 7rem;
  }
  .mf-g-sm-112,
  .mf-gy-sm-112 {
    --mf-gutter-y: 7rem;
  }
  .mf-g-sm-114,
  .mf-gx-sm-114 {
    --mf-gutter-x: 7.125rem;
  }
  .mf-g-sm-114,
  .mf-gy-sm-114 {
    --mf-gutter-y: 7.125rem;
  }
  .mf-g-sm-116,
  .mf-gx-sm-116 {
    --mf-gutter-x: 7.25rem;
  }
  .mf-g-sm-116,
  .mf-gy-sm-116 {
    --mf-gutter-y: 7.25rem;
  }
  .mf-g-sm-140,
  .mf-gx-sm-140 {
    --mf-gutter-x: 8.75rem;
  }
  .mf-g-sm-140,
  .mf-gy-sm-140 {
    --mf-gutter-y: 8.75rem;
  }
  .mf-g-sm-160,
  .mf-gx-sm-160 {
    --mf-gutter-x: 10rem;
  }
  .mf-g-sm-160,
  .mf-gy-sm-160 {
    --mf-gutter-y: 10rem;
  }
  .mf-g-sm-176,
  .mf-gx-sm-176 {
    --mf-gutter-x: 11rem;
  }
  .mf-g-sm-176,
  .mf-gy-sm-176 {
    --mf-gutter-y: 11rem;
  }
  .mf-g-sm-230,
  .mf-gx-sm-230 {
    --mf-gutter-x: 14.375rem;
  }
  .mf-g-sm-230,
  .mf-gy-sm-230 {
    --mf-gutter-y: 14.375rem;
  }
  .mf-g-sm-300,
  .mf-gx-sm-300 {
    --mf-gutter-x: 18.75rem;
  }
  .mf-g-sm-300,
  .mf-gy-sm-300 {
    --mf-gutter-y: 18.75rem;
  }
  .mf-g-sm-100p,
  .mf-gx-sm-100p {
    --mf-gutter-x: 100%;
  }
  .mf-g-sm-100p,
  .mf-gy-sm-100p {
    --mf-gutter-y: 100%;
  }
}
@media (min-width: 888px) {
  .mf-g-md-none,
  .mf-gx-md-none {
    --mf-gutter-x: 0;
  }
  .mf-g-md-none,
  .mf-gy-md-none {
    --mf-gutter-y: 0;
  }
  .mf-g-md-4,
  .mf-gx-md-4 {
    --mf-gutter-x: 0.25rem;
  }
  .mf-g-md-4,
  .mf-gy-md-4 {
    --mf-gutter-y: 0.25rem;
  }
  .mf-g-md-5,
  .mf-gx-md-5 {
    --mf-gutter-x: 0.3125rem;
  }
  .mf-g-md-5,
  .mf-gy-md-5 {
    --mf-gutter-y: 0.3125rem;
  }
  .mf-g-md-6,
  .mf-gx-md-6 {
    --mf-gutter-x: 0.375rem;
  }
  .mf-g-md-6,
  .mf-gy-md-6 {
    --mf-gutter-y: 0.375rem;
  }
  .mf-g-md-8,
  .mf-gx-md-8 {
    --mf-gutter-x: 0.5rem;
  }
  .mf-g-md-8,
  .mf-gy-md-8 {
    --mf-gutter-y: 0.5rem;
  }
  .mf-g-md-10,
  .mf-gx-md-10 {
    --mf-gutter-x: 0.625rem;
  }
  .mf-g-md-10,
  .mf-gy-md-10 {
    --mf-gutter-y: 0.625rem;
  }
  .mf-g-md-12,
  .mf-gx-md-12 {
    --mf-gutter-x: 0.75rem;
  }
  .mf-g-md-12,
  .mf-gy-md-12 {
    --mf-gutter-y: 0.75rem;
  }
  .mf-g-md-16,
  .mf-gx-md-16 {
    --mf-gutter-x: 1rem;
  }
  .mf-g-md-16,
  .mf-gy-md-16 {
    --mf-gutter-y: 1rem;
  }
  .mf-g-md-20,
  .mf-gx-md-20 {
    --mf-gutter-x: 1.25rem;
  }
  .mf-g-md-20,
  .mf-gy-md-20 {
    --mf-gutter-y: 1.25rem;
  }
  .mf-g-md-24,
  .mf-gx-md-24 {
    --mf-gutter-x: 1.5rem;
  }
  .mf-g-md-24,
  .mf-gy-md-24 {
    --mf-gutter-y: 1.5rem;
  }
  .mf-g-md-30,
  .mf-gx-md-30 {
    --mf-gutter-x: 1.875rem;
  }
  .mf-g-md-30,
  .mf-gy-md-30 {
    --mf-gutter-y: 1.875rem;
  }
  .mf-g-md-32,
  .mf-gx-md-32 {
    --mf-gutter-x: 2rem;
  }
  .mf-g-md-32,
  .mf-gy-md-32 {
    --mf-gutter-y: 2rem;
  }
  .mf-g-md-34,
  .mf-gx-md-34 {
    --mf-gutter-x: 2.125rem;
  }
  .mf-g-md-34,
  .mf-gy-md-34 {
    --mf-gutter-y: 2.125rem;
  }
  .mf-g-md-36,
  .mf-gx-md-36 {
    --mf-gutter-x: 2.25rem;
  }
  .mf-g-md-36,
  .mf-gy-md-36 {
    --mf-gutter-y: 2.25rem;
  }
  .mf-g-md-38,
  .mf-gx-md-38 {
    --mf-gutter-x: 2.375rem;
  }
  .mf-g-md-38,
  .mf-gy-md-38 {
    --mf-gutter-y: 2.375rem;
  }
  .mf-g-md-40,
  .mf-gx-md-40 {
    --mf-gutter-x: 2.5rem;
  }
  .mf-g-md-40,
  .mf-gy-md-40 {
    --mf-gutter-y: 2.5rem;
  }
  .mf-g-md-42,
  .mf-gx-md-42 {
    --mf-gutter-x: 2.625rem;
  }
  .mf-g-md-42,
  .mf-gy-md-42 {
    --mf-gutter-y: 2.625rem;
  }
  .mf-g-md-44,
  .mf-gx-md-44 {
    --mf-gutter-x: 2.75rem;
  }
  .mf-g-md-44,
  .mf-gy-md-44 {
    --mf-gutter-y: 2.75rem;
  }
  .mf-g-md-46,
  .mf-gx-md-46 {
    --mf-gutter-x: 2.875rem;
  }
  .mf-g-md-46,
  .mf-gy-md-46 {
    --mf-gutter-y: 2.875rem;
  }
  .mf-g-md-48,
  .mf-gx-md-48 {
    --mf-gutter-x: 3rem;
  }
  .mf-g-md-48,
  .mf-gy-md-48 {
    --mf-gutter-y: 3rem;
  }
  .mf-g-md-52,
  .mf-gx-md-52 {
    --mf-gutter-x: 3.25rem;
  }
  .mf-g-md-52,
  .mf-gy-md-52 {
    --mf-gutter-y: 3.25rem;
  }
  .mf-g-md-54,
  .mf-gx-md-54 {
    --mf-gutter-x: 3.375rem;
  }
  .mf-g-md-54,
  .mf-gy-md-54 {
    --mf-gutter-y: 3.375rem;
  }
  .mf-g-md-56,
  .mf-gx-md-56 {
    --mf-gutter-x: 3.5rem;
  }
  .mf-g-md-56,
  .mf-gy-md-56 {
    --mf-gutter-y: 3.5rem;
  }
  .mf-g-md-60,
  .mf-gx-md-60 {
    --mf-gutter-x: 3.75rem;
  }
  .mf-g-md-60,
  .mf-gy-md-60 {
    --mf-gutter-y: 3.75rem;
  }
  .mf-g-md-64,
  .mf-gx-md-64 {
    --mf-gutter-x: 4rem;
  }
  .mf-g-md-64,
  .mf-gy-md-64 {
    --mf-gutter-y: 4rem;
  }
  .mf-g-md-70,
  .mf-gx-md-70 {
    --mf-gutter-x: 4.375rem;
  }
  .mf-g-md-70,
  .mf-gy-md-70 {
    --mf-gutter-y: 4.375rem;
  }
  .mf-g-md-80,
  .mf-gx-md-80 {
    --mf-gutter-x: 5rem;
  }
  .mf-g-md-80,
  .mf-gy-md-80 {
    --mf-gutter-y: 5rem;
  }
  .mf-g-md-90,
  .mf-gx-md-90 {
    --mf-gutter-x: 5.625rem;
  }
  .mf-g-md-90,
  .mf-gy-md-90 {
    --mf-gutter-y: 5.625rem;
  }
  .mf-g-md-96,
  .mf-gx-md-96 {
    --mf-gutter-x: 6rem;
  }
  .mf-g-md-96,
  .mf-gy-md-96 {
    --mf-gutter-y: 6rem;
  }
  .mf-g-md-112,
  .mf-gx-md-112 {
    --mf-gutter-x: 7rem;
  }
  .mf-g-md-112,
  .mf-gy-md-112 {
    --mf-gutter-y: 7rem;
  }
  .mf-g-md-114,
  .mf-gx-md-114 {
    --mf-gutter-x: 7.125rem;
  }
  .mf-g-md-114,
  .mf-gy-md-114 {
    --mf-gutter-y: 7.125rem;
  }
  .mf-g-md-116,
  .mf-gx-md-116 {
    --mf-gutter-x: 7.25rem;
  }
  .mf-g-md-116,
  .mf-gy-md-116 {
    --mf-gutter-y: 7.25rem;
  }
  .mf-g-md-140,
  .mf-gx-md-140 {
    --mf-gutter-x: 8.75rem;
  }
  .mf-g-md-140,
  .mf-gy-md-140 {
    --mf-gutter-y: 8.75rem;
  }
  .mf-g-md-160,
  .mf-gx-md-160 {
    --mf-gutter-x: 10rem;
  }
  .mf-g-md-160,
  .mf-gy-md-160 {
    --mf-gutter-y: 10rem;
  }
  .mf-g-md-176,
  .mf-gx-md-176 {
    --mf-gutter-x: 11rem;
  }
  .mf-g-md-176,
  .mf-gy-md-176 {
    --mf-gutter-y: 11rem;
  }
  .mf-g-md-230,
  .mf-gx-md-230 {
    --mf-gutter-x: 14.375rem;
  }
  .mf-g-md-230,
  .mf-gy-md-230 {
    --mf-gutter-y: 14.375rem;
  }
  .mf-g-md-300,
  .mf-gx-md-300 {
    --mf-gutter-x: 18.75rem;
  }
  .mf-g-md-300,
  .mf-gy-md-300 {
    --mf-gutter-y: 18.75rem;
  }
  .mf-g-md-100p,
  .mf-gx-md-100p {
    --mf-gutter-x: 100%;
  }
  .mf-g-md-100p,
  .mf-gy-md-100p {
    --mf-gutter-y: 100%;
  }
}
@media (min-width: 992px) {
  .mf-g-lg-none,
  .mf-gx-lg-none {
    --mf-gutter-x: 0;
  }
  .mf-g-lg-none,
  .mf-gy-lg-none {
    --mf-gutter-y: 0;
  }
  .mf-g-lg-4,
  .mf-gx-lg-4 {
    --mf-gutter-x: 0.25rem;
  }
  .mf-g-lg-4,
  .mf-gy-lg-4 {
    --mf-gutter-y: 0.25rem;
  }
  .mf-g-lg-5,
  .mf-gx-lg-5 {
    --mf-gutter-x: 0.3125rem;
  }
  .mf-g-lg-5,
  .mf-gy-lg-5 {
    --mf-gutter-y: 0.3125rem;
  }
  .mf-g-lg-6,
  .mf-gx-lg-6 {
    --mf-gutter-x: 0.375rem;
  }
  .mf-g-lg-6,
  .mf-gy-lg-6 {
    --mf-gutter-y: 0.375rem;
  }
  .mf-g-lg-8,
  .mf-gx-lg-8 {
    --mf-gutter-x: 0.5rem;
  }
  .mf-g-lg-8,
  .mf-gy-lg-8 {
    --mf-gutter-y: 0.5rem;
  }
  .mf-g-lg-10,
  .mf-gx-lg-10 {
    --mf-gutter-x: 0.625rem;
  }
  .mf-g-lg-10,
  .mf-gy-lg-10 {
    --mf-gutter-y: 0.625rem;
  }
  .mf-g-lg-12,
  .mf-gx-lg-12 {
    --mf-gutter-x: 0.75rem;
  }
  .mf-g-lg-12,
  .mf-gy-lg-12 {
    --mf-gutter-y: 0.75rem;
  }
  .mf-g-lg-16,
  .mf-gx-lg-16 {
    --mf-gutter-x: 1rem;
  }
  .mf-g-lg-16,
  .mf-gy-lg-16 {
    --mf-gutter-y: 1rem;
  }
  .mf-g-lg-20,
  .mf-gx-lg-20 {
    --mf-gutter-x: 1.25rem;
  }
  .mf-g-lg-20,
  .mf-gy-lg-20 {
    --mf-gutter-y: 1.25rem;
  }
  .mf-g-lg-24,
  .mf-gx-lg-24 {
    --mf-gutter-x: 1.5rem;
  }
  .mf-g-lg-24,
  .mf-gy-lg-24 {
    --mf-gutter-y: 1.5rem;
  }
  .mf-g-lg-30,
  .mf-gx-lg-30 {
    --mf-gutter-x: 1.875rem;
  }
  .mf-g-lg-30,
  .mf-gy-lg-30 {
    --mf-gutter-y: 1.875rem;
  }
  .mf-g-lg-32,
  .mf-gx-lg-32 {
    --mf-gutter-x: 2rem;
  }
  .mf-g-lg-32,
  .mf-gy-lg-32 {
    --mf-gutter-y: 2rem;
  }
  .mf-g-lg-34,
  .mf-gx-lg-34 {
    --mf-gutter-x: 2.125rem;
  }
  .mf-g-lg-34,
  .mf-gy-lg-34 {
    --mf-gutter-y: 2.125rem;
  }
  .mf-g-lg-36,
  .mf-gx-lg-36 {
    --mf-gutter-x: 2.25rem;
  }
  .mf-g-lg-36,
  .mf-gy-lg-36 {
    --mf-gutter-y: 2.25rem;
  }
  .mf-g-lg-38,
  .mf-gx-lg-38 {
    --mf-gutter-x: 2.375rem;
  }
  .mf-g-lg-38,
  .mf-gy-lg-38 {
    --mf-gutter-y: 2.375rem;
  }
  .mf-g-lg-40,
  .mf-gx-lg-40 {
    --mf-gutter-x: 2.5rem;
  }
  .mf-g-lg-40,
  .mf-gy-lg-40 {
    --mf-gutter-y: 2.5rem;
  }
  .mf-g-lg-42,
  .mf-gx-lg-42 {
    --mf-gutter-x: 2.625rem;
  }
  .mf-g-lg-42,
  .mf-gy-lg-42 {
    --mf-gutter-y: 2.625rem;
  }
  .mf-g-lg-44,
  .mf-gx-lg-44 {
    --mf-gutter-x: 2.75rem;
  }
  .mf-g-lg-44,
  .mf-gy-lg-44 {
    --mf-gutter-y: 2.75rem;
  }
  .mf-g-lg-46,
  .mf-gx-lg-46 {
    --mf-gutter-x: 2.875rem;
  }
  .mf-g-lg-46,
  .mf-gy-lg-46 {
    --mf-gutter-y: 2.875rem;
  }
  .mf-g-lg-48,
  .mf-gx-lg-48 {
    --mf-gutter-x: 3rem;
  }
  .mf-g-lg-48,
  .mf-gy-lg-48 {
    --mf-gutter-y: 3rem;
  }
  .mf-g-lg-52,
  .mf-gx-lg-52 {
    --mf-gutter-x: 3.25rem;
  }
  .mf-g-lg-52,
  .mf-gy-lg-52 {
    --mf-gutter-y: 3.25rem;
  }
  .mf-g-lg-54,
  .mf-gx-lg-54 {
    --mf-gutter-x: 3.375rem;
  }
  .mf-g-lg-54,
  .mf-gy-lg-54 {
    --mf-gutter-y: 3.375rem;
  }
  .mf-g-lg-56,
  .mf-gx-lg-56 {
    --mf-gutter-x: 3.5rem;
  }
  .mf-g-lg-56,
  .mf-gy-lg-56 {
    --mf-gutter-y: 3.5rem;
  }
  .mf-g-lg-60,
  .mf-gx-lg-60 {
    --mf-gutter-x: 3.75rem;
  }
  .mf-g-lg-60,
  .mf-gy-lg-60 {
    --mf-gutter-y: 3.75rem;
  }
  .mf-g-lg-64,
  .mf-gx-lg-64 {
    --mf-gutter-x: 4rem;
  }
  .mf-g-lg-64,
  .mf-gy-lg-64 {
    --mf-gutter-y: 4rem;
  }
  .mf-g-lg-70,
  .mf-gx-lg-70 {
    --mf-gutter-x: 4.375rem;
  }
  .mf-g-lg-70,
  .mf-gy-lg-70 {
    --mf-gutter-y: 4.375rem;
  }
  .mf-g-lg-80,
  .mf-gx-lg-80 {
    --mf-gutter-x: 5rem;
  }
  .mf-g-lg-80,
  .mf-gy-lg-80 {
    --mf-gutter-y: 5rem;
  }
  .mf-g-lg-90,
  .mf-gx-lg-90 {
    --mf-gutter-x: 5.625rem;
  }
  .mf-g-lg-90,
  .mf-gy-lg-90 {
    --mf-gutter-y: 5.625rem;
  }
  .mf-g-lg-96,
  .mf-gx-lg-96 {
    --mf-gutter-x: 6rem;
  }
  .mf-g-lg-96,
  .mf-gy-lg-96 {
    --mf-gutter-y: 6rem;
  }
  .mf-g-lg-112,
  .mf-gx-lg-112 {
    --mf-gutter-x: 7rem;
  }
  .mf-g-lg-112,
  .mf-gy-lg-112 {
    --mf-gutter-y: 7rem;
  }
  .mf-g-lg-114,
  .mf-gx-lg-114 {
    --mf-gutter-x: 7.125rem;
  }
  .mf-g-lg-114,
  .mf-gy-lg-114 {
    --mf-gutter-y: 7.125rem;
  }
  .mf-g-lg-116,
  .mf-gx-lg-116 {
    --mf-gutter-x: 7.25rem;
  }
  .mf-g-lg-116,
  .mf-gy-lg-116 {
    --mf-gutter-y: 7.25rem;
  }
  .mf-g-lg-140,
  .mf-gx-lg-140 {
    --mf-gutter-x: 8.75rem;
  }
  .mf-g-lg-140,
  .mf-gy-lg-140 {
    --mf-gutter-y: 8.75rem;
  }
  .mf-g-lg-160,
  .mf-gx-lg-160 {
    --mf-gutter-x: 10rem;
  }
  .mf-g-lg-160,
  .mf-gy-lg-160 {
    --mf-gutter-y: 10rem;
  }
  .mf-g-lg-176,
  .mf-gx-lg-176 {
    --mf-gutter-x: 11rem;
  }
  .mf-g-lg-176,
  .mf-gy-lg-176 {
    --mf-gutter-y: 11rem;
  }
  .mf-g-lg-230,
  .mf-gx-lg-230 {
    --mf-gutter-x: 14.375rem;
  }
  .mf-g-lg-230,
  .mf-gy-lg-230 {
    --mf-gutter-y: 14.375rem;
  }
  .mf-g-lg-300,
  .mf-gx-lg-300 {
    --mf-gutter-x: 18.75rem;
  }
  .mf-g-lg-300,
  .mf-gy-lg-300 {
    --mf-gutter-y: 18.75rem;
  }
  .mf-g-lg-100p,
  .mf-gx-lg-100p {
    --mf-gutter-x: 100%;
  }
  .mf-g-lg-100p,
  .mf-gy-lg-100p {
    --mf-gutter-y: 100%;
  }
}
@media (min-width: 1140px) {
  .mf-g-xl-none,
  .mf-gx-xl-none {
    --mf-gutter-x: 0;
  }
  .mf-g-xl-none,
  .mf-gy-xl-none {
    --mf-gutter-y: 0;
  }
  .mf-g-xl-4,
  .mf-gx-xl-4 {
    --mf-gutter-x: 0.25rem;
  }
  .mf-g-xl-4,
  .mf-gy-xl-4 {
    --mf-gutter-y: 0.25rem;
  }
  .mf-g-xl-5,
  .mf-gx-xl-5 {
    --mf-gutter-x: 0.3125rem;
  }
  .mf-g-xl-5,
  .mf-gy-xl-5 {
    --mf-gutter-y: 0.3125rem;
  }
  .mf-g-xl-6,
  .mf-gx-xl-6 {
    --mf-gutter-x: 0.375rem;
  }
  .mf-g-xl-6,
  .mf-gy-xl-6 {
    --mf-gutter-y: 0.375rem;
  }
  .mf-g-xl-8,
  .mf-gx-xl-8 {
    --mf-gutter-x: 0.5rem;
  }
  .mf-g-xl-8,
  .mf-gy-xl-8 {
    --mf-gutter-y: 0.5rem;
  }
  .mf-g-xl-10,
  .mf-gx-xl-10 {
    --mf-gutter-x: 0.625rem;
  }
  .mf-g-xl-10,
  .mf-gy-xl-10 {
    --mf-gutter-y: 0.625rem;
  }
  .mf-g-xl-12,
  .mf-gx-xl-12 {
    --mf-gutter-x: 0.75rem;
  }
  .mf-g-xl-12,
  .mf-gy-xl-12 {
    --mf-gutter-y: 0.75rem;
  }
  .mf-g-xl-16,
  .mf-gx-xl-16 {
    --mf-gutter-x: 1rem;
  }
  .mf-g-xl-16,
  .mf-gy-xl-16 {
    --mf-gutter-y: 1rem;
  }
  .mf-g-xl-20,
  .mf-gx-xl-20 {
    --mf-gutter-x: 1.25rem;
  }
  .mf-g-xl-20,
  .mf-gy-xl-20 {
    --mf-gutter-y: 1.25rem;
  }
  .mf-g-xl-24,
  .mf-gx-xl-24 {
    --mf-gutter-x: 1.5rem;
  }
  .mf-g-xl-24,
  .mf-gy-xl-24 {
    --mf-gutter-y: 1.5rem;
  }
  .mf-g-xl-30,
  .mf-gx-xl-30 {
    --mf-gutter-x: 1.875rem;
  }
  .mf-g-xl-30,
  .mf-gy-xl-30 {
    --mf-gutter-y: 1.875rem;
  }
  .mf-g-xl-32,
  .mf-gx-xl-32 {
    --mf-gutter-x: 2rem;
  }
  .mf-g-xl-32,
  .mf-gy-xl-32 {
    --mf-gutter-y: 2rem;
  }
  .mf-g-xl-34,
  .mf-gx-xl-34 {
    --mf-gutter-x: 2.125rem;
  }
  .mf-g-xl-34,
  .mf-gy-xl-34 {
    --mf-gutter-y: 2.125rem;
  }
  .mf-g-xl-36,
  .mf-gx-xl-36 {
    --mf-gutter-x: 2.25rem;
  }
  .mf-g-xl-36,
  .mf-gy-xl-36 {
    --mf-gutter-y: 2.25rem;
  }
  .mf-g-xl-38,
  .mf-gx-xl-38 {
    --mf-gutter-x: 2.375rem;
  }
  .mf-g-xl-38,
  .mf-gy-xl-38 {
    --mf-gutter-y: 2.375rem;
  }
  .mf-g-xl-40,
  .mf-gx-xl-40 {
    --mf-gutter-x: 2.5rem;
  }
  .mf-g-xl-40,
  .mf-gy-xl-40 {
    --mf-gutter-y: 2.5rem;
  }
  .mf-g-xl-42,
  .mf-gx-xl-42 {
    --mf-gutter-x: 2.625rem;
  }
  .mf-g-xl-42,
  .mf-gy-xl-42 {
    --mf-gutter-y: 2.625rem;
  }
  .mf-g-xl-44,
  .mf-gx-xl-44 {
    --mf-gutter-x: 2.75rem;
  }
  .mf-g-xl-44,
  .mf-gy-xl-44 {
    --mf-gutter-y: 2.75rem;
  }
  .mf-g-xl-46,
  .mf-gx-xl-46 {
    --mf-gutter-x: 2.875rem;
  }
  .mf-g-xl-46,
  .mf-gy-xl-46 {
    --mf-gutter-y: 2.875rem;
  }
  .mf-g-xl-48,
  .mf-gx-xl-48 {
    --mf-gutter-x: 3rem;
  }
  .mf-g-xl-48,
  .mf-gy-xl-48 {
    --mf-gutter-y: 3rem;
  }
  .mf-g-xl-52,
  .mf-gx-xl-52 {
    --mf-gutter-x: 3.25rem;
  }
  .mf-g-xl-52,
  .mf-gy-xl-52 {
    --mf-gutter-y: 3.25rem;
  }
  .mf-g-xl-54,
  .mf-gx-xl-54 {
    --mf-gutter-x: 3.375rem;
  }
  .mf-g-xl-54,
  .mf-gy-xl-54 {
    --mf-gutter-y: 3.375rem;
  }
  .mf-g-xl-56,
  .mf-gx-xl-56 {
    --mf-gutter-x: 3.5rem;
  }
  .mf-g-xl-56,
  .mf-gy-xl-56 {
    --mf-gutter-y: 3.5rem;
  }
  .mf-g-xl-60,
  .mf-gx-xl-60 {
    --mf-gutter-x: 3.75rem;
  }
  .mf-g-xl-60,
  .mf-gy-xl-60 {
    --mf-gutter-y: 3.75rem;
  }
  .mf-g-xl-64,
  .mf-gx-xl-64 {
    --mf-gutter-x: 4rem;
  }
  .mf-g-xl-64,
  .mf-gy-xl-64 {
    --mf-gutter-y: 4rem;
  }
  .mf-g-xl-70,
  .mf-gx-xl-70 {
    --mf-gutter-x: 4.375rem;
  }
  .mf-g-xl-70,
  .mf-gy-xl-70 {
    --mf-gutter-y: 4.375rem;
  }
  .mf-g-xl-80,
  .mf-gx-xl-80 {
    --mf-gutter-x: 5rem;
  }
  .mf-g-xl-80,
  .mf-gy-xl-80 {
    --mf-gutter-y: 5rem;
  }
  .mf-g-xl-90,
  .mf-gx-xl-90 {
    --mf-gutter-x: 5.625rem;
  }
  .mf-g-xl-90,
  .mf-gy-xl-90 {
    --mf-gutter-y: 5.625rem;
  }
  .mf-g-xl-96,
  .mf-gx-xl-96 {
    --mf-gutter-x: 6rem;
  }
  .mf-g-xl-96,
  .mf-gy-xl-96 {
    --mf-gutter-y: 6rem;
  }
  .mf-g-xl-112,
  .mf-gx-xl-112 {
    --mf-gutter-x: 7rem;
  }
  .mf-g-xl-112,
  .mf-gy-xl-112 {
    --mf-gutter-y: 7rem;
  }
  .mf-g-xl-114,
  .mf-gx-xl-114 {
    --mf-gutter-x: 7.125rem;
  }
  .mf-g-xl-114,
  .mf-gy-xl-114 {
    --mf-gutter-y: 7.125rem;
  }
  .mf-g-xl-116,
  .mf-gx-xl-116 {
    --mf-gutter-x: 7.25rem;
  }
  .mf-g-xl-116,
  .mf-gy-xl-116 {
    --mf-gutter-y: 7.25rem;
  }
  .mf-g-xl-140,
  .mf-gx-xl-140 {
    --mf-gutter-x: 8.75rem;
  }
  .mf-g-xl-140,
  .mf-gy-xl-140 {
    --mf-gutter-y: 8.75rem;
  }
  .mf-g-xl-160,
  .mf-gx-xl-160 {
    --mf-gutter-x: 10rem;
  }
  .mf-g-xl-160,
  .mf-gy-xl-160 {
    --mf-gutter-y: 10rem;
  }
  .mf-g-xl-176,
  .mf-gx-xl-176 {
    --mf-gutter-x: 11rem;
  }
  .mf-g-xl-176,
  .mf-gy-xl-176 {
    --mf-gutter-y: 11rem;
  }
  .mf-g-xl-230,
  .mf-gx-xl-230 {
    --mf-gutter-x: 14.375rem;
  }
  .mf-g-xl-230,
  .mf-gy-xl-230 {
    --mf-gutter-y: 14.375rem;
  }
  .mf-g-xl-300,
  .mf-gx-xl-300 {
    --mf-gutter-x: 18.75rem;
  }
  .mf-g-xl-300,
  .mf-gy-xl-300 {
    --mf-gutter-y: 18.75rem;
  }
  .mf-g-xl-100p,
  .mf-gx-xl-100p {
    --mf-gutter-x: 100%;
  }
  .mf-g-xl-100p,
  .mf-gy-xl-100p {
    --mf-gutter-y: 100%;
  }
}
@media (min-width: 1220px) {
  .mf-g-xxl-none,
  .mf-gx-xxl-none {
    --mf-gutter-x: 0;
  }
  .mf-g-xxl-none,
  .mf-gy-xxl-none {
    --mf-gutter-y: 0;
  }
  .mf-g-xxl-4,
  .mf-gx-xxl-4 {
    --mf-gutter-x: 0.25rem;
  }
  .mf-g-xxl-4,
  .mf-gy-xxl-4 {
    --mf-gutter-y: 0.25rem;
  }
  .mf-g-xxl-5,
  .mf-gx-xxl-5 {
    --mf-gutter-x: 0.3125rem;
  }
  .mf-g-xxl-5,
  .mf-gy-xxl-5 {
    --mf-gutter-y: 0.3125rem;
  }
  .mf-g-xxl-6,
  .mf-gx-xxl-6 {
    --mf-gutter-x: 0.375rem;
  }
  .mf-g-xxl-6,
  .mf-gy-xxl-6 {
    --mf-gutter-y: 0.375rem;
  }
  .mf-g-xxl-8,
  .mf-gx-xxl-8 {
    --mf-gutter-x: 0.5rem;
  }
  .mf-g-xxl-8,
  .mf-gy-xxl-8 {
    --mf-gutter-y: 0.5rem;
  }
  .mf-g-xxl-10,
  .mf-gx-xxl-10 {
    --mf-gutter-x: 0.625rem;
  }
  .mf-g-xxl-10,
  .mf-gy-xxl-10 {
    --mf-gutter-y: 0.625rem;
  }
  .mf-g-xxl-12,
  .mf-gx-xxl-12 {
    --mf-gutter-x: 0.75rem;
  }
  .mf-g-xxl-12,
  .mf-gy-xxl-12 {
    --mf-gutter-y: 0.75rem;
  }
  .mf-g-xxl-16,
  .mf-gx-xxl-16 {
    --mf-gutter-x: 1rem;
  }
  .mf-g-xxl-16,
  .mf-gy-xxl-16 {
    --mf-gutter-y: 1rem;
  }
  .mf-g-xxl-20,
  .mf-gx-xxl-20 {
    --mf-gutter-x: 1.25rem;
  }
  .mf-g-xxl-20,
  .mf-gy-xxl-20 {
    --mf-gutter-y: 1.25rem;
  }
  .mf-g-xxl-24,
  .mf-gx-xxl-24 {
    --mf-gutter-x: 1.5rem;
  }
  .mf-g-xxl-24,
  .mf-gy-xxl-24 {
    --mf-gutter-y: 1.5rem;
  }
  .mf-g-xxl-30,
  .mf-gx-xxl-30 {
    --mf-gutter-x: 1.875rem;
  }
  .mf-g-xxl-30,
  .mf-gy-xxl-30 {
    --mf-gutter-y: 1.875rem;
  }
  .mf-g-xxl-32,
  .mf-gx-xxl-32 {
    --mf-gutter-x: 2rem;
  }
  .mf-g-xxl-32,
  .mf-gy-xxl-32 {
    --mf-gutter-y: 2rem;
  }
  .mf-g-xxl-34,
  .mf-gx-xxl-34 {
    --mf-gutter-x: 2.125rem;
  }
  .mf-g-xxl-34,
  .mf-gy-xxl-34 {
    --mf-gutter-y: 2.125rem;
  }
  .mf-g-xxl-36,
  .mf-gx-xxl-36 {
    --mf-gutter-x: 2.25rem;
  }
  .mf-g-xxl-36,
  .mf-gy-xxl-36 {
    --mf-gutter-y: 2.25rem;
  }
  .mf-g-xxl-38,
  .mf-gx-xxl-38 {
    --mf-gutter-x: 2.375rem;
  }
  .mf-g-xxl-38,
  .mf-gy-xxl-38 {
    --mf-gutter-y: 2.375rem;
  }
  .mf-g-xxl-40,
  .mf-gx-xxl-40 {
    --mf-gutter-x: 2.5rem;
  }
  .mf-g-xxl-40,
  .mf-gy-xxl-40 {
    --mf-gutter-y: 2.5rem;
  }
  .mf-g-xxl-42,
  .mf-gx-xxl-42 {
    --mf-gutter-x: 2.625rem;
  }
  .mf-g-xxl-42,
  .mf-gy-xxl-42 {
    --mf-gutter-y: 2.625rem;
  }
  .mf-g-xxl-44,
  .mf-gx-xxl-44 {
    --mf-gutter-x: 2.75rem;
  }
  .mf-g-xxl-44,
  .mf-gy-xxl-44 {
    --mf-gutter-y: 2.75rem;
  }
  .mf-g-xxl-46,
  .mf-gx-xxl-46 {
    --mf-gutter-x: 2.875rem;
  }
  .mf-g-xxl-46,
  .mf-gy-xxl-46 {
    --mf-gutter-y: 2.875rem;
  }
  .mf-g-xxl-48,
  .mf-gx-xxl-48 {
    --mf-gutter-x: 3rem;
  }
  .mf-g-xxl-48,
  .mf-gy-xxl-48 {
    --mf-gutter-y: 3rem;
  }
  .mf-g-xxl-52,
  .mf-gx-xxl-52 {
    --mf-gutter-x: 3.25rem;
  }
  .mf-g-xxl-52,
  .mf-gy-xxl-52 {
    --mf-gutter-y: 3.25rem;
  }
  .mf-g-xxl-54,
  .mf-gx-xxl-54 {
    --mf-gutter-x: 3.375rem;
  }
  .mf-g-xxl-54,
  .mf-gy-xxl-54 {
    --mf-gutter-y: 3.375rem;
  }
  .mf-g-xxl-56,
  .mf-gx-xxl-56 {
    --mf-gutter-x: 3.5rem;
  }
  .mf-g-xxl-56,
  .mf-gy-xxl-56 {
    --mf-gutter-y: 3.5rem;
  }
  .mf-g-xxl-60,
  .mf-gx-xxl-60 {
    --mf-gutter-x: 3.75rem;
  }
  .mf-g-xxl-60,
  .mf-gy-xxl-60 {
    --mf-gutter-y: 3.75rem;
  }
  .mf-g-xxl-64,
  .mf-gx-xxl-64 {
    --mf-gutter-x: 4rem;
  }
  .mf-g-xxl-64,
  .mf-gy-xxl-64 {
    --mf-gutter-y: 4rem;
  }
  .mf-g-xxl-70,
  .mf-gx-xxl-70 {
    --mf-gutter-x: 4.375rem;
  }
  .mf-g-xxl-70,
  .mf-gy-xxl-70 {
    --mf-gutter-y: 4.375rem;
  }
  .mf-g-xxl-80,
  .mf-gx-xxl-80 {
    --mf-gutter-x: 5rem;
  }
  .mf-g-xxl-80,
  .mf-gy-xxl-80 {
    --mf-gutter-y: 5rem;
  }
  .mf-g-xxl-90,
  .mf-gx-xxl-90 {
    --mf-gutter-x: 5.625rem;
  }
  .mf-g-xxl-90,
  .mf-gy-xxl-90 {
    --mf-gutter-y: 5.625rem;
  }
  .mf-g-xxl-96,
  .mf-gx-xxl-96 {
    --mf-gutter-x: 6rem;
  }
  .mf-g-xxl-96,
  .mf-gy-xxl-96 {
    --mf-gutter-y: 6rem;
  }
  .mf-g-xxl-112,
  .mf-gx-xxl-112 {
    --mf-gutter-x: 7rem;
  }
  .mf-g-xxl-112,
  .mf-gy-xxl-112 {
    --mf-gutter-y: 7rem;
  }
  .mf-g-xxl-114,
  .mf-gx-xxl-114 {
    --mf-gutter-x: 7.125rem;
  }
  .mf-g-xxl-114,
  .mf-gy-xxl-114 {
    --mf-gutter-y: 7.125rem;
  }
  .mf-g-xxl-116,
  .mf-gx-xxl-116 {
    --mf-gutter-x: 7.25rem;
  }
  .mf-g-xxl-116,
  .mf-gy-xxl-116 {
    --mf-gutter-y: 7.25rem;
  }
  .mf-g-xxl-140,
  .mf-gx-xxl-140 {
    --mf-gutter-x: 8.75rem;
  }
  .mf-g-xxl-140,
  .mf-gy-xxl-140 {
    --mf-gutter-y: 8.75rem;
  }
  .mf-g-xxl-160,
  .mf-gx-xxl-160 {
    --mf-gutter-x: 10rem;
  }
  .mf-g-xxl-160,
  .mf-gy-xxl-160 {
    --mf-gutter-y: 10rem;
  }
  .mf-g-xxl-176,
  .mf-gx-xxl-176 {
    --mf-gutter-x: 11rem;
  }
  .mf-g-xxl-176,
  .mf-gy-xxl-176 {
    --mf-gutter-y: 11rem;
  }
  .mf-g-xxl-230,
  .mf-gx-xxl-230 {
    --mf-gutter-x: 14.375rem;
  }
  .mf-g-xxl-230,
  .mf-gy-xxl-230 {
    --mf-gutter-y: 14.375rem;
  }
  .mf-g-xxl-300,
  .mf-gx-xxl-300 {
    --mf-gutter-x: 18.75rem;
  }
  .mf-g-xxl-300,
  .mf-gy-xxl-300 {
    --mf-gutter-y: 18.75rem;
  }
  .mf-g-xxl-100p,
  .mf-gx-xxl-100p {
    --mf-gutter-x: 100%;
  }
  .mf-g-xxl-100p,
  .mf-gy-xxl-100p {
    --mf-gutter-y: 100%;
  }
}
.mf-ty-title:not(#\9 ) {
  font-size: 2.375rem;
  line-height: 3rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-header-s:not(#\9 ) {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-header-m:not(#\9 ) {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-header-l:not(#\9 ) {
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-header-xl:not(#\9 ) {
  font-size: 2.375rem;
  line-height: 3rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-header-xxl:not(#\9 ) {
  font-size: 3.75rem;
  line-height: 4.25rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-desktop-text-xxl:not(#\9 ) {
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-text-xl:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-text-l:not(#\9 ) {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-text-m:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-text-s:not(#\9 ) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-mobile-header-xl:not(#\9 ) {
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-mobile-header-l:not(#\9 ) {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-mobile-header-m:not(#\9 ) {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-mobile-header-s:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}
.mf-ty-mobile-text-xxl:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-mobile-text-l:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-mobile-text-m:not(#\9 ) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-mobile-text-s:not(#\9 ) {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-button-m:not(#\9 ) {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
.mf-ty-desktop-button-l:not(#\9 ) {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: "Inter", sans-serif;
}
@media (min-width: 576px) {
  .mf-ty-sm-title:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-header-s:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-header-m:not(#\9 ) {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-header-l:not(#\9 ) {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-header-xl:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-header-xxl:not(#\9 ) {
    font-size: 3.75rem;
    line-height: 4.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-desktop-text-xxl:not(#\9 ) {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-text-xl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-text-l:not(#\9 ) {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-text-m:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-text-s:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-mobile-header-xl:not(#\9 ) {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-mobile-header-l:not(#\9 ) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-mobile-header-m:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-mobile-header-s:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-sm-mobile-text-xxl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-mobile-text-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-mobile-text-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-mobile-text-s:not(#\9 ) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-button-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-sm-desktop-button-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
}
@media (min-width: 888px) {
  .mf-ty-md-title:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-header-s:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-header-m:not(#\9 ) {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-header-l:not(#\9 ) {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-header-xl:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-header-xxl:not(#\9 ) {
    font-size: 3.75rem;
    line-height: 4.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-desktop-text-xxl:not(#\9 ) {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-text-xl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-text-l:not(#\9 ) {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-text-m:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-text-s:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-mobile-header-xl:not(#\9 ) {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-mobile-header-l:not(#\9 ) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-mobile-header-m:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-mobile-header-s:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-md-mobile-text-xxl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-mobile-text-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-mobile-text-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-mobile-text-s:not(#\9 ) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-button-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-md-desktop-button-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
}
@media (min-width: 992px) {
  .mf-ty-lg-title:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-header-s:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-header-m:not(#\9 ) {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-header-l:not(#\9 ) {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-header-xl:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-header-xxl:not(#\9 ) {
    font-size: 3.75rem;
    line-height: 4.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-desktop-text-xxl:not(#\9 ) {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-text-xl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-text-l:not(#\9 ) {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-text-m:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-text-s:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-mobile-header-xl:not(#\9 ) {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-mobile-header-l:not(#\9 ) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-mobile-header-m:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-mobile-header-s:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-lg-mobile-text-xxl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-mobile-text-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-mobile-text-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-mobile-text-s:not(#\9 ) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-button-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-lg-desktop-button-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
}
@media (min-width: 1140px) {
  .mf-ty-xl-title:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-header-s:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-header-m:not(#\9 ) {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-header-l:not(#\9 ) {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-header-xl:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-header-xxl:not(#\9 ) {
    font-size: 3.75rem;
    line-height: 4.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-desktop-text-xxl:not(#\9 ) {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-text-xl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-text-l:not(#\9 ) {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-text-m:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-text-s:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-mobile-header-xl:not(#\9 ) {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-mobile-header-l:not(#\9 ) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-mobile-header-m:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-mobile-header-s:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xl-mobile-text-xxl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-mobile-text-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-mobile-text-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-mobile-text-s:not(#\9 ) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-button-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xl-desktop-button-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
}
@media (min-width: 1220px) {
  .mf-ty-xxl-title:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-header-s:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-header-m:not(#\9 ) {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-header-l:not(#\9 ) {
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-header-xl:not(#\9 ) {
    font-size: 2.375rem;
    line-height: 3rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-header-xxl:not(#\9 ) {
    font-size: 3.75rem;
    line-height: 4.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-desktop-text-xxl:not(#\9 ) {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-text-xl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-text-l:not(#\9 ) {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-text-m:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-text-s:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-mobile-header-xl:not(#\9 ) {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-mobile-header-l:not(#\9 ) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-mobile-header-m:not(#\9 ) {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-mobile-header-s:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Montserrat", sans-serif;
  }
  .mf-ty-xxl-mobile-text-xxl:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-mobile-text-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-mobile-text-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-mobile-text-s:not(#\9 ) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-button-m:not(#\9 ) {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
  .mf-ty-xxl-desktop-button-l:not(#\9 ) {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--mf-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--mf-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--mf-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --mf-focus-ring-color: rgba(var(--mf-primary-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-secondary {
  --mf-focus-ring-color: rgba(var(--mf-secondary-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-success {
  --mf-focus-ring-color: rgba(var(--mf-success-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-info {
  --mf-focus-ring-color: rgba(var(--mf-info-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-warning {
  --mf-focus-ring-color: rgba(var(--mf-warning-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-danger {
  --mf-focus-ring-color: rgba(var(--mf-danger-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-light {
  --mf-focus-ring-color: rgba(var(--mf-light-rgb), var(--mf-focus-ring-opacity));
}
.focus-ring-dark {
  --mf-focus-ring-color: rgba(var(--mf-dark-rgb), var(--mf-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--mf-border-width) var(--mf-border-style) var(--mf-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--mf-border-width) var(--mf-border-style) var(--mf-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--mf-border-width) var(--mf-border-style) var(--mf-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--mf-border-width) var(--mf-border-style) var(--mf-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--mf-border-width) var(--mf-border-style) var(--mf-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-primary-rgb), var(--mf-border-opacity)) !important;
}
.border-secondary {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-secondary-rgb), var(--mf-border-opacity)) !important;
}
.border-success {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-success-rgb), var(--mf-border-opacity)) !important;
}
.border-info {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-info-rgb), var(--mf-border-opacity)) !important;
}
.border-warning {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-warning-rgb), var(--mf-border-opacity)) !important;
}
.border-danger {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-danger-rgb), var(--mf-border-opacity)) !important;
}
.border-light {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-light-rgb), var(--mf-border-opacity)) !important;
}
.border-dark {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-dark-rgb), var(--mf-border-opacity)) !important;
}
.border-black {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-black-rgb), var(--mf-border-opacity)) !important;
}
.border-white {
  --mf-border-opacity: 1;
  border-color: rgba(var(--mf-white-rgb), var(--mf-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--mf-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--mf-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--mf-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--mf-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--mf-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--mf-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--mf-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--mf-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --mf-border-opacity: 0.1;
}
.border-opacity-25 {
  --mf-border-opacity: 0.25;
}
.border-opacity-50 {
  --mf-border-opacity: 0.5;
}
.border-opacity-75 {
  --mf-border-opacity: 0.75;
}
.border-opacity-100 {
  --mf-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--mf-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !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;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-primary-rgb), var(--mf-text-opacity)) !important;
}
.text-secondary {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-secondary-rgb), var(--mf-text-opacity)) !important;
}
.text-success {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-success-rgb), var(--mf-text-opacity)) !important;
}
.text-info {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-info-rgb), var(--mf-text-opacity)) !important;
}
.text-warning {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-warning-rgb), var(--mf-text-opacity)) !important;
}
.text-danger {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-danger-rgb), var(--mf-text-opacity)) !important;
}
.text-light {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-light-rgb), var(--mf-text-opacity)) !important;
}
.text-dark {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-dark-rgb), var(--mf-text-opacity)) !important;
}
.text-black {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-black-rgb), var(--mf-text-opacity)) !important;
}
.text-white {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-white-rgb), var(--mf-text-opacity)) !important;
}
.text-body {
  --mf-text-opacity: 1;
  color: rgba(var(--mf-body-color-rgb), var(--mf-text-opacity)) !important;
}
.text-muted {
  --mf-text-opacity: 1;
  color: var(--mf-secondary-color) !important;
}
.text-black-50 {
  --mf-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --mf-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --mf-text-opacity: 1;
  color: var(--mf-secondary-color) !important;
}
.text-body-tertiary {
  --mf-text-opacity: 1;
  color: var(--mf-tertiary-color) !important;
}
.text-body-emphasis {
  --mf-text-opacity: 1;
  color: var(--mf-emphasis-color) !important;
}
.text-reset {
  --mf-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --mf-text-opacity: 0.25;
}
.text-opacity-50 {
  --mf-text-opacity: 0.5;
}
.text-opacity-75 {
  --mf-text-opacity: 0.75;
}
.text-opacity-100 {
  --mf-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--mf-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--mf-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--mf-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--mf-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--mf-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--mf-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--mf-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--mf-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --mf-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --mf-link-opacity: 0.1;
}
.link-opacity-25 {
  --mf-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --mf-link-opacity: 0.25;
}
.link-opacity-50 {
  --mf-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --mf-link-opacity: 0.5;
}
.link-opacity-75 {
  --mf-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --mf-link-opacity: 0.75;
}
.link-opacity-100 {
  --mf-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --mf-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 {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-primary-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-secondary-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-success {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-success-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-info {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-info-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-warning {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-warning-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-danger {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-danger-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-light {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-light-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline-dark {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-dark-rgb), var(--mf-link-underline-opacity)) !important;
}
.link-underline {
  --mf-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--mf-link-color-rgb), var(--mf-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --mf-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --mf-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --mf-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --mf-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --mf-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --mf-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --mf-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --mf-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --mf-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --mf-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --mf-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --mf-link-underline-opacity: 1;
}
.bg-primary {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-primary-rgb), var(--mf-bg-opacity)) !important;
}
.bg-secondary {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-secondary-rgb), var(--mf-bg-opacity)) !important;
}
.bg-success {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-success-rgb), var(--mf-bg-opacity)) !important;
}
.bg-info {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-info-rgb), var(--mf-bg-opacity)) !important;
}
.bg-warning {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-warning-rgb), var(--mf-bg-opacity)) !important;
}
.bg-danger {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-danger-rgb), var(--mf-bg-opacity)) !important;
}
.bg-light {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-light-rgb), var(--mf-bg-opacity)) !important;
}
.bg-dark {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-dark-rgb), var(--mf-bg-opacity)) !important;
}
.bg-black {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-black-rgb), var(--mf-bg-opacity)) !important;
}
.bg-white {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-white-rgb), var(--mf-bg-opacity)) !important;
}
.bg-body {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-body-bg-rgb), var(--mf-bg-opacity)) !important;
}
.bg-transparent {
  --mf-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-secondary-bg-rgb), var(--mf-bg-opacity)) !important;
}
.bg-body-tertiary {
  --mf-bg-opacity: 1;
  background-color: rgba(var(--mf-tertiary-bg-rgb), var(--mf-bg-opacity)) !important;
}
.bg-opacity-10 {
  --mf-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --mf-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --mf-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --mf-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --mf-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--mf-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--mf-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--mf-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--mf-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--mf-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--mf-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--mf-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--mf-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--mf-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(--mf-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--mf-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--mf-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--mf-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--mf-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--mf-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--mf-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--mf-border-radius) !important;
  border-top-right-radius: var(--mf-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(--mf-border-radius-sm) !important;
  border-top-right-radius: var(--mf-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--mf-border-radius) !important;
  border-top-right-radius: var(--mf-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--mf-border-radius-lg) !important;
  border-top-right-radius: var(--mf-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--mf-border-radius-xl) !important;
  border-top-right-radius: var(--mf-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--mf-border-radius-xxl) !important;
  border-top-right-radius: var(--mf-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(--mf-border-radius-pill) !important;
  border-top-right-radius: var(--mf-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--mf-border-radius) !important;
  border-bottom-right-radius: var(--mf-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(--mf-border-radius-sm) !important;
  border-bottom-right-radius: var(--mf-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--mf-border-radius) !important;
  border-bottom-right-radius: var(--mf-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--mf-border-radius-lg) !important;
  border-bottom-right-radius: var(--mf-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--mf-border-radius-xl) !important;
  border-bottom-right-radius: var(--mf-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--mf-border-radius-xxl) !important;
  border-bottom-right-radius: var(--mf-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(--mf-border-radius-pill) !important;
  border-bottom-right-radius: var(--mf-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--mf-border-radius) !important;
  border-bottom-left-radius: var(--mf-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(--mf-border-radius-sm) !important;
  border-bottom-left-radius: var(--mf-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--mf-border-radius) !important;
  border-bottom-left-radius: var(--mf-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--mf-border-radius-lg) !important;
  border-bottom-left-radius: var(--mf-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--mf-border-radius-xl) !important;
  border-bottom-left-radius: var(--mf-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--mf-border-radius-xxl) !important;
  border-bottom-left-radius: var(--mf-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(--mf-border-radius-pill) !important;
  border-bottom-left-radius: var(--mf-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--mf-border-radius) !important;
  border-top-left-radius: var(--mf-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(--mf-border-radius-sm) !important;
  border-top-left-radius: var(--mf-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--mf-border-radius) !important;
  border-top-left-radius: var(--mf-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--mf-border-radius-lg) !important;
  border-top-left-radius: var(--mf-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--mf-border-radius-xl) !important;
  border-top-left-radius: var(--mf-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--mf-border-radius-xxl) !important;
  border-top-left-radius: var(--mf-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(--mf-border-radius-pill) !important;
  border-top-left-radius: var(--mf-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.mf-radius-none {
  border-radius: 0 !important;
}
.mf-radius-10 {
  border-radius: 0.625rem !important;
}
.mf-radius-16 {
  border-radius: 1rem !important;
}
.mf-radius-20 {
  border-radius: 1.25rem !important;
}
.mf-radius-28 {
  border-radius: 1.75rem !important;
}
.mf-radius-34 {
  border-radius: 2.125rem !important;
}
.mf-radius-40 {
  border-radius: 2.5rem !important;
}
.mf-my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mf-my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mf-my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.mf-my-6 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.mf-my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mf-my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.mf-my-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.mf-my-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mf-my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mf-my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mf-my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.mf-my-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mf-my-34 {
  margin-top: 2.125rem !important;
  margin-bottom: 2.125rem !important;
}
.mf-my-36 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.mf-my-38 {
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}
.mf-my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.mf-my-42 {
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}
.mf-my-44 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.mf-my-46 {
  margin-top: 2.875rem !important;
  margin-bottom: 2.875rem !important;
}
.mf-my-48 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mf-my-52 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.mf-my-54 {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}
.mf-my-56 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.mf-my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.mf-my-64 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mf-my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}
.mf-my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.mf-my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}
.mf-my-96 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.mf-my-112 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.mf-my-114 {
  margin-top: 7.125rem !important;
  margin-bottom: 7.125rem !important;
}
.mf-my-116 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}
.mf-my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}
.mf-my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mf-my-176 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.mf-my-230 {
  margin-top: 14.375rem !important;
  margin-bottom: 14.375rem !important;
}
.mf-my-300 {
  margin-top: 18.75rem !important;
  margin-bottom: 18.75rem !important;
}
.mf-my-100p {
  margin-top: 100% !important;
  margin-bottom: 100% !important;
}
.mf-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mf-mt-none {
  margin-top: 0 !important;
}
.mf-mt-4 {
  margin-top: 0.25rem !important;
}
.mf-mt-5 {
  margin-top: 0.3125rem !important;
}
.mf-mt-6 {
  margin-top: 0.375rem !important;
}
.mf-mt-8 {
  margin-top: 0.5rem !important;
}
.mf-mt-10 {
  margin-top: 0.625rem !important;
}
.mf-mt-12 {
  margin-top: 0.75rem !important;
}
.mf-mt-16 {
  margin-top: 1rem !important;
}
.mf-mt-20 {
  margin-top: 1.25rem !important;
}
.mf-mt-24 {
  margin-top: 1.5rem !important;
}
.mf-mt-30 {
  margin-top: 1.875rem !important;
}
.mf-mt-32 {
  margin-top: 2rem !important;
}
.mf-mt-34 {
  margin-top: 2.125rem !important;
}
.mf-mt-36 {
  margin-top: 2.25rem !important;
}
.mf-mt-38 {
  margin-top: 2.375rem !important;
}
.mf-mt-40 {
  margin-top: 2.5rem !important;
}
.mf-mt-42 {
  margin-top: 2.625rem !important;
}
.mf-mt-44 {
  margin-top: 2.75rem !important;
}
.mf-mt-46 {
  margin-top: 2.875rem !important;
}
.mf-mt-48 {
  margin-top: 3rem !important;
}
.mf-mt-52 {
  margin-top: 3.25rem !important;
}
.mf-mt-54 {
  margin-top: 3.375rem !important;
}
.mf-mt-56 {
  margin-top: 3.5rem !important;
}
.mf-mt-60 {
  margin-top: 3.75rem !important;
}
.mf-mt-64 {
  margin-top: 4rem !important;
}
.mf-mt-70 {
  margin-top: 4.375rem !important;
}
.mf-mt-80 {
  margin-top: 5rem !important;
}
.mf-mt-90 {
  margin-top: 5.625rem !important;
}
.mf-mt-96 {
  margin-top: 6rem !important;
}
.mf-mt-112 {
  margin-top: 7rem !important;
}
.mf-mt-114 {
  margin-top: 7.125rem !important;
}
.mf-mt-116 {
  margin-top: 7.25rem !important;
}
.mf-mt-140 {
  margin-top: 8.75rem !important;
}
.mf-mt-160 {
  margin-top: 10rem !important;
}
.mf-mt-176 {
  margin-top: 11rem !important;
}
.mf-mt-230 {
  margin-top: 14.375rem !important;
}
.mf-mt-300 {
  margin-top: 18.75rem !important;
}
.mf-mt-100p {
  margin-top: 100% !important;
}
.mf-mt-auto {
  margin-top: auto !important;
}
.mf-mb-none {
  margin-bottom: 0 !important;
}
.mf-mb-4 {
  margin-bottom: 0.25rem !important;
}
.mf-mb-5 {
  margin-bottom: 0.3125rem !important;
}
.mf-mb-6 {
  margin-bottom: 0.375rem !important;
}
.mf-mb-8 {
  margin-bottom: 0.5rem !important;
}
.mf-mb-10 {
  margin-bottom: 0.625rem !important;
}
.mf-mb-12 {
  margin-bottom: 0.75rem !important;
}
.mf-mb-16 {
  margin-bottom: 1rem !important;
}
.mf-mb-20 {
  margin-bottom: 1.25rem !important;
}
.mf-mb-24 {
  margin-bottom: 1.5rem !important;
}
.mf-mb-30 {
  margin-bottom: 1.875rem !important;
}
.mf-mb-32 {
  margin-bottom: 2rem !important;
}
.mf-mb-34 {
  margin-bottom: 2.125rem !important;
}
.mf-mb-36 {
  margin-bottom: 2.25rem !important;
}
.mf-mb-38 {
  margin-bottom: 2.375rem !important;
}
.mf-mb-40 {
  margin-bottom: 2.5rem !important;
}
.mf-mb-42 {
  margin-bottom: 2.625rem !important;
}
.mf-mb-44 {
  margin-bottom: 2.75rem !important;
}
.mf-mb-46 {
  margin-bottom: 2.875rem !important;
}
.mf-mb-48 {
  margin-bottom: 3rem !important;
}
.mf-mb-52 {
  margin-bottom: 3.25rem !important;
}
.mf-mb-54 {
  margin-bottom: 3.375rem !important;
}
.mf-mb-56 {
  margin-bottom: 3.5rem !important;
}
.mf-mb-60 {
  margin-bottom: 3.75rem !important;
}
.mf-mb-64 {
  margin-bottom: 4rem !important;
}
.mf-mb-70 {
  margin-bottom: 4.375rem !important;
}
.mf-mb-80 {
  margin-bottom: 5rem !important;
}
.mf-mb-90 {
  margin-bottom: 5.625rem !important;
}
.mf-mb-96 {
  margin-bottom: 6rem !important;
}
.mf-mb-112 {
  margin-bottom: 7rem !important;
}
.mf-mb-114 {
  margin-bottom: 7.125rem !important;
}
.mf-mb-116 {
  margin-bottom: 7.25rem !important;
}
.mf-mb-140 {
  margin-bottom: 8.75rem !important;
}
.mf-mb-160 {
  margin-bottom: 10rem !important;
}
.mf-mb-176 {
  margin-bottom: 11rem !important;
}
.mf-mb-230 {
  margin-bottom: 14.375rem !important;
}
.mf-mb-300 {
  margin-bottom: 18.75rem !important;
}
.mf-mb-100p {
  margin-bottom: 100% !important;
}
.mf-mb-auto {
  margin-bottom: auto !important;
}
.mf-ml-none {
  margin-left: 0 !important;
}
.mf-ml-4 {
  margin-left: 0.25rem !important;
}
.mf-ml-5 {
  margin-left: 0.3125rem !important;
}
.mf-ml-6 {
  margin-left: 0.375rem !important;
}
.mf-ml-8 {
  margin-left: 0.5rem !important;
}
.mf-ml-10 {
  margin-left: 0.625rem !important;
}
.mf-ml-12 {
  margin-left: 0.75rem !important;
}
.mf-ml-16 {
  margin-left: 1rem !important;
}
.mf-ml-20 {
  margin-left: 1.25rem !important;
}
.mf-ml-24 {
  margin-left: 1.5rem !important;
}
.mf-ml-30 {
  margin-left: 1.875rem !important;
}
.mf-ml-32 {
  margin-left: 2rem !important;
}
.mf-ml-34 {
  margin-left: 2.125rem !important;
}
.mf-ml-36 {
  margin-left: 2.25rem !important;
}
.mf-ml-38 {
  margin-left: 2.375rem !important;
}
.mf-ml-40 {
  margin-left: 2.5rem !important;
}
.mf-ml-42 {
  margin-left: 2.625rem !important;
}
.mf-ml-44 {
  margin-left: 2.75rem !important;
}
.mf-ml-46 {
  margin-left: 2.875rem !important;
}
.mf-ml-48 {
  margin-left: 3rem !important;
}
.mf-ml-52 {
  margin-left: 3.25rem !important;
}
.mf-ml-54 {
  margin-left: 3.375rem !important;
}
.mf-ml-56 {
  margin-left: 3.5rem !important;
}
.mf-ml-60 {
  margin-left: 3.75rem !important;
}
.mf-ml-64 {
  margin-left: 4rem !important;
}
.mf-ml-70 {
  margin-left: 4.375rem !important;
}
.mf-ml-80 {
  margin-left: 5rem !important;
}
.mf-ml-90 {
  margin-left: 5.625rem !important;
}
.mf-ml-96 {
  margin-left: 6rem !important;
}
.mf-ml-112 {
  margin-left: 7rem !important;
}
.mf-ml-114 {
  margin-left: 7.125rem !important;
}
.mf-ml-116 {
  margin-left: 7.25rem !important;
}
.mf-ml-140 {
  margin-left: 8.75rem !important;
}
.mf-ml-160 {
  margin-left: 10rem !important;
}
.mf-ml-176 {
  margin-left: 11rem !important;
}
.mf-ml-230 {
  margin-left: 14.375rem !important;
}
.mf-ml-300 {
  margin-left: 18.75rem !important;
}
.mf-ml-100p {
  margin-left: 100% !important;
}
.mf-ml-auto {
  margin-left: auto !important;
}
.mf-mr-none {
  margin-right: 0 !important;
}
.mf-mr-4 {
  margin-right: 0.25rem !important;
}
.mf-mr-5 {
  margin-right: 0.3125rem !important;
}
.mf-mr-6 {
  margin-right: 0.375rem !important;
}
.mf-mr-8 {
  margin-right: 0.5rem !important;
}
.mf-mr-10 {
  margin-right: 0.625rem !important;
}
.mf-mr-12 {
  margin-right: 0.75rem !important;
}
.mf-mr-16 {
  margin-right: 1rem !important;
}
.mf-mr-20 {
  margin-right: 1.25rem !important;
}
.mf-mr-24 {
  margin-right: 1.5rem !important;
}
.mf-mr-30 {
  margin-right: 1.875rem !important;
}
.mf-mr-32 {
  margin-right: 2rem !important;
}
.mf-mr-34 {
  margin-right: 2.125rem !important;
}
.mf-mr-36 {
  margin-right: 2.25rem !important;
}
.mf-mr-38 {
  margin-right: 2.375rem !important;
}
.mf-mr-40 {
  margin-right: 2.5rem !important;
}
.mf-mr-42 {
  margin-right: 2.625rem !important;
}
.mf-mr-44 {
  margin-right: 2.75rem !important;
}
.mf-mr-46 {
  margin-right: 2.875rem !important;
}
.mf-mr-48 {
  margin-right: 3rem !important;
}
.mf-mr-52 {
  margin-right: 3.25rem !important;
}
.mf-mr-54 {
  margin-right: 3.375rem !important;
}
.mf-mr-56 {
  margin-right: 3.5rem !important;
}
.mf-mr-60 {
  margin-right: 3.75rem !important;
}
.mf-mr-64 {
  margin-right: 4rem !important;
}
.mf-mr-70 {
  margin-right: 4.375rem !important;
}
.mf-mr-80 {
  margin-right: 5rem !important;
}
.mf-mr-90 {
  margin-right: 5.625rem !important;
}
.mf-mr-96 {
  margin-right: 6rem !important;
}
.mf-mr-112 {
  margin-right: 7rem !important;
}
.mf-mr-114 {
  margin-right: 7.125rem !important;
}
.mf-mr-116 {
  margin-right: 7.25rem !important;
}
.mf-mr-140 {
  margin-right: 8.75rem !important;
}
.mf-mr-160 {
  margin-right: 10rem !important;
}
.mf-mr-176 {
  margin-right: 11rem !important;
}
.mf-mr-230 {
  margin-right: 14.375rem !important;
}
.mf-mr-300 {
  margin-right: 18.75rem !important;
}
.mf-mr-100p {
  margin-right: 100% !important;
}
.mf-mr-auto {
  margin-right: auto !important;
}
.mf-mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mf-mx-4 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mf-mx-5 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}
.mf-mx-6 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mf-mx-8 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mf-mx-10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.mf-mx-12 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mf-mx-16 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mf-mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mf-mx-24 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mf-mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}
.mf-mx-32 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mf-mx-34 {
  margin-left: 2.125rem !important;
  margin-right: 2.125rem !important;
}
.mf-mx-36 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}
.mf-mx-38 {
  margin-left: 2.375rem !important;
  margin-right: 2.375rem !important;
}
.mf-mx-40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mf-mx-42 {
  margin-left: 2.625rem !important;
  margin-right: 2.625rem !important;
}
.mf-mx-44 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}
.mf-mx-46 {
  margin-left: 2.875rem !important;
  margin-right: 2.875rem !important;
}
.mf-mx-48 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mf-mx-52 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}
.mf-mx-54 {
  margin-left: 3.375rem !important;
  margin-right: 3.375rem !important;
}
.mf-mx-56 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mf-mx-60 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.mf-mx-64 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mf-mx-70 {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important;
}
.mf-mx-80 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mf-mx-90 {
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important;
}
.mf-mx-96 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mf-mx-112 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mf-mx-114 {
  margin-left: 7.125rem !important;
  margin-right: 7.125rem !important;
}
.mf-mx-116 {
  margin-left: 7.25rem !important;
  margin-right: 7.25rem !important;
}
.mf-mx-140 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}
.mf-mx-160 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mf-mx-176 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}
.mf-mx-230 {
  margin-left: 14.375rem !important;
  margin-right: 14.375rem !important;
}
.mf-mx-300 {
  margin-left: 18.75rem !important;
  margin-right: 18.75rem !important;
}
.mf-mx-100p {
  margin-left: 100% !important;
  margin-right: 100% !important;
}
.mf-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mf-p-none {
  padding: 0 !important;
}
.mf-p-4 {
  padding: 0.25rem !important;
}
.mf-p-5 {
  padding: 0.3125rem !important;
}
.mf-p-6 {
  padding: 0.375rem !important;
}
.mf-p-8 {
  padding: 0.5rem !important;
}
.mf-p-10 {
  padding: 0.625rem !important;
}
.mf-p-12 {
  padding: 0.75rem !important;
}
.mf-p-16 {
  padding: 1rem !important;
}
.mf-p-20 {
  padding: 1.25rem !important;
}
.mf-p-24 {
  padding: 1.5rem !important;
}
.mf-p-30 {
  padding: 1.875rem !important;
}
.mf-p-32 {
  padding: 2rem !important;
}
.mf-p-34 {
  padding: 2.125rem !important;
}
.mf-p-36 {
  padding: 2.25rem !important;
}
.mf-p-38 {
  padding: 2.375rem !important;
}
.mf-p-40 {
  padding: 2.5rem !important;
}
.mf-p-42 {
  padding: 2.625rem !important;
}
.mf-p-44 {
  padding: 2.75rem !important;
}
.mf-p-46 {
  padding: 2.875rem !important;
}
.mf-p-48 {
  padding: 3rem !important;
}
.mf-p-52 {
  padding: 3.25rem !important;
}
.mf-p-54 {
  padding: 3.375rem !important;
}
.mf-p-56 {
  padding: 3.5rem !important;
}
.mf-p-60 {
  padding: 3.75rem !important;
}
.mf-p-64 {
  padding: 4rem !important;
}
.mf-p-70 {
  padding: 4.375rem !important;
}
.mf-p-80 {
  padding: 5rem !important;
}
.mf-p-90 {
  padding: 5.625rem !important;
}
.mf-p-96 {
  padding: 6rem !important;
}
.mf-p-112 {
  padding: 7rem !important;
}
.mf-p-114 {
  padding: 7.125rem !important;
}
.mf-p-116 {
  padding: 7.25rem !important;
}
.mf-p-140 {
  padding: 8.75rem !important;
}
.mf-p-160 {
  padding: 10rem !important;
}
.mf-p-176 {
  padding: 11rem !important;
}
.mf-p-230 {
  padding: 14.375rem !important;
}
.mf-p-300 {
  padding: 18.75rem !important;
}
.mf-p-100p {
  padding: 100% !important;
}
.mf-p-auto {
  padding: auto !important;
}
.mf-py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mf-py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.mf-py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.mf-py-6 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.mf-py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.mf-py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.mf-py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.mf-py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.mf-py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.mf-py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.mf-py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.mf-py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.mf-py-34 {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}
.mf-py-36 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.mf-py-38 {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}
.mf-py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.mf-py-42 {
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}
.mf-py-44 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.mf-py-46 {
  padding-top: 2.875rem !important;
  padding-bottom: 2.875rem !important;
}
.mf-py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mf-py-52 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.mf-py-54 {
  padding-top: 3.375rem !important;
  padding-bottom: 3.375rem !important;
}
.mf-py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.mf-py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.mf-py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mf-py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}
.mf-py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.mf-py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}
.mf-py-96 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.mf-py-112 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.mf-py-114 {
  padding-top: 7.125rem !important;
  padding-bottom: 7.125rem !important;
}
.mf-py-116 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}
.mf-py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}
.mf-py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.mf-py-176 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.mf-py-230 {
  padding-top: 14.375rem !important;
  padding-bottom: 14.375rem !important;
}
.mf-py-300 {
  padding-top: 18.75rem !important;
  padding-bottom: 18.75rem !important;
}
.mf-py-100p {
  padding-top: 100% !important;
  padding-bottom: 100% !important;
}
.mf-py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.mf-px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mf-px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.mf-px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}
.mf-px-6 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.mf-px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.mf-px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.mf-px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.mf-px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.mf-px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.mf-px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.mf-px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.mf-px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.mf-px-34 {
  padding-left: 2.125rem !important;
  padding-right: 2.125rem !important;
}
.mf-px-36 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.mf-px-38 {
  padding-left: 2.375rem !important;
  padding-right: 2.375rem !important;
}
.mf-px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.mf-px-42 {
  padding-left: 2.625rem !important;
  padding-right: 2.625rem !important;
}
.mf-px-44 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.mf-px-46 {
  padding-left: 2.875rem !important;
  padding-right: 2.875rem !important;
}
.mf-px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.mf-px-52 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}
.mf-px-54 {
  padding-left: 3.375rem !important;
  padding-right: 3.375rem !important;
}
.mf-px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.mf-px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}
.mf-px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.mf-px-70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}
.mf-px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.mf-px-90 {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
}
.mf-px-96 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.mf-px-112 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.mf-px-114 {
  padding-left: 7.125rem !important;
  padding-right: 7.125rem !important;
}
.mf-px-116 {
  padding-left: 7.25rem !important;
  padding-right: 7.25rem !important;
}
.mf-px-140 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important;
}
.mf-px-160 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.mf-px-176 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.mf-px-230 {
  padding-left: 14.375rem !important;
  padding-right: 14.375rem !important;
}
.mf-px-300 {
  padding-left: 18.75rem !important;
  padding-right: 18.75rem !important;
}
.mf-px-100p {
  padding-left: 100% !important;
  padding-right: 100% !important;
}
.mf-px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.mf-pt-none {
  padding-top: 0 !important;
}
.mf-pt-4 {
  padding-top: 0.25rem !important;
}
.mf-pt-5 {
  padding-top: 0.3125rem !important;
}
.mf-pt-6 {
  padding-top: 0.375rem !important;
}
.mf-pt-8 {
  padding-top: 0.5rem !important;
}
.mf-pt-10 {
  padding-top: 0.625rem !important;
}
.mf-pt-12 {
  padding-top: 0.75rem !important;
}
.mf-pt-16 {
  padding-top: 1rem !important;
}
.mf-pt-20 {
  padding-top: 1.25rem !important;
}
.mf-pt-24 {
  padding-top: 1.5rem !important;
}
.mf-pt-30 {
  padding-top: 1.875rem !important;
}
.mf-pt-32 {
  padding-top: 2rem !important;
}
.mf-pt-34 {
  padding-top: 2.125rem !important;
}
.mf-pt-36 {
  padding-top: 2.25rem !important;
}
.mf-pt-38 {
  padding-top: 2.375rem !important;
}
.mf-pt-40 {
  padding-top: 2.5rem !important;
}
.mf-pt-42 {
  padding-top: 2.625rem !important;
}
.mf-pt-44 {
  padding-top: 2.75rem !important;
}
.mf-pt-46 {
  padding-top: 2.875rem !important;
}
.mf-pt-48 {
  padding-top: 3rem !important;
}
.mf-pt-52 {
  padding-top: 3.25rem !important;
}
.mf-pt-54 {
  padding-top: 3.375rem !important;
}
.mf-pt-56 {
  padding-top: 3.5rem !important;
}
.mf-pt-60 {
  padding-top: 3.75rem !important;
}
.mf-pt-64 {
  padding-top: 4rem !important;
}
.mf-pt-70 {
  padding-top: 4.375rem !important;
}
.mf-pt-80 {
  padding-top: 5rem !important;
}
.mf-pt-90 {
  padding-top: 5.625rem !important;
}
.mf-pt-96 {
  padding-top: 6rem !important;
}
.mf-pt-112 {
  padding-top: 7rem !important;
}
.mf-pt-114 {
  padding-top: 7.125rem !important;
}
.mf-pt-116 {
  padding-top: 7.25rem !important;
}
.mf-pt-140 {
  padding-top: 8.75rem !important;
}
.mf-pt-160 {
  padding-top: 10rem !important;
}
.mf-pt-176 {
  padding-top: 11rem !important;
}
.mf-pt-230 {
  padding-top: 14.375rem !important;
}
.mf-pt-300 {
  padding-top: 18.75rem !important;
}
.mf-pt-100p {
  padding-top: 100% !important;
}
.mf-pt-auto {
  padding-top: auto !important;
}
.mf-pb-none {
  padding-bottom: 0 !important;
}
.mf-pb-4 {
  padding-bottom: 0.25rem !important;
}
.mf-pb-5 {
  padding-bottom: 0.3125rem !important;
}
.mf-pb-6 {
  padding-bottom: 0.375rem !important;
}
.mf-pb-8 {
  padding-bottom: 0.5rem !important;
}
.mf-pb-10 {
  padding-bottom: 0.625rem !important;
}
.mf-pb-12 {
  padding-bottom: 0.75rem !important;
}
.mf-pb-16 {
  padding-bottom: 1rem !important;
}
.mf-pb-20 {
  padding-bottom: 1.25rem !important;
}
.mf-pb-24 {
  padding-bottom: 1.5rem !important;
}
.mf-pb-30 {
  padding-bottom: 1.875rem !important;
}
.mf-pb-32 {
  padding-bottom: 2rem !important;
}
.mf-pb-34 {
  padding-bottom: 2.125rem !important;
}
.mf-pb-36 {
  padding-bottom: 2.25rem !important;
}
.mf-pb-38 {
  padding-bottom: 2.375rem !important;
}
.mf-pb-40 {
  padding-bottom: 2.5rem !important;
}
.mf-pb-42 {
  padding-bottom: 2.625rem !important;
}
.mf-pb-44 {
  padding-bottom: 2.75rem !important;
}
.mf-pb-46 {
  padding-bottom: 2.875rem !important;
}
.mf-pb-48 {
  padding-bottom: 3rem !important;
}
.mf-pb-52 {
  padding-bottom: 3.25rem !important;
}
.mf-pb-54 {
  padding-bottom: 3.375rem !important;
}
.mf-pb-56 {
  padding-bottom: 3.5rem !important;
}
.mf-pb-60 {
  padding-bottom: 3.75rem !important;
}
.mf-pb-64 {
  padding-bottom: 4rem !important;
}
.mf-pb-70 {
  padding-bottom: 4.375rem !important;
}
.mf-pb-80 {
  padding-bottom: 5rem !important;
}
.mf-pb-90 {
  padding-bottom: 5.625rem !important;
}
.mf-pb-96 {
  padding-bottom: 6rem !important;
}
.mf-pb-112 {
  padding-bottom: 7rem !important;
}
.mf-pb-114 {
  padding-bottom: 7.125rem !important;
}
.mf-pb-116 {
  padding-bottom: 7.25rem !important;
}
.mf-pb-140 {
  padding-bottom: 8.75rem !important;
}
.mf-pb-160 {
  padding-bottom: 10rem !important;
}
.mf-pb-176 {
  padding-bottom: 11rem !important;
}
.mf-pb-230 {
  padding-bottom: 14.375rem !important;
}
.mf-pb-300 {
  padding-bottom: 18.75rem !important;
}
.mf-pb-100p {
  padding-bottom: 100% !important;
}
.mf-pb-auto {
  padding-bottom: auto !important;
}
.mf-pl-none {
  padding-left: 0 !important;
}
.mf-pl-4 {
  padding-left: 0.25rem !important;
}
.mf-pl-5 {
  padding-left: 0.3125rem !important;
}
.mf-pl-6 {
  padding-left: 0.375rem !important;
}
.mf-pl-8 {
  padding-left: 0.5rem !important;
}
.mf-pl-10 {
  padding-left: 0.625rem !important;
}
.mf-pl-12 {
  padding-left: 0.75rem !important;
}
.mf-pl-16 {
  padding-left: 1rem !important;
}
.mf-pl-20 {
  padding-left: 1.25rem !important;
}
.mf-pl-24 {
  padding-left: 1.5rem !important;
}
.mf-pl-30 {
  padding-left: 1.875rem !important;
}
.mf-pl-32 {
  padding-left: 2rem !important;
}
.mf-pl-34 {
  padding-left: 2.125rem !important;
}
.mf-pl-36 {
  padding-left: 2.25rem !important;
}
.mf-pl-38 {
  padding-left: 2.375rem !important;
}
.mf-pl-40 {
  padding-left: 2.5rem !important;
}
.mf-pl-42 {
  padding-left: 2.625rem !important;
}
.mf-pl-44 {
  padding-left: 2.75rem !important;
}
.mf-pl-46 {
  padding-left: 2.875rem !important;
}
.mf-pl-48 {
  padding-left: 3rem !important;
}
.mf-pl-52 {
  padding-left: 3.25rem !important;
}
.mf-pl-54 {
  padding-left: 3.375rem !important;
}
.mf-pl-56 {
  padding-left: 3.5rem !important;
}
.mf-pl-60 {
  padding-left: 3.75rem !important;
}
.mf-pl-64 {
  padding-left: 4rem !important;
}
.mf-pl-70 {
  padding-left: 4.375rem !important;
}
.mf-pl-80 {
  padding-left: 5rem !important;
}
.mf-pl-90 {
  padding-left: 5.625rem !important;
}
.mf-pl-96 {
  padding-left: 6rem !important;
}
.mf-pl-112 {
  padding-left: 7rem !important;
}
.mf-pl-114 {
  padding-left: 7.125rem !important;
}
.mf-pl-116 {
  padding-left: 7.25rem !important;
}
.mf-pl-140 {
  padding-left: 8.75rem !important;
}
.mf-pl-160 {
  padding-left: 10rem !important;
}
.mf-pl-176 {
  padding-left: 11rem !important;
}
.mf-pl-230 {
  padding-left: 14.375rem !important;
}
.mf-pl-300 {
  padding-left: 18.75rem !important;
}
.mf-pl-100p {
  padding-left: 100% !important;
}
.mf-pl-auto {
  padding-left: auto !important;
}
.mf-pr-none {
  padding-right: 0 !important;
}
.mf-pr-4 {
  padding-right: 0.25rem !important;
}
.mf-pr-5 {
  padding-right: 0.3125rem !important;
}
.mf-pr-6 {
  padding-right: 0.375rem !important;
}
.mf-pr-8 {
  padding-right: 0.5rem !important;
}
.mf-pr-10 {
  padding-right: 0.625rem !important;
}
.mf-pr-12 {
  padding-right: 0.75rem !important;
}
.mf-pr-16 {
  padding-right: 1rem !important;
}
.mf-pr-20 {
  padding-right: 1.25rem !important;
}
.mf-pr-24 {
  padding-right: 1.5rem !important;
}
.mf-pr-30 {
  padding-right: 1.875rem !important;
}
.mf-pr-32 {
  padding-right: 2rem !important;
}
.mf-pr-34 {
  padding-right: 2.125rem !important;
}
.mf-pr-36 {
  padding-right: 2.25rem !important;
}
.mf-pr-38 {
  padding-right: 2.375rem !important;
}
.mf-pr-40 {
  padding-right: 2.5rem !important;
}
.mf-pr-42 {
  padding-right: 2.625rem !important;
}
.mf-pr-44 {
  padding-right: 2.75rem !important;
}
.mf-pr-46 {
  padding-right: 2.875rem !important;
}
.mf-pr-48 {
  padding-right: 3rem !important;
}
.mf-pr-52 {
  padding-right: 3.25rem !important;
}
.mf-pr-54 {
  padding-right: 3.375rem !important;
}
.mf-pr-56 {
  padding-right: 3.5rem !important;
}
.mf-pr-60 {
  padding-right: 3.75rem !important;
}
.mf-pr-64 {
  padding-right: 4rem !important;
}
.mf-pr-70 {
  padding-right: 4.375rem !important;
}
.mf-pr-80 {
  padding-right: 5rem !important;
}
.mf-pr-90 {
  padding-right: 5.625rem !important;
}
.mf-pr-96 {
  padding-right: 6rem !important;
}
.mf-pr-112 {
  padding-right: 7rem !important;
}
.mf-pr-114 {
  padding-right: 7.125rem !important;
}
.mf-pr-116 {
  padding-right: 7.25rem !important;
}
.mf-pr-140 {
  padding-right: 8.75rem !important;
}
.mf-pr-160 {
  padding-right: 10rem !important;
}
.mf-pr-176 {
  padding-right: 11rem !important;
}
.mf-pr-230 {
  padding-right: 14.375rem !important;
}
.mf-pr-300 {
  padding-right: 18.75rem !important;
}
.mf-pr-100p {
  padding-right: 100% !important;
}
.mf-pr-auto {
  padding-right: auto !important;
}
.mf-gap-none {
  gap: 0 !important;
}
.mf-gap-4 {
  gap: 0.25rem !important;
}
.mf-gap-5 {
  gap: 0.3125rem !important;
}
.mf-gap-6 {
  gap: 0.375rem !important;
}
.mf-gap-8 {
  gap: 0.5rem !important;
}
.mf-gap-10 {
  gap: 0.625rem !important;
}
.mf-gap-12 {
  gap: 0.75rem !important;
}
.mf-gap-16 {
  gap: 1rem !important;
}
.mf-gap-20 {
  gap: 1.25rem !important;
}
.mf-gap-24 {
  gap: 1.5rem !important;
}
.mf-gap-30 {
  gap: 1.875rem !important;
}
.mf-gap-32 {
  gap: 2rem !important;
}
.mf-gap-34 {
  gap: 2.125rem !important;
}
.mf-gap-36 {
  gap: 2.25rem !important;
}
.mf-gap-38 {
  gap: 2.375rem !important;
}
.mf-gap-40 {
  gap: 2.5rem !important;
}
.mf-gap-42 {
  gap: 2.625rem !important;
}
.mf-gap-44 {
  gap: 2.75rem !important;
}
.mf-gap-46 {
  gap: 2.875rem !important;
}
.mf-gap-48 {
  gap: 3rem !important;
}
.mf-gap-52 {
  gap: 3.25rem !important;
}
.mf-gap-54 {
  gap: 3.375rem !important;
}
.mf-gap-56 {
  gap: 3.5rem !important;
}
.mf-gap-60 {
  gap: 3.75rem !important;
}
.mf-gap-64 {
  gap: 4rem !important;
}
.mf-gap-70 {
  gap: 4.375rem !important;
}
.mf-gap-80 {
  gap: 5rem !important;
}
.mf-gap-90 {
  gap: 5.625rem !important;
}
.mf-gap-96 {
  gap: 6rem !important;
}
.mf-gap-112 {
  gap: 7rem !important;
}
.mf-gap-114 {
  gap: 7.125rem !important;
}
.mf-gap-116 {
  gap: 7.25rem !important;
}
.mf-gap-140 {
  gap: 8.75rem !important;
}
.mf-gap-160 {
  gap: 10rem !important;
}
.mf-gap-176 {
  gap: 11rem !important;
}
.mf-gap-230 {
  gap: 14.375rem !important;
}
.mf-gap-300 {
  gap: 18.75rem !important;
}
.mf-gap-100p {
  gap: 100% !important;
}
.mf-gap-auto {
  gap: auto !important;
}
.mf-row-gap-none {
  row-gap: 0 !important;
}
.mf-row-gap-4 {
  row-gap: 0.25rem !important;
}
.mf-row-gap-5 {
  row-gap: 0.3125rem !important;
}
.mf-row-gap-6 {
  row-gap: 0.375rem !important;
}
.mf-row-gap-8 {
  row-gap: 0.5rem !important;
}
.mf-row-gap-10 {
  row-gap: 0.625rem !important;
}
.mf-row-gap-12 {
  row-gap: 0.75rem !important;
}
.mf-row-gap-16 {
  row-gap: 1rem !important;
}
.mf-row-gap-20 {
  row-gap: 1.25rem !important;
}
.mf-row-gap-24 {
  row-gap: 1.5rem !important;
}
.mf-row-gap-30 {
  row-gap: 1.875rem !important;
}
.mf-row-gap-32 {
  row-gap: 2rem !important;
}
.mf-row-gap-34 {
  row-gap: 2.125rem !important;
}
.mf-row-gap-36 {
  row-gap: 2.25rem !important;
}
.mf-row-gap-38 {
  row-gap: 2.375rem !important;
}
.mf-row-gap-40 {
  row-gap: 2.5rem !important;
}
.mf-row-gap-42 {
  row-gap: 2.625rem !important;
}
.mf-row-gap-44 {
  row-gap: 2.75rem !important;
}
.mf-row-gap-46 {
  row-gap: 2.875rem !important;
}
.mf-row-gap-48 {
  row-gap: 3rem !important;
}
.mf-row-gap-52 {
  row-gap: 3.25rem !important;
}
.mf-row-gap-54 {
  row-gap: 3.375rem !important;
}
.mf-row-gap-56 {
  row-gap: 3.5rem !important;
}
.mf-row-gap-60 {
  row-gap: 3.75rem !important;
}
.mf-row-gap-64 {
  row-gap: 4rem !important;
}
.mf-row-gap-70 {
  row-gap: 4.375rem !important;
}
.mf-row-gap-80 {
  row-gap: 5rem !important;
}
.mf-row-gap-90 {
  row-gap: 5.625rem !important;
}
.mf-row-gap-96 {
  row-gap: 6rem !important;
}
.mf-row-gap-112 {
  row-gap: 7rem !important;
}
.mf-row-gap-114 {
  row-gap: 7.125rem !important;
}
.mf-row-gap-116 {
  row-gap: 7.25rem !important;
}
.mf-row-gap-140 {
  row-gap: 8.75rem !important;
}
.mf-row-gap-160 {
  row-gap: 10rem !important;
}
.mf-row-gap-176 {
  row-gap: 11rem !important;
}
.mf-row-gap-230 {
  row-gap: 14.375rem !important;
}
.mf-row-gap-300 {
  row-gap: 18.75rem !important;
}
.mf-row-gap-100p {
  row-gap: 100% !important;
}
.mf-column-gap-none {
  column-gap: 0 !important;
}
.mf-column-gap-4 {
  column-gap: 0.25rem !important;
}
.mf-column-gap-5 {
  column-gap: 0.3125rem !important;
}
.mf-column-gap-6 {
  column-gap: 0.375rem !important;
}
.mf-column-gap-8 {
  column-gap: 0.5rem !important;
}
.mf-column-gap-10 {
  column-gap: 0.625rem !important;
}
.mf-column-gap-12 {
  column-gap: 0.75rem !important;
}
.mf-column-gap-16 {
  column-gap: 1rem !important;
}
.mf-column-gap-20 {
  column-gap: 1.25rem !important;
}
.mf-column-gap-24 {
  column-gap: 1.5rem !important;
}
.mf-column-gap-30 {
  column-gap: 1.875rem !important;
}
.mf-column-gap-32 {
  column-gap: 2rem !important;
}
.mf-column-gap-34 {
  column-gap: 2.125rem !important;
}
.mf-column-gap-36 {
  column-gap: 2.25rem !important;
}
.mf-column-gap-38 {
  column-gap: 2.375rem !important;
}
.mf-column-gap-40 {
  column-gap: 2.5rem !important;
}
.mf-column-gap-42 {
  column-gap: 2.625rem !important;
}
.mf-column-gap-44 {
  column-gap: 2.75rem !important;
}
.mf-column-gap-46 {
  column-gap: 2.875rem !important;
}
.mf-column-gap-48 {
  column-gap: 3rem !important;
}
.mf-column-gap-52 {
  column-gap: 3.25rem !important;
}
.mf-column-gap-54 {
  column-gap: 3.375rem !important;
}
.mf-column-gap-56 {
  column-gap: 3.5rem !important;
}
.mf-column-gap-60 {
  column-gap: 3.75rem !important;
}
.mf-column-gap-64 {
  column-gap: 4rem !important;
}
.mf-column-gap-70 {
  column-gap: 4.375rem !important;
}
.mf-column-gap-80 {
  column-gap: 5rem !important;
}
.mf-column-gap-90 {
  column-gap: 5.625rem !important;
}
.mf-column-gap-96 {
  column-gap: 6rem !important;
}
.mf-column-gap-112 {
  column-gap: 7rem !important;
}
.mf-column-gap-114 {
  column-gap: 7.125rem !important;
}
.mf-column-gap-116 {
  column-gap: 7.25rem !important;
}
.mf-column-gap-140 {
  column-gap: 8.75rem !important;
}
.mf-column-gap-160 {
  column-gap: 10rem !important;
}
.mf-column-gap-176 {
  column-gap: 11rem !important;
}
.mf-column-gap-230 {
  column-gap: 14.375rem !important;
}
.mf-column-gap-300 {
  column-gap: 18.75rem !important;
}
.mf-column-gap-100p {
  column-gap: 100% !important;
}
.mf-height-none {
  height: 0 !important;
}
.mf-height-4 {
  height: 0.25rem !important;
}
.mf-height-5 {
  height: 0.3125rem !important;
}
.mf-height-6 {
  height: 0.375rem !important;
}
.mf-height-8 {
  height: 0.5rem !important;
}
.mf-height-10 {
  height: 0.625rem !important;
}
.mf-height-12 {
  height: 0.75rem !important;
}
.mf-height-16 {
  height: 1rem !important;
}
.mf-height-20 {
  height: 1.25rem !important;
}
.mf-height-24 {
  height: 1.5rem !important;
}
.mf-height-30 {
  height: 1.875rem !important;
}
.mf-height-32 {
  height: 2rem !important;
}
.mf-height-34 {
  height: 2.125rem !important;
}
.mf-height-36 {
  height: 2.25rem !important;
}
.mf-height-38 {
  height: 2.375rem !important;
}
.mf-height-40 {
  height: 2.5rem !important;
}
.mf-height-42 {
  height: 2.625rem !important;
}
.mf-height-44 {
  height: 2.75rem !important;
}
.mf-height-46 {
  height: 2.875rem !important;
}
.mf-height-48 {
  height: 3rem !important;
}
.mf-height-52 {
  height: 3.25rem !important;
}
.mf-height-54 {
  height: 3.375rem !important;
}
.mf-height-56 {
  height: 3.5rem !important;
}
.mf-height-60 {
  height: 3.75rem !important;
}
.mf-height-64 {
  height: 4rem !important;
}
.mf-height-70 {
  height: 4.375rem !important;
}
.mf-height-80 {
  height: 5rem !important;
}
.mf-height-90 {
  height: 5.625rem !important;
}
.mf-height-96 {
  height: 6rem !important;
}
.mf-height-112 {
  height: 7rem !important;
}
.mf-height-114 {
  height: 7.125rem !important;
}
.mf-height-116 {
  height: 7.25rem !important;
}
.mf-height-140 {
  height: 8.75rem !important;
}
.mf-height-160 {
  height: 10rem !important;
}
.mf-height-176 {
  height: 11rem !important;
}
.mf-height-230 {
  height: 14.375rem !important;
}
.mf-height-300 {
  height: 18.75rem !important;
}
.mf-height-100p {
  height: 100% !important;
}
.mf-width-none {
  width: 0 !important;
}
.mf-width-4 {
  width: 0.25rem !important;
}
.mf-width-5 {
  width: 0.3125rem !important;
}
.mf-width-6 {
  width: 0.375rem !important;
}
.mf-width-8 {
  width: 0.5rem !important;
}
.mf-width-10 {
  width: 0.625rem !important;
}
.mf-width-12 {
  width: 0.75rem !important;
}
.mf-width-16 {
  width: 1rem !important;
}
.mf-width-20 {
  width: 1.25rem !important;
}
.mf-width-24 {
  width: 1.5rem !important;
}
.mf-width-30 {
  width: 1.875rem !important;
}
.mf-width-32 {
  width: 2rem !important;
}
.mf-width-34 {
  width: 2.125rem !important;
}
.mf-width-36 {
  width: 2.25rem !important;
}
.mf-width-38 {
  width: 2.375rem !important;
}
.mf-width-40 {
  width: 2.5rem !important;
}
.mf-width-42 {
  width: 2.625rem !important;
}
.mf-width-44 {
  width: 2.75rem !important;
}
.mf-width-46 {
  width: 2.875rem !important;
}
.mf-width-48 {
  width: 3rem !important;
}
.mf-width-52 {
  width: 3.25rem !important;
}
.mf-width-54 {
  width: 3.375rem !important;
}
.mf-width-56 {
  width: 3.5rem !important;
}
.mf-width-60 {
  width: 3.75rem !important;
}
.mf-width-64 {
  width: 4rem !important;
}
.mf-width-70 {
  width: 4.375rem !important;
}
.mf-width-80 {
  width: 5rem !important;
}
.mf-width-90 {
  width: 5.625rem !important;
}
.mf-width-96 {
  width: 6rem !important;
}
.mf-width-112 {
  width: 7rem !important;
}
.mf-width-114 {
  width: 7.125rem !important;
}
.mf-width-116 {
  width: 7.25rem !important;
}
.mf-width-140 {
  width: 8.75rem !important;
}
.mf-width-160 {
  width: 10rem !important;
}
.mf-width-176 {
  width: 11rem !important;
}
.mf-width-230 {
  width: 14.375rem !important;
}
.mf-width-300 {
  width: 18.75rem !important;
}
.mf-width-100p {
  width: 100% !important;
}
.mf-max-width-33 {
  max-width: 33% !important;
}
.mf-lh-none {
  line-height: 0 !important;
}
.mf-lh-4 {
  line-height: 0.25rem !important;
}
.mf-lh-5 {
  line-height: 0.3125rem !important;
}
.mf-lh-6 {
  line-height: 0.375rem !important;
}
.mf-lh-8 {
  line-height: 0.5rem !important;
}
.mf-lh-10 {
  line-height: 0.625rem !important;
}
.mf-lh-12 {
  line-height: 0.75rem !important;
}
.mf-lh-16 {
  line-height: 1rem !important;
}
.mf-lh-20 {
  line-height: 1.25rem !important;
}
.mf-lh-24 {
  line-height: 1.5rem !important;
}
.mf-lh-30 {
  line-height: 1.875rem !important;
}
.mf-lh-32 {
  line-height: 2rem !important;
}
.mf-lh-34 {
  line-height: 2.125rem !important;
}
.mf-lh-36 {
  line-height: 2.25rem !important;
}
.mf-lh-38 {
  line-height: 2.375rem !important;
}
.mf-lh-40 {
  line-height: 2.5rem !important;
}
.mf-lh-42 {
  line-height: 2.625rem !important;
}
.mf-lh-44 {
  line-height: 2.75rem !important;
}
.mf-lh-46 {
  line-height: 2.875rem !important;
}
.mf-lh-48 {
  line-height: 3rem !important;
}
.mf-lh-52 {
  line-height: 3.25rem !important;
}
.mf-lh-54 {
  line-height: 3.375rem !important;
}
.mf-lh-56 {
  line-height: 3.5rem !important;
}
.mf-lh-60 {
  line-height: 3.75rem !important;
}
.mf-lh-64 {
  line-height: 4rem !important;
}
.mf-lh-70 {
  line-height: 4.375rem !important;
}
.mf-lh-80 {
  line-height: 5rem !important;
}
.mf-lh-90 {
  line-height: 5.625rem !important;
}
.mf-lh-96 {
  line-height: 6rem !important;
}
.mf-lh-112 {
  line-height: 7rem !important;
}
.mf-lh-114 {
  line-height: 7.125rem !important;
}
.mf-lh-116 {
  line-height: 7.25rem !important;
}
.mf-lh-140 {
  line-height: 8.75rem !important;
}
.mf-lh-160 {
  line-height: 10rem !important;
}
.mf-lh-176 {
  line-height: 11rem !important;
}
.mf-lh-230 {
  line-height: 14.375rem !important;
}
.mf-lh-300 {
  line-height: 18.75rem !important;
}
.mf-lh-100p {
  line-height: 100% !important;
}
.mf-color-white {
  color: #ffffff !important;
}
.mf-color-blue {
  color: #1389AD !important;
}
.mf-color-gray {
  color: #8E9396 !important;
}
.mf-color-base-text {
  color: #212A34 !important;
}
.mf-color-dark-blue {
  color: #033646 !important;
}
.mf-color-gray-2 {
  color: #8A9BA6 !important;
}
.mf-color-yellow {
  color: #FFBE3F !important;
}
.mf-bg-color-dark {
  background-color: #033646 !important;
}
.mf-bg-color-blue-light {
  background-color: #EEF4F5 !important;
}
.mf-bg-color-blue {
  background-color: #1389AD !important;
}
.mf-bg-color-white {
  background-color: #ffffff !important;
}
.mf-bg-color-dark-blue {
  background-color: #033646 !important;
}
.mf-bg-color-yellow {
  background-color: #FFBE3F !important;
}
.mf-border-color-dark {
  border-color: #033646 !important;
}
.mf-border-color-blue-light {
  border-color: #EEF4F5 !important;
}
.mf-border-color-blue {
  border-color: #1389AD !important;
}
.mf-border-color-white {
  border-color: #ffffff !important;
}
.mf-border-color-dark-blue {
  border-color: #033646 !important;
}
.mf-border-color-yellow {
  border-color: #FFBE3F !important;
}
.mf-bg-image-gray-1 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
}
.mf-bg-image-radial-blue {
  background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
}
.mf-opacity-0 {
  opacity: 0 !important;
}
.mf-opacity-100 {
  opacity: 100 !important;
}
.mf-border-solid {
  border-style: solid !important;
}
.mf-border-dashed {
  border-style: dashed !important;
}
.mf-border-dotted {
  border-style: dotted !important;
}
.mf-fw-100 {
  font-weight: 100 !important;
}
.mf-fw-200 {
  font-weight: 200 !important;
}
.mf-fw-300 {
  font-weight: 300 !important;
}
.mf-fw-400 {
  font-weight: 400 !important;
}
.mf-fw-500 {
  font-weight: 500 !important;
}
.mf-fw-600 {
  font-weight: 600 !important;
}
.mf-fw-700 {
  font-weight: 700 !important;
}
.mf-fw-800 {
  font-weight: 800 !important;
}
.mf-fw-900 {
  font-weight: 900 !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;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .mf-radius-sm-none {
    border-radius: 0 !important;
  }
  .mf-radius-sm-10 {
    border-radius: 0.625rem !important;
  }
  .mf-radius-sm-16 {
    border-radius: 1rem !important;
  }
  .mf-radius-sm-20 {
    border-radius: 1.25rem !important;
  }
  .mf-radius-sm-28 {
    border-radius: 1.75rem !important;
  }
  .mf-radius-sm-34 {
    border-radius: 2.125rem !important;
  }
  .mf-radius-sm-40 {
    border-radius: 2.5rem !important;
  }
  .mf-my-sm-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mf-my-sm-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mf-my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mf-my-sm-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .mf-my-sm-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mf-my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mf-my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mf-my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mf-my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mf-my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mf-my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mf-my-sm-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mf-my-sm-34 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .mf-my-sm-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mf-my-sm-38 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .mf-my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mf-my-sm-42 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .mf-my-sm-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mf-my-sm-46 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .mf-my-sm-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mf-my-sm-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mf-my-sm-54 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .mf-my-sm-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mf-my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mf-my-sm-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mf-my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .mf-my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mf-my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .mf-my-sm-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mf-my-sm-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mf-my-sm-114 {
    margin-top: 7.125rem !important;
    margin-bottom: 7.125rem !important;
  }
  .mf-my-sm-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mf-my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mf-my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mf-my-sm-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mf-my-sm-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .mf-my-sm-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .mf-my-sm-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .mf-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mf-mt-sm-none {
    margin-top: 0 !important;
  }
  .mf-mt-sm-4 {
    margin-top: 0.25rem !important;
  }
  .mf-mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mf-mt-sm-6 {
    margin-top: 0.375rem !important;
  }
  .mf-mt-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mf-mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mf-mt-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mf-mt-sm-16 {
    margin-top: 1rem !important;
  }
  .mf-mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mf-mt-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mf-mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mf-mt-sm-32 {
    margin-top: 2rem !important;
  }
  .mf-mt-sm-34 {
    margin-top: 2.125rem !important;
  }
  .mf-mt-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mf-mt-sm-38 {
    margin-top: 2.375rem !important;
  }
  .mf-mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mf-mt-sm-42 {
    margin-top: 2.625rem !important;
  }
  .mf-mt-sm-44 {
    margin-top: 2.75rem !important;
  }
  .mf-mt-sm-46 {
    margin-top: 2.875rem !important;
  }
  .mf-mt-sm-48 {
    margin-top: 3rem !important;
  }
  .mf-mt-sm-52 {
    margin-top: 3.25rem !important;
  }
  .mf-mt-sm-54 {
    margin-top: 3.375rem !important;
  }
  .mf-mt-sm-56 {
    margin-top: 3.5rem !important;
  }
  .mf-mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mf-mt-sm-64 {
    margin-top: 4rem !important;
  }
  .mf-mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mf-mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mf-mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mf-mt-sm-96 {
    margin-top: 6rem !important;
  }
  .mf-mt-sm-112 {
    margin-top: 7rem !important;
  }
  .mf-mt-sm-114 {
    margin-top: 7.125rem !important;
  }
  .mf-mt-sm-116 {
    margin-top: 7.25rem !important;
  }
  .mf-mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mf-mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mf-mt-sm-176 {
    margin-top: 11rem !important;
  }
  .mf-mt-sm-230 {
    margin-top: 14.375rem !important;
  }
  .mf-mt-sm-300 {
    margin-top: 18.75rem !important;
  }
  .mf-mt-sm-100p {
    margin-top: 100% !important;
  }
  .mf-mt-sm-auto {
    margin-top: auto !important;
  }
  .mf-mb-sm-none {
    margin-bottom: 0 !important;
  }
  .mf-mb-sm-4 {
    margin-bottom: 0.25rem !important;
  }
  .mf-mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mf-mb-sm-6 {
    margin-bottom: 0.375rem !important;
  }
  .mf-mb-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .mf-mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mf-mb-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .mf-mb-sm-16 {
    margin-bottom: 1rem !important;
  }
  .mf-mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mf-mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .mf-mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mf-mb-sm-32 {
    margin-bottom: 2rem !important;
  }
  .mf-mb-sm-34 {
    margin-bottom: 2.125rem !important;
  }
  .mf-mb-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .mf-mb-sm-38 {
    margin-bottom: 2.375rem !important;
  }
  .mf-mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mf-mb-sm-42 {
    margin-bottom: 2.625rem !important;
  }
  .mf-mb-sm-44 {
    margin-bottom: 2.75rem !important;
  }
  .mf-mb-sm-46 {
    margin-bottom: 2.875rem !important;
  }
  .mf-mb-sm-48 {
    margin-bottom: 3rem !important;
  }
  .mf-mb-sm-52 {
    margin-bottom: 3.25rem !important;
  }
  .mf-mb-sm-54 {
    margin-bottom: 3.375rem !important;
  }
  .mf-mb-sm-56 {
    margin-bottom: 3.5rem !important;
  }
  .mf-mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mf-mb-sm-64 {
    margin-bottom: 4rem !important;
  }
  .mf-mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mf-mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mf-mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mf-mb-sm-96 {
    margin-bottom: 6rem !important;
  }
  .mf-mb-sm-112 {
    margin-bottom: 7rem !important;
  }
  .mf-mb-sm-114 {
    margin-bottom: 7.125rem !important;
  }
  .mf-mb-sm-116 {
    margin-bottom: 7.25rem !important;
  }
  .mf-mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mf-mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mf-mb-sm-176 {
    margin-bottom: 11rem !important;
  }
  .mf-mb-sm-230 {
    margin-bottom: 14.375rem !important;
  }
  .mf-mb-sm-300 {
    margin-bottom: 18.75rem !important;
  }
  .mf-mb-sm-100p {
    margin-bottom: 100% !important;
  }
  .mf-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mf-ml-sm-none {
    margin-left: 0 !important;
  }
  .mf-ml-sm-4 {
    margin-left: 0.25rem !important;
  }
  .mf-ml-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .mf-ml-sm-6 {
    margin-left: 0.375rem !important;
  }
  .mf-ml-sm-8 {
    margin-left: 0.5rem !important;
  }
  .mf-ml-sm-10 {
    margin-left: 0.625rem !important;
  }
  .mf-ml-sm-12 {
    margin-left: 0.75rem !important;
  }
  .mf-ml-sm-16 {
    margin-left: 1rem !important;
  }
  .mf-ml-sm-20 {
    margin-left: 1.25rem !important;
  }
  .mf-ml-sm-24 {
    margin-left: 1.5rem !important;
  }
  .mf-ml-sm-30 {
    margin-left: 1.875rem !important;
  }
  .mf-ml-sm-32 {
    margin-left: 2rem !important;
  }
  .mf-ml-sm-34 {
    margin-left: 2.125rem !important;
  }
  .mf-ml-sm-36 {
    margin-left: 2.25rem !important;
  }
  .mf-ml-sm-38 {
    margin-left: 2.375rem !important;
  }
  .mf-ml-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mf-ml-sm-42 {
    margin-left: 2.625rem !important;
  }
  .mf-ml-sm-44 {
    margin-left: 2.75rem !important;
  }
  .mf-ml-sm-46 {
    margin-left: 2.875rem !important;
  }
  .mf-ml-sm-48 {
    margin-left: 3rem !important;
  }
  .mf-ml-sm-52 {
    margin-left: 3.25rem !important;
  }
  .mf-ml-sm-54 {
    margin-left: 3.375rem !important;
  }
  .mf-ml-sm-56 {
    margin-left: 3.5rem !important;
  }
  .mf-ml-sm-60 {
    margin-left: 3.75rem !important;
  }
  .mf-ml-sm-64 {
    margin-left: 4rem !important;
  }
  .mf-ml-sm-70 {
    margin-left: 4.375rem !important;
  }
  .mf-ml-sm-80 {
    margin-left: 5rem !important;
  }
  .mf-ml-sm-90 {
    margin-left: 5.625rem !important;
  }
  .mf-ml-sm-96 {
    margin-left: 6rem !important;
  }
  .mf-ml-sm-112 {
    margin-left: 7rem !important;
  }
  .mf-ml-sm-114 {
    margin-left: 7.125rem !important;
  }
  .mf-ml-sm-116 {
    margin-left: 7.25rem !important;
  }
  .mf-ml-sm-140 {
    margin-left: 8.75rem !important;
  }
  .mf-ml-sm-160 {
    margin-left: 10rem !important;
  }
  .mf-ml-sm-176 {
    margin-left: 11rem !important;
  }
  .mf-ml-sm-230 {
    margin-left: 14.375rem !important;
  }
  .mf-ml-sm-300 {
    margin-left: 18.75rem !important;
  }
  .mf-ml-sm-100p {
    margin-left: 100% !important;
  }
  .mf-ml-sm-auto {
    margin-left: auto !important;
  }
  .mf-mr-sm-none {
    margin-right: 0 !important;
  }
  .mf-mr-sm-4 {
    margin-right: 0.25rem !important;
  }
  .mf-mr-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .mf-mr-sm-6 {
    margin-right: 0.375rem !important;
  }
  .mf-mr-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mf-mr-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mf-mr-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mf-mr-sm-16 {
    margin-right: 1rem !important;
  }
  .mf-mr-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mf-mr-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mf-mr-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mf-mr-sm-32 {
    margin-right: 2rem !important;
  }
  .mf-mr-sm-34 {
    margin-right: 2.125rem !important;
  }
  .mf-mr-sm-36 {
    margin-right: 2.25rem !important;
  }
  .mf-mr-sm-38 {
    margin-right: 2.375rem !important;
  }
  .mf-mr-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mf-mr-sm-42 {
    margin-right: 2.625rem !important;
  }
  .mf-mr-sm-44 {
    margin-right: 2.75rem !important;
  }
  .mf-mr-sm-46 {
    margin-right: 2.875rem !important;
  }
  .mf-mr-sm-48 {
    margin-right: 3rem !important;
  }
  .mf-mr-sm-52 {
    margin-right: 3.25rem !important;
  }
  .mf-mr-sm-54 {
    margin-right: 3.375rem !important;
  }
  .mf-mr-sm-56 {
    margin-right: 3.5rem !important;
  }
  .mf-mr-sm-60 {
    margin-right: 3.75rem !important;
  }
  .mf-mr-sm-64 {
    margin-right: 4rem !important;
  }
  .mf-mr-sm-70 {
    margin-right: 4.375rem !important;
  }
  .mf-mr-sm-80 {
    margin-right: 5rem !important;
  }
  .mf-mr-sm-90 {
    margin-right: 5.625rem !important;
  }
  .mf-mr-sm-96 {
    margin-right: 6rem !important;
  }
  .mf-mr-sm-112 {
    margin-right: 7rem !important;
  }
  .mf-mr-sm-114 {
    margin-right: 7.125rem !important;
  }
  .mf-mr-sm-116 {
    margin-right: 7.25rem !important;
  }
  .mf-mr-sm-140 {
    margin-right: 8.75rem !important;
  }
  .mf-mr-sm-160 {
    margin-right: 10rem !important;
  }
  .mf-mr-sm-176 {
    margin-right: 11rem !important;
  }
  .mf-mr-sm-230 {
    margin-right: 14.375rem !important;
  }
  .mf-mr-sm-300 {
    margin-right: 18.75rem !important;
  }
  .mf-mr-sm-100p {
    margin-right: 100% !important;
  }
  .mf-mr-sm-auto {
    margin-right: auto !important;
  }
  .mf-mx-sm-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf-mx-sm-4 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mf-mx-sm-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mf-mx-sm-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .mf-mx-sm-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mf-mx-sm-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mf-mx-sm-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mf-mx-sm-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mf-mx-sm-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mf-mx-sm-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mf-mx-sm-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mf-mx-sm-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mf-mx-sm-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }
  .mf-mx-sm-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mf-mx-sm-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mf-mx-sm-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mf-mx-sm-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }
  .mf-mx-sm-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mf-mx-sm-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }
  .mf-mx-sm-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mf-mx-sm-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mf-mx-sm-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }
  .mf-mx-sm-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mf-mx-sm-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mf-mx-sm-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mf-mx-sm-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .mf-mx-sm-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mf-mx-sm-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .mf-mx-sm-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mf-mx-sm-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mf-mx-sm-114 {
    margin-left: 7.125rem !important;
    margin-right: 7.125rem !important;
  }
  .mf-mx-sm-116 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mf-mx-sm-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mf-mx-sm-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mf-mx-sm-176 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mf-mx-sm-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
  }
  .mf-mx-sm-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mf-mx-sm-100p {
    margin-left: 100% !important;
    margin-right: 100% !important;
  }
  .mf-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mf-p-sm-none {
    padding: 0 !important;
  }
  .mf-p-sm-4 {
    padding: 0.25rem !important;
  }
  .mf-p-sm-5 {
    padding: 0.3125rem !important;
  }
  .mf-p-sm-6 {
    padding: 0.375rem !important;
  }
  .mf-p-sm-8 {
    padding: 0.5rem !important;
  }
  .mf-p-sm-10 {
    padding: 0.625rem !important;
  }
  .mf-p-sm-12 {
    padding: 0.75rem !important;
  }
  .mf-p-sm-16 {
    padding: 1rem !important;
  }
  .mf-p-sm-20 {
    padding: 1.25rem !important;
  }
  .mf-p-sm-24 {
    padding: 1.5rem !important;
  }
  .mf-p-sm-30 {
    padding: 1.875rem !important;
  }
  .mf-p-sm-32 {
    padding: 2rem !important;
  }
  .mf-p-sm-34 {
    padding: 2.125rem !important;
  }
  .mf-p-sm-36 {
    padding: 2.25rem !important;
  }
  .mf-p-sm-38 {
    padding: 2.375rem !important;
  }
  .mf-p-sm-40 {
    padding: 2.5rem !important;
  }
  .mf-p-sm-42 {
    padding: 2.625rem !important;
  }
  .mf-p-sm-44 {
    padding: 2.75rem !important;
  }
  .mf-p-sm-46 {
    padding: 2.875rem !important;
  }
  .mf-p-sm-48 {
    padding: 3rem !important;
  }
  .mf-p-sm-52 {
    padding: 3.25rem !important;
  }
  .mf-p-sm-54 {
    padding: 3.375rem !important;
  }
  .mf-p-sm-56 {
    padding: 3.5rem !important;
  }
  .mf-p-sm-60 {
    padding: 3.75rem !important;
  }
  .mf-p-sm-64 {
    padding: 4rem !important;
  }
  .mf-p-sm-70 {
    padding: 4.375rem !important;
  }
  .mf-p-sm-80 {
    padding: 5rem !important;
  }
  .mf-p-sm-90 {
    padding: 5.625rem !important;
  }
  .mf-p-sm-96 {
    padding: 6rem !important;
  }
  .mf-p-sm-112 {
    padding: 7rem !important;
  }
  .mf-p-sm-114 {
    padding: 7.125rem !important;
  }
  .mf-p-sm-116 {
    padding: 7.25rem !important;
  }
  .mf-p-sm-140 {
    padding: 8.75rem !important;
  }
  .mf-p-sm-160 {
    padding: 10rem !important;
  }
  .mf-p-sm-176 {
    padding: 11rem !important;
  }
  .mf-p-sm-230 {
    padding: 14.375rem !important;
  }
  .mf-p-sm-300 {
    padding: 18.75rem !important;
  }
  .mf-p-sm-100p {
    padding: 100% !important;
  }
  .mf-p-sm-auto {
    padding: auto !important;
  }
  .mf-py-sm-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-py-sm-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mf-py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .mf-py-sm-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .mf-py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mf-py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .mf-py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mf-py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mf-py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mf-py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mf-py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .mf-py-sm-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mf-py-sm-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .mf-py-sm-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mf-py-sm-38 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .mf-py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mf-py-sm-42 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .mf-py-sm-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .mf-py-sm-46 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .mf-py-sm-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mf-py-sm-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .mf-py-sm-54 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .mf-py-sm-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mf-py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .mf-py-sm-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mf-py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .mf-py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mf-py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .mf-py-sm-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mf-py-sm-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mf-py-sm-114 {
    padding-top: 7.125rem !important;
    padding-bottom: 7.125rem !important;
  }
  .mf-py-sm-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .mf-py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .mf-py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mf-py-sm-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mf-py-sm-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .mf-py-sm-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .mf-py-sm-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .mf-py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .mf-px-sm-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mf-px-sm-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mf-px-sm-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .mf-px-sm-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .mf-px-sm-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mf-px-sm-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .mf-px-sm-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mf-px-sm-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mf-px-sm-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mf-px-sm-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mf-px-sm-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mf-px-sm-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mf-px-sm-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .mf-px-sm-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .mf-px-sm-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
  .mf-px-sm-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mf-px-sm-42 {
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }
  .mf-px-sm-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .mf-px-sm-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }
  .mf-px-sm-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mf-px-sm-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .mf-px-sm-54 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }
  .mf-px-sm-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mf-px-sm-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mf-px-sm-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mf-px-sm-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .mf-px-sm-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mf-px-sm-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .mf-px-sm-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mf-px-sm-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .mf-px-sm-114 {
    padding-left: 7.125rem !important;
    padding-right: 7.125rem !important;
  }
  .mf-px-sm-116 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .mf-px-sm-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .mf-px-sm-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .mf-px-sm-176 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .mf-px-sm-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
  }
  .mf-px-sm-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .mf-px-sm-100p {
    padding-left: 100% !important;
    padding-right: 100% !important;
  }
  .mf-px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .mf-pt-sm-none {
    padding-top: 0 !important;
  }
  .mf-pt-sm-4 {
    padding-top: 0.25rem !important;
  }
  .mf-pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .mf-pt-sm-6 {
    padding-top: 0.375rem !important;
  }
  .mf-pt-sm-8 {
    padding-top: 0.5rem !important;
  }
  .mf-pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .mf-pt-sm-12 {
    padding-top: 0.75rem !important;
  }
  .mf-pt-sm-16 {
    padding-top: 1rem !important;
  }
  .mf-pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .mf-pt-sm-24 {
    padding-top: 1.5rem !important;
  }
  .mf-pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .mf-pt-sm-32 {
    padding-top: 2rem !important;
  }
  .mf-pt-sm-34 {
    padding-top: 2.125rem !important;
  }
  .mf-pt-sm-36 {
    padding-top: 2.25rem !important;
  }
  .mf-pt-sm-38 {
    padding-top: 2.375rem !important;
  }
  .mf-pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .mf-pt-sm-42 {
    padding-top: 2.625rem !important;
  }
  .mf-pt-sm-44 {
    padding-top: 2.75rem !important;
  }
  .mf-pt-sm-46 {
    padding-top: 2.875rem !important;
  }
  .mf-pt-sm-48 {
    padding-top: 3rem !important;
  }
  .mf-pt-sm-52 {
    padding-top: 3.25rem !important;
  }
  .mf-pt-sm-54 {
    padding-top: 3.375rem !important;
  }
  .mf-pt-sm-56 {
    padding-top: 3.5rem !important;
  }
  .mf-pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .mf-pt-sm-64 {
    padding-top: 4rem !important;
  }
  .mf-pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .mf-pt-sm-80 {
    padding-top: 5rem !important;
  }
  .mf-pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .mf-pt-sm-96 {
    padding-top: 6rem !important;
  }
  .mf-pt-sm-112 {
    padding-top: 7rem !important;
  }
  .mf-pt-sm-114 {
    padding-top: 7.125rem !important;
  }
  .mf-pt-sm-116 {
    padding-top: 7.25rem !important;
  }
  .mf-pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .mf-pt-sm-160 {
    padding-top: 10rem !important;
  }
  .mf-pt-sm-176 {
    padding-top: 11rem !important;
  }
  .mf-pt-sm-230 {
    padding-top: 14.375rem !important;
  }
  .mf-pt-sm-300 {
    padding-top: 18.75rem !important;
  }
  .mf-pt-sm-100p {
    padding-top: 100% !important;
  }
  .mf-pt-sm-auto {
    padding-top: auto !important;
  }
  .mf-pb-sm-none {
    padding-bottom: 0 !important;
  }
  .mf-pb-sm-4 {
    padding-bottom: 0.25rem !important;
  }
  .mf-pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mf-pb-sm-6 {
    padding-bottom: 0.375rem !important;
  }
  .mf-pb-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .mf-pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .mf-pb-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .mf-pb-sm-16 {
    padding-bottom: 1rem !important;
  }
  .mf-pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .mf-pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .mf-pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .mf-pb-sm-32 {
    padding-bottom: 2rem !important;
  }
  .mf-pb-sm-34 {
    padding-bottom: 2.125rem !important;
  }
  .mf-pb-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .mf-pb-sm-38 {
    padding-bottom: 2.375rem !important;
  }
  .mf-pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .mf-pb-sm-42 {
    padding-bottom: 2.625rem !important;
  }
  .mf-pb-sm-44 {
    padding-bottom: 2.75rem !important;
  }
  .mf-pb-sm-46 {
    padding-bottom: 2.875rem !important;
  }
  .mf-pb-sm-48 {
    padding-bottom: 3rem !important;
  }
  .mf-pb-sm-52 {
    padding-bottom: 3.25rem !important;
  }
  .mf-pb-sm-54 {
    padding-bottom: 3.375rem !important;
  }
  .mf-pb-sm-56 {
    padding-bottom: 3.5rem !important;
  }
  .mf-pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .mf-pb-sm-64 {
    padding-bottom: 4rem !important;
  }
  .mf-pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .mf-pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .mf-pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .mf-pb-sm-96 {
    padding-bottom: 6rem !important;
  }
  .mf-pb-sm-112 {
    padding-bottom: 7rem !important;
  }
  .mf-pb-sm-114 {
    padding-bottom: 7.125rem !important;
  }
  .mf-pb-sm-116 {
    padding-bottom: 7.25rem !important;
  }
  .mf-pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .mf-pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .mf-pb-sm-176 {
    padding-bottom: 11rem !important;
  }
  .mf-pb-sm-230 {
    padding-bottom: 14.375rem !important;
  }
  .mf-pb-sm-300 {
    padding-bottom: 18.75rem !important;
  }
  .mf-pb-sm-100p {
    padding-bottom: 100% !important;
  }
  .mf-pb-sm-auto {
    padding-bottom: auto !important;
  }
  .mf-pl-sm-none {
    padding-left: 0 !important;
  }
  .mf-pl-sm-4 {
    padding-left: 0.25rem !important;
  }
  .mf-pl-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .mf-pl-sm-6 {
    padding-left: 0.375rem !important;
  }
  .mf-pl-sm-8 {
    padding-left: 0.5rem !important;
  }
  .mf-pl-sm-10 {
    padding-left: 0.625rem !important;
  }
  .mf-pl-sm-12 {
    padding-left: 0.75rem !important;
  }
  .mf-pl-sm-16 {
    padding-left: 1rem !important;
  }
  .mf-pl-sm-20 {
    padding-left: 1.25rem !important;
  }
  .mf-pl-sm-24 {
    padding-left: 1.5rem !important;
  }
  .mf-pl-sm-30 {
    padding-left: 1.875rem !important;
  }
  .mf-pl-sm-32 {
    padding-left: 2rem !important;
  }
  .mf-pl-sm-34 {
    padding-left: 2.125rem !important;
  }
  .mf-pl-sm-36 {
    padding-left: 2.25rem !important;
  }
  .mf-pl-sm-38 {
    padding-left: 2.375rem !important;
  }
  .mf-pl-sm-40 {
    padding-left: 2.5rem !important;
  }
  .mf-pl-sm-42 {
    padding-left: 2.625rem !important;
  }
  .mf-pl-sm-44 {
    padding-left: 2.75rem !important;
  }
  .mf-pl-sm-46 {
    padding-left: 2.875rem !important;
  }
  .mf-pl-sm-48 {
    padding-left: 3rem !important;
  }
  .mf-pl-sm-52 {
    padding-left: 3.25rem !important;
  }
  .mf-pl-sm-54 {
    padding-left: 3.375rem !important;
  }
  .mf-pl-sm-56 {
    padding-left: 3.5rem !important;
  }
  .mf-pl-sm-60 {
    padding-left: 3.75rem !important;
  }
  .mf-pl-sm-64 {
    padding-left: 4rem !important;
  }
  .mf-pl-sm-70 {
    padding-left: 4.375rem !important;
  }
  .mf-pl-sm-80 {
    padding-left: 5rem !important;
  }
  .mf-pl-sm-90 {
    padding-left: 5.625rem !important;
  }
  .mf-pl-sm-96 {
    padding-left: 6rem !important;
  }
  .mf-pl-sm-112 {
    padding-left: 7rem !important;
  }
  .mf-pl-sm-114 {
    padding-left: 7.125rem !important;
  }
  .mf-pl-sm-116 {
    padding-left: 7.25rem !important;
  }
  .mf-pl-sm-140 {
    padding-left: 8.75rem !important;
  }
  .mf-pl-sm-160 {
    padding-left: 10rem !important;
  }
  .mf-pl-sm-176 {
    padding-left: 11rem !important;
  }
  .mf-pl-sm-230 {
    padding-left: 14.375rem !important;
  }
  .mf-pl-sm-300 {
    padding-left: 18.75rem !important;
  }
  .mf-pl-sm-100p {
    padding-left: 100% !important;
  }
  .mf-pl-sm-auto {
    padding-left: auto !important;
  }
  .mf-pr-sm-none {
    padding-right: 0 !important;
  }
  .mf-pr-sm-4 {
    padding-right: 0.25rem !important;
  }
  .mf-pr-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .mf-pr-sm-6 {
    padding-right: 0.375rem !important;
  }
  .mf-pr-sm-8 {
    padding-right: 0.5rem !important;
  }
  .mf-pr-sm-10 {
    padding-right: 0.625rem !important;
  }
  .mf-pr-sm-12 {
    padding-right: 0.75rem !important;
  }
  .mf-pr-sm-16 {
    padding-right: 1rem !important;
  }
  .mf-pr-sm-20 {
    padding-right: 1.25rem !important;
  }
  .mf-pr-sm-24 {
    padding-right: 1.5rem !important;
  }
  .mf-pr-sm-30 {
    padding-right: 1.875rem !important;
  }
  .mf-pr-sm-32 {
    padding-right: 2rem !important;
  }
  .mf-pr-sm-34 {
    padding-right: 2.125rem !important;
  }
  .mf-pr-sm-36 {
    padding-right: 2.25rem !important;
  }
  .mf-pr-sm-38 {
    padding-right: 2.375rem !important;
  }
  .mf-pr-sm-40 {
    padding-right: 2.5rem !important;
  }
  .mf-pr-sm-42 {
    padding-right: 2.625rem !important;
  }
  .mf-pr-sm-44 {
    padding-right: 2.75rem !important;
  }
  .mf-pr-sm-46 {
    padding-right: 2.875rem !important;
  }
  .mf-pr-sm-48 {
    padding-right: 3rem !important;
  }
  .mf-pr-sm-52 {
    padding-right: 3.25rem !important;
  }
  .mf-pr-sm-54 {
    padding-right: 3.375rem !important;
  }
  .mf-pr-sm-56 {
    padding-right: 3.5rem !important;
  }
  .mf-pr-sm-60 {
    padding-right: 3.75rem !important;
  }
  .mf-pr-sm-64 {
    padding-right: 4rem !important;
  }
  .mf-pr-sm-70 {
    padding-right: 4.375rem !important;
  }
  .mf-pr-sm-80 {
    padding-right: 5rem !important;
  }
  .mf-pr-sm-90 {
    padding-right: 5.625rem !important;
  }
  .mf-pr-sm-96 {
    padding-right: 6rem !important;
  }
  .mf-pr-sm-112 {
    padding-right: 7rem !important;
  }
  .mf-pr-sm-114 {
    padding-right: 7.125rem !important;
  }
  .mf-pr-sm-116 {
    padding-right: 7.25rem !important;
  }
  .mf-pr-sm-140 {
    padding-right: 8.75rem !important;
  }
  .mf-pr-sm-160 {
    padding-right: 10rem !important;
  }
  .mf-pr-sm-176 {
    padding-right: 11rem !important;
  }
  .mf-pr-sm-230 {
    padding-right: 14.375rem !important;
  }
  .mf-pr-sm-300 {
    padding-right: 18.75rem !important;
  }
  .mf-pr-sm-100p {
    padding-right: 100% !important;
  }
  .mf-pr-sm-auto {
    padding-right: auto !important;
  }
  .mf-gap-sm-none {
    gap: 0 !important;
  }
  .mf-gap-sm-4 {
    gap: 0.25rem !important;
  }
  .mf-gap-sm-5 {
    gap: 0.3125rem !important;
  }
  .mf-gap-sm-6 {
    gap: 0.375rem !important;
  }
  .mf-gap-sm-8 {
    gap: 0.5rem !important;
  }
  .mf-gap-sm-10 {
    gap: 0.625rem !important;
  }
  .mf-gap-sm-12 {
    gap: 0.75rem !important;
  }
  .mf-gap-sm-16 {
    gap: 1rem !important;
  }
  .mf-gap-sm-20 {
    gap: 1.25rem !important;
  }
  .mf-gap-sm-24 {
    gap: 1.5rem !important;
  }
  .mf-gap-sm-30 {
    gap: 1.875rem !important;
  }
  .mf-gap-sm-32 {
    gap: 2rem !important;
  }
  .mf-gap-sm-34 {
    gap: 2.125rem !important;
  }
  .mf-gap-sm-36 {
    gap: 2.25rem !important;
  }
  .mf-gap-sm-38 {
    gap: 2.375rem !important;
  }
  .mf-gap-sm-40 {
    gap: 2.5rem !important;
  }
  .mf-gap-sm-42 {
    gap: 2.625rem !important;
  }
  .mf-gap-sm-44 {
    gap: 2.75rem !important;
  }
  .mf-gap-sm-46 {
    gap: 2.875rem !important;
  }
  .mf-gap-sm-48 {
    gap: 3rem !important;
  }
  .mf-gap-sm-52 {
    gap: 3.25rem !important;
  }
  .mf-gap-sm-54 {
    gap: 3.375rem !important;
  }
  .mf-gap-sm-56 {
    gap: 3.5rem !important;
  }
  .mf-gap-sm-60 {
    gap: 3.75rem !important;
  }
  .mf-gap-sm-64 {
    gap: 4rem !important;
  }
  .mf-gap-sm-70 {
    gap: 4.375rem !important;
  }
  .mf-gap-sm-80 {
    gap: 5rem !important;
  }
  .mf-gap-sm-90 {
    gap: 5.625rem !important;
  }
  .mf-gap-sm-96 {
    gap: 6rem !important;
  }
  .mf-gap-sm-112 {
    gap: 7rem !important;
  }
  .mf-gap-sm-114 {
    gap: 7.125rem !important;
  }
  .mf-gap-sm-116 {
    gap: 7.25rem !important;
  }
  .mf-gap-sm-140 {
    gap: 8.75rem !important;
  }
  .mf-gap-sm-160 {
    gap: 10rem !important;
  }
  .mf-gap-sm-176 {
    gap: 11rem !important;
  }
  .mf-gap-sm-230 {
    gap: 14.375rem !important;
  }
  .mf-gap-sm-300 {
    gap: 18.75rem !important;
  }
  .mf-gap-sm-100p {
    gap: 100% !important;
  }
  .mf-gap-sm-auto {
    gap: auto !important;
  }
  .mf-row-gap-sm-none {
    row-gap: 0 !important;
  }
  .mf-row-gap-sm-4 {
    row-gap: 0.25rem !important;
  }
  .mf-row-gap-sm-5 {
    row-gap: 0.3125rem !important;
  }
  .mf-row-gap-sm-6 {
    row-gap: 0.375rem !important;
  }
  .mf-row-gap-sm-8 {
    row-gap: 0.5rem !important;
  }
  .mf-row-gap-sm-10 {
    row-gap: 0.625rem !important;
  }
  .mf-row-gap-sm-12 {
    row-gap: 0.75rem !important;
  }
  .mf-row-gap-sm-16 {
    row-gap: 1rem !important;
  }
  .mf-row-gap-sm-20 {
    row-gap: 1.25rem !important;
  }
  .mf-row-gap-sm-24 {
    row-gap: 1.5rem !important;
  }
  .mf-row-gap-sm-30 {
    row-gap: 1.875rem !important;
  }
  .mf-row-gap-sm-32 {
    row-gap: 2rem !important;
  }
  .mf-row-gap-sm-34 {
    row-gap: 2.125rem !important;
  }
  .mf-row-gap-sm-36 {
    row-gap: 2.25rem !important;
  }
  .mf-row-gap-sm-38 {
    row-gap: 2.375rem !important;
  }
  .mf-row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .mf-row-gap-sm-42 {
    row-gap: 2.625rem !important;
  }
  .mf-row-gap-sm-44 {
    row-gap: 2.75rem !important;
  }
  .mf-row-gap-sm-46 {
    row-gap: 2.875rem !important;
  }
  .mf-row-gap-sm-48 {
    row-gap: 3rem !important;
  }
  .mf-row-gap-sm-52 {
    row-gap: 3.25rem !important;
  }
  .mf-row-gap-sm-54 {
    row-gap: 3.375rem !important;
  }
  .mf-row-gap-sm-56 {
    row-gap: 3.5rem !important;
  }
  .mf-row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .mf-row-gap-sm-64 {
    row-gap: 4rem !important;
  }
  .mf-row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .mf-row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .mf-row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .mf-row-gap-sm-96 {
    row-gap: 6rem !important;
  }
  .mf-row-gap-sm-112 {
    row-gap: 7rem !important;
  }
  .mf-row-gap-sm-114 {
    row-gap: 7.125rem !important;
  }
  .mf-row-gap-sm-116 {
    row-gap: 7.25rem !important;
  }
  .mf-row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .mf-row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .mf-row-gap-sm-176 {
    row-gap: 11rem !important;
  }
  .mf-row-gap-sm-230 {
    row-gap: 14.375rem !important;
  }
  .mf-row-gap-sm-300 {
    row-gap: 18.75rem !important;
  }
  .mf-row-gap-sm-100p {
    row-gap: 100% !important;
  }
  .mf-column-gap-sm-none {
    column-gap: 0 !important;
  }
  .mf-column-gap-sm-4 {
    column-gap: 0.25rem !important;
  }
  .mf-column-gap-sm-5 {
    column-gap: 0.3125rem !important;
  }
  .mf-column-gap-sm-6 {
    column-gap: 0.375rem !important;
  }
  .mf-column-gap-sm-8 {
    column-gap: 0.5rem !important;
  }
  .mf-column-gap-sm-10 {
    column-gap: 0.625rem !important;
  }
  .mf-column-gap-sm-12 {
    column-gap: 0.75rem !important;
  }
  .mf-column-gap-sm-16 {
    column-gap: 1rem !important;
  }
  .mf-column-gap-sm-20 {
    column-gap: 1.25rem !important;
  }
  .mf-column-gap-sm-24 {
    column-gap: 1.5rem !important;
  }
  .mf-column-gap-sm-30 {
    column-gap: 1.875rem !important;
  }
  .mf-column-gap-sm-32 {
    column-gap: 2rem !important;
  }
  .mf-column-gap-sm-34 {
    column-gap: 2.125rem !important;
  }
  .mf-column-gap-sm-36 {
    column-gap: 2.25rem !important;
  }
  .mf-column-gap-sm-38 {
    column-gap: 2.375rem !important;
  }
  .mf-column-gap-sm-40 {
    column-gap: 2.5rem !important;
  }
  .mf-column-gap-sm-42 {
    column-gap: 2.625rem !important;
  }
  .mf-column-gap-sm-44 {
    column-gap: 2.75rem !important;
  }
  .mf-column-gap-sm-46 {
    column-gap: 2.875rem !important;
  }
  .mf-column-gap-sm-48 {
    column-gap: 3rem !important;
  }
  .mf-column-gap-sm-52 {
    column-gap: 3.25rem !important;
  }
  .mf-column-gap-sm-54 {
    column-gap: 3.375rem !important;
  }
  .mf-column-gap-sm-56 {
    column-gap: 3.5rem !important;
  }
  .mf-column-gap-sm-60 {
    column-gap: 3.75rem !important;
  }
  .mf-column-gap-sm-64 {
    column-gap: 4rem !important;
  }
  .mf-column-gap-sm-70 {
    column-gap: 4.375rem !important;
  }
  .mf-column-gap-sm-80 {
    column-gap: 5rem !important;
  }
  .mf-column-gap-sm-90 {
    column-gap: 5.625rem !important;
  }
  .mf-column-gap-sm-96 {
    column-gap: 6rem !important;
  }
  .mf-column-gap-sm-112 {
    column-gap: 7rem !important;
  }
  .mf-column-gap-sm-114 {
    column-gap: 7.125rem !important;
  }
  .mf-column-gap-sm-116 {
    column-gap: 7.25rem !important;
  }
  .mf-column-gap-sm-140 {
    column-gap: 8.75rem !important;
  }
  .mf-column-gap-sm-160 {
    column-gap: 10rem !important;
  }
  .mf-column-gap-sm-176 {
    column-gap: 11rem !important;
  }
  .mf-column-gap-sm-230 {
    column-gap: 14.375rem !important;
  }
  .mf-column-gap-sm-300 {
    column-gap: 18.75rem !important;
  }
  .mf-column-gap-sm-100p {
    column-gap: 100% !important;
  }
  .mf-height-sm-none {
    height: 0 !important;
  }
  .mf-height-sm-4 {
    height: 0.25rem !important;
  }
  .mf-height-sm-5 {
    height: 0.3125rem !important;
  }
  .mf-height-sm-6 {
    height: 0.375rem !important;
  }
  .mf-height-sm-8 {
    height: 0.5rem !important;
  }
  .mf-height-sm-10 {
    height: 0.625rem !important;
  }
  .mf-height-sm-12 {
    height: 0.75rem !important;
  }
  .mf-height-sm-16 {
    height: 1rem !important;
  }
  .mf-height-sm-20 {
    height: 1.25rem !important;
  }
  .mf-height-sm-24 {
    height: 1.5rem !important;
  }
  .mf-height-sm-30 {
    height: 1.875rem !important;
  }
  .mf-height-sm-32 {
    height: 2rem !important;
  }
  .mf-height-sm-34 {
    height: 2.125rem !important;
  }
  .mf-height-sm-36 {
    height: 2.25rem !important;
  }
  .mf-height-sm-38 {
    height: 2.375rem !important;
  }
  .mf-height-sm-40 {
    height: 2.5rem !important;
  }
  .mf-height-sm-42 {
    height: 2.625rem !important;
  }
  .mf-height-sm-44 {
    height: 2.75rem !important;
  }
  .mf-height-sm-46 {
    height: 2.875rem !important;
  }
  .mf-height-sm-48 {
    height: 3rem !important;
  }
  .mf-height-sm-52 {
    height: 3.25rem !important;
  }
  .mf-height-sm-54 {
    height: 3.375rem !important;
  }
  .mf-height-sm-56 {
    height: 3.5rem !important;
  }
  .mf-height-sm-60 {
    height: 3.75rem !important;
  }
  .mf-height-sm-64 {
    height: 4rem !important;
  }
  .mf-height-sm-70 {
    height: 4.375rem !important;
  }
  .mf-height-sm-80 {
    height: 5rem !important;
  }
  .mf-height-sm-90 {
    height: 5.625rem !important;
  }
  .mf-height-sm-96 {
    height: 6rem !important;
  }
  .mf-height-sm-112 {
    height: 7rem !important;
  }
  .mf-height-sm-114 {
    height: 7.125rem !important;
  }
  .mf-height-sm-116 {
    height: 7.25rem !important;
  }
  .mf-height-sm-140 {
    height: 8.75rem !important;
  }
  .mf-height-sm-160 {
    height: 10rem !important;
  }
  .mf-height-sm-176 {
    height: 11rem !important;
  }
  .mf-height-sm-230 {
    height: 14.375rem !important;
  }
  .mf-height-sm-300 {
    height: 18.75rem !important;
  }
  .mf-height-sm-100p {
    height: 100% !important;
  }
  .mf-width-sm-none {
    width: 0 !important;
  }
  .mf-width-sm-4 {
    width: 0.25rem !important;
  }
  .mf-width-sm-5 {
    width: 0.3125rem !important;
  }
  .mf-width-sm-6 {
    width: 0.375rem !important;
  }
  .mf-width-sm-8 {
    width: 0.5rem !important;
  }
  .mf-width-sm-10 {
    width: 0.625rem !important;
  }
  .mf-width-sm-12 {
    width: 0.75rem !important;
  }
  .mf-width-sm-16 {
    width: 1rem !important;
  }
  .mf-width-sm-20 {
    width: 1.25rem !important;
  }
  .mf-width-sm-24 {
    width: 1.5rem !important;
  }
  .mf-width-sm-30 {
    width: 1.875rem !important;
  }
  .mf-width-sm-32 {
    width: 2rem !important;
  }
  .mf-width-sm-34 {
    width: 2.125rem !important;
  }
  .mf-width-sm-36 {
    width: 2.25rem !important;
  }
  .mf-width-sm-38 {
    width: 2.375rem !important;
  }
  .mf-width-sm-40 {
    width: 2.5rem !important;
  }
  .mf-width-sm-42 {
    width: 2.625rem !important;
  }
  .mf-width-sm-44 {
    width: 2.75rem !important;
  }
  .mf-width-sm-46 {
    width: 2.875rem !important;
  }
  .mf-width-sm-48 {
    width: 3rem !important;
  }
  .mf-width-sm-52 {
    width: 3.25rem !important;
  }
  .mf-width-sm-54 {
    width: 3.375rem !important;
  }
  .mf-width-sm-56 {
    width: 3.5rem !important;
  }
  .mf-width-sm-60 {
    width: 3.75rem !important;
  }
  .mf-width-sm-64 {
    width: 4rem !important;
  }
  .mf-width-sm-70 {
    width: 4.375rem !important;
  }
  .mf-width-sm-80 {
    width: 5rem !important;
  }
  .mf-width-sm-90 {
    width: 5.625rem !important;
  }
  .mf-width-sm-96 {
    width: 6rem !important;
  }
  .mf-width-sm-112 {
    width: 7rem !important;
  }
  .mf-width-sm-114 {
    width: 7.125rem !important;
  }
  .mf-width-sm-116 {
    width: 7.25rem !important;
  }
  .mf-width-sm-140 {
    width: 8.75rem !important;
  }
  .mf-width-sm-160 {
    width: 10rem !important;
  }
  .mf-width-sm-176 {
    width: 11rem !important;
  }
  .mf-width-sm-230 {
    width: 14.375rem !important;
  }
  .mf-width-sm-300 {
    width: 18.75rem !important;
  }
  .mf-width-sm-100p {
    width: 100% !important;
  }
  .mf-max-width-sm-33 {
    max-width: 33% !important;
  }
  .mf-lh-sm-none {
    line-height: 0 !important;
  }
  .mf-lh-sm-4 {
    line-height: 0.25rem !important;
  }
  .mf-lh-sm-5 {
    line-height: 0.3125rem !important;
  }
  .mf-lh-sm-6 {
    line-height: 0.375rem !important;
  }
  .mf-lh-sm-8 {
    line-height: 0.5rem !important;
  }
  .mf-lh-sm-10 {
    line-height: 0.625rem !important;
  }
  .mf-lh-sm-12 {
    line-height: 0.75rem !important;
  }
  .mf-lh-sm-16 {
    line-height: 1rem !important;
  }
  .mf-lh-sm-20 {
    line-height: 1.25rem !important;
  }
  .mf-lh-sm-24 {
    line-height: 1.5rem !important;
  }
  .mf-lh-sm-30 {
    line-height: 1.875rem !important;
  }
  .mf-lh-sm-32 {
    line-height: 2rem !important;
  }
  .mf-lh-sm-34 {
    line-height: 2.125rem !important;
  }
  .mf-lh-sm-36 {
    line-height: 2.25rem !important;
  }
  .mf-lh-sm-38 {
    line-height: 2.375rem !important;
  }
  .mf-lh-sm-40 {
    line-height: 2.5rem !important;
  }
  .mf-lh-sm-42 {
    line-height: 2.625rem !important;
  }
  .mf-lh-sm-44 {
    line-height: 2.75rem !important;
  }
  .mf-lh-sm-46 {
    line-height: 2.875rem !important;
  }
  .mf-lh-sm-48 {
    line-height: 3rem !important;
  }
  .mf-lh-sm-52 {
    line-height: 3.25rem !important;
  }
  .mf-lh-sm-54 {
    line-height: 3.375rem !important;
  }
  .mf-lh-sm-56 {
    line-height: 3.5rem !important;
  }
  .mf-lh-sm-60 {
    line-height: 3.75rem !important;
  }
  .mf-lh-sm-64 {
    line-height: 4rem !important;
  }
  .mf-lh-sm-70 {
    line-height: 4.375rem !important;
  }
  .mf-lh-sm-80 {
    line-height: 5rem !important;
  }
  .mf-lh-sm-90 {
    line-height: 5.625rem !important;
  }
  .mf-lh-sm-96 {
    line-height: 6rem !important;
  }
  .mf-lh-sm-112 {
    line-height: 7rem !important;
  }
  .mf-lh-sm-114 {
    line-height: 7.125rem !important;
  }
  .mf-lh-sm-116 {
    line-height: 7.25rem !important;
  }
  .mf-lh-sm-140 {
    line-height: 8.75rem !important;
  }
  .mf-lh-sm-160 {
    line-height: 10rem !important;
  }
  .mf-lh-sm-176 {
    line-height: 11rem !important;
  }
  .mf-lh-sm-230 {
    line-height: 14.375rem !important;
  }
  .mf-lh-sm-300 {
    line-height: 18.75rem !important;
  }
  .mf-lh-sm-100p {
    line-height: 100% !important;
  }
  .mf-color-sm-white {
    color: #ffffff !important;
  }
  .mf-color-sm-blue {
    color: #1389AD !important;
  }
  .mf-color-sm-gray {
    color: #8E9396 !important;
  }
  .mf-color-sm-base-text {
    color: #212A34 !important;
  }
  .mf-color-sm-dark-blue {
    color: #033646 !important;
  }
  .mf-color-sm-gray-2 {
    color: #8A9BA6 !important;
  }
  .mf-color-sm-yellow {
    color: #FFBE3F !important;
  }
  .mf-bg-color-sm-dark {
    background-color: #033646 !important;
  }
  .mf-bg-color-sm-blue-light {
    background-color: #EEF4F5 !important;
  }
  .mf-bg-color-sm-blue {
    background-color: #1389AD !important;
  }
  .mf-bg-color-sm-white {
    background-color: #ffffff !important;
  }
  .mf-bg-color-sm-dark-blue {
    background-color: #033646 !important;
  }
  .mf-bg-color-sm-yellow {
    background-color: #FFBE3F !important;
  }
  .mf-border-color-sm-dark {
    border-color: #033646 !important;
  }
  .mf-border-color-sm-blue-light {
    border-color: #EEF4F5 !important;
  }
  .mf-border-color-sm-blue {
    border-color: #1389AD !important;
  }
  .mf-border-color-sm-white {
    border-color: #ffffff !important;
  }
  .mf-border-color-sm-dark-blue {
    border-color: #033646 !important;
  }
  .mf-border-color-sm-yellow {
    border-color: #FFBE3F !important;
  }
  .mf-bg-image-sm-gray-1 {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
  }
  .mf-bg-image-sm-radial-blue {
    background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
  }
  .mf-opacity-sm-0 {
    opacity: 0 !important;
  }
  .mf-opacity-sm-100 {
    opacity: 100 !important;
  }
  .mf-border-sm-solid {
    border-style: solid !important;
  }
  .mf-border-sm-dashed {
    border-style: dashed !important;
  }
  .mf-border-sm-dotted {
    border-style: dotted !important;
  }
  .mf-fw-sm-100 {
    font-weight: 100 !important;
  }
  .mf-fw-sm-200 {
    font-weight: 200 !important;
  }
  .mf-fw-sm-300 {
    font-weight: 300 !important;
  }
  .mf-fw-sm-400 {
    font-weight: 400 !important;
  }
  .mf-fw-sm-500 {
    font-weight: 500 !important;
  }
  .mf-fw-sm-600 {
    font-weight: 600 !important;
  }
  .mf-fw-sm-700 {
    font-weight: 700 !important;
  }
  .mf-fw-sm-800 {
    font-weight: 800 !important;
  }
  .mf-fw-sm-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 888px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .mf-radius-md-none {
    border-radius: 0 !important;
  }
  .mf-radius-md-10 {
    border-radius: 0.625rem !important;
  }
  .mf-radius-md-16 {
    border-radius: 1rem !important;
  }
  .mf-radius-md-20 {
    border-radius: 1.25rem !important;
  }
  .mf-radius-md-28 {
    border-radius: 1.75rem !important;
  }
  .mf-radius-md-34 {
    border-radius: 2.125rem !important;
  }
  .mf-radius-md-40 {
    border-radius: 2.5rem !important;
  }
  .mf-my-md-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mf-my-md-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mf-my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mf-my-md-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .mf-my-md-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mf-my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mf-my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mf-my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mf-my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mf-my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mf-my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mf-my-md-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mf-my-md-34 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .mf-my-md-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mf-my-md-38 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .mf-my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mf-my-md-42 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .mf-my-md-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mf-my-md-46 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .mf-my-md-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mf-my-md-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mf-my-md-54 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .mf-my-md-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mf-my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mf-my-md-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mf-my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .mf-my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mf-my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .mf-my-md-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mf-my-md-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mf-my-md-114 {
    margin-top: 7.125rem !important;
    margin-bottom: 7.125rem !important;
  }
  .mf-my-md-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mf-my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mf-my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mf-my-md-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mf-my-md-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .mf-my-md-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .mf-my-md-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .mf-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mf-mt-md-none {
    margin-top: 0 !important;
  }
  .mf-mt-md-4 {
    margin-top: 0.25rem !important;
  }
  .mf-mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mf-mt-md-6 {
    margin-top: 0.375rem !important;
  }
  .mf-mt-md-8 {
    margin-top: 0.5rem !important;
  }
  .mf-mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mf-mt-md-12 {
    margin-top: 0.75rem !important;
  }
  .mf-mt-md-16 {
    margin-top: 1rem !important;
  }
  .mf-mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mf-mt-md-24 {
    margin-top: 1.5rem !important;
  }
  .mf-mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mf-mt-md-32 {
    margin-top: 2rem !important;
  }
  .mf-mt-md-34 {
    margin-top: 2.125rem !important;
  }
  .mf-mt-md-36 {
    margin-top: 2.25rem !important;
  }
  .mf-mt-md-38 {
    margin-top: 2.375rem !important;
  }
  .mf-mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mf-mt-md-42 {
    margin-top: 2.625rem !important;
  }
  .mf-mt-md-44 {
    margin-top: 2.75rem !important;
  }
  .mf-mt-md-46 {
    margin-top: 2.875rem !important;
  }
  .mf-mt-md-48 {
    margin-top: 3rem !important;
  }
  .mf-mt-md-52 {
    margin-top: 3.25rem !important;
  }
  .mf-mt-md-54 {
    margin-top: 3.375rem !important;
  }
  .mf-mt-md-56 {
    margin-top: 3.5rem !important;
  }
  .mf-mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mf-mt-md-64 {
    margin-top: 4rem !important;
  }
  .mf-mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mf-mt-md-80 {
    margin-top: 5rem !important;
  }
  .mf-mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mf-mt-md-96 {
    margin-top: 6rem !important;
  }
  .mf-mt-md-112 {
    margin-top: 7rem !important;
  }
  .mf-mt-md-114 {
    margin-top: 7.125rem !important;
  }
  .mf-mt-md-116 {
    margin-top: 7.25rem !important;
  }
  .mf-mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mf-mt-md-160 {
    margin-top: 10rem !important;
  }
  .mf-mt-md-176 {
    margin-top: 11rem !important;
  }
  .mf-mt-md-230 {
    margin-top: 14.375rem !important;
  }
  .mf-mt-md-300 {
    margin-top: 18.75rem !important;
  }
  .mf-mt-md-100p {
    margin-top: 100% !important;
  }
  .mf-mt-md-auto {
    margin-top: auto !important;
  }
  .mf-mb-md-none {
    margin-bottom: 0 !important;
  }
  .mf-mb-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .mf-mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mf-mb-md-6 {
    margin-bottom: 0.375rem !important;
  }
  .mf-mb-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .mf-mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mf-mb-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .mf-mb-md-16 {
    margin-bottom: 1rem !important;
  }
  .mf-mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mf-mb-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .mf-mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mf-mb-md-32 {
    margin-bottom: 2rem !important;
  }
  .mf-mb-md-34 {
    margin-bottom: 2.125rem !important;
  }
  .mf-mb-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .mf-mb-md-38 {
    margin-bottom: 2.375rem !important;
  }
  .mf-mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mf-mb-md-42 {
    margin-bottom: 2.625rem !important;
  }
  .mf-mb-md-44 {
    margin-bottom: 2.75rem !important;
  }
  .mf-mb-md-46 {
    margin-bottom: 2.875rem !important;
  }
  .mf-mb-md-48 {
    margin-bottom: 3rem !important;
  }
  .mf-mb-md-52 {
    margin-bottom: 3.25rem !important;
  }
  .mf-mb-md-54 {
    margin-bottom: 3.375rem !important;
  }
  .mf-mb-md-56 {
    margin-bottom: 3.5rem !important;
  }
  .mf-mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mf-mb-md-64 {
    margin-bottom: 4rem !important;
  }
  .mf-mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mf-mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mf-mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mf-mb-md-96 {
    margin-bottom: 6rem !important;
  }
  .mf-mb-md-112 {
    margin-bottom: 7rem !important;
  }
  .mf-mb-md-114 {
    margin-bottom: 7.125rem !important;
  }
  .mf-mb-md-116 {
    margin-bottom: 7.25rem !important;
  }
  .mf-mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mf-mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mf-mb-md-176 {
    margin-bottom: 11rem !important;
  }
  .mf-mb-md-230 {
    margin-bottom: 14.375rem !important;
  }
  .mf-mb-md-300 {
    margin-bottom: 18.75rem !important;
  }
  .mf-mb-md-100p {
    margin-bottom: 100% !important;
  }
  .mf-mb-md-auto {
    margin-bottom: auto !important;
  }
  .mf-ml-md-none {
    margin-left: 0 !important;
  }
  .mf-ml-md-4 {
    margin-left: 0.25rem !important;
  }
  .mf-ml-md-5 {
    margin-left: 0.3125rem !important;
  }
  .mf-ml-md-6 {
    margin-left: 0.375rem !important;
  }
  .mf-ml-md-8 {
    margin-left: 0.5rem !important;
  }
  .mf-ml-md-10 {
    margin-left: 0.625rem !important;
  }
  .mf-ml-md-12 {
    margin-left: 0.75rem !important;
  }
  .mf-ml-md-16 {
    margin-left: 1rem !important;
  }
  .mf-ml-md-20 {
    margin-left: 1.25rem !important;
  }
  .mf-ml-md-24 {
    margin-left: 1.5rem !important;
  }
  .mf-ml-md-30 {
    margin-left: 1.875rem !important;
  }
  .mf-ml-md-32 {
    margin-left: 2rem !important;
  }
  .mf-ml-md-34 {
    margin-left: 2.125rem !important;
  }
  .mf-ml-md-36 {
    margin-left: 2.25rem !important;
  }
  .mf-ml-md-38 {
    margin-left: 2.375rem !important;
  }
  .mf-ml-md-40 {
    margin-left: 2.5rem !important;
  }
  .mf-ml-md-42 {
    margin-left: 2.625rem !important;
  }
  .mf-ml-md-44 {
    margin-left: 2.75rem !important;
  }
  .mf-ml-md-46 {
    margin-left: 2.875rem !important;
  }
  .mf-ml-md-48 {
    margin-left: 3rem !important;
  }
  .mf-ml-md-52 {
    margin-left: 3.25rem !important;
  }
  .mf-ml-md-54 {
    margin-left: 3.375rem !important;
  }
  .mf-ml-md-56 {
    margin-left: 3.5rem !important;
  }
  .mf-ml-md-60 {
    margin-left: 3.75rem !important;
  }
  .mf-ml-md-64 {
    margin-left: 4rem !important;
  }
  .mf-ml-md-70 {
    margin-left: 4.375rem !important;
  }
  .mf-ml-md-80 {
    margin-left: 5rem !important;
  }
  .mf-ml-md-90 {
    margin-left: 5.625rem !important;
  }
  .mf-ml-md-96 {
    margin-left: 6rem !important;
  }
  .mf-ml-md-112 {
    margin-left: 7rem !important;
  }
  .mf-ml-md-114 {
    margin-left: 7.125rem !important;
  }
  .mf-ml-md-116 {
    margin-left: 7.25rem !important;
  }
  .mf-ml-md-140 {
    margin-left: 8.75rem !important;
  }
  .mf-ml-md-160 {
    margin-left: 10rem !important;
  }
  .mf-ml-md-176 {
    margin-left: 11rem !important;
  }
  .mf-ml-md-230 {
    margin-left: 14.375rem !important;
  }
  .mf-ml-md-300 {
    margin-left: 18.75rem !important;
  }
  .mf-ml-md-100p {
    margin-left: 100% !important;
  }
  .mf-ml-md-auto {
    margin-left: auto !important;
  }
  .mf-mr-md-none {
    margin-right: 0 !important;
  }
  .mf-mr-md-4 {
    margin-right: 0.25rem !important;
  }
  .mf-mr-md-5 {
    margin-right: 0.3125rem !important;
  }
  .mf-mr-md-6 {
    margin-right: 0.375rem !important;
  }
  .mf-mr-md-8 {
    margin-right: 0.5rem !important;
  }
  .mf-mr-md-10 {
    margin-right: 0.625rem !important;
  }
  .mf-mr-md-12 {
    margin-right: 0.75rem !important;
  }
  .mf-mr-md-16 {
    margin-right: 1rem !important;
  }
  .mf-mr-md-20 {
    margin-right: 1.25rem !important;
  }
  .mf-mr-md-24 {
    margin-right: 1.5rem !important;
  }
  .mf-mr-md-30 {
    margin-right: 1.875rem !important;
  }
  .mf-mr-md-32 {
    margin-right: 2rem !important;
  }
  .mf-mr-md-34 {
    margin-right: 2.125rem !important;
  }
  .mf-mr-md-36 {
    margin-right: 2.25rem !important;
  }
  .mf-mr-md-38 {
    margin-right: 2.375rem !important;
  }
  .mf-mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .mf-mr-md-42 {
    margin-right: 2.625rem !important;
  }
  .mf-mr-md-44 {
    margin-right: 2.75rem !important;
  }
  .mf-mr-md-46 {
    margin-right: 2.875rem !important;
  }
  .mf-mr-md-48 {
    margin-right: 3rem !important;
  }
  .mf-mr-md-52 {
    margin-right: 3.25rem !important;
  }
  .mf-mr-md-54 {
    margin-right: 3.375rem !important;
  }
  .mf-mr-md-56 {
    margin-right: 3.5rem !important;
  }
  .mf-mr-md-60 {
    margin-right: 3.75rem !important;
  }
  .mf-mr-md-64 {
    margin-right: 4rem !important;
  }
  .mf-mr-md-70 {
    margin-right: 4.375rem !important;
  }
  .mf-mr-md-80 {
    margin-right: 5rem !important;
  }
  .mf-mr-md-90 {
    margin-right: 5.625rem !important;
  }
  .mf-mr-md-96 {
    margin-right: 6rem !important;
  }
  .mf-mr-md-112 {
    margin-right: 7rem !important;
  }
  .mf-mr-md-114 {
    margin-right: 7.125rem !important;
  }
  .mf-mr-md-116 {
    margin-right: 7.25rem !important;
  }
  .mf-mr-md-140 {
    margin-right: 8.75rem !important;
  }
  .mf-mr-md-160 {
    margin-right: 10rem !important;
  }
  .mf-mr-md-176 {
    margin-right: 11rem !important;
  }
  .mf-mr-md-230 {
    margin-right: 14.375rem !important;
  }
  .mf-mr-md-300 {
    margin-right: 18.75rem !important;
  }
  .mf-mr-md-100p {
    margin-right: 100% !important;
  }
  .mf-mr-md-auto {
    margin-right: auto !important;
  }
  .mf-mx-md-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf-mx-md-4 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mf-mx-md-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mf-mx-md-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .mf-mx-md-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mf-mx-md-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mf-mx-md-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mf-mx-md-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mf-mx-md-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mf-mx-md-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mf-mx-md-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mf-mx-md-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mf-mx-md-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }
  .mf-mx-md-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mf-mx-md-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mf-mx-md-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mf-mx-md-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }
  .mf-mx-md-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mf-mx-md-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }
  .mf-mx-md-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mf-mx-md-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mf-mx-md-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }
  .mf-mx-md-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mf-mx-md-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mf-mx-md-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mf-mx-md-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .mf-mx-md-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mf-mx-md-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .mf-mx-md-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mf-mx-md-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mf-mx-md-114 {
    margin-left: 7.125rem !important;
    margin-right: 7.125rem !important;
  }
  .mf-mx-md-116 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mf-mx-md-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mf-mx-md-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mf-mx-md-176 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mf-mx-md-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
  }
  .mf-mx-md-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mf-mx-md-100p {
    margin-left: 100% !important;
    margin-right: 100% !important;
  }
  .mf-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mf-p-md-none {
    padding: 0 !important;
  }
  .mf-p-md-4 {
    padding: 0.25rem !important;
  }
  .mf-p-md-5 {
    padding: 0.3125rem !important;
  }
  .mf-p-md-6 {
    padding: 0.375rem !important;
  }
  .mf-p-md-8 {
    padding: 0.5rem !important;
  }
  .mf-p-md-10 {
    padding: 0.625rem !important;
  }
  .mf-p-md-12 {
    padding: 0.75rem !important;
  }
  .mf-p-md-16 {
    padding: 1rem !important;
  }
  .mf-p-md-20 {
    padding: 1.25rem !important;
  }
  .mf-p-md-24 {
    padding: 1.5rem !important;
  }
  .mf-p-md-30 {
    padding: 1.875rem !important;
  }
  .mf-p-md-32 {
    padding: 2rem !important;
  }
  .mf-p-md-34 {
    padding: 2.125rem !important;
  }
  .mf-p-md-36 {
    padding: 2.25rem !important;
  }
  .mf-p-md-38 {
    padding: 2.375rem !important;
  }
  .mf-p-md-40 {
    padding: 2.5rem !important;
  }
  .mf-p-md-42 {
    padding: 2.625rem !important;
  }
  .mf-p-md-44 {
    padding: 2.75rem !important;
  }
  .mf-p-md-46 {
    padding: 2.875rem !important;
  }
  .mf-p-md-48 {
    padding: 3rem !important;
  }
  .mf-p-md-52 {
    padding: 3.25rem !important;
  }
  .mf-p-md-54 {
    padding: 3.375rem !important;
  }
  .mf-p-md-56 {
    padding: 3.5rem !important;
  }
  .mf-p-md-60 {
    padding: 3.75rem !important;
  }
  .mf-p-md-64 {
    padding: 4rem !important;
  }
  .mf-p-md-70 {
    padding: 4.375rem !important;
  }
  .mf-p-md-80 {
    padding: 5rem !important;
  }
  .mf-p-md-90 {
    padding: 5.625rem !important;
  }
  .mf-p-md-96 {
    padding: 6rem !important;
  }
  .mf-p-md-112 {
    padding: 7rem !important;
  }
  .mf-p-md-114 {
    padding: 7.125rem !important;
  }
  .mf-p-md-116 {
    padding: 7.25rem !important;
  }
  .mf-p-md-140 {
    padding: 8.75rem !important;
  }
  .mf-p-md-160 {
    padding: 10rem !important;
  }
  .mf-p-md-176 {
    padding: 11rem !important;
  }
  .mf-p-md-230 {
    padding: 14.375rem !important;
  }
  .mf-p-md-300 {
    padding: 18.75rem !important;
  }
  .mf-p-md-100p {
    padding: 100% !important;
  }
  .mf-p-md-auto {
    padding: auto !important;
  }
  .mf-py-md-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-py-md-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mf-py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .mf-py-md-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .mf-py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mf-py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .mf-py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mf-py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mf-py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mf-py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mf-py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .mf-py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mf-py-md-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .mf-py-md-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mf-py-md-38 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .mf-py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mf-py-md-42 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .mf-py-md-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .mf-py-md-46 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .mf-py-md-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mf-py-md-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .mf-py-md-54 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .mf-py-md-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mf-py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .mf-py-md-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mf-py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .mf-py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mf-py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .mf-py-md-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mf-py-md-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mf-py-md-114 {
    padding-top: 7.125rem !important;
    padding-bottom: 7.125rem !important;
  }
  .mf-py-md-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .mf-py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .mf-py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mf-py-md-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mf-py-md-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .mf-py-md-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .mf-py-md-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .mf-py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .mf-px-md-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mf-px-md-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mf-px-md-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .mf-px-md-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .mf-px-md-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mf-px-md-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .mf-px-md-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mf-px-md-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mf-px-md-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mf-px-md-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mf-px-md-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mf-px-md-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mf-px-md-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .mf-px-md-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .mf-px-md-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
  .mf-px-md-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mf-px-md-42 {
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }
  .mf-px-md-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .mf-px-md-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }
  .mf-px-md-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mf-px-md-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .mf-px-md-54 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }
  .mf-px-md-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mf-px-md-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mf-px-md-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mf-px-md-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .mf-px-md-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mf-px-md-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .mf-px-md-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mf-px-md-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .mf-px-md-114 {
    padding-left: 7.125rem !important;
    padding-right: 7.125rem !important;
  }
  .mf-px-md-116 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .mf-px-md-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .mf-px-md-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .mf-px-md-176 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .mf-px-md-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
  }
  .mf-px-md-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .mf-px-md-100p {
    padding-left: 100% !important;
    padding-right: 100% !important;
  }
  .mf-px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .mf-pt-md-none {
    padding-top: 0 !important;
  }
  .mf-pt-md-4 {
    padding-top: 0.25rem !important;
  }
  .mf-pt-md-5 {
    padding-top: 0.3125rem !important;
  }
  .mf-pt-md-6 {
    padding-top: 0.375rem !important;
  }
  .mf-pt-md-8 {
    padding-top: 0.5rem !important;
  }
  .mf-pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .mf-pt-md-12 {
    padding-top: 0.75rem !important;
  }
  .mf-pt-md-16 {
    padding-top: 1rem !important;
  }
  .mf-pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .mf-pt-md-24 {
    padding-top: 1.5rem !important;
  }
  .mf-pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .mf-pt-md-32 {
    padding-top: 2rem !important;
  }
  .mf-pt-md-34 {
    padding-top: 2.125rem !important;
  }
  .mf-pt-md-36 {
    padding-top: 2.25rem !important;
  }
  .mf-pt-md-38 {
    padding-top: 2.375rem !important;
  }
  .mf-pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .mf-pt-md-42 {
    padding-top: 2.625rem !important;
  }
  .mf-pt-md-44 {
    padding-top: 2.75rem !important;
  }
  .mf-pt-md-46 {
    padding-top: 2.875rem !important;
  }
  .mf-pt-md-48 {
    padding-top: 3rem !important;
  }
  .mf-pt-md-52 {
    padding-top: 3.25rem !important;
  }
  .mf-pt-md-54 {
    padding-top: 3.375rem !important;
  }
  .mf-pt-md-56 {
    padding-top: 3.5rem !important;
  }
  .mf-pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .mf-pt-md-64 {
    padding-top: 4rem !important;
  }
  .mf-pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .mf-pt-md-80 {
    padding-top: 5rem !important;
  }
  .mf-pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .mf-pt-md-96 {
    padding-top: 6rem !important;
  }
  .mf-pt-md-112 {
    padding-top: 7rem !important;
  }
  .mf-pt-md-114 {
    padding-top: 7.125rem !important;
  }
  .mf-pt-md-116 {
    padding-top: 7.25rem !important;
  }
  .mf-pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .mf-pt-md-160 {
    padding-top: 10rem !important;
  }
  .mf-pt-md-176 {
    padding-top: 11rem !important;
  }
  .mf-pt-md-230 {
    padding-top: 14.375rem !important;
  }
  .mf-pt-md-300 {
    padding-top: 18.75rem !important;
  }
  .mf-pt-md-100p {
    padding-top: 100% !important;
  }
  .mf-pt-md-auto {
    padding-top: auto !important;
  }
  .mf-pb-md-none {
    padding-bottom: 0 !important;
  }
  .mf-pb-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .mf-pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mf-pb-md-6 {
    padding-bottom: 0.375rem !important;
  }
  .mf-pb-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .mf-pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .mf-pb-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .mf-pb-md-16 {
    padding-bottom: 1rem !important;
  }
  .mf-pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .mf-pb-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .mf-pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .mf-pb-md-32 {
    padding-bottom: 2rem !important;
  }
  .mf-pb-md-34 {
    padding-bottom: 2.125rem !important;
  }
  .mf-pb-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .mf-pb-md-38 {
    padding-bottom: 2.375rem !important;
  }
  .mf-pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .mf-pb-md-42 {
    padding-bottom: 2.625rem !important;
  }
  .mf-pb-md-44 {
    padding-bottom: 2.75rem !important;
  }
  .mf-pb-md-46 {
    padding-bottom: 2.875rem !important;
  }
  .mf-pb-md-48 {
    padding-bottom: 3rem !important;
  }
  .mf-pb-md-52 {
    padding-bottom: 3.25rem !important;
  }
  .mf-pb-md-54 {
    padding-bottom: 3.375rem !important;
  }
  .mf-pb-md-56 {
    padding-bottom: 3.5rem !important;
  }
  .mf-pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .mf-pb-md-64 {
    padding-bottom: 4rem !important;
  }
  .mf-pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .mf-pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .mf-pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .mf-pb-md-96 {
    padding-bottom: 6rem !important;
  }
  .mf-pb-md-112 {
    padding-bottom: 7rem !important;
  }
  .mf-pb-md-114 {
    padding-bottom: 7.125rem !important;
  }
  .mf-pb-md-116 {
    padding-bottom: 7.25rem !important;
  }
  .mf-pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .mf-pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .mf-pb-md-176 {
    padding-bottom: 11rem !important;
  }
  .mf-pb-md-230 {
    padding-bottom: 14.375rem !important;
  }
  .mf-pb-md-300 {
    padding-bottom: 18.75rem !important;
  }
  .mf-pb-md-100p {
    padding-bottom: 100% !important;
  }
  .mf-pb-md-auto {
    padding-bottom: auto !important;
  }
  .mf-pl-md-none {
    padding-left: 0 !important;
  }
  .mf-pl-md-4 {
    padding-left: 0.25rem !important;
  }
  .mf-pl-md-5 {
    padding-left: 0.3125rem !important;
  }
  .mf-pl-md-6 {
    padding-left: 0.375rem !important;
  }
  .mf-pl-md-8 {
    padding-left: 0.5rem !important;
  }
  .mf-pl-md-10 {
    padding-left: 0.625rem !important;
  }
  .mf-pl-md-12 {
    padding-left: 0.75rem !important;
  }
  .mf-pl-md-16 {
    padding-left: 1rem !important;
  }
  .mf-pl-md-20 {
    padding-left: 1.25rem !important;
  }
  .mf-pl-md-24 {
    padding-left: 1.5rem !important;
  }
  .mf-pl-md-30 {
    padding-left: 1.875rem !important;
  }
  .mf-pl-md-32 {
    padding-left: 2rem !important;
  }
  .mf-pl-md-34 {
    padding-left: 2.125rem !important;
  }
  .mf-pl-md-36 {
    padding-left: 2.25rem !important;
  }
  .mf-pl-md-38 {
    padding-left: 2.375rem !important;
  }
  .mf-pl-md-40 {
    padding-left: 2.5rem !important;
  }
  .mf-pl-md-42 {
    padding-left: 2.625rem !important;
  }
  .mf-pl-md-44 {
    padding-left: 2.75rem !important;
  }
  .mf-pl-md-46 {
    padding-left: 2.875rem !important;
  }
  .mf-pl-md-48 {
    padding-left: 3rem !important;
  }
  .mf-pl-md-52 {
    padding-left: 3.25rem !important;
  }
  .mf-pl-md-54 {
    padding-left: 3.375rem !important;
  }
  .mf-pl-md-56 {
    padding-left: 3.5rem !important;
  }
  .mf-pl-md-60 {
    padding-left: 3.75rem !important;
  }
  .mf-pl-md-64 {
    padding-left: 4rem !important;
  }
  .mf-pl-md-70 {
    padding-left: 4.375rem !important;
  }
  .mf-pl-md-80 {
    padding-left: 5rem !important;
  }
  .mf-pl-md-90 {
    padding-left: 5.625rem !important;
  }
  .mf-pl-md-96 {
    padding-left: 6rem !important;
  }
  .mf-pl-md-112 {
    padding-left: 7rem !important;
  }
  .mf-pl-md-114 {
    padding-left: 7.125rem !important;
  }
  .mf-pl-md-116 {
    padding-left: 7.25rem !important;
  }
  .mf-pl-md-140 {
    padding-left: 8.75rem !important;
  }
  .mf-pl-md-160 {
    padding-left: 10rem !important;
  }
  .mf-pl-md-176 {
    padding-left: 11rem !important;
  }
  .mf-pl-md-230 {
    padding-left: 14.375rem !important;
  }
  .mf-pl-md-300 {
    padding-left: 18.75rem !important;
  }
  .mf-pl-md-100p {
    padding-left: 100% !important;
  }
  .mf-pl-md-auto {
    padding-left: auto !important;
  }
  .mf-pr-md-none {
    padding-right: 0 !important;
  }
  .mf-pr-md-4 {
    padding-right: 0.25rem !important;
  }
  .mf-pr-md-5 {
    padding-right: 0.3125rem !important;
  }
  .mf-pr-md-6 {
    padding-right: 0.375rem !important;
  }
  .mf-pr-md-8 {
    padding-right: 0.5rem !important;
  }
  .mf-pr-md-10 {
    padding-right: 0.625rem !important;
  }
  .mf-pr-md-12 {
    padding-right: 0.75rem !important;
  }
  .mf-pr-md-16 {
    padding-right: 1rem !important;
  }
  .mf-pr-md-20 {
    padding-right: 1.25rem !important;
  }
  .mf-pr-md-24 {
    padding-right: 1.5rem !important;
  }
  .mf-pr-md-30 {
    padding-right: 1.875rem !important;
  }
  .mf-pr-md-32 {
    padding-right: 2rem !important;
  }
  .mf-pr-md-34 {
    padding-right: 2.125rem !important;
  }
  .mf-pr-md-36 {
    padding-right: 2.25rem !important;
  }
  .mf-pr-md-38 {
    padding-right: 2.375rem !important;
  }
  .mf-pr-md-40 {
    padding-right: 2.5rem !important;
  }
  .mf-pr-md-42 {
    padding-right: 2.625rem !important;
  }
  .mf-pr-md-44 {
    padding-right: 2.75rem !important;
  }
  .mf-pr-md-46 {
    padding-right: 2.875rem !important;
  }
  .mf-pr-md-48 {
    padding-right: 3rem !important;
  }
  .mf-pr-md-52 {
    padding-right: 3.25rem !important;
  }
  .mf-pr-md-54 {
    padding-right: 3.375rem !important;
  }
  .mf-pr-md-56 {
    padding-right: 3.5rem !important;
  }
  .mf-pr-md-60 {
    padding-right: 3.75rem !important;
  }
  .mf-pr-md-64 {
    padding-right: 4rem !important;
  }
  .mf-pr-md-70 {
    padding-right: 4.375rem !important;
  }
  .mf-pr-md-80 {
    padding-right: 5rem !important;
  }
  .mf-pr-md-90 {
    padding-right: 5.625rem !important;
  }
  .mf-pr-md-96 {
    padding-right: 6rem !important;
  }
  .mf-pr-md-112 {
    padding-right: 7rem !important;
  }
  .mf-pr-md-114 {
    padding-right: 7.125rem !important;
  }
  .mf-pr-md-116 {
    padding-right: 7.25rem !important;
  }
  .mf-pr-md-140 {
    padding-right: 8.75rem !important;
  }
  .mf-pr-md-160 {
    padding-right: 10rem !important;
  }
  .mf-pr-md-176 {
    padding-right: 11rem !important;
  }
  .mf-pr-md-230 {
    padding-right: 14.375rem !important;
  }
  .mf-pr-md-300 {
    padding-right: 18.75rem !important;
  }
  .mf-pr-md-100p {
    padding-right: 100% !important;
  }
  .mf-pr-md-auto {
    padding-right: auto !important;
  }
  .mf-gap-md-none {
    gap: 0 !important;
  }
  .mf-gap-md-4 {
    gap: 0.25rem !important;
  }
  .mf-gap-md-5 {
    gap: 0.3125rem !important;
  }
  .mf-gap-md-6 {
    gap: 0.375rem !important;
  }
  .mf-gap-md-8 {
    gap: 0.5rem !important;
  }
  .mf-gap-md-10 {
    gap: 0.625rem !important;
  }
  .mf-gap-md-12 {
    gap: 0.75rem !important;
  }
  .mf-gap-md-16 {
    gap: 1rem !important;
  }
  .mf-gap-md-20 {
    gap: 1.25rem !important;
  }
  .mf-gap-md-24 {
    gap: 1.5rem !important;
  }
  .mf-gap-md-30 {
    gap: 1.875rem !important;
  }
  .mf-gap-md-32 {
    gap: 2rem !important;
  }
  .mf-gap-md-34 {
    gap: 2.125rem !important;
  }
  .mf-gap-md-36 {
    gap: 2.25rem !important;
  }
  .mf-gap-md-38 {
    gap: 2.375rem !important;
  }
  .mf-gap-md-40 {
    gap: 2.5rem !important;
  }
  .mf-gap-md-42 {
    gap: 2.625rem !important;
  }
  .mf-gap-md-44 {
    gap: 2.75rem !important;
  }
  .mf-gap-md-46 {
    gap: 2.875rem !important;
  }
  .mf-gap-md-48 {
    gap: 3rem !important;
  }
  .mf-gap-md-52 {
    gap: 3.25rem !important;
  }
  .mf-gap-md-54 {
    gap: 3.375rem !important;
  }
  .mf-gap-md-56 {
    gap: 3.5rem !important;
  }
  .mf-gap-md-60 {
    gap: 3.75rem !important;
  }
  .mf-gap-md-64 {
    gap: 4rem !important;
  }
  .mf-gap-md-70 {
    gap: 4.375rem !important;
  }
  .mf-gap-md-80 {
    gap: 5rem !important;
  }
  .mf-gap-md-90 {
    gap: 5.625rem !important;
  }
  .mf-gap-md-96 {
    gap: 6rem !important;
  }
  .mf-gap-md-112 {
    gap: 7rem !important;
  }
  .mf-gap-md-114 {
    gap: 7.125rem !important;
  }
  .mf-gap-md-116 {
    gap: 7.25rem !important;
  }
  .mf-gap-md-140 {
    gap: 8.75rem !important;
  }
  .mf-gap-md-160 {
    gap: 10rem !important;
  }
  .mf-gap-md-176 {
    gap: 11rem !important;
  }
  .mf-gap-md-230 {
    gap: 14.375rem !important;
  }
  .mf-gap-md-300 {
    gap: 18.75rem !important;
  }
  .mf-gap-md-100p {
    gap: 100% !important;
  }
  .mf-gap-md-auto {
    gap: auto !important;
  }
  .mf-row-gap-md-none {
    row-gap: 0 !important;
  }
  .mf-row-gap-md-4 {
    row-gap: 0.25rem !important;
  }
  .mf-row-gap-md-5 {
    row-gap: 0.3125rem !important;
  }
  .mf-row-gap-md-6 {
    row-gap: 0.375rem !important;
  }
  .mf-row-gap-md-8 {
    row-gap: 0.5rem !important;
  }
  .mf-row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
  .mf-row-gap-md-12 {
    row-gap: 0.75rem !important;
  }
  .mf-row-gap-md-16 {
    row-gap: 1rem !important;
  }
  .mf-row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
  .mf-row-gap-md-24 {
    row-gap: 1.5rem !important;
  }
  .mf-row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
  .mf-row-gap-md-32 {
    row-gap: 2rem !important;
  }
  .mf-row-gap-md-34 {
    row-gap: 2.125rem !important;
  }
  .mf-row-gap-md-36 {
    row-gap: 2.25rem !important;
  }
  .mf-row-gap-md-38 {
    row-gap: 2.375rem !important;
  }
  .mf-row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .mf-row-gap-md-42 {
    row-gap: 2.625rem !important;
  }
  .mf-row-gap-md-44 {
    row-gap: 2.75rem !important;
  }
  .mf-row-gap-md-46 {
    row-gap: 2.875rem !important;
  }
  .mf-row-gap-md-48 {
    row-gap: 3rem !important;
  }
  .mf-row-gap-md-52 {
    row-gap: 3.25rem !important;
  }
  .mf-row-gap-md-54 {
    row-gap: 3.375rem !important;
  }
  .mf-row-gap-md-56 {
    row-gap: 3.5rem !important;
  }
  .mf-row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .mf-row-gap-md-64 {
    row-gap: 4rem !important;
  }
  .mf-row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .mf-row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .mf-row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .mf-row-gap-md-96 {
    row-gap: 6rem !important;
  }
  .mf-row-gap-md-112 {
    row-gap: 7rem !important;
  }
  .mf-row-gap-md-114 {
    row-gap: 7.125rem !important;
  }
  .mf-row-gap-md-116 {
    row-gap: 7.25rem !important;
  }
  .mf-row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .mf-row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .mf-row-gap-md-176 {
    row-gap: 11rem !important;
  }
  .mf-row-gap-md-230 {
    row-gap: 14.375rem !important;
  }
  .mf-row-gap-md-300 {
    row-gap: 18.75rem !important;
  }
  .mf-row-gap-md-100p {
    row-gap: 100% !important;
  }
  .mf-column-gap-md-none {
    column-gap: 0 !important;
  }
  .mf-column-gap-md-4 {
    column-gap: 0.25rem !important;
  }
  .mf-column-gap-md-5 {
    column-gap: 0.3125rem !important;
  }
  .mf-column-gap-md-6 {
    column-gap: 0.375rem !important;
  }
  .mf-column-gap-md-8 {
    column-gap: 0.5rem !important;
  }
  .mf-column-gap-md-10 {
    column-gap: 0.625rem !important;
  }
  .mf-column-gap-md-12 {
    column-gap: 0.75rem !important;
  }
  .mf-column-gap-md-16 {
    column-gap: 1rem !important;
  }
  .mf-column-gap-md-20 {
    column-gap: 1.25rem !important;
  }
  .mf-column-gap-md-24 {
    column-gap: 1.5rem !important;
  }
  .mf-column-gap-md-30 {
    column-gap: 1.875rem !important;
  }
  .mf-column-gap-md-32 {
    column-gap: 2rem !important;
  }
  .mf-column-gap-md-34 {
    column-gap: 2.125rem !important;
  }
  .mf-column-gap-md-36 {
    column-gap: 2.25rem !important;
  }
  .mf-column-gap-md-38 {
    column-gap: 2.375rem !important;
  }
  .mf-column-gap-md-40 {
    column-gap: 2.5rem !important;
  }
  .mf-column-gap-md-42 {
    column-gap: 2.625rem !important;
  }
  .mf-column-gap-md-44 {
    column-gap: 2.75rem !important;
  }
  .mf-column-gap-md-46 {
    column-gap: 2.875rem !important;
  }
  .mf-column-gap-md-48 {
    column-gap: 3rem !important;
  }
  .mf-column-gap-md-52 {
    column-gap: 3.25rem !important;
  }
  .mf-column-gap-md-54 {
    column-gap: 3.375rem !important;
  }
  .mf-column-gap-md-56 {
    column-gap: 3.5rem !important;
  }
  .mf-column-gap-md-60 {
    column-gap: 3.75rem !important;
  }
  .mf-column-gap-md-64 {
    column-gap: 4rem !important;
  }
  .mf-column-gap-md-70 {
    column-gap: 4.375rem !important;
  }
  .mf-column-gap-md-80 {
    column-gap: 5rem !important;
  }
  .mf-column-gap-md-90 {
    column-gap: 5.625rem !important;
  }
  .mf-column-gap-md-96 {
    column-gap: 6rem !important;
  }
  .mf-column-gap-md-112 {
    column-gap: 7rem !important;
  }
  .mf-column-gap-md-114 {
    column-gap: 7.125rem !important;
  }
  .mf-column-gap-md-116 {
    column-gap: 7.25rem !important;
  }
  .mf-column-gap-md-140 {
    column-gap: 8.75rem !important;
  }
  .mf-column-gap-md-160 {
    column-gap: 10rem !important;
  }
  .mf-column-gap-md-176 {
    column-gap: 11rem !important;
  }
  .mf-column-gap-md-230 {
    column-gap: 14.375rem !important;
  }
  .mf-column-gap-md-300 {
    column-gap: 18.75rem !important;
  }
  .mf-column-gap-md-100p {
    column-gap: 100% !important;
  }
  .mf-height-md-none {
    height: 0 !important;
  }
  .mf-height-md-4 {
    height: 0.25rem !important;
  }
  .mf-height-md-5 {
    height: 0.3125rem !important;
  }
  .mf-height-md-6 {
    height: 0.375rem !important;
  }
  .mf-height-md-8 {
    height: 0.5rem !important;
  }
  .mf-height-md-10 {
    height: 0.625rem !important;
  }
  .mf-height-md-12 {
    height: 0.75rem !important;
  }
  .mf-height-md-16 {
    height: 1rem !important;
  }
  .mf-height-md-20 {
    height: 1.25rem !important;
  }
  .mf-height-md-24 {
    height: 1.5rem !important;
  }
  .mf-height-md-30 {
    height: 1.875rem !important;
  }
  .mf-height-md-32 {
    height: 2rem !important;
  }
  .mf-height-md-34 {
    height: 2.125rem !important;
  }
  .mf-height-md-36 {
    height: 2.25rem !important;
  }
  .mf-height-md-38 {
    height: 2.375rem !important;
  }
  .mf-height-md-40 {
    height: 2.5rem !important;
  }
  .mf-height-md-42 {
    height: 2.625rem !important;
  }
  .mf-height-md-44 {
    height: 2.75rem !important;
  }
  .mf-height-md-46 {
    height: 2.875rem !important;
  }
  .mf-height-md-48 {
    height: 3rem !important;
  }
  .mf-height-md-52 {
    height: 3.25rem !important;
  }
  .mf-height-md-54 {
    height: 3.375rem !important;
  }
  .mf-height-md-56 {
    height: 3.5rem !important;
  }
  .mf-height-md-60 {
    height: 3.75rem !important;
  }
  .mf-height-md-64 {
    height: 4rem !important;
  }
  .mf-height-md-70 {
    height: 4.375rem !important;
  }
  .mf-height-md-80 {
    height: 5rem !important;
  }
  .mf-height-md-90 {
    height: 5.625rem !important;
  }
  .mf-height-md-96 {
    height: 6rem !important;
  }
  .mf-height-md-112 {
    height: 7rem !important;
  }
  .mf-height-md-114 {
    height: 7.125rem !important;
  }
  .mf-height-md-116 {
    height: 7.25rem !important;
  }
  .mf-height-md-140 {
    height: 8.75rem !important;
  }
  .mf-height-md-160 {
    height: 10rem !important;
  }
  .mf-height-md-176 {
    height: 11rem !important;
  }
  .mf-height-md-230 {
    height: 14.375rem !important;
  }
  .mf-height-md-300 {
    height: 18.75rem !important;
  }
  .mf-height-md-100p {
    height: 100% !important;
  }
  .mf-width-md-none {
    width: 0 !important;
  }
  .mf-width-md-4 {
    width: 0.25rem !important;
  }
  .mf-width-md-5 {
    width: 0.3125rem !important;
  }
  .mf-width-md-6 {
    width: 0.375rem !important;
  }
  .mf-width-md-8 {
    width: 0.5rem !important;
  }
  .mf-width-md-10 {
    width: 0.625rem !important;
  }
  .mf-width-md-12 {
    width: 0.75rem !important;
  }
  .mf-width-md-16 {
    width: 1rem !important;
  }
  .mf-width-md-20 {
    width: 1.25rem !important;
  }
  .mf-width-md-24 {
    width: 1.5rem !important;
  }
  .mf-width-md-30 {
    width: 1.875rem !important;
  }
  .mf-width-md-32 {
    width: 2rem !important;
  }
  .mf-width-md-34 {
    width: 2.125rem !important;
  }
  .mf-width-md-36 {
    width: 2.25rem !important;
  }
  .mf-width-md-38 {
    width: 2.375rem !important;
  }
  .mf-width-md-40 {
    width: 2.5rem !important;
  }
  .mf-width-md-42 {
    width: 2.625rem !important;
  }
  .mf-width-md-44 {
    width: 2.75rem !important;
  }
  .mf-width-md-46 {
    width: 2.875rem !important;
  }
  .mf-width-md-48 {
    width: 3rem !important;
  }
  .mf-width-md-52 {
    width: 3.25rem !important;
  }
  .mf-width-md-54 {
    width: 3.375rem !important;
  }
  .mf-width-md-56 {
    width: 3.5rem !important;
  }
  .mf-width-md-60 {
    width: 3.75rem !important;
  }
  .mf-width-md-64 {
    width: 4rem !important;
  }
  .mf-width-md-70 {
    width: 4.375rem !important;
  }
  .mf-width-md-80 {
    width: 5rem !important;
  }
  .mf-width-md-90 {
    width: 5.625rem !important;
  }
  .mf-width-md-96 {
    width: 6rem !important;
  }
  .mf-width-md-112 {
    width: 7rem !important;
  }
  .mf-width-md-114 {
    width: 7.125rem !important;
  }
  .mf-width-md-116 {
    width: 7.25rem !important;
  }
  .mf-width-md-140 {
    width: 8.75rem !important;
  }
  .mf-width-md-160 {
    width: 10rem !important;
  }
  .mf-width-md-176 {
    width: 11rem !important;
  }
  .mf-width-md-230 {
    width: 14.375rem !important;
  }
  .mf-width-md-300 {
    width: 18.75rem !important;
  }
  .mf-width-md-100p {
    width: 100% !important;
  }
  .mf-max-width-md-33 {
    max-width: 33% !important;
  }
  .mf-lh-md-none {
    line-height: 0 !important;
  }
  .mf-lh-md-4 {
    line-height: 0.25rem !important;
  }
  .mf-lh-md-5 {
    line-height: 0.3125rem !important;
  }
  .mf-lh-md-6 {
    line-height: 0.375rem !important;
  }
  .mf-lh-md-8 {
    line-height: 0.5rem !important;
  }
  .mf-lh-md-10 {
    line-height: 0.625rem !important;
  }
  .mf-lh-md-12 {
    line-height: 0.75rem !important;
  }
  .mf-lh-md-16 {
    line-height: 1rem !important;
  }
  .mf-lh-md-20 {
    line-height: 1.25rem !important;
  }
  .mf-lh-md-24 {
    line-height: 1.5rem !important;
  }
  .mf-lh-md-30 {
    line-height: 1.875rem !important;
  }
  .mf-lh-md-32 {
    line-height: 2rem !important;
  }
  .mf-lh-md-34 {
    line-height: 2.125rem !important;
  }
  .mf-lh-md-36 {
    line-height: 2.25rem !important;
  }
  .mf-lh-md-38 {
    line-height: 2.375rem !important;
  }
  .mf-lh-md-40 {
    line-height: 2.5rem !important;
  }
  .mf-lh-md-42 {
    line-height: 2.625rem !important;
  }
  .mf-lh-md-44 {
    line-height: 2.75rem !important;
  }
  .mf-lh-md-46 {
    line-height: 2.875rem !important;
  }
  .mf-lh-md-48 {
    line-height: 3rem !important;
  }
  .mf-lh-md-52 {
    line-height: 3.25rem !important;
  }
  .mf-lh-md-54 {
    line-height: 3.375rem !important;
  }
  .mf-lh-md-56 {
    line-height: 3.5rem !important;
  }
  .mf-lh-md-60 {
    line-height: 3.75rem !important;
  }
  .mf-lh-md-64 {
    line-height: 4rem !important;
  }
  .mf-lh-md-70 {
    line-height: 4.375rem !important;
  }
  .mf-lh-md-80 {
    line-height: 5rem !important;
  }
  .mf-lh-md-90 {
    line-height: 5.625rem !important;
  }
  .mf-lh-md-96 {
    line-height: 6rem !important;
  }
  .mf-lh-md-112 {
    line-height: 7rem !important;
  }
  .mf-lh-md-114 {
    line-height: 7.125rem !important;
  }
  .mf-lh-md-116 {
    line-height: 7.25rem !important;
  }
  .mf-lh-md-140 {
    line-height: 8.75rem !important;
  }
  .mf-lh-md-160 {
    line-height: 10rem !important;
  }
  .mf-lh-md-176 {
    line-height: 11rem !important;
  }
  .mf-lh-md-230 {
    line-height: 14.375rem !important;
  }
  .mf-lh-md-300 {
    line-height: 18.75rem !important;
  }
  .mf-lh-md-100p {
    line-height: 100% !important;
  }
  .mf-color-md-white {
    color: #ffffff !important;
  }
  .mf-color-md-blue {
    color: #1389AD !important;
  }
  .mf-color-md-gray {
    color: #8E9396 !important;
  }
  .mf-color-md-base-text {
    color: #212A34 !important;
  }
  .mf-color-md-dark-blue {
    color: #033646 !important;
  }
  .mf-color-md-gray-2 {
    color: #8A9BA6 !important;
  }
  .mf-color-md-yellow {
    color: #FFBE3F !important;
  }
  .mf-bg-color-md-dark {
    background-color: #033646 !important;
  }
  .mf-bg-color-md-blue-light {
    background-color: #EEF4F5 !important;
  }
  .mf-bg-color-md-blue {
    background-color: #1389AD !important;
  }
  .mf-bg-color-md-white {
    background-color: #ffffff !important;
  }
  .mf-bg-color-md-dark-blue {
    background-color: #033646 !important;
  }
  .mf-bg-color-md-yellow {
    background-color: #FFBE3F !important;
  }
  .mf-border-color-md-dark {
    border-color: #033646 !important;
  }
  .mf-border-color-md-blue-light {
    border-color: #EEF4F5 !important;
  }
  .mf-border-color-md-blue {
    border-color: #1389AD !important;
  }
  .mf-border-color-md-white {
    border-color: #ffffff !important;
  }
  .mf-border-color-md-dark-blue {
    border-color: #033646 !important;
  }
  .mf-border-color-md-yellow {
    border-color: #FFBE3F !important;
  }
  .mf-bg-image-md-gray-1 {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
  }
  .mf-bg-image-md-radial-blue {
    background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
  }
  .mf-opacity-md-0 {
    opacity: 0 !important;
  }
  .mf-opacity-md-100 {
    opacity: 100 !important;
  }
  .mf-border-md-solid {
    border-style: solid !important;
  }
  .mf-border-md-dashed {
    border-style: dashed !important;
  }
  .mf-border-md-dotted {
    border-style: dotted !important;
  }
  .mf-fw-md-100 {
    font-weight: 100 !important;
  }
  .mf-fw-md-200 {
    font-weight: 200 !important;
  }
  .mf-fw-md-300 {
    font-weight: 300 !important;
  }
  .mf-fw-md-400 {
    font-weight: 400 !important;
  }
  .mf-fw-md-500 {
    font-weight: 500 !important;
  }
  .mf-fw-md-600 {
    font-weight: 600 !important;
  }
  .mf-fw-md-700 {
    font-weight: 700 !important;
  }
  .mf-fw-md-800 {
    font-weight: 800 !important;
  }
  .mf-fw-md-900 {
    font-weight: 900 !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;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .mf-radius-lg-none {
    border-radius: 0 !important;
  }
  .mf-radius-lg-10 {
    border-radius: 0.625rem !important;
  }
  .mf-radius-lg-16 {
    border-radius: 1rem !important;
  }
  .mf-radius-lg-20 {
    border-radius: 1.25rem !important;
  }
  .mf-radius-lg-28 {
    border-radius: 1.75rem !important;
  }
  .mf-radius-lg-34 {
    border-radius: 2.125rem !important;
  }
  .mf-radius-lg-40 {
    border-radius: 2.5rem !important;
  }
  .mf-my-lg-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mf-my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mf-my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mf-my-lg-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .mf-my-lg-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mf-my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mf-my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mf-my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mf-my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mf-my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mf-my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mf-my-lg-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mf-my-lg-34 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .mf-my-lg-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mf-my-lg-38 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .mf-my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mf-my-lg-42 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .mf-my-lg-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mf-my-lg-46 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .mf-my-lg-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mf-my-lg-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mf-my-lg-54 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .mf-my-lg-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mf-my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mf-my-lg-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mf-my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .mf-my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mf-my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .mf-my-lg-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mf-my-lg-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mf-my-lg-114 {
    margin-top: 7.125rem !important;
    margin-bottom: 7.125rem !important;
  }
  .mf-my-lg-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mf-my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mf-my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mf-my-lg-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mf-my-lg-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .mf-my-lg-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .mf-my-lg-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .mf-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mf-mt-lg-none {
    margin-top: 0 !important;
  }
  .mf-mt-lg-4 {
    margin-top: 0.25rem !important;
  }
  .mf-mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mf-mt-lg-6 {
    margin-top: 0.375rem !important;
  }
  .mf-mt-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mf-mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mf-mt-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mf-mt-lg-16 {
    margin-top: 1rem !important;
  }
  .mf-mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mf-mt-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mf-mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mf-mt-lg-32 {
    margin-top: 2rem !important;
  }
  .mf-mt-lg-34 {
    margin-top: 2.125rem !important;
  }
  .mf-mt-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mf-mt-lg-38 {
    margin-top: 2.375rem !important;
  }
  .mf-mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mf-mt-lg-42 {
    margin-top: 2.625rem !important;
  }
  .mf-mt-lg-44 {
    margin-top: 2.75rem !important;
  }
  .mf-mt-lg-46 {
    margin-top: 2.875rem !important;
  }
  .mf-mt-lg-48 {
    margin-top: 3rem !important;
  }
  .mf-mt-lg-52 {
    margin-top: 3.25rem !important;
  }
  .mf-mt-lg-54 {
    margin-top: 3.375rem !important;
  }
  .mf-mt-lg-56 {
    margin-top: 3.5rem !important;
  }
  .mf-mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mf-mt-lg-64 {
    margin-top: 4rem !important;
  }
  .mf-mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mf-mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mf-mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mf-mt-lg-96 {
    margin-top: 6rem !important;
  }
  .mf-mt-lg-112 {
    margin-top: 7rem !important;
  }
  .mf-mt-lg-114 {
    margin-top: 7.125rem !important;
  }
  .mf-mt-lg-116 {
    margin-top: 7.25rem !important;
  }
  .mf-mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mf-mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mf-mt-lg-176 {
    margin-top: 11rem !important;
  }
  .mf-mt-lg-230 {
    margin-top: 14.375rem !important;
  }
  .mf-mt-lg-300 {
    margin-top: 18.75rem !important;
  }
  .mf-mt-lg-100p {
    margin-top: 100% !important;
  }
  .mf-mt-lg-auto {
    margin-top: auto !important;
  }
  .mf-mb-lg-none {
    margin-bottom: 0 !important;
  }
  .mf-mb-lg-4 {
    margin-bottom: 0.25rem !important;
  }
  .mf-mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mf-mb-lg-6 {
    margin-bottom: 0.375rem !important;
  }
  .mf-mb-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .mf-mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mf-mb-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .mf-mb-lg-16 {
    margin-bottom: 1rem !important;
  }
  .mf-mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mf-mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .mf-mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mf-mb-lg-32 {
    margin-bottom: 2rem !important;
  }
  .mf-mb-lg-34 {
    margin-bottom: 2.125rem !important;
  }
  .mf-mb-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .mf-mb-lg-38 {
    margin-bottom: 2.375rem !important;
  }
  .mf-mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mf-mb-lg-42 {
    margin-bottom: 2.625rem !important;
  }
  .mf-mb-lg-44 {
    margin-bottom: 2.75rem !important;
  }
  .mf-mb-lg-46 {
    margin-bottom: 2.875rem !important;
  }
  .mf-mb-lg-48 {
    margin-bottom: 3rem !important;
  }
  .mf-mb-lg-52 {
    margin-bottom: 3.25rem !important;
  }
  .mf-mb-lg-54 {
    margin-bottom: 3.375rem !important;
  }
  .mf-mb-lg-56 {
    margin-bottom: 3.5rem !important;
  }
  .mf-mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mf-mb-lg-64 {
    margin-bottom: 4rem !important;
  }
  .mf-mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mf-mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mf-mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mf-mb-lg-96 {
    margin-bottom: 6rem !important;
  }
  .mf-mb-lg-112 {
    margin-bottom: 7rem !important;
  }
  .mf-mb-lg-114 {
    margin-bottom: 7.125rem !important;
  }
  .mf-mb-lg-116 {
    margin-bottom: 7.25rem !important;
  }
  .mf-mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mf-mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mf-mb-lg-176 {
    margin-bottom: 11rem !important;
  }
  .mf-mb-lg-230 {
    margin-bottom: 14.375rem !important;
  }
  .mf-mb-lg-300 {
    margin-bottom: 18.75rem !important;
  }
  .mf-mb-lg-100p {
    margin-bottom: 100% !important;
  }
  .mf-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mf-ml-lg-none {
    margin-left: 0 !important;
  }
  .mf-ml-lg-4 {
    margin-left: 0.25rem !important;
  }
  .mf-ml-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .mf-ml-lg-6 {
    margin-left: 0.375rem !important;
  }
  .mf-ml-lg-8 {
    margin-left: 0.5rem !important;
  }
  .mf-ml-lg-10 {
    margin-left: 0.625rem !important;
  }
  .mf-ml-lg-12 {
    margin-left: 0.75rem !important;
  }
  .mf-ml-lg-16 {
    margin-left: 1rem !important;
  }
  .mf-ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  .mf-ml-lg-24 {
    margin-left: 1.5rem !important;
  }
  .mf-ml-lg-30 {
    margin-left: 1.875rem !important;
  }
  .mf-ml-lg-32 {
    margin-left: 2rem !important;
  }
  .mf-ml-lg-34 {
    margin-left: 2.125rem !important;
  }
  .mf-ml-lg-36 {
    margin-left: 2.25rem !important;
  }
  .mf-ml-lg-38 {
    margin-left: 2.375rem !important;
  }
  .mf-ml-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mf-ml-lg-42 {
    margin-left: 2.625rem !important;
  }
  .mf-ml-lg-44 {
    margin-left: 2.75rem !important;
  }
  .mf-ml-lg-46 {
    margin-left: 2.875rem !important;
  }
  .mf-ml-lg-48 {
    margin-left: 3rem !important;
  }
  .mf-ml-lg-52 {
    margin-left: 3.25rem !important;
  }
  .mf-ml-lg-54 {
    margin-left: 3.375rem !important;
  }
  .mf-ml-lg-56 {
    margin-left: 3.5rem !important;
  }
  .mf-ml-lg-60 {
    margin-left: 3.75rem !important;
  }
  .mf-ml-lg-64 {
    margin-left: 4rem !important;
  }
  .mf-ml-lg-70 {
    margin-left: 4.375rem !important;
  }
  .mf-ml-lg-80 {
    margin-left: 5rem !important;
  }
  .mf-ml-lg-90 {
    margin-left: 5.625rem !important;
  }
  .mf-ml-lg-96 {
    margin-left: 6rem !important;
  }
  .mf-ml-lg-112 {
    margin-left: 7rem !important;
  }
  .mf-ml-lg-114 {
    margin-left: 7.125rem !important;
  }
  .mf-ml-lg-116 {
    margin-left: 7.25rem !important;
  }
  .mf-ml-lg-140 {
    margin-left: 8.75rem !important;
  }
  .mf-ml-lg-160 {
    margin-left: 10rem !important;
  }
  .mf-ml-lg-176 {
    margin-left: 11rem !important;
  }
  .mf-ml-lg-230 {
    margin-left: 14.375rem !important;
  }
  .mf-ml-lg-300 {
    margin-left: 18.75rem !important;
  }
  .mf-ml-lg-100p {
    margin-left: 100% !important;
  }
  .mf-ml-lg-auto {
    margin-left: auto !important;
  }
  .mf-mr-lg-none {
    margin-right: 0 !important;
  }
  .mf-mr-lg-4 {
    margin-right: 0.25rem !important;
  }
  .mf-mr-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .mf-mr-lg-6 {
    margin-right: 0.375rem !important;
  }
  .mf-mr-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mf-mr-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mf-mr-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mf-mr-lg-16 {
    margin-right: 1rem !important;
  }
  .mf-mr-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mf-mr-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mf-mr-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mf-mr-lg-32 {
    margin-right: 2rem !important;
  }
  .mf-mr-lg-34 {
    margin-right: 2.125rem !important;
  }
  .mf-mr-lg-36 {
    margin-right: 2.25rem !important;
  }
  .mf-mr-lg-38 {
    margin-right: 2.375rem !important;
  }
  .mf-mr-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mf-mr-lg-42 {
    margin-right: 2.625rem !important;
  }
  .mf-mr-lg-44 {
    margin-right: 2.75rem !important;
  }
  .mf-mr-lg-46 {
    margin-right: 2.875rem !important;
  }
  .mf-mr-lg-48 {
    margin-right: 3rem !important;
  }
  .mf-mr-lg-52 {
    margin-right: 3.25rem !important;
  }
  .mf-mr-lg-54 {
    margin-right: 3.375rem !important;
  }
  .mf-mr-lg-56 {
    margin-right: 3.5rem !important;
  }
  .mf-mr-lg-60 {
    margin-right: 3.75rem !important;
  }
  .mf-mr-lg-64 {
    margin-right: 4rem !important;
  }
  .mf-mr-lg-70 {
    margin-right: 4.375rem !important;
  }
  .mf-mr-lg-80 {
    margin-right: 5rem !important;
  }
  .mf-mr-lg-90 {
    margin-right: 5.625rem !important;
  }
  .mf-mr-lg-96 {
    margin-right: 6rem !important;
  }
  .mf-mr-lg-112 {
    margin-right: 7rem !important;
  }
  .mf-mr-lg-114 {
    margin-right: 7.125rem !important;
  }
  .mf-mr-lg-116 {
    margin-right: 7.25rem !important;
  }
  .mf-mr-lg-140 {
    margin-right: 8.75rem !important;
  }
  .mf-mr-lg-160 {
    margin-right: 10rem !important;
  }
  .mf-mr-lg-176 {
    margin-right: 11rem !important;
  }
  .mf-mr-lg-230 {
    margin-right: 14.375rem !important;
  }
  .mf-mr-lg-300 {
    margin-right: 18.75rem !important;
  }
  .mf-mr-lg-100p {
    margin-right: 100% !important;
  }
  .mf-mr-lg-auto {
    margin-right: auto !important;
  }
  .mf-mx-lg-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf-mx-lg-4 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mf-mx-lg-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mf-mx-lg-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .mf-mx-lg-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mf-mx-lg-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mf-mx-lg-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mf-mx-lg-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mf-mx-lg-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mf-mx-lg-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mf-mx-lg-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mf-mx-lg-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mf-mx-lg-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }
  .mf-mx-lg-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mf-mx-lg-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mf-mx-lg-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mf-mx-lg-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }
  .mf-mx-lg-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mf-mx-lg-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }
  .mf-mx-lg-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mf-mx-lg-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mf-mx-lg-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }
  .mf-mx-lg-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mf-mx-lg-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mf-mx-lg-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mf-mx-lg-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .mf-mx-lg-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mf-mx-lg-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .mf-mx-lg-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mf-mx-lg-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mf-mx-lg-114 {
    margin-left: 7.125rem !important;
    margin-right: 7.125rem !important;
  }
  .mf-mx-lg-116 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mf-mx-lg-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mf-mx-lg-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mf-mx-lg-176 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mf-mx-lg-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
  }
  .mf-mx-lg-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mf-mx-lg-100p {
    margin-left: 100% !important;
    margin-right: 100% !important;
  }
  .mf-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mf-p-lg-none {
    padding: 0 !important;
  }
  .mf-p-lg-4 {
    padding: 0.25rem !important;
  }
  .mf-p-lg-5 {
    padding: 0.3125rem !important;
  }
  .mf-p-lg-6 {
    padding: 0.375rem !important;
  }
  .mf-p-lg-8 {
    padding: 0.5rem !important;
  }
  .mf-p-lg-10 {
    padding: 0.625rem !important;
  }
  .mf-p-lg-12 {
    padding: 0.75rem !important;
  }
  .mf-p-lg-16 {
    padding: 1rem !important;
  }
  .mf-p-lg-20 {
    padding: 1.25rem !important;
  }
  .mf-p-lg-24 {
    padding: 1.5rem !important;
  }
  .mf-p-lg-30 {
    padding: 1.875rem !important;
  }
  .mf-p-lg-32 {
    padding: 2rem !important;
  }
  .mf-p-lg-34 {
    padding: 2.125rem !important;
  }
  .mf-p-lg-36 {
    padding: 2.25rem !important;
  }
  .mf-p-lg-38 {
    padding: 2.375rem !important;
  }
  .mf-p-lg-40 {
    padding: 2.5rem !important;
  }
  .mf-p-lg-42 {
    padding: 2.625rem !important;
  }
  .mf-p-lg-44 {
    padding: 2.75rem !important;
  }
  .mf-p-lg-46 {
    padding: 2.875rem !important;
  }
  .mf-p-lg-48 {
    padding: 3rem !important;
  }
  .mf-p-lg-52 {
    padding: 3.25rem !important;
  }
  .mf-p-lg-54 {
    padding: 3.375rem !important;
  }
  .mf-p-lg-56 {
    padding: 3.5rem !important;
  }
  .mf-p-lg-60 {
    padding: 3.75rem !important;
  }
  .mf-p-lg-64 {
    padding: 4rem !important;
  }
  .mf-p-lg-70 {
    padding: 4.375rem !important;
  }
  .mf-p-lg-80 {
    padding: 5rem !important;
  }
  .mf-p-lg-90 {
    padding: 5.625rem !important;
  }
  .mf-p-lg-96 {
    padding: 6rem !important;
  }
  .mf-p-lg-112 {
    padding: 7rem !important;
  }
  .mf-p-lg-114 {
    padding: 7.125rem !important;
  }
  .mf-p-lg-116 {
    padding: 7.25rem !important;
  }
  .mf-p-lg-140 {
    padding: 8.75rem !important;
  }
  .mf-p-lg-160 {
    padding: 10rem !important;
  }
  .mf-p-lg-176 {
    padding: 11rem !important;
  }
  .mf-p-lg-230 {
    padding: 14.375rem !important;
  }
  .mf-p-lg-300 {
    padding: 18.75rem !important;
  }
  .mf-p-lg-100p {
    padding: 100% !important;
  }
  .mf-p-lg-auto {
    padding: auto !important;
  }
  .mf-py-lg-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mf-py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .mf-py-lg-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .mf-py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mf-py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .mf-py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mf-py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mf-py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mf-py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mf-py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .mf-py-lg-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mf-py-lg-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .mf-py-lg-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mf-py-lg-38 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .mf-py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mf-py-lg-42 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .mf-py-lg-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .mf-py-lg-46 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .mf-py-lg-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mf-py-lg-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .mf-py-lg-54 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .mf-py-lg-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mf-py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .mf-py-lg-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mf-py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .mf-py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mf-py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .mf-py-lg-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mf-py-lg-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mf-py-lg-114 {
    padding-top: 7.125rem !important;
    padding-bottom: 7.125rem !important;
  }
  .mf-py-lg-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .mf-py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .mf-py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mf-py-lg-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mf-py-lg-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .mf-py-lg-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .mf-py-lg-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .mf-py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .mf-px-lg-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mf-px-lg-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mf-px-lg-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .mf-px-lg-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .mf-px-lg-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mf-px-lg-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .mf-px-lg-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mf-px-lg-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mf-px-lg-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mf-px-lg-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mf-px-lg-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mf-px-lg-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mf-px-lg-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .mf-px-lg-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .mf-px-lg-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
  .mf-px-lg-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mf-px-lg-42 {
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }
  .mf-px-lg-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .mf-px-lg-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }
  .mf-px-lg-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mf-px-lg-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .mf-px-lg-54 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }
  .mf-px-lg-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mf-px-lg-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mf-px-lg-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mf-px-lg-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .mf-px-lg-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mf-px-lg-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .mf-px-lg-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mf-px-lg-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .mf-px-lg-114 {
    padding-left: 7.125rem !important;
    padding-right: 7.125rem !important;
  }
  .mf-px-lg-116 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .mf-px-lg-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .mf-px-lg-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .mf-px-lg-176 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .mf-px-lg-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
  }
  .mf-px-lg-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .mf-px-lg-100p {
    padding-left: 100% !important;
    padding-right: 100% !important;
  }
  .mf-px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .mf-pt-lg-none {
    padding-top: 0 !important;
  }
  .mf-pt-lg-4 {
    padding-top: 0.25rem !important;
  }
  .mf-pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .mf-pt-lg-6 {
    padding-top: 0.375rem !important;
  }
  .mf-pt-lg-8 {
    padding-top: 0.5rem !important;
  }
  .mf-pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .mf-pt-lg-12 {
    padding-top: 0.75rem !important;
  }
  .mf-pt-lg-16 {
    padding-top: 1rem !important;
  }
  .mf-pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .mf-pt-lg-24 {
    padding-top: 1.5rem !important;
  }
  .mf-pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .mf-pt-lg-32 {
    padding-top: 2rem !important;
  }
  .mf-pt-lg-34 {
    padding-top: 2.125rem !important;
  }
  .mf-pt-lg-36 {
    padding-top: 2.25rem !important;
  }
  .mf-pt-lg-38 {
    padding-top: 2.375rem !important;
  }
  .mf-pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .mf-pt-lg-42 {
    padding-top: 2.625rem !important;
  }
  .mf-pt-lg-44 {
    padding-top: 2.75rem !important;
  }
  .mf-pt-lg-46 {
    padding-top: 2.875rem !important;
  }
  .mf-pt-lg-48 {
    padding-top: 3rem !important;
  }
  .mf-pt-lg-52 {
    padding-top: 3.25rem !important;
  }
  .mf-pt-lg-54 {
    padding-top: 3.375rem !important;
  }
  .mf-pt-lg-56 {
    padding-top: 3.5rem !important;
  }
  .mf-pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .mf-pt-lg-64 {
    padding-top: 4rem !important;
  }
  .mf-pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .mf-pt-lg-80 {
    padding-top: 5rem !important;
  }
  .mf-pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .mf-pt-lg-96 {
    padding-top: 6rem !important;
  }
  .mf-pt-lg-112 {
    padding-top: 7rem !important;
  }
  .mf-pt-lg-114 {
    padding-top: 7.125rem !important;
  }
  .mf-pt-lg-116 {
    padding-top: 7.25rem !important;
  }
  .mf-pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .mf-pt-lg-160 {
    padding-top: 10rem !important;
  }
  .mf-pt-lg-176 {
    padding-top: 11rem !important;
  }
  .mf-pt-lg-230 {
    padding-top: 14.375rem !important;
  }
  .mf-pt-lg-300 {
    padding-top: 18.75rem !important;
  }
  .mf-pt-lg-100p {
    padding-top: 100% !important;
  }
  .mf-pt-lg-auto {
    padding-top: auto !important;
  }
  .mf-pb-lg-none {
    padding-bottom: 0 !important;
  }
  .mf-pb-lg-4 {
    padding-bottom: 0.25rem !important;
  }
  .mf-pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mf-pb-lg-6 {
    padding-bottom: 0.375rem !important;
  }
  .mf-pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .mf-pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .mf-pb-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .mf-pb-lg-16 {
    padding-bottom: 1rem !important;
  }
  .mf-pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .mf-pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .mf-pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .mf-pb-lg-32 {
    padding-bottom: 2rem !important;
  }
  .mf-pb-lg-34 {
    padding-bottom: 2.125rem !important;
  }
  .mf-pb-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .mf-pb-lg-38 {
    padding-bottom: 2.375rem !important;
  }
  .mf-pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .mf-pb-lg-42 {
    padding-bottom: 2.625rem !important;
  }
  .mf-pb-lg-44 {
    padding-bottom: 2.75rem !important;
  }
  .mf-pb-lg-46 {
    padding-bottom: 2.875rem !important;
  }
  .mf-pb-lg-48 {
    padding-bottom: 3rem !important;
  }
  .mf-pb-lg-52 {
    padding-bottom: 3.25rem !important;
  }
  .mf-pb-lg-54 {
    padding-bottom: 3.375rem !important;
  }
  .mf-pb-lg-56 {
    padding-bottom: 3.5rem !important;
  }
  .mf-pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .mf-pb-lg-64 {
    padding-bottom: 4rem !important;
  }
  .mf-pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .mf-pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .mf-pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .mf-pb-lg-96 {
    padding-bottom: 6rem !important;
  }
  .mf-pb-lg-112 {
    padding-bottom: 7rem !important;
  }
  .mf-pb-lg-114 {
    padding-bottom: 7.125rem !important;
  }
  .mf-pb-lg-116 {
    padding-bottom: 7.25rem !important;
  }
  .mf-pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .mf-pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .mf-pb-lg-176 {
    padding-bottom: 11rem !important;
  }
  .mf-pb-lg-230 {
    padding-bottom: 14.375rem !important;
  }
  .mf-pb-lg-300 {
    padding-bottom: 18.75rem !important;
  }
  .mf-pb-lg-100p {
    padding-bottom: 100% !important;
  }
  .mf-pb-lg-auto {
    padding-bottom: auto !important;
  }
  .mf-pl-lg-none {
    padding-left: 0 !important;
  }
  .mf-pl-lg-4 {
    padding-left: 0.25rem !important;
  }
  .mf-pl-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .mf-pl-lg-6 {
    padding-left: 0.375rem !important;
  }
  .mf-pl-lg-8 {
    padding-left: 0.5rem !important;
  }
  .mf-pl-lg-10 {
    padding-left: 0.625rem !important;
  }
  .mf-pl-lg-12 {
    padding-left: 0.75rem !important;
  }
  .mf-pl-lg-16 {
    padding-left: 1rem !important;
  }
  .mf-pl-lg-20 {
    padding-left: 1.25rem !important;
  }
  .mf-pl-lg-24 {
    padding-left: 1.5rem !important;
  }
  .mf-pl-lg-30 {
    padding-left: 1.875rem !important;
  }
  .mf-pl-lg-32 {
    padding-left: 2rem !important;
  }
  .mf-pl-lg-34 {
    padding-left: 2.125rem !important;
  }
  .mf-pl-lg-36 {
    padding-left: 2.25rem !important;
  }
  .mf-pl-lg-38 {
    padding-left: 2.375rem !important;
  }
  .mf-pl-lg-40 {
    padding-left: 2.5rem !important;
  }
  .mf-pl-lg-42 {
    padding-left: 2.625rem !important;
  }
  .mf-pl-lg-44 {
    padding-left: 2.75rem !important;
  }
  .mf-pl-lg-46 {
    padding-left: 2.875rem !important;
  }
  .mf-pl-lg-48 {
    padding-left: 3rem !important;
  }
  .mf-pl-lg-52 {
    padding-left: 3.25rem !important;
  }
  .mf-pl-lg-54 {
    padding-left: 3.375rem !important;
  }
  .mf-pl-lg-56 {
    padding-left: 3.5rem !important;
  }
  .mf-pl-lg-60 {
    padding-left: 3.75rem !important;
  }
  .mf-pl-lg-64 {
    padding-left: 4rem !important;
  }
  .mf-pl-lg-70 {
    padding-left: 4.375rem !important;
  }
  .mf-pl-lg-80 {
    padding-left: 5rem !important;
  }
  .mf-pl-lg-90 {
    padding-left: 5.625rem !important;
  }
  .mf-pl-lg-96 {
    padding-left: 6rem !important;
  }
  .mf-pl-lg-112 {
    padding-left: 7rem !important;
  }
  .mf-pl-lg-114 {
    padding-left: 7.125rem !important;
  }
  .mf-pl-lg-116 {
    padding-left: 7.25rem !important;
  }
  .mf-pl-lg-140 {
    padding-left: 8.75rem !important;
  }
  .mf-pl-lg-160 {
    padding-left: 10rem !important;
  }
  .mf-pl-lg-176 {
    padding-left: 11rem !important;
  }
  .mf-pl-lg-230 {
    padding-left: 14.375rem !important;
  }
  .mf-pl-lg-300 {
    padding-left: 18.75rem !important;
  }
  .mf-pl-lg-100p {
    padding-left: 100% !important;
  }
  .mf-pl-lg-auto {
    padding-left: auto !important;
  }
  .mf-pr-lg-none {
    padding-right: 0 !important;
  }
  .mf-pr-lg-4 {
    padding-right: 0.25rem !important;
  }
  .mf-pr-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .mf-pr-lg-6 {
    padding-right: 0.375rem !important;
  }
  .mf-pr-lg-8 {
    padding-right: 0.5rem !important;
  }
  .mf-pr-lg-10 {
    padding-right: 0.625rem !important;
  }
  .mf-pr-lg-12 {
    padding-right: 0.75rem !important;
  }
  .mf-pr-lg-16 {
    padding-right: 1rem !important;
  }
  .mf-pr-lg-20 {
    padding-right: 1.25rem !important;
  }
  .mf-pr-lg-24 {
    padding-right: 1.5rem !important;
  }
  .mf-pr-lg-30 {
    padding-right: 1.875rem !important;
  }
  .mf-pr-lg-32 {
    padding-right: 2rem !important;
  }
  .mf-pr-lg-34 {
    padding-right: 2.125rem !important;
  }
  .mf-pr-lg-36 {
    padding-right: 2.25rem !important;
  }
  .mf-pr-lg-38 {
    padding-right: 2.375rem !important;
  }
  .mf-pr-lg-40 {
    padding-right: 2.5rem !important;
  }
  .mf-pr-lg-42 {
    padding-right: 2.625rem !important;
  }
  .mf-pr-lg-44 {
    padding-right: 2.75rem !important;
  }
  .mf-pr-lg-46 {
    padding-right: 2.875rem !important;
  }
  .mf-pr-lg-48 {
    padding-right: 3rem !important;
  }
  .mf-pr-lg-52 {
    padding-right: 3.25rem !important;
  }
  .mf-pr-lg-54 {
    padding-right: 3.375rem !important;
  }
  .mf-pr-lg-56 {
    padding-right: 3.5rem !important;
  }
  .mf-pr-lg-60 {
    padding-right: 3.75rem !important;
  }
  .mf-pr-lg-64 {
    padding-right: 4rem !important;
  }
  .mf-pr-lg-70 {
    padding-right: 4.375rem !important;
  }
  .mf-pr-lg-80 {
    padding-right: 5rem !important;
  }
  .mf-pr-lg-90 {
    padding-right: 5.625rem !important;
  }
  .mf-pr-lg-96 {
    padding-right: 6rem !important;
  }
  .mf-pr-lg-112 {
    padding-right: 7rem !important;
  }
  .mf-pr-lg-114 {
    padding-right: 7.125rem !important;
  }
  .mf-pr-lg-116 {
    padding-right: 7.25rem !important;
  }
  .mf-pr-lg-140 {
    padding-right: 8.75rem !important;
  }
  .mf-pr-lg-160 {
    padding-right: 10rem !important;
  }
  .mf-pr-lg-176 {
    padding-right: 11rem !important;
  }
  .mf-pr-lg-230 {
    padding-right: 14.375rem !important;
  }
  .mf-pr-lg-300 {
    padding-right: 18.75rem !important;
  }
  .mf-pr-lg-100p {
    padding-right: 100% !important;
  }
  .mf-pr-lg-auto {
    padding-right: auto !important;
  }
  .mf-gap-lg-none {
    gap: 0 !important;
  }
  .mf-gap-lg-4 {
    gap: 0.25rem !important;
  }
  .mf-gap-lg-5 {
    gap: 0.3125rem !important;
  }
  .mf-gap-lg-6 {
    gap: 0.375rem !important;
  }
  .mf-gap-lg-8 {
    gap: 0.5rem !important;
  }
  .mf-gap-lg-10 {
    gap: 0.625rem !important;
  }
  .mf-gap-lg-12 {
    gap: 0.75rem !important;
  }
  .mf-gap-lg-16 {
    gap: 1rem !important;
  }
  .mf-gap-lg-20 {
    gap: 1.25rem !important;
  }
  .mf-gap-lg-24 {
    gap: 1.5rem !important;
  }
  .mf-gap-lg-30 {
    gap: 1.875rem !important;
  }
  .mf-gap-lg-32 {
    gap: 2rem !important;
  }
  .mf-gap-lg-34 {
    gap: 2.125rem !important;
  }
  .mf-gap-lg-36 {
    gap: 2.25rem !important;
  }
  .mf-gap-lg-38 {
    gap: 2.375rem !important;
  }
  .mf-gap-lg-40 {
    gap: 2.5rem !important;
  }
  .mf-gap-lg-42 {
    gap: 2.625rem !important;
  }
  .mf-gap-lg-44 {
    gap: 2.75rem !important;
  }
  .mf-gap-lg-46 {
    gap: 2.875rem !important;
  }
  .mf-gap-lg-48 {
    gap: 3rem !important;
  }
  .mf-gap-lg-52 {
    gap: 3.25rem !important;
  }
  .mf-gap-lg-54 {
    gap: 3.375rem !important;
  }
  .mf-gap-lg-56 {
    gap: 3.5rem !important;
  }
  .mf-gap-lg-60 {
    gap: 3.75rem !important;
  }
  .mf-gap-lg-64 {
    gap: 4rem !important;
  }
  .mf-gap-lg-70 {
    gap: 4.375rem !important;
  }
  .mf-gap-lg-80 {
    gap: 5rem !important;
  }
  .mf-gap-lg-90 {
    gap: 5.625rem !important;
  }
  .mf-gap-lg-96 {
    gap: 6rem !important;
  }
  .mf-gap-lg-112 {
    gap: 7rem !important;
  }
  .mf-gap-lg-114 {
    gap: 7.125rem !important;
  }
  .mf-gap-lg-116 {
    gap: 7.25rem !important;
  }
  .mf-gap-lg-140 {
    gap: 8.75rem !important;
  }
  .mf-gap-lg-160 {
    gap: 10rem !important;
  }
  .mf-gap-lg-176 {
    gap: 11rem !important;
  }
  .mf-gap-lg-230 {
    gap: 14.375rem !important;
  }
  .mf-gap-lg-300 {
    gap: 18.75rem !important;
  }
  .mf-gap-lg-100p {
    gap: 100% !important;
  }
  .mf-gap-lg-auto {
    gap: auto !important;
  }
  .mf-row-gap-lg-none {
    row-gap: 0 !important;
  }
  .mf-row-gap-lg-4 {
    row-gap: 0.25rem !important;
  }
  .mf-row-gap-lg-5 {
    row-gap: 0.3125rem !important;
  }
  .mf-row-gap-lg-6 {
    row-gap: 0.375rem !important;
  }
  .mf-row-gap-lg-8 {
    row-gap: 0.5rem !important;
  }
  .mf-row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
  .mf-row-gap-lg-12 {
    row-gap: 0.75rem !important;
  }
  .mf-row-gap-lg-16 {
    row-gap: 1rem !important;
  }
  .mf-row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
  .mf-row-gap-lg-24 {
    row-gap: 1.5rem !important;
  }
  .mf-row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
  .mf-row-gap-lg-32 {
    row-gap: 2rem !important;
  }
  .mf-row-gap-lg-34 {
    row-gap: 2.125rem !important;
  }
  .mf-row-gap-lg-36 {
    row-gap: 2.25rem !important;
  }
  .mf-row-gap-lg-38 {
    row-gap: 2.375rem !important;
  }
  .mf-row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .mf-row-gap-lg-42 {
    row-gap: 2.625rem !important;
  }
  .mf-row-gap-lg-44 {
    row-gap: 2.75rem !important;
  }
  .mf-row-gap-lg-46 {
    row-gap: 2.875rem !important;
  }
  .mf-row-gap-lg-48 {
    row-gap: 3rem !important;
  }
  .mf-row-gap-lg-52 {
    row-gap: 3.25rem !important;
  }
  .mf-row-gap-lg-54 {
    row-gap: 3.375rem !important;
  }
  .mf-row-gap-lg-56 {
    row-gap: 3.5rem !important;
  }
  .mf-row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .mf-row-gap-lg-64 {
    row-gap: 4rem !important;
  }
  .mf-row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .mf-row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .mf-row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .mf-row-gap-lg-96 {
    row-gap: 6rem !important;
  }
  .mf-row-gap-lg-112 {
    row-gap: 7rem !important;
  }
  .mf-row-gap-lg-114 {
    row-gap: 7.125rem !important;
  }
  .mf-row-gap-lg-116 {
    row-gap: 7.25rem !important;
  }
  .mf-row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .mf-row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .mf-row-gap-lg-176 {
    row-gap: 11rem !important;
  }
  .mf-row-gap-lg-230 {
    row-gap: 14.375rem !important;
  }
  .mf-row-gap-lg-300 {
    row-gap: 18.75rem !important;
  }
  .mf-row-gap-lg-100p {
    row-gap: 100% !important;
  }
  .mf-column-gap-lg-none {
    column-gap: 0 !important;
  }
  .mf-column-gap-lg-4 {
    column-gap: 0.25rem !important;
  }
  .mf-column-gap-lg-5 {
    column-gap: 0.3125rem !important;
  }
  .mf-column-gap-lg-6 {
    column-gap: 0.375rem !important;
  }
  .mf-column-gap-lg-8 {
    column-gap: 0.5rem !important;
  }
  .mf-column-gap-lg-10 {
    column-gap: 0.625rem !important;
  }
  .mf-column-gap-lg-12 {
    column-gap: 0.75rem !important;
  }
  .mf-column-gap-lg-16 {
    column-gap: 1rem !important;
  }
  .mf-column-gap-lg-20 {
    column-gap: 1.25rem !important;
  }
  .mf-column-gap-lg-24 {
    column-gap: 1.5rem !important;
  }
  .mf-column-gap-lg-30 {
    column-gap: 1.875rem !important;
  }
  .mf-column-gap-lg-32 {
    column-gap: 2rem !important;
  }
  .mf-column-gap-lg-34 {
    column-gap: 2.125rem !important;
  }
  .mf-column-gap-lg-36 {
    column-gap: 2.25rem !important;
  }
  .mf-column-gap-lg-38 {
    column-gap: 2.375rem !important;
  }
  .mf-column-gap-lg-40 {
    column-gap: 2.5rem !important;
  }
  .mf-column-gap-lg-42 {
    column-gap: 2.625rem !important;
  }
  .mf-column-gap-lg-44 {
    column-gap: 2.75rem !important;
  }
  .mf-column-gap-lg-46 {
    column-gap: 2.875rem !important;
  }
  .mf-column-gap-lg-48 {
    column-gap: 3rem !important;
  }
  .mf-column-gap-lg-52 {
    column-gap: 3.25rem !important;
  }
  .mf-column-gap-lg-54 {
    column-gap: 3.375rem !important;
  }
  .mf-column-gap-lg-56 {
    column-gap: 3.5rem !important;
  }
  .mf-column-gap-lg-60 {
    column-gap: 3.75rem !important;
  }
  .mf-column-gap-lg-64 {
    column-gap: 4rem !important;
  }
  .mf-column-gap-lg-70 {
    column-gap: 4.375rem !important;
  }
  .mf-column-gap-lg-80 {
    column-gap: 5rem !important;
  }
  .mf-column-gap-lg-90 {
    column-gap: 5.625rem !important;
  }
  .mf-column-gap-lg-96 {
    column-gap: 6rem !important;
  }
  .mf-column-gap-lg-112 {
    column-gap: 7rem !important;
  }
  .mf-column-gap-lg-114 {
    column-gap: 7.125rem !important;
  }
  .mf-column-gap-lg-116 {
    column-gap: 7.25rem !important;
  }
  .mf-column-gap-lg-140 {
    column-gap: 8.75rem !important;
  }
  .mf-column-gap-lg-160 {
    column-gap: 10rem !important;
  }
  .mf-column-gap-lg-176 {
    column-gap: 11rem !important;
  }
  .mf-column-gap-lg-230 {
    column-gap: 14.375rem !important;
  }
  .mf-column-gap-lg-300 {
    column-gap: 18.75rem !important;
  }
  .mf-column-gap-lg-100p {
    column-gap: 100% !important;
  }
  .mf-height-lg-none {
    height: 0 !important;
  }
  .mf-height-lg-4 {
    height: 0.25rem !important;
  }
  .mf-height-lg-5 {
    height: 0.3125rem !important;
  }
  .mf-height-lg-6 {
    height: 0.375rem !important;
  }
  .mf-height-lg-8 {
    height: 0.5rem !important;
  }
  .mf-height-lg-10 {
    height: 0.625rem !important;
  }
  .mf-height-lg-12 {
    height: 0.75rem !important;
  }
  .mf-height-lg-16 {
    height: 1rem !important;
  }
  .mf-height-lg-20 {
    height: 1.25rem !important;
  }
  .mf-height-lg-24 {
    height: 1.5rem !important;
  }
  .mf-height-lg-30 {
    height: 1.875rem !important;
  }
  .mf-height-lg-32 {
    height: 2rem !important;
  }
  .mf-height-lg-34 {
    height: 2.125rem !important;
  }
  .mf-height-lg-36 {
    height: 2.25rem !important;
  }
  .mf-height-lg-38 {
    height: 2.375rem !important;
  }
  .mf-height-lg-40 {
    height: 2.5rem !important;
  }
  .mf-height-lg-42 {
    height: 2.625rem !important;
  }
  .mf-height-lg-44 {
    height: 2.75rem !important;
  }
  .mf-height-lg-46 {
    height: 2.875rem !important;
  }
  .mf-height-lg-48 {
    height: 3rem !important;
  }
  .mf-height-lg-52 {
    height: 3.25rem !important;
  }
  .mf-height-lg-54 {
    height: 3.375rem !important;
  }
  .mf-height-lg-56 {
    height: 3.5rem !important;
  }
  .mf-height-lg-60 {
    height: 3.75rem !important;
  }
  .mf-height-lg-64 {
    height: 4rem !important;
  }
  .mf-height-lg-70 {
    height: 4.375rem !important;
  }
  .mf-height-lg-80 {
    height: 5rem !important;
  }
  .mf-height-lg-90 {
    height: 5.625rem !important;
  }
  .mf-height-lg-96 {
    height: 6rem !important;
  }
  .mf-height-lg-112 {
    height: 7rem !important;
  }
  .mf-height-lg-114 {
    height: 7.125rem !important;
  }
  .mf-height-lg-116 {
    height: 7.25rem !important;
  }
  .mf-height-lg-140 {
    height: 8.75rem !important;
  }
  .mf-height-lg-160 {
    height: 10rem !important;
  }
  .mf-height-lg-176 {
    height: 11rem !important;
  }
  .mf-height-lg-230 {
    height: 14.375rem !important;
  }
  .mf-height-lg-300 {
    height: 18.75rem !important;
  }
  .mf-height-lg-100p {
    height: 100% !important;
  }
  .mf-width-lg-none {
    width: 0 !important;
  }
  .mf-width-lg-4 {
    width: 0.25rem !important;
  }
  .mf-width-lg-5 {
    width: 0.3125rem !important;
  }
  .mf-width-lg-6 {
    width: 0.375rem !important;
  }
  .mf-width-lg-8 {
    width: 0.5rem !important;
  }
  .mf-width-lg-10 {
    width: 0.625rem !important;
  }
  .mf-width-lg-12 {
    width: 0.75rem !important;
  }
  .mf-width-lg-16 {
    width: 1rem !important;
  }
  .mf-width-lg-20 {
    width: 1.25rem !important;
  }
  .mf-width-lg-24 {
    width: 1.5rem !important;
  }
  .mf-width-lg-30 {
    width: 1.875rem !important;
  }
  .mf-width-lg-32 {
    width: 2rem !important;
  }
  .mf-width-lg-34 {
    width: 2.125rem !important;
  }
  .mf-width-lg-36 {
    width: 2.25rem !important;
  }
  .mf-width-lg-38 {
    width: 2.375rem !important;
  }
  .mf-width-lg-40 {
    width: 2.5rem !important;
  }
  .mf-width-lg-42 {
    width: 2.625rem !important;
  }
  .mf-width-lg-44 {
    width: 2.75rem !important;
  }
  .mf-width-lg-46 {
    width: 2.875rem !important;
  }
  .mf-width-lg-48 {
    width: 3rem !important;
  }
  .mf-width-lg-52 {
    width: 3.25rem !important;
  }
  .mf-width-lg-54 {
    width: 3.375rem !important;
  }
  .mf-width-lg-56 {
    width: 3.5rem !important;
  }
  .mf-width-lg-60 {
    width: 3.75rem !important;
  }
  .mf-width-lg-64 {
    width: 4rem !important;
  }
  .mf-width-lg-70 {
    width: 4.375rem !important;
  }
  .mf-width-lg-80 {
    width: 5rem !important;
  }
  .mf-width-lg-90 {
    width: 5.625rem !important;
  }
  .mf-width-lg-96 {
    width: 6rem !important;
  }
  .mf-width-lg-112 {
    width: 7rem !important;
  }
  .mf-width-lg-114 {
    width: 7.125rem !important;
  }
  .mf-width-lg-116 {
    width: 7.25rem !important;
  }
  .mf-width-lg-140 {
    width: 8.75rem !important;
  }
  .mf-width-lg-160 {
    width: 10rem !important;
  }
  .mf-width-lg-176 {
    width: 11rem !important;
  }
  .mf-width-lg-230 {
    width: 14.375rem !important;
  }
  .mf-width-lg-300 {
    width: 18.75rem !important;
  }
  .mf-width-lg-100p {
    width: 100% !important;
  }
  .mf-max-width-lg-33 {
    max-width: 33% !important;
  }
  .mf-lh-lg-none {
    line-height: 0 !important;
  }
  .mf-lh-lg-4 {
    line-height: 0.25rem !important;
  }
  .mf-lh-lg-5 {
    line-height: 0.3125rem !important;
  }
  .mf-lh-lg-6 {
    line-height: 0.375rem !important;
  }
  .mf-lh-lg-8 {
    line-height: 0.5rem !important;
  }
  .mf-lh-lg-10 {
    line-height: 0.625rem !important;
  }
  .mf-lh-lg-12 {
    line-height: 0.75rem !important;
  }
  .mf-lh-lg-16 {
    line-height: 1rem !important;
  }
  .mf-lh-lg-20 {
    line-height: 1.25rem !important;
  }
  .mf-lh-lg-24 {
    line-height: 1.5rem !important;
  }
  .mf-lh-lg-30 {
    line-height: 1.875rem !important;
  }
  .mf-lh-lg-32 {
    line-height: 2rem !important;
  }
  .mf-lh-lg-34 {
    line-height: 2.125rem !important;
  }
  .mf-lh-lg-36 {
    line-height: 2.25rem !important;
  }
  .mf-lh-lg-38 {
    line-height: 2.375rem !important;
  }
  .mf-lh-lg-40 {
    line-height: 2.5rem !important;
  }
  .mf-lh-lg-42 {
    line-height: 2.625rem !important;
  }
  .mf-lh-lg-44 {
    line-height: 2.75rem !important;
  }
  .mf-lh-lg-46 {
    line-height: 2.875rem !important;
  }
  .mf-lh-lg-48 {
    line-height: 3rem !important;
  }
  .mf-lh-lg-52 {
    line-height: 3.25rem !important;
  }
  .mf-lh-lg-54 {
    line-height: 3.375rem !important;
  }
  .mf-lh-lg-56 {
    line-height: 3.5rem !important;
  }
  .mf-lh-lg-60 {
    line-height: 3.75rem !important;
  }
  .mf-lh-lg-64 {
    line-height: 4rem !important;
  }
  .mf-lh-lg-70 {
    line-height: 4.375rem !important;
  }
  .mf-lh-lg-80 {
    line-height: 5rem !important;
  }
  .mf-lh-lg-90 {
    line-height: 5.625rem !important;
  }
  .mf-lh-lg-96 {
    line-height: 6rem !important;
  }
  .mf-lh-lg-112 {
    line-height: 7rem !important;
  }
  .mf-lh-lg-114 {
    line-height: 7.125rem !important;
  }
  .mf-lh-lg-116 {
    line-height: 7.25rem !important;
  }
  .mf-lh-lg-140 {
    line-height: 8.75rem !important;
  }
  .mf-lh-lg-160 {
    line-height: 10rem !important;
  }
  .mf-lh-lg-176 {
    line-height: 11rem !important;
  }
  .mf-lh-lg-230 {
    line-height: 14.375rem !important;
  }
  .mf-lh-lg-300 {
    line-height: 18.75rem !important;
  }
  .mf-lh-lg-100p {
    line-height: 100% !important;
  }
  .mf-color-lg-white {
    color: #ffffff !important;
  }
  .mf-color-lg-blue {
    color: #1389AD !important;
  }
  .mf-color-lg-gray {
    color: #8E9396 !important;
  }
  .mf-color-lg-base-text {
    color: #212A34 !important;
  }
  .mf-color-lg-dark-blue {
    color: #033646 !important;
  }
  .mf-color-lg-gray-2 {
    color: #8A9BA6 !important;
  }
  .mf-color-lg-yellow {
    color: #FFBE3F !important;
  }
  .mf-bg-color-lg-dark {
    background-color: #033646 !important;
  }
  .mf-bg-color-lg-blue-light {
    background-color: #EEF4F5 !important;
  }
  .mf-bg-color-lg-blue {
    background-color: #1389AD !important;
  }
  .mf-bg-color-lg-white {
    background-color: #ffffff !important;
  }
  .mf-bg-color-lg-dark-blue {
    background-color: #033646 !important;
  }
  .mf-bg-color-lg-yellow {
    background-color: #FFBE3F !important;
  }
  .mf-border-color-lg-dark {
    border-color: #033646 !important;
  }
  .mf-border-color-lg-blue-light {
    border-color: #EEF4F5 !important;
  }
  .mf-border-color-lg-blue {
    border-color: #1389AD !important;
  }
  .mf-border-color-lg-white {
    border-color: #ffffff !important;
  }
  .mf-border-color-lg-dark-blue {
    border-color: #033646 !important;
  }
  .mf-border-color-lg-yellow {
    border-color: #FFBE3F !important;
  }
  .mf-bg-image-lg-gray-1 {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
  }
  .mf-bg-image-lg-radial-blue {
    background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
  }
  .mf-opacity-lg-0 {
    opacity: 0 !important;
  }
  .mf-opacity-lg-100 {
    opacity: 100 !important;
  }
  .mf-border-lg-solid {
    border-style: solid !important;
  }
  .mf-border-lg-dashed {
    border-style: dashed !important;
  }
  .mf-border-lg-dotted {
    border-style: dotted !important;
  }
  .mf-fw-lg-100 {
    font-weight: 100 !important;
  }
  .mf-fw-lg-200 {
    font-weight: 200 !important;
  }
  .mf-fw-lg-300 {
    font-weight: 300 !important;
  }
  .mf-fw-lg-400 {
    font-weight: 400 !important;
  }
  .mf-fw-lg-500 {
    font-weight: 500 !important;
  }
  .mf-fw-lg-600 {
    font-weight: 600 !important;
  }
  .mf-fw-lg-700 {
    font-weight: 700 !important;
  }
  .mf-fw-lg-800 {
    font-weight: 800 !important;
  }
  .mf-fw-lg-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1140px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .mf-radius-xl-none {
    border-radius: 0 !important;
  }
  .mf-radius-xl-10 {
    border-radius: 0.625rem !important;
  }
  .mf-radius-xl-16 {
    border-radius: 1rem !important;
  }
  .mf-radius-xl-20 {
    border-radius: 1.25rem !important;
  }
  .mf-radius-xl-28 {
    border-radius: 1.75rem !important;
  }
  .mf-radius-xl-34 {
    border-radius: 2.125rem !important;
  }
  .mf-radius-xl-40 {
    border-radius: 2.5rem !important;
  }
  .mf-my-xl-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mf-my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mf-my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mf-my-xl-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .mf-my-xl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mf-my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mf-my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mf-my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mf-my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mf-my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mf-my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mf-my-xl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mf-my-xl-34 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .mf-my-xl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mf-my-xl-38 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .mf-my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mf-my-xl-42 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .mf-my-xl-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mf-my-xl-46 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .mf-my-xl-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mf-my-xl-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mf-my-xl-54 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .mf-my-xl-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mf-my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mf-my-xl-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mf-my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .mf-my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mf-my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .mf-my-xl-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mf-my-xl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mf-my-xl-114 {
    margin-top: 7.125rem !important;
    margin-bottom: 7.125rem !important;
  }
  .mf-my-xl-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mf-my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mf-my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mf-my-xl-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mf-my-xl-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .mf-my-xl-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .mf-my-xl-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .mf-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mf-mt-xl-none {
    margin-top: 0 !important;
  }
  .mf-mt-xl-4 {
    margin-top: 0.25rem !important;
  }
  .mf-mt-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .mf-mt-xl-6 {
    margin-top: 0.375rem !important;
  }
  .mf-mt-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mf-mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mf-mt-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mf-mt-xl-16 {
    margin-top: 1rem !important;
  }
  .mf-mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mf-mt-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mf-mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mf-mt-xl-32 {
    margin-top: 2rem !important;
  }
  .mf-mt-xl-34 {
    margin-top: 2.125rem !important;
  }
  .mf-mt-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mf-mt-xl-38 {
    margin-top: 2.375rem !important;
  }
  .mf-mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mf-mt-xl-42 {
    margin-top: 2.625rem !important;
  }
  .mf-mt-xl-44 {
    margin-top: 2.75rem !important;
  }
  .mf-mt-xl-46 {
    margin-top: 2.875rem !important;
  }
  .mf-mt-xl-48 {
    margin-top: 3rem !important;
  }
  .mf-mt-xl-52 {
    margin-top: 3.25rem !important;
  }
  .mf-mt-xl-54 {
    margin-top: 3.375rem !important;
  }
  .mf-mt-xl-56 {
    margin-top: 3.5rem !important;
  }
  .mf-mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mf-mt-xl-64 {
    margin-top: 4rem !important;
  }
  .mf-mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mf-mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mf-mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mf-mt-xl-96 {
    margin-top: 6rem !important;
  }
  .mf-mt-xl-112 {
    margin-top: 7rem !important;
  }
  .mf-mt-xl-114 {
    margin-top: 7.125rem !important;
  }
  .mf-mt-xl-116 {
    margin-top: 7.25rem !important;
  }
  .mf-mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mf-mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mf-mt-xl-176 {
    margin-top: 11rem !important;
  }
  .mf-mt-xl-230 {
    margin-top: 14.375rem !important;
  }
  .mf-mt-xl-300 {
    margin-top: 18.75rem !important;
  }
  .mf-mt-xl-100p {
    margin-top: 100% !important;
  }
  .mf-mt-xl-auto {
    margin-top: auto !important;
  }
  .mf-mb-xl-none {
    margin-bottom: 0 !important;
  }
  .mf-mb-xl-4 {
    margin-bottom: 0.25rem !important;
  }
  .mf-mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mf-mb-xl-6 {
    margin-bottom: 0.375rem !important;
  }
  .mf-mb-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .mf-mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mf-mb-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mf-mb-xl-16 {
    margin-bottom: 1rem !important;
  }
  .mf-mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mf-mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mf-mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mf-mb-xl-32 {
    margin-bottom: 2rem !important;
  }
  .mf-mb-xl-34 {
    margin-bottom: 2.125rem !important;
  }
  .mf-mb-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mf-mb-xl-38 {
    margin-bottom: 2.375rem !important;
  }
  .mf-mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mf-mb-xl-42 {
    margin-bottom: 2.625rem !important;
  }
  .mf-mb-xl-44 {
    margin-bottom: 2.75rem !important;
  }
  .mf-mb-xl-46 {
    margin-bottom: 2.875rem !important;
  }
  .mf-mb-xl-48 {
    margin-bottom: 3rem !important;
  }
  .mf-mb-xl-52 {
    margin-bottom: 3.25rem !important;
  }
  .mf-mb-xl-54 {
    margin-bottom: 3.375rem !important;
  }
  .mf-mb-xl-56 {
    margin-bottom: 3.5rem !important;
  }
  .mf-mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mf-mb-xl-64 {
    margin-bottom: 4rem !important;
  }
  .mf-mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mf-mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mf-mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mf-mb-xl-96 {
    margin-bottom: 6rem !important;
  }
  .mf-mb-xl-112 {
    margin-bottom: 7rem !important;
  }
  .mf-mb-xl-114 {
    margin-bottom: 7.125rem !important;
  }
  .mf-mb-xl-116 {
    margin-bottom: 7.25rem !important;
  }
  .mf-mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mf-mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mf-mb-xl-176 {
    margin-bottom: 11rem !important;
  }
  .mf-mb-xl-230 {
    margin-bottom: 14.375rem !important;
  }
  .mf-mb-xl-300 {
    margin-bottom: 18.75rem !important;
  }
  .mf-mb-xl-100p {
    margin-bottom: 100% !important;
  }
  .mf-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mf-ml-xl-none {
    margin-left: 0 !important;
  }
  .mf-ml-xl-4 {
    margin-left: 0.25rem !important;
  }
  .mf-ml-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .mf-ml-xl-6 {
    margin-left: 0.375rem !important;
  }
  .mf-ml-xl-8 {
    margin-left: 0.5rem !important;
  }
  .mf-ml-xl-10 {
    margin-left: 0.625rem !important;
  }
  .mf-ml-xl-12 {
    margin-left: 0.75rem !important;
  }
  .mf-ml-xl-16 {
    margin-left: 1rem !important;
  }
  .mf-ml-xl-20 {
    margin-left: 1.25rem !important;
  }
  .mf-ml-xl-24 {
    margin-left: 1.5rem !important;
  }
  .mf-ml-xl-30 {
    margin-left: 1.875rem !important;
  }
  .mf-ml-xl-32 {
    margin-left: 2rem !important;
  }
  .mf-ml-xl-34 {
    margin-left: 2.125rem !important;
  }
  .mf-ml-xl-36 {
    margin-left: 2.25rem !important;
  }
  .mf-ml-xl-38 {
    margin-left: 2.375rem !important;
  }
  .mf-ml-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mf-ml-xl-42 {
    margin-left: 2.625rem !important;
  }
  .mf-ml-xl-44 {
    margin-left: 2.75rem !important;
  }
  .mf-ml-xl-46 {
    margin-left: 2.875rem !important;
  }
  .mf-ml-xl-48 {
    margin-left: 3rem !important;
  }
  .mf-ml-xl-52 {
    margin-left: 3.25rem !important;
  }
  .mf-ml-xl-54 {
    margin-left: 3.375rem !important;
  }
  .mf-ml-xl-56 {
    margin-left: 3.5rem !important;
  }
  .mf-ml-xl-60 {
    margin-left: 3.75rem !important;
  }
  .mf-ml-xl-64 {
    margin-left: 4rem !important;
  }
  .mf-ml-xl-70 {
    margin-left: 4.375rem !important;
  }
  .mf-ml-xl-80 {
    margin-left: 5rem !important;
  }
  .mf-ml-xl-90 {
    margin-left: 5.625rem !important;
  }
  .mf-ml-xl-96 {
    margin-left: 6rem !important;
  }
  .mf-ml-xl-112 {
    margin-left: 7rem !important;
  }
  .mf-ml-xl-114 {
    margin-left: 7.125rem !important;
  }
  .mf-ml-xl-116 {
    margin-left: 7.25rem !important;
  }
  .mf-ml-xl-140 {
    margin-left: 8.75rem !important;
  }
  .mf-ml-xl-160 {
    margin-left: 10rem !important;
  }
  .mf-ml-xl-176 {
    margin-left: 11rem !important;
  }
  .mf-ml-xl-230 {
    margin-left: 14.375rem !important;
  }
  .mf-ml-xl-300 {
    margin-left: 18.75rem !important;
  }
  .mf-ml-xl-100p {
    margin-left: 100% !important;
  }
  .mf-ml-xl-auto {
    margin-left: auto !important;
  }
  .mf-mr-xl-none {
    margin-right: 0 !important;
  }
  .mf-mr-xl-4 {
    margin-right: 0.25rem !important;
  }
  .mf-mr-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .mf-mr-xl-6 {
    margin-right: 0.375rem !important;
  }
  .mf-mr-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mf-mr-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mf-mr-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mf-mr-xl-16 {
    margin-right: 1rem !important;
  }
  .mf-mr-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mf-mr-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mf-mr-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mf-mr-xl-32 {
    margin-right: 2rem !important;
  }
  .mf-mr-xl-34 {
    margin-right: 2.125rem !important;
  }
  .mf-mr-xl-36 {
    margin-right: 2.25rem !important;
  }
  .mf-mr-xl-38 {
    margin-right: 2.375rem !important;
  }
  .mf-mr-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mf-mr-xl-42 {
    margin-right: 2.625rem !important;
  }
  .mf-mr-xl-44 {
    margin-right: 2.75rem !important;
  }
  .mf-mr-xl-46 {
    margin-right: 2.875rem !important;
  }
  .mf-mr-xl-48 {
    margin-right: 3rem !important;
  }
  .mf-mr-xl-52 {
    margin-right: 3.25rem !important;
  }
  .mf-mr-xl-54 {
    margin-right: 3.375rem !important;
  }
  .mf-mr-xl-56 {
    margin-right: 3.5rem !important;
  }
  .mf-mr-xl-60 {
    margin-right: 3.75rem !important;
  }
  .mf-mr-xl-64 {
    margin-right: 4rem !important;
  }
  .mf-mr-xl-70 {
    margin-right: 4.375rem !important;
  }
  .mf-mr-xl-80 {
    margin-right: 5rem !important;
  }
  .mf-mr-xl-90 {
    margin-right: 5.625rem !important;
  }
  .mf-mr-xl-96 {
    margin-right: 6rem !important;
  }
  .mf-mr-xl-112 {
    margin-right: 7rem !important;
  }
  .mf-mr-xl-114 {
    margin-right: 7.125rem !important;
  }
  .mf-mr-xl-116 {
    margin-right: 7.25rem !important;
  }
  .mf-mr-xl-140 {
    margin-right: 8.75rem !important;
  }
  .mf-mr-xl-160 {
    margin-right: 10rem !important;
  }
  .mf-mr-xl-176 {
    margin-right: 11rem !important;
  }
  .mf-mr-xl-230 {
    margin-right: 14.375rem !important;
  }
  .mf-mr-xl-300 {
    margin-right: 18.75rem !important;
  }
  .mf-mr-xl-100p {
    margin-right: 100% !important;
  }
  .mf-mr-xl-auto {
    margin-right: auto !important;
  }
  .mf-mx-xl-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf-mx-xl-4 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mf-mx-xl-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mf-mx-xl-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .mf-mx-xl-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mf-mx-xl-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mf-mx-xl-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mf-mx-xl-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mf-mx-xl-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mf-mx-xl-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mf-mx-xl-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mf-mx-xl-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mf-mx-xl-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }
  .mf-mx-xl-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mf-mx-xl-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mf-mx-xl-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mf-mx-xl-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }
  .mf-mx-xl-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mf-mx-xl-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }
  .mf-mx-xl-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mf-mx-xl-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mf-mx-xl-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }
  .mf-mx-xl-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mf-mx-xl-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mf-mx-xl-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mf-mx-xl-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .mf-mx-xl-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mf-mx-xl-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .mf-mx-xl-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mf-mx-xl-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mf-mx-xl-114 {
    margin-left: 7.125rem !important;
    margin-right: 7.125rem !important;
  }
  .mf-mx-xl-116 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mf-mx-xl-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mf-mx-xl-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mf-mx-xl-176 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mf-mx-xl-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
  }
  .mf-mx-xl-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mf-mx-xl-100p {
    margin-left: 100% !important;
    margin-right: 100% !important;
  }
  .mf-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mf-p-xl-none {
    padding: 0 !important;
  }
  .mf-p-xl-4 {
    padding: 0.25rem !important;
  }
  .mf-p-xl-5 {
    padding: 0.3125rem !important;
  }
  .mf-p-xl-6 {
    padding: 0.375rem !important;
  }
  .mf-p-xl-8 {
    padding: 0.5rem !important;
  }
  .mf-p-xl-10 {
    padding: 0.625rem !important;
  }
  .mf-p-xl-12 {
    padding: 0.75rem !important;
  }
  .mf-p-xl-16 {
    padding: 1rem !important;
  }
  .mf-p-xl-20 {
    padding: 1.25rem !important;
  }
  .mf-p-xl-24 {
    padding: 1.5rem !important;
  }
  .mf-p-xl-30 {
    padding: 1.875rem !important;
  }
  .mf-p-xl-32 {
    padding: 2rem !important;
  }
  .mf-p-xl-34 {
    padding: 2.125rem !important;
  }
  .mf-p-xl-36 {
    padding: 2.25rem !important;
  }
  .mf-p-xl-38 {
    padding: 2.375rem !important;
  }
  .mf-p-xl-40 {
    padding: 2.5rem !important;
  }
  .mf-p-xl-42 {
    padding: 2.625rem !important;
  }
  .mf-p-xl-44 {
    padding: 2.75rem !important;
  }
  .mf-p-xl-46 {
    padding: 2.875rem !important;
  }
  .mf-p-xl-48 {
    padding: 3rem !important;
  }
  .mf-p-xl-52 {
    padding: 3.25rem !important;
  }
  .mf-p-xl-54 {
    padding: 3.375rem !important;
  }
  .mf-p-xl-56 {
    padding: 3.5rem !important;
  }
  .mf-p-xl-60 {
    padding: 3.75rem !important;
  }
  .mf-p-xl-64 {
    padding: 4rem !important;
  }
  .mf-p-xl-70 {
    padding: 4.375rem !important;
  }
  .mf-p-xl-80 {
    padding: 5rem !important;
  }
  .mf-p-xl-90 {
    padding: 5.625rem !important;
  }
  .mf-p-xl-96 {
    padding: 6rem !important;
  }
  .mf-p-xl-112 {
    padding: 7rem !important;
  }
  .mf-p-xl-114 {
    padding: 7.125rem !important;
  }
  .mf-p-xl-116 {
    padding: 7.25rem !important;
  }
  .mf-p-xl-140 {
    padding: 8.75rem !important;
  }
  .mf-p-xl-160 {
    padding: 10rem !important;
  }
  .mf-p-xl-176 {
    padding: 11rem !important;
  }
  .mf-p-xl-230 {
    padding: 14.375rem !important;
  }
  .mf-p-xl-300 {
    padding: 18.75rem !important;
  }
  .mf-p-xl-100p {
    padding: 100% !important;
  }
  .mf-p-xl-auto {
    padding: auto !important;
  }
  .mf-py-xl-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mf-py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .mf-py-xl-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .mf-py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mf-py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .mf-py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mf-py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mf-py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mf-py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mf-py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .mf-py-xl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mf-py-xl-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .mf-py-xl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mf-py-xl-38 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .mf-py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mf-py-xl-42 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .mf-py-xl-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .mf-py-xl-46 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .mf-py-xl-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mf-py-xl-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .mf-py-xl-54 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .mf-py-xl-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mf-py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .mf-py-xl-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mf-py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .mf-py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mf-py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .mf-py-xl-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mf-py-xl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mf-py-xl-114 {
    padding-top: 7.125rem !important;
    padding-bottom: 7.125rem !important;
  }
  .mf-py-xl-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .mf-py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .mf-py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mf-py-xl-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mf-py-xl-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .mf-py-xl-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .mf-py-xl-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .mf-py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .mf-px-xl-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mf-px-xl-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mf-px-xl-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .mf-px-xl-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .mf-px-xl-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mf-px-xl-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .mf-px-xl-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mf-px-xl-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mf-px-xl-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mf-px-xl-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mf-px-xl-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mf-px-xl-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mf-px-xl-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .mf-px-xl-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .mf-px-xl-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
  .mf-px-xl-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mf-px-xl-42 {
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }
  .mf-px-xl-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .mf-px-xl-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }
  .mf-px-xl-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mf-px-xl-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .mf-px-xl-54 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }
  .mf-px-xl-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mf-px-xl-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mf-px-xl-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mf-px-xl-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .mf-px-xl-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mf-px-xl-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .mf-px-xl-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mf-px-xl-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .mf-px-xl-114 {
    padding-left: 7.125rem !important;
    padding-right: 7.125rem !important;
  }
  .mf-px-xl-116 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .mf-px-xl-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .mf-px-xl-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .mf-px-xl-176 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .mf-px-xl-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
  }
  .mf-px-xl-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .mf-px-xl-100p {
    padding-left: 100% !important;
    padding-right: 100% !important;
  }
  .mf-px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .mf-pt-xl-none {
    padding-top: 0 !important;
  }
  .mf-pt-xl-4 {
    padding-top: 0.25rem !important;
  }
  .mf-pt-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .mf-pt-xl-6 {
    padding-top: 0.375rem !important;
  }
  .mf-pt-xl-8 {
    padding-top: 0.5rem !important;
  }
  .mf-pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .mf-pt-xl-12 {
    padding-top: 0.75rem !important;
  }
  .mf-pt-xl-16 {
    padding-top: 1rem !important;
  }
  .mf-pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .mf-pt-xl-24 {
    padding-top: 1.5rem !important;
  }
  .mf-pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .mf-pt-xl-32 {
    padding-top: 2rem !important;
  }
  .mf-pt-xl-34 {
    padding-top: 2.125rem !important;
  }
  .mf-pt-xl-36 {
    padding-top: 2.25rem !important;
  }
  .mf-pt-xl-38 {
    padding-top: 2.375rem !important;
  }
  .mf-pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .mf-pt-xl-42 {
    padding-top: 2.625rem !important;
  }
  .mf-pt-xl-44 {
    padding-top: 2.75rem !important;
  }
  .mf-pt-xl-46 {
    padding-top: 2.875rem !important;
  }
  .mf-pt-xl-48 {
    padding-top: 3rem !important;
  }
  .mf-pt-xl-52 {
    padding-top: 3.25rem !important;
  }
  .mf-pt-xl-54 {
    padding-top: 3.375rem !important;
  }
  .mf-pt-xl-56 {
    padding-top: 3.5rem !important;
  }
  .mf-pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .mf-pt-xl-64 {
    padding-top: 4rem !important;
  }
  .mf-pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .mf-pt-xl-80 {
    padding-top: 5rem !important;
  }
  .mf-pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .mf-pt-xl-96 {
    padding-top: 6rem !important;
  }
  .mf-pt-xl-112 {
    padding-top: 7rem !important;
  }
  .mf-pt-xl-114 {
    padding-top: 7.125rem !important;
  }
  .mf-pt-xl-116 {
    padding-top: 7.25rem !important;
  }
  .mf-pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .mf-pt-xl-160 {
    padding-top: 10rem !important;
  }
  .mf-pt-xl-176 {
    padding-top: 11rem !important;
  }
  .mf-pt-xl-230 {
    padding-top: 14.375rem !important;
  }
  .mf-pt-xl-300 {
    padding-top: 18.75rem !important;
  }
  .mf-pt-xl-100p {
    padding-top: 100% !important;
  }
  .mf-pt-xl-auto {
    padding-top: auto !important;
  }
  .mf-pb-xl-none {
    padding-bottom: 0 !important;
  }
  .mf-pb-xl-4 {
    padding-bottom: 0.25rem !important;
  }
  .mf-pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mf-pb-xl-6 {
    padding-bottom: 0.375rem !important;
  }
  .mf-pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .mf-pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .mf-pb-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .mf-pb-xl-16 {
    padding-bottom: 1rem !important;
  }
  .mf-pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .mf-pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .mf-pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .mf-pb-xl-32 {
    padding-bottom: 2rem !important;
  }
  .mf-pb-xl-34 {
    padding-bottom: 2.125rem !important;
  }
  .mf-pb-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .mf-pb-xl-38 {
    padding-bottom: 2.375rem !important;
  }
  .mf-pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .mf-pb-xl-42 {
    padding-bottom: 2.625rem !important;
  }
  .mf-pb-xl-44 {
    padding-bottom: 2.75rem !important;
  }
  .mf-pb-xl-46 {
    padding-bottom: 2.875rem !important;
  }
  .mf-pb-xl-48 {
    padding-bottom: 3rem !important;
  }
  .mf-pb-xl-52 {
    padding-bottom: 3.25rem !important;
  }
  .mf-pb-xl-54 {
    padding-bottom: 3.375rem !important;
  }
  .mf-pb-xl-56 {
    padding-bottom: 3.5rem !important;
  }
  .mf-pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .mf-pb-xl-64 {
    padding-bottom: 4rem !important;
  }
  .mf-pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .mf-pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .mf-pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .mf-pb-xl-96 {
    padding-bottom: 6rem !important;
  }
  .mf-pb-xl-112 {
    padding-bottom: 7rem !important;
  }
  .mf-pb-xl-114 {
    padding-bottom: 7.125rem !important;
  }
  .mf-pb-xl-116 {
    padding-bottom: 7.25rem !important;
  }
  .mf-pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .mf-pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .mf-pb-xl-176 {
    padding-bottom: 11rem !important;
  }
  .mf-pb-xl-230 {
    padding-bottom: 14.375rem !important;
  }
  .mf-pb-xl-300 {
    padding-bottom: 18.75rem !important;
  }
  .mf-pb-xl-100p {
    padding-bottom: 100% !important;
  }
  .mf-pb-xl-auto {
    padding-bottom: auto !important;
  }
  .mf-pl-xl-none {
    padding-left: 0 !important;
  }
  .mf-pl-xl-4 {
    padding-left: 0.25rem !important;
  }
  .mf-pl-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .mf-pl-xl-6 {
    padding-left: 0.375rem !important;
  }
  .mf-pl-xl-8 {
    padding-left: 0.5rem !important;
  }
  .mf-pl-xl-10 {
    padding-left: 0.625rem !important;
  }
  .mf-pl-xl-12 {
    padding-left: 0.75rem !important;
  }
  .mf-pl-xl-16 {
    padding-left: 1rem !important;
  }
  .mf-pl-xl-20 {
    padding-left: 1.25rem !important;
  }
  .mf-pl-xl-24 {
    padding-left: 1.5rem !important;
  }
  .mf-pl-xl-30 {
    padding-left: 1.875rem !important;
  }
  .mf-pl-xl-32 {
    padding-left: 2rem !important;
  }
  .mf-pl-xl-34 {
    padding-left: 2.125rem !important;
  }
  .mf-pl-xl-36 {
    padding-left: 2.25rem !important;
  }
  .mf-pl-xl-38 {
    padding-left: 2.375rem !important;
  }
  .mf-pl-xl-40 {
    padding-left: 2.5rem !important;
  }
  .mf-pl-xl-42 {
    padding-left: 2.625rem !important;
  }
  .mf-pl-xl-44 {
    padding-left: 2.75rem !important;
  }
  .mf-pl-xl-46 {
    padding-left: 2.875rem !important;
  }
  .mf-pl-xl-48 {
    padding-left: 3rem !important;
  }
  .mf-pl-xl-52 {
    padding-left: 3.25rem !important;
  }
  .mf-pl-xl-54 {
    padding-left: 3.375rem !important;
  }
  .mf-pl-xl-56 {
    padding-left: 3.5rem !important;
  }
  .mf-pl-xl-60 {
    padding-left: 3.75rem !important;
  }
  .mf-pl-xl-64 {
    padding-left: 4rem !important;
  }
  .mf-pl-xl-70 {
    padding-left: 4.375rem !important;
  }
  .mf-pl-xl-80 {
    padding-left: 5rem !important;
  }
  .mf-pl-xl-90 {
    padding-left: 5.625rem !important;
  }
  .mf-pl-xl-96 {
    padding-left: 6rem !important;
  }
  .mf-pl-xl-112 {
    padding-left: 7rem !important;
  }
  .mf-pl-xl-114 {
    padding-left: 7.125rem !important;
  }
  .mf-pl-xl-116 {
    padding-left: 7.25rem !important;
  }
  .mf-pl-xl-140 {
    padding-left: 8.75rem !important;
  }
  .mf-pl-xl-160 {
    padding-left: 10rem !important;
  }
  .mf-pl-xl-176 {
    padding-left: 11rem !important;
  }
  .mf-pl-xl-230 {
    padding-left: 14.375rem !important;
  }
  .mf-pl-xl-300 {
    padding-left: 18.75rem !important;
  }
  .mf-pl-xl-100p {
    padding-left: 100% !important;
  }
  .mf-pl-xl-auto {
    padding-left: auto !important;
  }
  .mf-pr-xl-none {
    padding-right: 0 !important;
  }
  .mf-pr-xl-4 {
    padding-right: 0.25rem !important;
  }
  .mf-pr-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .mf-pr-xl-6 {
    padding-right: 0.375rem !important;
  }
  .mf-pr-xl-8 {
    padding-right: 0.5rem !important;
  }
  .mf-pr-xl-10 {
    padding-right: 0.625rem !important;
  }
  .mf-pr-xl-12 {
    padding-right: 0.75rem !important;
  }
  .mf-pr-xl-16 {
    padding-right: 1rem !important;
  }
  .mf-pr-xl-20 {
    padding-right: 1.25rem !important;
  }
  .mf-pr-xl-24 {
    padding-right: 1.5rem !important;
  }
  .mf-pr-xl-30 {
    padding-right: 1.875rem !important;
  }
  .mf-pr-xl-32 {
    padding-right: 2rem !important;
  }
  .mf-pr-xl-34 {
    padding-right: 2.125rem !important;
  }
  .mf-pr-xl-36 {
    padding-right: 2.25rem !important;
  }
  .mf-pr-xl-38 {
    padding-right: 2.375rem !important;
  }
  .mf-pr-xl-40 {
    padding-right: 2.5rem !important;
  }
  .mf-pr-xl-42 {
    padding-right: 2.625rem !important;
  }
  .mf-pr-xl-44 {
    padding-right: 2.75rem !important;
  }
  .mf-pr-xl-46 {
    padding-right: 2.875rem !important;
  }
  .mf-pr-xl-48 {
    padding-right: 3rem !important;
  }
  .mf-pr-xl-52 {
    padding-right: 3.25rem !important;
  }
  .mf-pr-xl-54 {
    padding-right: 3.375rem !important;
  }
  .mf-pr-xl-56 {
    padding-right: 3.5rem !important;
  }
  .mf-pr-xl-60 {
    padding-right: 3.75rem !important;
  }
  .mf-pr-xl-64 {
    padding-right: 4rem !important;
  }
  .mf-pr-xl-70 {
    padding-right: 4.375rem !important;
  }
  .mf-pr-xl-80 {
    padding-right: 5rem !important;
  }
  .mf-pr-xl-90 {
    padding-right: 5.625rem !important;
  }
  .mf-pr-xl-96 {
    padding-right: 6rem !important;
  }
  .mf-pr-xl-112 {
    padding-right: 7rem !important;
  }
  .mf-pr-xl-114 {
    padding-right: 7.125rem !important;
  }
  .mf-pr-xl-116 {
    padding-right: 7.25rem !important;
  }
  .mf-pr-xl-140 {
    padding-right: 8.75rem !important;
  }
  .mf-pr-xl-160 {
    padding-right: 10rem !important;
  }
  .mf-pr-xl-176 {
    padding-right: 11rem !important;
  }
  .mf-pr-xl-230 {
    padding-right: 14.375rem !important;
  }
  .mf-pr-xl-300 {
    padding-right: 18.75rem !important;
  }
  .mf-pr-xl-100p {
    padding-right: 100% !important;
  }
  .mf-pr-xl-auto {
    padding-right: auto !important;
  }
  .mf-gap-xl-none {
    gap: 0 !important;
  }
  .mf-gap-xl-4 {
    gap: 0.25rem !important;
  }
  .mf-gap-xl-5 {
    gap: 0.3125rem !important;
  }
  .mf-gap-xl-6 {
    gap: 0.375rem !important;
  }
  .mf-gap-xl-8 {
    gap: 0.5rem !important;
  }
  .mf-gap-xl-10 {
    gap: 0.625rem !important;
  }
  .mf-gap-xl-12 {
    gap: 0.75rem !important;
  }
  .mf-gap-xl-16 {
    gap: 1rem !important;
  }
  .mf-gap-xl-20 {
    gap: 1.25rem !important;
  }
  .mf-gap-xl-24 {
    gap: 1.5rem !important;
  }
  .mf-gap-xl-30 {
    gap: 1.875rem !important;
  }
  .mf-gap-xl-32 {
    gap: 2rem !important;
  }
  .mf-gap-xl-34 {
    gap: 2.125rem !important;
  }
  .mf-gap-xl-36 {
    gap: 2.25rem !important;
  }
  .mf-gap-xl-38 {
    gap: 2.375rem !important;
  }
  .mf-gap-xl-40 {
    gap: 2.5rem !important;
  }
  .mf-gap-xl-42 {
    gap: 2.625rem !important;
  }
  .mf-gap-xl-44 {
    gap: 2.75rem !important;
  }
  .mf-gap-xl-46 {
    gap: 2.875rem !important;
  }
  .mf-gap-xl-48 {
    gap: 3rem !important;
  }
  .mf-gap-xl-52 {
    gap: 3.25rem !important;
  }
  .mf-gap-xl-54 {
    gap: 3.375rem !important;
  }
  .mf-gap-xl-56 {
    gap: 3.5rem !important;
  }
  .mf-gap-xl-60 {
    gap: 3.75rem !important;
  }
  .mf-gap-xl-64 {
    gap: 4rem !important;
  }
  .mf-gap-xl-70 {
    gap: 4.375rem !important;
  }
  .mf-gap-xl-80 {
    gap: 5rem !important;
  }
  .mf-gap-xl-90 {
    gap: 5.625rem !important;
  }
  .mf-gap-xl-96 {
    gap: 6rem !important;
  }
  .mf-gap-xl-112 {
    gap: 7rem !important;
  }
  .mf-gap-xl-114 {
    gap: 7.125rem !important;
  }
  .mf-gap-xl-116 {
    gap: 7.25rem !important;
  }
  .mf-gap-xl-140 {
    gap: 8.75rem !important;
  }
  .mf-gap-xl-160 {
    gap: 10rem !important;
  }
  .mf-gap-xl-176 {
    gap: 11rem !important;
  }
  .mf-gap-xl-230 {
    gap: 14.375rem !important;
  }
  .mf-gap-xl-300 {
    gap: 18.75rem !important;
  }
  .mf-gap-xl-100p {
    gap: 100% !important;
  }
  .mf-gap-xl-auto {
    gap: auto !important;
  }
  .mf-row-gap-xl-none {
    row-gap: 0 !important;
  }
  .mf-row-gap-xl-4 {
    row-gap: 0.25rem !important;
  }
  .mf-row-gap-xl-5 {
    row-gap: 0.3125rem !important;
  }
  .mf-row-gap-xl-6 {
    row-gap: 0.375rem !important;
  }
  .mf-row-gap-xl-8 {
    row-gap: 0.5rem !important;
  }
  .mf-row-gap-xl-10 {
    row-gap: 0.625rem !important;
  }
  .mf-row-gap-xl-12 {
    row-gap: 0.75rem !important;
  }
  .mf-row-gap-xl-16 {
    row-gap: 1rem !important;
  }
  .mf-row-gap-xl-20 {
    row-gap: 1.25rem !important;
  }
  .mf-row-gap-xl-24 {
    row-gap: 1.5rem !important;
  }
  .mf-row-gap-xl-30 {
    row-gap: 1.875rem !important;
  }
  .mf-row-gap-xl-32 {
    row-gap: 2rem !important;
  }
  .mf-row-gap-xl-34 {
    row-gap: 2.125rem !important;
  }
  .mf-row-gap-xl-36 {
    row-gap: 2.25rem !important;
  }
  .mf-row-gap-xl-38 {
    row-gap: 2.375rem !important;
  }
  .mf-row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .mf-row-gap-xl-42 {
    row-gap: 2.625rem !important;
  }
  .mf-row-gap-xl-44 {
    row-gap: 2.75rem !important;
  }
  .mf-row-gap-xl-46 {
    row-gap: 2.875rem !important;
  }
  .mf-row-gap-xl-48 {
    row-gap: 3rem !important;
  }
  .mf-row-gap-xl-52 {
    row-gap: 3.25rem !important;
  }
  .mf-row-gap-xl-54 {
    row-gap: 3.375rem !important;
  }
  .mf-row-gap-xl-56 {
    row-gap: 3.5rem !important;
  }
  .mf-row-gap-xl-60 {
    row-gap: 3.75rem !important;
  }
  .mf-row-gap-xl-64 {
    row-gap: 4rem !important;
  }
  .mf-row-gap-xl-70 {
    row-gap: 4.375rem !important;
  }
  .mf-row-gap-xl-80 {
    row-gap: 5rem !important;
  }
  .mf-row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .mf-row-gap-xl-96 {
    row-gap: 6rem !important;
  }
  .mf-row-gap-xl-112 {
    row-gap: 7rem !important;
  }
  .mf-row-gap-xl-114 {
    row-gap: 7.125rem !important;
  }
  .mf-row-gap-xl-116 {
    row-gap: 7.25rem !important;
  }
  .mf-row-gap-xl-140 {
    row-gap: 8.75rem !important;
  }
  .mf-row-gap-xl-160 {
    row-gap: 10rem !important;
  }
  .mf-row-gap-xl-176 {
    row-gap: 11rem !important;
  }
  .mf-row-gap-xl-230 {
    row-gap: 14.375rem !important;
  }
  .mf-row-gap-xl-300 {
    row-gap: 18.75rem !important;
  }
  .mf-row-gap-xl-100p {
    row-gap: 100% !important;
  }
  .mf-column-gap-xl-none {
    column-gap: 0 !important;
  }
  .mf-column-gap-xl-4 {
    column-gap: 0.25rem !important;
  }
  .mf-column-gap-xl-5 {
    column-gap: 0.3125rem !important;
  }
  .mf-column-gap-xl-6 {
    column-gap: 0.375rem !important;
  }
  .mf-column-gap-xl-8 {
    column-gap: 0.5rem !important;
  }
  .mf-column-gap-xl-10 {
    column-gap: 0.625rem !important;
  }
  .mf-column-gap-xl-12 {
    column-gap: 0.75rem !important;
  }
  .mf-column-gap-xl-16 {
    column-gap: 1rem !important;
  }
  .mf-column-gap-xl-20 {
    column-gap: 1.25rem !important;
  }
  .mf-column-gap-xl-24 {
    column-gap: 1.5rem !important;
  }
  .mf-column-gap-xl-30 {
    column-gap: 1.875rem !important;
  }
  .mf-column-gap-xl-32 {
    column-gap: 2rem !important;
  }
  .mf-column-gap-xl-34 {
    column-gap: 2.125rem !important;
  }
  .mf-column-gap-xl-36 {
    column-gap: 2.25rem !important;
  }
  .mf-column-gap-xl-38 {
    column-gap: 2.375rem !important;
  }
  .mf-column-gap-xl-40 {
    column-gap: 2.5rem !important;
  }
  .mf-column-gap-xl-42 {
    column-gap: 2.625rem !important;
  }
  .mf-column-gap-xl-44 {
    column-gap: 2.75rem !important;
  }
  .mf-column-gap-xl-46 {
    column-gap: 2.875rem !important;
  }
  .mf-column-gap-xl-48 {
    column-gap: 3rem !important;
  }
  .mf-column-gap-xl-52 {
    column-gap: 3.25rem !important;
  }
  .mf-column-gap-xl-54 {
    column-gap: 3.375rem !important;
  }
  .mf-column-gap-xl-56 {
    column-gap: 3.5rem !important;
  }
  .mf-column-gap-xl-60 {
    column-gap: 3.75rem !important;
  }
  .mf-column-gap-xl-64 {
    column-gap: 4rem !important;
  }
  .mf-column-gap-xl-70 {
    column-gap: 4.375rem !important;
  }
  .mf-column-gap-xl-80 {
    column-gap: 5rem !important;
  }
  .mf-column-gap-xl-90 {
    column-gap: 5.625rem !important;
  }
  .mf-column-gap-xl-96 {
    column-gap: 6rem !important;
  }
  .mf-column-gap-xl-112 {
    column-gap: 7rem !important;
  }
  .mf-column-gap-xl-114 {
    column-gap: 7.125rem !important;
  }
  .mf-column-gap-xl-116 {
    column-gap: 7.25rem !important;
  }
  .mf-column-gap-xl-140 {
    column-gap: 8.75rem !important;
  }
  .mf-column-gap-xl-160 {
    column-gap: 10rem !important;
  }
  .mf-column-gap-xl-176 {
    column-gap: 11rem !important;
  }
  .mf-column-gap-xl-230 {
    column-gap: 14.375rem !important;
  }
  .mf-column-gap-xl-300 {
    column-gap: 18.75rem !important;
  }
  .mf-column-gap-xl-100p {
    column-gap: 100% !important;
  }
  .mf-height-xl-none {
    height: 0 !important;
  }
  .mf-height-xl-4 {
    height: 0.25rem !important;
  }
  .mf-height-xl-5 {
    height: 0.3125rem !important;
  }
  .mf-height-xl-6 {
    height: 0.375rem !important;
  }
  .mf-height-xl-8 {
    height: 0.5rem !important;
  }
  .mf-height-xl-10 {
    height: 0.625rem !important;
  }
  .mf-height-xl-12 {
    height: 0.75rem !important;
  }
  .mf-height-xl-16 {
    height: 1rem !important;
  }
  .mf-height-xl-20 {
    height: 1.25rem !important;
  }
  .mf-height-xl-24 {
    height: 1.5rem !important;
  }
  .mf-height-xl-30 {
    height: 1.875rem !important;
  }
  .mf-height-xl-32 {
    height: 2rem !important;
  }
  .mf-height-xl-34 {
    height: 2.125rem !important;
  }
  .mf-height-xl-36 {
    height: 2.25rem !important;
  }
  .mf-height-xl-38 {
    height: 2.375rem !important;
  }
  .mf-height-xl-40 {
    height: 2.5rem !important;
  }
  .mf-height-xl-42 {
    height: 2.625rem !important;
  }
  .mf-height-xl-44 {
    height: 2.75rem !important;
  }
  .mf-height-xl-46 {
    height: 2.875rem !important;
  }
  .mf-height-xl-48 {
    height: 3rem !important;
  }
  .mf-height-xl-52 {
    height: 3.25rem !important;
  }
  .mf-height-xl-54 {
    height: 3.375rem !important;
  }
  .mf-height-xl-56 {
    height: 3.5rem !important;
  }
  .mf-height-xl-60 {
    height: 3.75rem !important;
  }
  .mf-height-xl-64 {
    height: 4rem !important;
  }
  .mf-height-xl-70 {
    height: 4.375rem !important;
  }
  .mf-height-xl-80 {
    height: 5rem !important;
  }
  .mf-height-xl-90 {
    height: 5.625rem !important;
  }
  .mf-height-xl-96 {
    height: 6rem !important;
  }
  .mf-height-xl-112 {
    height: 7rem !important;
  }
  .mf-height-xl-114 {
    height: 7.125rem !important;
  }
  .mf-height-xl-116 {
    height: 7.25rem !important;
  }
  .mf-height-xl-140 {
    height: 8.75rem !important;
  }
  .mf-height-xl-160 {
    height: 10rem !important;
  }
  .mf-height-xl-176 {
    height: 11rem !important;
  }
  .mf-height-xl-230 {
    height: 14.375rem !important;
  }
  .mf-height-xl-300 {
    height: 18.75rem !important;
  }
  .mf-height-xl-100p {
    height: 100% !important;
  }
  .mf-width-xl-none {
    width: 0 !important;
  }
  .mf-width-xl-4 {
    width: 0.25rem !important;
  }
  .mf-width-xl-5 {
    width: 0.3125rem !important;
  }
  .mf-width-xl-6 {
    width: 0.375rem !important;
  }
  .mf-width-xl-8 {
    width: 0.5rem !important;
  }
  .mf-width-xl-10 {
    width: 0.625rem !important;
  }
  .mf-width-xl-12 {
    width: 0.75rem !important;
  }
  .mf-width-xl-16 {
    width: 1rem !important;
  }
  .mf-width-xl-20 {
    width: 1.25rem !important;
  }
  .mf-width-xl-24 {
    width: 1.5rem !important;
  }
  .mf-width-xl-30 {
    width: 1.875rem !important;
  }
  .mf-width-xl-32 {
    width: 2rem !important;
  }
  .mf-width-xl-34 {
    width: 2.125rem !important;
  }
  .mf-width-xl-36 {
    width: 2.25rem !important;
  }
  .mf-width-xl-38 {
    width: 2.375rem !important;
  }
  .mf-width-xl-40 {
    width: 2.5rem !important;
  }
  .mf-width-xl-42 {
    width: 2.625rem !important;
  }
  .mf-width-xl-44 {
    width: 2.75rem !important;
  }
  .mf-width-xl-46 {
    width: 2.875rem !important;
  }
  .mf-width-xl-48 {
    width: 3rem !important;
  }
  .mf-width-xl-52 {
    width: 3.25rem !important;
  }
  .mf-width-xl-54 {
    width: 3.375rem !important;
  }
  .mf-width-xl-56 {
    width: 3.5rem !important;
  }
  .mf-width-xl-60 {
    width: 3.75rem !important;
  }
  .mf-width-xl-64 {
    width: 4rem !important;
  }
  .mf-width-xl-70 {
    width: 4.375rem !important;
  }
  .mf-width-xl-80 {
    width: 5rem !important;
  }
  .mf-width-xl-90 {
    width: 5.625rem !important;
  }
  .mf-width-xl-96 {
    width: 6rem !important;
  }
  .mf-width-xl-112 {
    width: 7rem !important;
  }
  .mf-width-xl-114 {
    width: 7.125rem !important;
  }
  .mf-width-xl-116 {
    width: 7.25rem !important;
  }
  .mf-width-xl-140 {
    width: 8.75rem !important;
  }
  .mf-width-xl-160 {
    width: 10rem !important;
  }
  .mf-width-xl-176 {
    width: 11rem !important;
  }
  .mf-width-xl-230 {
    width: 14.375rem !important;
  }
  .mf-width-xl-300 {
    width: 18.75rem !important;
  }
  .mf-width-xl-100p {
    width: 100% !important;
  }
  .mf-max-width-xl-33 {
    max-width: 33% !important;
  }
  .mf-lh-xl-none {
    line-height: 0 !important;
  }
  .mf-lh-xl-4 {
    line-height: 0.25rem !important;
  }
  .mf-lh-xl-5 {
    line-height: 0.3125rem !important;
  }
  .mf-lh-xl-6 {
    line-height: 0.375rem !important;
  }
  .mf-lh-xl-8 {
    line-height: 0.5rem !important;
  }
  .mf-lh-xl-10 {
    line-height: 0.625rem !important;
  }
  .mf-lh-xl-12 {
    line-height: 0.75rem !important;
  }
  .mf-lh-xl-16 {
    line-height: 1rem !important;
  }
  .mf-lh-xl-20 {
    line-height: 1.25rem !important;
  }
  .mf-lh-xl-24 {
    line-height: 1.5rem !important;
  }
  .mf-lh-xl-30 {
    line-height: 1.875rem !important;
  }
  .mf-lh-xl-32 {
    line-height: 2rem !important;
  }
  .mf-lh-xl-34 {
    line-height: 2.125rem !important;
  }
  .mf-lh-xl-36 {
    line-height: 2.25rem !important;
  }
  .mf-lh-xl-38 {
    line-height: 2.375rem !important;
  }
  .mf-lh-xl-40 {
    line-height: 2.5rem !important;
  }
  .mf-lh-xl-42 {
    line-height: 2.625rem !important;
  }
  .mf-lh-xl-44 {
    line-height: 2.75rem !important;
  }
  .mf-lh-xl-46 {
    line-height: 2.875rem !important;
  }
  .mf-lh-xl-48 {
    line-height: 3rem !important;
  }
  .mf-lh-xl-52 {
    line-height: 3.25rem !important;
  }
  .mf-lh-xl-54 {
    line-height: 3.375rem !important;
  }
  .mf-lh-xl-56 {
    line-height: 3.5rem !important;
  }
  .mf-lh-xl-60 {
    line-height: 3.75rem !important;
  }
  .mf-lh-xl-64 {
    line-height: 4rem !important;
  }
  .mf-lh-xl-70 {
    line-height: 4.375rem !important;
  }
  .mf-lh-xl-80 {
    line-height: 5rem !important;
  }
  .mf-lh-xl-90 {
    line-height: 5.625rem !important;
  }
  .mf-lh-xl-96 {
    line-height: 6rem !important;
  }
  .mf-lh-xl-112 {
    line-height: 7rem !important;
  }
  .mf-lh-xl-114 {
    line-height: 7.125rem !important;
  }
  .mf-lh-xl-116 {
    line-height: 7.25rem !important;
  }
  .mf-lh-xl-140 {
    line-height: 8.75rem !important;
  }
  .mf-lh-xl-160 {
    line-height: 10rem !important;
  }
  .mf-lh-xl-176 {
    line-height: 11rem !important;
  }
  .mf-lh-xl-230 {
    line-height: 14.375rem !important;
  }
  .mf-lh-xl-300 {
    line-height: 18.75rem !important;
  }
  .mf-lh-xl-100p {
    line-height: 100% !important;
  }
  .mf-color-xl-white {
    color: #ffffff !important;
  }
  .mf-color-xl-blue {
    color: #1389AD !important;
  }
  .mf-color-xl-gray {
    color: #8E9396 !important;
  }
  .mf-color-xl-base-text {
    color: #212A34 !important;
  }
  .mf-color-xl-dark-blue {
    color: #033646 !important;
  }
  .mf-color-xl-gray-2 {
    color: #8A9BA6 !important;
  }
  .mf-color-xl-yellow {
    color: #FFBE3F !important;
  }
  .mf-bg-color-xl-dark {
    background-color: #033646 !important;
  }
  .mf-bg-color-xl-blue-light {
    background-color: #EEF4F5 !important;
  }
  .mf-bg-color-xl-blue {
    background-color: #1389AD !important;
  }
  .mf-bg-color-xl-white {
    background-color: #ffffff !important;
  }
  .mf-bg-color-xl-dark-blue {
    background-color: #033646 !important;
  }
  .mf-bg-color-xl-yellow {
    background-color: #FFBE3F !important;
  }
  .mf-border-color-xl-dark {
    border-color: #033646 !important;
  }
  .mf-border-color-xl-blue-light {
    border-color: #EEF4F5 !important;
  }
  .mf-border-color-xl-blue {
    border-color: #1389AD !important;
  }
  .mf-border-color-xl-white {
    border-color: #ffffff !important;
  }
  .mf-border-color-xl-dark-blue {
    border-color: #033646 !important;
  }
  .mf-border-color-xl-yellow {
    border-color: #FFBE3F !important;
  }
  .mf-bg-image-xl-gray-1 {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
  }
  .mf-bg-image-xl-radial-blue {
    background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
  }
  .mf-opacity-xl-0 {
    opacity: 0 !important;
  }
  .mf-opacity-xl-100 {
    opacity: 100 !important;
  }
  .mf-border-xl-solid {
    border-style: solid !important;
  }
  .mf-border-xl-dashed {
    border-style: dashed !important;
  }
  .mf-border-xl-dotted {
    border-style: dotted !important;
  }
  .mf-fw-xl-100 {
    font-weight: 100 !important;
  }
  .mf-fw-xl-200 {
    font-weight: 200 !important;
  }
  .mf-fw-xl-300 {
    font-weight: 300 !important;
  }
  .mf-fw-xl-400 {
    font-weight: 400 !important;
  }
  .mf-fw-xl-500 {
    font-weight: 500 !important;
  }
  .mf-fw-xl-600 {
    font-weight: 600 !important;
  }
  .mf-fw-xl-700 {
    font-weight: 700 !important;
  }
  .mf-fw-xl-800 {
    font-weight: 800 !important;
  }
  .mf-fw-xl-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1220px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .mf-radius-xxl-none {
    border-radius: 0 !important;
  }
  .mf-radius-xxl-10 {
    border-radius: 0.625rem !important;
  }
  .mf-radius-xxl-16 {
    border-radius: 1rem !important;
  }
  .mf-radius-xxl-20 {
    border-radius: 1.25rem !important;
  }
  .mf-radius-xxl-28 {
    border-radius: 1.75rem !important;
  }
  .mf-radius-xxl-34 {
    border-radius: 2.125rem !important;
  }
  .mf-radius-xxl-40 {
    border-radius: 2.5rem !important;
  }
  .mf-my-xxl-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mf-my-xxl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mf-my-xxl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mf-my-xxl-6 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .mf-my-xxl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mf-my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mf-my-xxl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mf-my-xxl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mf-my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mf-my-xxl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mf-my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mf-my-xxl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mf-my-xxl-34 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .mf-my-xxl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .mf-my-xxl-38 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .mf-my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mf-my-xxl-42 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .mf-my-xxl-44 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mf-my-xxl-46 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .mf-my-xxl-48 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mf-my-xxl-52 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .mf-my-xxl-54 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .mf-my-xxl-56 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mf-my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mf-my-xxl-64 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mf-my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .mf-my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mf-my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .mf-my-xxl-96 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mf-my-xxl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mf-my-xxl-114 {
    margin-top: 7.125rem !important;
    margin-bottom: 7.125rem !important;
  }
  .mf-my-xxl-116 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .mf-my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mf-my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mf-my-xxl-176 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mf-my-xxl-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .mf-my-xxl-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .mf-my-xxl-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }
  .mf-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mf-mt-xxl-none {
    margin-top: 0 !important;
  }
  .mf-mt-xxl-4 {
    margin-top: 0.25rem !important;
  }
  .mf-mt-xxl-5 {
    margin-top: 0.3125rem !important;
  }
  .mf-mt-xxl-6 {
    margin-top: 0.375rem !important;
  }
  .mf-mt-xxl-8 {
    margin-top: 0.5rem !important;
  }
  .mf-mt-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mf-mt-xxl-12 {
    margin-top: 0.75rem !important;
  }
  .mf-mt-xxl-16 {
    margin-top: 1rem !important;
  }
  .mf-mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mf-mt-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mf-mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mf-mt-xxl-32 {
    margin-top: 2rem !important;
  }
  .mf-mt-xxl-34 {
    margin-top: 2.125rem !important;
  }
  .mf-mt-xxl-36 {
    margin-top: 2.25rem !important;
  }
  .mf-mt-xxl-38 {
    margin-top: 2.375rem !important;
  }
  .mf-mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mf-mt-xxl-42 {
    margin-top: 2.625rem !important;
  }
  .mf-mt-xxl-44 {
    margin-top: 2.75rem !important;
  }
  .mf-mt-xxl-46 {
    margin-top: 2.875rem !important;
  }
  .mf-mt-xxl-48 {
    margin-top: 3rem !important;
  }
  .mf-mt-xxl-52 {
    margin-top: 3.25rem !important;
  }
  .mf-mt-xxl-54 {
    margin-top: 3.375rem !important;
  }
  .mf-mt-xxl-56 {
    margin-top: 3.5rem !important;
  }
  .mf-mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mf-mt-xxl-64 {
    margin-top: 4rem !important;
  }
  .mf-mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mf-mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mf-mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mf-mt-xxl-96 {
    margin-top: 6rem !important;
  }
  .mf-mt-xxl-112 {
    margin-top: 7rem !important;
  }
  .mf-mt-xxl-114 {
    margin-top: 7.125rem !important;
  }
  .mf-mt-xxl-116 {
    margin-top: 7.25rem !important;
  }
  .mf-mt-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mf-mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mf-mt-xxl-176 {
    margin-top: 11rem !important;
  }
  .mf-mt-xxl-230 {
    margin-top: 14.375rem !important;
  }
  .mf-mt-xxl-300 {
    margin-top: 18.75rem !important;
  }
  .mf-mt-xxl-100p {
    margin-top: 100% !important;
  }
  .mf-mt-xxl-auto {
    margin-top: auto !important;
  }
  .mf-mb-xxl-none {
    margin-bottom: 0 !important;
  }
  .mf-mb-xxl-4 {
    margin-bottom: 0.25rem !important;
  }
  .mf-mb-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mf-mb-xxl-6 {
    margin-bottom: 0.375rem !important;
  }
  .mf-mb-xxl-8 {
    margin-bottom: 0.5rem !important;
  }
  .mf-mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mf-mb-xxl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mf-mb-xxl-16 {
    margin-bottom: 1rem !important;
  }
  .mf-mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mf-mb-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mf-mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mf-mb-xxl-32 {
    margin-bottom: 2rem !important;
  }
  .mf-mb-xxl-34 {
    margin-bottom: 2.125rem !important;
  }
  .mf-mb-xxl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mf-mb-xxl-38 {
    margin-bottom: 2.375rem !important;
  }
  .mf-mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mf-mb-xxl-42 {
    margin-bottom: 2.625rem !important;
  }
  .mf-mb-xxl-44 {
    margin-bottom: 2.75rem !important;
  }
  .mf-mb-xxl-46 {
    margin-bottom: 2.875rem !important;
  }
  .mf-mb-xxl-48 {
    margin-bottom: 3rem !important;
  }
  .mf-mb-xxl-52 {
    margin-bottom: 3.25rem !important;
  }
  .mf-mb-xxl-54 {
    margin-bottom: 3.375rem !important;
  }
  .mf-mb-xxl-56 {
    margin-bottom: 3.5rem !important;
  }
  .mf-mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mf-mb-xxl-64 {
    margin-bottom: 4rem !important;
  }
  .mf-mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mf-mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mf-mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mf-mb-xxl-96 {
    margin-bottom: 6rem !important;
  }
  .mf-mb-xxl-112 {
    margin-bottom: 7rem !important;
  }
  .mf-mb-xxl-114 {
    margin-bottom: 7.125rem !important;
  }
  .mf-mb-xxl-116 {
    margin-bottom: 7.25rem !important;
  }
  .mf-mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mf-mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mf-mb-xxl-176 {
    margin-bottom: 11rem !important;
  }
  .mf-mb-xxl-230 {
    margin-bottom: 14.375rem !important;
  }
  .mf-mb-xxl-300 {
    margin-bottom: 18.75rem !important;
  }
  .mf-mb-xxl-100p {
    margin-bottom: 100% !important;
  }
  .mf-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mf-ml-xxl-none {
    margin-left: 0 !important;
  }
  .mf-ml-xxl-4 {
    margin-left: 0.25rem !important;
  }
  .mf-ml-xxl-5 {
    margin-left: 0.3125rem !important;
  }
  .mf-ml-xxl-6 {
    margin-left: 0.375rem !important;
  }
  .mf-ml-xxl-8 {
    margin-left: 0.5rem !important;
  }
  .mf-ml-xxl-10 {
    margin-left: 0.625rem !important;
  }
  .mf-ml-xxl-12 {
    margin-left: 0.75rem !important;
  }
  .mf-ml-xxl-16 {
    margin-left: 1rem !important;
  }
  .mf-ml-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .mf-ml-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .mf-ml-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .mf-ml-xxl-32 {
    margin-left: 2rem !important;
  }
  .mf-ml-xxl-34 {
    margin-left: 2.125rem !important;
  }
  .mf-ml-xxl-36 {
    margin-left: 2.25rem !important;
  }
  .mf-ml-xxl-38 {
    margin-left: 2.375rem !important;
  }
  .mf-ml-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .mf-ml-xxl-42 {
    margin-left: 2.625rem !important;
  }
  .mf-ml-xxl-44 {
    margin-left: 2.75rem !important;
  }
  .mf-ml-xxl-46 {
    margin-left: 2.875rem !important;
  }
  .mf-ml-xxl-48 {
    margin-left: 3rem !important;
  }
  .mf-ml-xxl-52 {
    margin-left: 3.25rem !important;
  }
  .mf-ml-xxl-54 {
    margin-left: 3.375rem !important;
  }
  .mf-ml-xxl-56 {
    margin-left: 3.5rem !important;
  }
  .mf-ml-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .mf-ml-xxl-64 {
    margin-left: 4rem !important;
  }
  .mf-ml-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .mf-ml-xxl-80 {
    margin-left: 5rem !important;
  }
  .mf-ml-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .mf-ml-xxl-96 {
    margin-left: 6rem !important;
  }
  .mf-ml-xxl-112 {
    margin-left: 7rem !important;
  }
  .mf-ml-xxl-114 {
    margin-left: 7.125rem !important;
  }
  .mf-ml-xxl-116 {
    margin-left: 7.25rem !important;
  }
  .mf-ml-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .mf-ml-xxl-160 {
    margin-left: 10rem !important;
  }
  .mf-ml-xxl-176 {
    margin-left: 11rem !important;
  }
  .mf-ml-xxl-230 {
    margin-left: 14.375rem !important;
  }
  .mf-ml-xxl-300 {
    margin-left: 18.75rem !important;
  }
  .mf-ml-xxl-100p {
    margin-left: 100% !important;
  }
  .mf-ml-xxl-auto {
    margin-left: auto !important;
  }
  .mf-mr-xxl-none {
    margin-right: 0 !important;
  }
  .mf-mr-xxl-4 {
    margin-right: 0.25rem !important;
  }
  .mf-mr-xxl-5 {
    margin-right: 0.3125rem !important;
  }
  .mf-mr-xxl-6 {
    margin-right: 0.375rem !important;
  }
  .mf-mr-xxl-8 {
    margin-right: 0.5rem !important;
  }
  .mf-mr-xxl-10 {
    margin-right: 0.625rem !important;
  }
  .mf-mr-xxl-12 {
    margin-right: 0.75rem !important;
  }
  .mf-mr-xxl-16 {
    margin-right: 1rem !important;
  }
  .mf-mr-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .mf-mr-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .mf-mr-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .mf-mr-xxl-32 {
    margin-right: 2rem !important;
  }
  .mf-mr-xxl-34 {
    margin-right: 2.125rem !important;
  }
  .mf-mr-xxl-36 {
    margin-right: 2.25rem !important;
  }
  .mf-mr-xxl-38 {
    margin-right: 2.375rem !important;
  }
  .mf-mr-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .mf-mr-xxl-42 {
    margin-right: 2.625rem !important;
  }
  .mf-mr-xxl-44 {
    margin-right: 2.75rem !important;
  }
  .mf-mr-xxl-46 {
    margin-right: 2.875rem !important;
  }
  .mf-mr-xxl-48 {
    margin-right: 3rem !important;
  }
  .mf-mr-xxl-52 {
    margin-right: 3.25rem !important;
  }
  .mf-mr-xxl-54 {
    margin-right: 3.375rem !important;
  }
  .mf-mr-xxl-56 {
    margin-right: 3.5rem !important;
  }
  .mf-mr-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .mf-mr-xxl-64 {
    margin-right: 4rem !important;
  }
  .mf-mr-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .mf-mr-xxl-80 {
    margin-right: 5rem !important;
  }
  .mf-mr-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .mf-mr-xxl-96 {
    margin-right: 6rem !important;
  }
  .mf-mr-xxl-112 {
    margin-right: 7rem !important;
  }
  .mf-mr-xxl-114 {
    margin-right: 7.125rem !important;
  }
  .mf-mr-xxl-116 {
    margin-right: 7.25rem !important;
  }
  .mf-mr-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .mf-mr-xxl-160 {
    margin-right: 10rem !important;
  }
  .mf-mr-xxl-176 {
    margin-right: 11rem !important;
  }
  .mf-mr-xxl-230 {
    margin-right: 14.375rem !important;
  }
  .mf-mr-xxl-300 {
    margin-right: 18.75rem !important;
  }
  .mf-mr-xxl-100p {
    margin-right: 100% !important;
  }
  .mf-mr-xxl-auto {
    margin-right: auto !important;
  }
  .mf-mx-xxl-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf-mx-xxl-4 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mf-mx-xxl-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .mf-mx-xxl-6 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .mf-mx-xxl-8 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mf-mx-xxl-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .mf-mx-xxl-12 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mf-mx-xxl-16 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mf-mx-xxl-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mf-mx-xxl-24 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mf-mx-xxl-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .mf-mx-xxl-32 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mf-mx-xxl-34 {
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }
  .mf-mx-xxl-36 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mf-mx-xxl-38 {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }
  .mf-mx-xxl-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mf-mx-xxl-42 {
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }
  .mf-mx-xxl-44 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mf-mx-xxl-46 {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }
  .mf-mx-xxl-48 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mf-mx-xxl-52 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mf-mx-xxl-54 {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }
  .mf-mx-xxl-56 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mf-mx-xxl-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mf-mx-xxl-64 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mf-mx-xxl-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .mf-mx-xxl-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mf-mx-xxl-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .mf-mx-xxl-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mf-mx-xxl-112 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mf-mx-xxl-114 {
    margin-left: 7.125rem !important;
    margin-right: 7.125rem !important;
  }
  .mf-mx-xxl-116 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mf-mx-xxl-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mf-mx-xxl-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mf-mx-xxl-176 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mf-mx-xxl-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
  }
  .mf-mx-xxl-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mf-mx-xxl-100p {
    margin-left: 100% !important;
    margin-right: 100% !important;
  }
  .mf-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mf-p-xxl-none {
    padding: 0 !important;
  }
  .mf-p-xxl-4 {
    padding: 0.25rem !important;
  }
  .mf-p-xxl-5 {
    padding: 0.3125rem !important;
  }
  .mf-p-xxl-6 {
    padding: 0.375rem !important;
  }
  .mf-p-xxl-8 {
    padding: 0.5rem !important;
  }
  .mf-p-xxl-10 {
    padding: 0.625rem !important;
  }
  .mf-p-xxl-12 {
    padding: 0.75rem !important;
  }
  .mf-p-xxl-16 {
    padding: 1rem !important;
  }
  .mf-p-xxl-20 {
    padding: 1.25rem !important;
  }
  .mf-p-xxl-24 {
    padding: 1.5rem !important;
  }
  .mf-p-xxl-30 {
    padding: 1.875rem !important;
  }
  .mf-p-xxl-32 {
    padding: 2rem !important;
  }
  .mf-p-xxl-34 {
    padding: 2.125rem !important;
  }
  .mf-p-xxl-36 {
    padding: 2.25rem !important;
  }
  .mf-p-xxl-38 {
    padding: 2.375rem !important;
  }
  .mf-p-xxl-40 {
    padding: 2.5rem !important;
  }
  .mf-p-xxl-42 {
    padding: 2.625rem !important;
  }
  .mf-p-xxl-44 {
    padding: 2.75rem !important;
  }
  .mf-p-xxl-46 {
    padding: 2.875rem !important;
  }
  .mf-p-xxl-48 {
    padding: 3rem !important;
  }
  .mf-p-xxl-52 {
    padding: 3.25rem !important;
  }
  .mf-p-xxl-54 {
    padding: 3.375rem !important;
  }
  .mf-p-xxl-56 {
    padding: 3.5rem !important;
  }
  .mf-p-xxl-60 {
    padding: 3.75rem !important;
  }
  .mf-p-xxl-64 {
    padding: 4rem !important;
  }
  .mf-p-xxl-70 {
    padding: 4.375rem !important;
  }
  .mf-p-xxl-80 {
    padding: 5rem !important;
  }
  .mf-p-xxl-90 {
    padding: 5.625rem !important;
  }
  .mf-p-xxl-96 {
    padding: 6rem !important;
  }
  .mf-p-xxl-112 {
    padding: 7rem !important;
  }
  .mf-p-xxl-114 {
    padding: 7.125rem !important;
  }
  .mf-p-xxl-116 {
    padding: 7.25rem !important;
  }
  .mf-p-xxl-140 {
    padding: 8.75rem !important;
  }
  .mf-p-xxl-160 {
    padding: 10rem !important;
  }
  .mf-p-xxl-176 {
    padding: 11rem !important;
  }
  .mf-p-xxl-230 {
    padding: 14.375rem !important;
  }
  .mf-p-xxl-300 {
    padding: 18.75rem !important;
  }
  .mf-p-xxl-100p {
    padding: 100% !important;
  }
  .mf-p-xxl-auto {
    padding: auto !important;
  }
  .mf-py-xxl-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-py-xxl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mf-py-xxl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .mf-py-xxl-6 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .mf-py-xxl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mf-py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .mf-py-xxl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .mf-py-xxl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mf-py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mf-py-xxl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mf-py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .mf-py-xxl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mf-py-xxl-34 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .mf-py-xxl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .mf-py-xxl-38 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .mf-py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mf-py-xxl-42 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .mf-py-xxl-44 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .mf-py-xxl-46 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .mf-py-xxl-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mf-py-xxl-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .mf-py-xxl-54 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .mf-py-xxl-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mf-py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .mf-py-xxl-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .mf-py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .mf-py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mf-py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .mf-py-xxl-96 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .mf-py-xxl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .mf-py-xxl-114 {
    padding-top: 7.125rem !important;
    padding-bottom: 7.125rem !important;
  }
  .mf-py-xxl-116 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .mf-py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .mf-py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .mf-py-xxl-176 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .mf-py-xxl-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .mf-py-xxl-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .mf-py-xxl-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }
  .mf-py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .mf-px-xxl-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mf-px-xxl-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mf-px-xxl-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .mf-px-xxl-6 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .mf-px-xxl-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mf-px-xxl-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .mf-px-xxl-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .mf-px-xxl-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mf-px-xxl-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mf-px-xxl-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mf-px-xxl-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mf-px-xxl-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mf-px-xxl-34 {
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }
  .mf-px-xxl-36 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .mf-px-xxl-38 {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
  .mf-px-xxl-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .mf-px-xxl-42 {
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }
  .mf-px-xxl-44 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .mf-px-xxl-46 {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }
  .mf-px-xxl-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mf-px-xxl-52 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .mf-px-xxl-54 {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }
  .mf-px-xxl-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mf-px-xxl-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mf-px-xxl-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .mf-px-xxl-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .mf-px-xxl-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .mf-px-xxl-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .mf-px-xxl-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mf-px-xxl-112 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .mf-px-xxl-114 {
    padding-left: 7.125rem !important;
    padding-right: 7.125rem !important;
  }
  .mf-px-xxl-116 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .mf-px-xxl-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .mf-px-xxl-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .mf-px-xxl-176 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .mf-px-xxl-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
  }
  .mf-px-xxl-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .mf-px-xxl-100p {
    padding-left: 100% !important;
    padding-right: 100% !important;
  }
  .mf-px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .mf-pt-xxl-none {
    padding-top: 0 !important;
  }
  .mf-pt-xxl-4 {
    padding-top: 0.25rem !important;
  }
  .mf-pt-xxl-5 {
    padding-top: 0.3125rem !important;
  }
  .mf-pt-xxl-6 {
    padding-top: 0.375rem !important;
  }
  .mf-pt-xxl-8 {
    padding-top: 0.5rem !important;
  }
  .mf-pt-xxl-10 {
    padding-top: 0.625rem !important;
  }
  .mf-pt-xxl-12 {
    padding-top: 0.75rem !important;
  }
  .mf-pt-xxl-16 {
    padding-top: 1rem !important;
  }
  .mf-pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .mf-pt-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .mf-pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .mf-pt-xxl-32 {
    padding-top: 2rem !important;
  }
  .mf-pt-xxl-34 {
    padding-top: 2.125rem !important;
  }
  .mf-pt-xxl-36 {
    padding-top: 2.25rem !important;
  }
  .mf-pt-xxl-38 {
    padding-top: 2.375rem !important;
  }
  .mf-pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .mf-pt-xxl-42 {
    padding-top: 2.625rem !important;
  }
  .mf-pt-xxl-44 {
    padding-top: 2.75rem !important;
  }
  .mf-pt-xxl-46 {
    padding-top: 2.875rem !important;
  }
  .mf-pt-xxl-48 {
    padding-top: 3rem !important;
  }
  .mf-pt-xxl-52 {
    padding-top: 3.25rem !important;
  }
  .mf-pt-xxl-54 {
    padding-top: 3.375rem !important;
  }
  .mf-pt-xxl-56 {
    padding-top: 3.5rem !important;
  }
  .mf-pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .mf-pt-xxl-64 {
    padding-top: 4rem !important;
  }
  .mf-pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .mf-pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .mf-pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .mf-pt-xxl-96 {
    padding-top: 6rem !important;
  }
  .mf-pt-xxl-112 {
    padding-top: 7rem !important;
  }
  .mf-pt-xxl-114 {
    padding-top: 7.125rem !important;
  }
  .mf-pt-xxl-116 {
    padding-top: 7.25rem !important;
  }
  .mf-pt-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .mf-pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .mf-pt-xxl-176 {
    padding-top: 11rem !important;
  }
  .mf-pt-xxl-230 {
    padding-top: 14.375rem !important;
  }
  .mf-pt-xxl-300 {
    padding-top: 18.75rem !important;
  }
  .mf-pt-xxl-100p {
    padding-top: 100% !important;
  }
  .mf-pt-xxl-auto {
    padding-top: auto !important;
  }
  .mf-pb-xxl-none {
    padding-bottom: 0 !important;
  }
  .mf-pb-xxl-4 {
    padding-bottom: 0.25rem !important;
  }
  .mf-pb-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .mf-pb-xxl-6 {
    padding-bottom: 0.375rem !important;
  }
  .mf-pb-xxl-8 {
    padding-bottom: 0.5rem !important;
  }
  .mf-pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }
  .mf-pb-xxl-12 {
    padding-bottom: 0.75rem !important;
  }
  .mf-pb-xxl-16 {
    padding-bottom: 1rem !important;
  }
  .mf-pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .mf-pb-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .mf-pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .mf-pb-xxl-32 {
    padding-bottom: 2rem !important;
  }
  .mf-pb-xxl-34 {
    padding-bottom: 2.125rem !important;
  }
  .mf-pb-xxl-36 {
    padding-bottom: 2.25rem !important;
  }
  .mf-pb-xxl-38 {
    padding-bottom: 2.375rem !important;
  }
  .mf-pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .mf-pb-xxl-42 {
    padding-bottom: 2.625rem !important;
  }
  .mf-pb-xxl-44 {
    padding-bottom: 2.75rem !important;
  }
  .mf-pb-xxl-46 {
    padding-bottom: 2.875rem !important;
  }
  .mf-pb-xxl-48 {
    padding-bottom: 3rem !important;
  }
  .mf-pb-xxl-52 {
    padding-bottom: 3.25rem !important;
  }
  .mf-pb-xxl-54 {
    padding-bottom: 3.375rem !important;
  }
  .mf-pb-xxl-56 {
    padding-bottom: 3.5rem !important;
  }
  .mf-pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .mf-pb-xxl-64 {
    padding-bottom: 4rem !important;
  }
  .mf-pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .mf-pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .mf-pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .mf-pb-xxl-96 {
    padding-bottom: 6rem !important;
  }
  .mf-pb-xxl-112 {
    padding-bottom: 7rem !important;
  }
  .mf-pb-xxl-114 {
    padding-bottom: 7.125rem !important;
  }
  .mf-pb-xxl-116 {
    padding-bottom: 7.25rem !important;
  }
  .mf-pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .mf-pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .mf-pb-xxl-176 {
    padding-bottom: 11rem !important;
  }
  .mf-pb-xxl-230 {
    padding-bottom: 14.375rem !important;
  }
  .mf-pb-xxl-300 {
    padding-bottom: 18.75rem !important;
  }
  .mf-pb-xxl-100p {
    padding-bottom: 100% !important;
  }
  .mf-pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .mf-pl-xxl-none {
    padding-left: 0 !important;
  }
  .mf-pl-xxl-4 {
    padding-left: 0.25rem !important;
  }
  .mf-pl-xxl-5 {
    padding-left: 0.3125rem !important;
  }
  .mf-pl-xxl-6 {
    padding-left: 0.375rem !important;
  }
  .mf-pl-xxl-8 {
    padding-left: 0.5rem !important;
  }
  .mf-pl-xxl-10 {
    padding-left: 0.625rem !important;
  }
  .mf-pl-xxl-12 {
    padding-left: 0.75rem !important;
  }
  .mf-pl-xxl-16 {
    padding-left: 1rem !important;
  }
  .mf-pl-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .mf-pl-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .mf-pl-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .mf-pl-xxl-32 {
    padding-left: 2rem !important;
  }
  .mf-pl-xxl-34 {
    padding-left: 2.125rem !important;
  }
  .mf-pl-xxl-36 {
    padding-left: 2.25rem !important;
  }
  .mf-pl-xxl-38 {
    padding-left: 2.375rem !important;
  }
  .mf-pl-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .mf-pl-xxl-42 {
    padding-left: 2.625rem !important;
  }
  .mf-pl-xxl-44 {
    padding-left: 2.75rem !important;
  }
  .mf-pl-xxl-46 {
    padding-left: 2.875rem !important;
  }
  .mf-pl-xxl-48 {
    padding-left: 3rem !important;
  }
  .mf-pl-xxl-52 {
    padding-left: 3.25rem !important;
  }
  .mf-pl-xxl-54 {
    padding-left: 3.375rem !important;
  }
  .mf-pl-xxl-56 {
    padding-left: 3.5rem !important;
  }
  .mf-pl-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .mf-pl-xxl-64 {
    padding-left: 4rem !important;
  }
  .mf-pl-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .mf-pl-xxl-80 {
    padding-left: 5rem !important;
  }
  .mf-pl-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .mf-pl-xxl-96 {
    padding-left: 6rem !important;
  }
  .mf-pl-xxl-112 {
    padding-left: 7rem !important;
  }
  .mf-pl-xxl-114 {
    padding-left: 7.125rem !important;
  }
  .mf-pl-xxl-116 {
    padding-left: 7.25rem !important;
  }
  .mf-pl-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .mf-pl-xxl-160 {
    padding-left: 10rem !important;
  }
  .mf-pl-xxl-176 {
    padding-left: 11rem !important;
  }
  .mf-pl-xxl-230 {
    padding-left: 14.375rem !important;
  }
  .mf-pl-xxl-300 {
    padding-left: 18.75rem !important;
  }
  .mf-pl-xxl-100p {
    padding-left: 100% !important;
  }
  .mf-pl-xxl-auto {
    padding-left: auto !important;
  }
  .mf-pr-xxl-none {
    padding-right: 0 !important;
  }
  .mf-pr-xxl-4 {
    padding-right: 0.25rem !important;
  }
  .mf-pr-xxl-5 {
    padding-right: 0.3125rem !important;
  }
  .mf-pr-xxl-6 {
    padding-right: 0.375rem !important;
  }
  .mf-pr-xxl-8 {
    padding-right: 0.5rem !important;
  }
  .mf-pr-xxl-10 {
    padding-right: 0.625rem !important;
  }
  .mf-pr-xxl-12 {
    padding-right: 0.75rem !important;
  }
  .mf-pr-xxl-16 {
    padding-right: 1rem !important;
  }
  .mf-pr-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .mf-pr-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .mf-pr-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .mf-pr-xxl-32 {
    padding-right: 2rem !important;
  }
  .mf-pr-xxl-34 {
    padding-right: 2.125rem !important;
  }
  .mf-pr-xxl-36 {
    padding-right: 2.25rem !important;
  }
  .mf-pr-xxl-38 {
    padding-right: 2.375rem !important;
  }
  .mf-pr-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .mf-pr-xxl-42 {
    padding-right: 2.625rem !important;
  }
  .mf-pr-xxl-44 {
    padding-right: 2.75rem !important;
  }
  .mf-pr-xxl-46 {
    padding-right: 2.875rem !important;
  }
  .mf-pr-xxl-48 {
    padding-right: 3rem !important;
  }
  .mf-pr-xxl-52 {
    padding-right: 3.25rem !important;
  }
  .mf-pr-xxl-54 {
    padding-right: 3.375rem !important;
  }
  .mf-pr-xxl-56 {
    padding-right: 3.5rem !important;
  }
  .mf-pr-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .mf-pr-xxl-64 {
    padding-right: 4rem !important;
  }
  .mf-pr-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .mf-pr-xxl-80 {
    padding-right: 5rem !important;
  }
  .mf-pr-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .mf-pr-xxl-96 {
    padding-right: 6rem !important;
  }
  .mf-pr-xxl-112 {
    padding-right: 7rem !important;
  }
  .mf-pr-xxl-114 {
    padding-right: 7.125rem !important;
  }
  .mf-pr-xxl-116 {
    padding-right: 7.25rem !important;
  }
  .mf-pr-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .mf-pr-xxl-160 {
    padding-right: 10rem !important;
  }
  .mf-pr-xxl-176 {
    padding-right: 11rem !important;
  }
  .mf-pr-xxl-230 {
    padding-right: 14.375rem !important;
  }
  .mf-pr-xxl-300 {
    padding-right: 18.75rem !important;
  }
  .mf-pr-xxl-100p {
    padding-right: 100% !important;
  }
  .mf-pr-xxl-auto {
    padding-right: auto !important;
  }
  .mf-gap-xxl-none {
    gap: 0 !important;
  }
  .mf-gap-xxl-4 {
    gap: 0.25rem !important;
  }
  .mf-gap-xxl-5 {
    gap: 0.3125rem !important;
  }
  .mf-gap-xxl-6 {
    gap: 0.375rem !important;
  }
  .mf-gap-xxl-8 {
    gap: 0.5rem !important;
  }
  .mf-gap-xxl-10 {
    gap: 0.625rem !important;
  }
  .mf-gap-xxl-12 {
    gap: 0.75rem !important;
  }
  .mf-gap-xxl-16 {
    gap: 1rem !important;
  }
  .mf-gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .mf-gap-xxl-24 {
    gap: 1.5rem !important;
  }
  .mf-gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .mf-gap-xxl-32 {
    gap: 2rem !important;
  }
  .mf-gap-xxl-34 {
    gap: 2.125rem !important;
  }
  .mf-gap-xxl-36 {
    gap: 2.25rem !important;
  }
  .mf-gap-xxl-38 {
    gap: 2.375rem !important;
  }
  .mf-gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .mf-gap-xxl-42 {
    gap: 2.625rem !important;
  }
  .mf-gap-xxl-44 {
    gap: 2.75rem !important;
  }
  .mf-gap-xxl-46 {
    gap: 2.875rem !important;
  }
  .mf-gap-xxl-48 {
    gap: 3rem !important;
  }
  .mf-gap-xxl-52 {
    gap: 3.25rem !important;
  }
  .mf-gap-xxl-54 {
    gap: 3.375rem !important;
  }
  .mf-gap-xxl-56 {
    gap: 3.5rem !important;
  }
  .mf-gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .mf-gap-xxl-64 {
    gap: 4rem !important;
  }
  .mf-gap-xxl-70 {
    gap: 4.375rem !important;
  }
  .mf-gap-xxl-80 {
    gap: 5rem !important;
  }
  .mf-gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .mf-gap-xxl-96 {
    gap: 6rem !important;
  }
  .mf-gap-xxl-112 {
    gap: 7rem !important;
  }
  .mf-gap-xxl-114 {
    gap: 7.125rem !important;
  }
  .mf-gap-xxl-116 {
    gap: 7.25rem !important;
  }
  .mf-gap-xxl-140 {
    gap: 8.75rem !important;
  }
  .mf-gap-xxl-160 {
    gap: 10rem !important;
  }
  .mf-gap-xxl-176 {
    gap: 11rem !important;
  }
  .mf-gap-xxl-230 {
    gap: 14.375rem !important;
  }
  .mf-gap-xxl-300 {
    gap: 18.75rem !important;
  }
  .mf-gap-xxl-100p {
    gap: 100% !important;
  }
  .mf-gap-xxl-auto {
    gap: auto !important;
  }
  .mf-row-gap-xxl-none {
    row-gap: 0 !important;
  }
  .mf-row-gap-xxl-4 {
    row-gap: 0.25rem !important;
  }
  .mf-row-gap-xxl-5 {
    row-gap: 0.3125rem !important;
  }
  .mf-row-gap-xxl-6 {
    row-gap: 0.375rem !important;
  }
  .mf-row-gap-xxl-8 {
    row-gap: 0.5rem !important;
  }
  .mf-row-gap-xxl-10 {
    row-gap: 0.625rem !important;
  }
  .mf-row-gap-xxl-12 {
    row-gap: 0.75rem !important;
  }
  .mf-row-gap-xxl-16 {
    row-gap: 1rem !important;
  }
  .mf-row-gap-xxl-20 {
    row-gap: 1.25rem !important;
  }
  .mf-row-gap-xxl-24 {
    row-gap: 1.5rem !important;
  }
  .mf-row-gap-xxl-30 {
    row-gap: 1.875rem !important;
  }
  .mf-row-gap-xxl-32 {
    row-gap: 2rem !important;
  }
  .mf-row-gap-xxl-34 {
    row-gap: 2.125rem !important;
  }
  .mf-row-gap-xxl-36 {
    row-gap: 2.25rem !important;
  }
  .mf-row-gap-xxl-38 {
    row-gap: 2.375rem !important;
  }
  .mf-row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .mf-row-gap-xxl-42 {
    row-gap: 2.625rem !important;
  }
  .mf-row-gap-xxl-44 {
    row-gap: 2.75rem !important;
  }
  .mf-row-gap-xxl-46 {
    row-gap: 2.875rem !important;
  }
  .mf-row-gap-xxl-48 {
    row-gap: 3rem !important;
  }
  .mf-row-gap-xxl-52 {
    row-gap: 3.25rem !important;
  }
  .mf-row-gap-xxl-54 {
    row-gap: 3.375rem !important;
  }
  .mf-row-gap-xxl-56 {
    row-gap: 3.5rem !important;
  }
  .mf-row-gap-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .mf-row-gap-xxl-64 {
    row-gap: 4rem !important;
  }
  .mf-row-gap-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .mf-row-gap-xxl-80 {
    row-gap: 5rem !important;
  }
  .mf-row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .mf-row-gap-xxl-96 {
    row-gap: 6rem !important;
  }
  .mf-row-gap-xxl-112 {
    row-gap: 7rem !important;
  }
  .mf-row-gap-xxl-114 {
    row-gap: 7.125rem !important;
  }
  .mf-row-gap-xxl-116 {
    row-gap: 7.25rem !important;
  }
  .mf-row-gap-xxl-140 {
    row-gap: 8.75rem !important;
  }
  .mf-row-gap-xxl-160 {
    row-gap: 10rem !important;
  }
  .mf-row-gap-xxl-176 {
    row-gap: 11rem !important;
  }
  .mf-row-gap-xxl-230 {
    row-gap: 14.375rem !important;
  }
  .mf-row-gap-xxl-300 {
    row-gap: 18.75rem !important;
  }
  .mf-row-gap-xxl-100p {
    row-gap: 100% !important;
  }
  .mf-column-gap-xxl-none {
    column-gap: 0 !important;
  }
  .mf-column-gap-xxl-4 {
    column-gap: 0.25rem !important;
  }
  .mf-column-gap-xxl-5 {
    column-gap: 0.3125rem !important;
  }
  .mf-column-gap-xxl-6 {
    column-gap: 0.375rem !important;
  }
  .mf-column-gap-xxl-8 {
    column-gap: 0.5rem !important;
  }
  .mf-column-gap-xxl-10 {
    column-gap: 0.625rem !important;
  }
  .mf-column-gap-xxl-12 {
    column-gap: 0.75rem !important;
  }
  .mf-column-gap-xxl-16 {
    column-gap: 1rem !important;
  }
  .mf-column-gap-xxl-20 {
    column-gap: 1.25rem !important;
  }
  .mf-column-gap-xxl-24 {
    column-gap: 1.5rem !important;
  }
  .mf-column-gap-xxl-30 {
    column-gap: 1.875rem !important;
  }
  .mf-column-gap-xxl-32 {
    column-gap: 2rem !important;
  }
  .mf-column-gap-xxl-34 {
    column-gap: 2.125rem !important;
  }
  .mf-column-gap-xxl-36 {
    column-gap: 2.25rem !important;
  }
  .mf-column-gap-xxl-38 {
    column-gap: 2.375rem !important;
  }
  .mf-column-gap-xxl-40 {
    column-gap: 2.5rem !important;
  }
  .mf-column-gap-xxl-42 {
    column-gap: 2.625rem !important;
  }
  .mf-column-gap-xxl-44 {
    column-gap: 2.75rem !important;
  }
  .mf-column-gap-xxl-46 {
    column-gap: 2.875rem !important;
  }
  .mf-column-gap-xxl-48 {
    column-gap: 3rem !important;
  }
  .mf-column-gap-xxl-52 {
    column-gap: 3.25rem !important;
  }
  .mf-column-gap-xxl-54 {
    column-gap: 3.375rem !important;
  }
  .mf-column-gap-xxl-56 {
    column-gap: 3.5rem !important;
  }
  .mf-column-gap-xxl-60 {
    column-gap: 3.75rem !important;
  }
  .mf-column-gap-xxl-64 {
    column-gap: 4rem !important;
  }
  .mf-column-gap-xxl-70 {
    column-gap: 4.375rem !important;
  }
  .mf-column-gap-xxl-80 {
    column-gap: 5rem !important;
  }
  .mf-column-gap-xxl-90 {
    column-gap: 5.625rem !important;
  }
  .mf-column-gap-xxl-96 {
    column-gap: 6rem !important;
  }
  .mf-column-gap-xxl-112 {
    column-gap: 7rem !important;
  }
  .mf-column-gap-xxl-114 {
    column-gap: 7.125rem !important;
  }
  .mf-column-gap-xxl-116 {
    column-gap: 7.25rem !important;
  }
  .mf-column-gap-xxl-140 {
    column-gap: 8.75rem !important;
  }
  .mf-column-gap-xxl-160 {
    column-gap: 10rem !important;
  }
  .mf-column-gap-xxl-176 {
    column-gap: 11rem !important;
  }
  .mf-column-gap-xxl-230 {
    column-gap: 14.375rem !important;
  }
  .mf-column-gap-xxl-300 {
    column-gap: 18.75rem !important;
  }
  .mf-column-gap-xxl-100p {
    column-gap: 100% !important;
  }
  .mf-height-xxl-none {
    height: 0 !important;
  }
  .mf-height-xxl-4 {
    height: 0.25rem !important;
  }
  .mf-height-xxl-5 {
    height: 0.3125rem !important;
  }
  .mf-height-xxl-6 {
    height: 0.375rem !important;
  }
  .mf-height-xxl-8 {
    height: 0.5rem !important;
  }
  .mf-height-xxl-10 {
    height: 0.625rem !important;
  }
  .mf-height-xxl-12 {
    height: 0.75rem !important;
  }
  .mf-height-xxl-16 {
    height: 1rem !important;
  }
  .mf-height-xxl-20 {
    height: 1.25rem !important;
  }
  .mf-height-xxl-24 {
    height: 1.5rem !important;
  }
  .mf-height-xxl-30 {
    height: 1.875rem !important;
  }
  .mf-height-xxl-32 {
    height: 2rem !important;
  }
  .mf-height-xxl-34 {
    height: 2.125rem !important;
  }
  .mf-height-xxl-36 {
    height: 2.25rem !important;
  }
  .mf-height-xxl-38 {
    height: 2.375rem !important;
  }
  .mf-height-xxl-40 {
    height: 2.5rem !important;
  }
  .mf-height-xxl-42 {
    height: 2.625rem !important;
  }
  .mf-height-xxl-44 {
    height: 2.75rem !important;
  }
  .mf-height-xxl-46 {
    height: 2.875rem !important;
  }
  .mf-height-xxl-48 {
    height: 3rem !important;
  }
  .mf-height-xxl-52 {
    height: 3.25rem !important;
  }
  .mf-height-xxl-54 {
    height: 3.375rem !important;
  }
  .mf-height-xxl-56 {
    height: 3.5rem !important;
  }
  .mf-height-xxl-60 {
    height: 3.75rem !important;
  }
  .mf-height-xxl-64 {
    height: 4rem !important;
  }
  .mf-height-xxl-70 {
    height: 4.375rem !important;
  }
  .mf-height-xxl-80 {
    height: 5rem !important;
  }
  .mf-height-xxl-90 {
    height: 5.625rem !important;
  }
  .mf-height-xxl-96 {
    height: 6rem !important;
  }
  .mf-height-xxl-112 {
    height: 7rem !important;
  }
  .mf-height-xxl-114 {
    height: 7.125rem !important;
  }
  .mf-height-xxl-116 {
    height: 7.25rem !important;
  }
  .mf-height-xxl-140 {
    height: 8.75rem !important;
  }
  .mf-height-xxl-160 {
    height: 10rem !important;
  }
  .mf-height-xxl-176 {
    height: 11rem !important;
  }
  .mf-height-xxl-230 {
    height: 14.375rem !important;
  }
  .mf-height-xxl-300 {
    height: 18.75rem !important;
  }
  .mf-height-xxl-100p {
    height: 100% !important;
  }
  .mf-width-xxl-none {
    width: 0 !important;
  }
  .mf-width-xxl-4 {
    width: 0.25rem !important;
  }
  .mf-width-xxl-5 {
    width: 0.3125rem !important;
  }
  .mf-width-xxl-6 {
    width: 0.375rem !important;
  }
  .mf-width-xxl-8 {
    width: 0.5rem !important;
  }
  .mf-width-xxl-10 {
    width: 0.625rem !important;
  }
  .mf-width-xxl-12 {
    width: 0.75rem !important;
  }
  .mf-width-xxl-16 {
    width: 1rem !important;
  }
  .mf-width-xxl-20 {
    width: 1.25rem !important;
  }
  .mf-width-xxl-24 {
    width: 1.5rem !important;
  }
  .mf-width-xxl-30 {
    width: 1.875rem !important;
  }
  .mf-width-xxl-32 {
    width: 2rem !important;
  }
  .mf-width-xxl-34 {
    width: 2.125rem !important;
  }
  .mf-width-xxl-36 {
    width: 2.25rem !important;
  }
  .mf-width-xxl-38 {
    width: 2.375rem !important;
  }
  .mf-width-xxl-40 {
    width: 2.5rem !important;
  }
  .mf-width-xxl-42 {
    width: 2.625rem !important;
  }
  .mf-width-xxl-44 {
    width: 2.75rem !important;
  }
  .mf-width-xxl-46 {
    width: 2.875rem !important;
  }
  .mf-width-xxl-48 {
    width: 3rem !important;
  }
  .mf-width-xxl-52 {
    width: 3.25rem !important;
  }
  .mf-width-xxl-54 {
    width: 3.375rem !important;
  }
  .mf-width-xxl-56 {
    width: 3.5rem !important;
  }
  .mf-width-xxl-60 {
    width: 3.75rem !important;
  }
  .mf-width-xxl-64 {
    width: 4rem !important;
  }
  .mf-width-xxl-70 {
    width: 4.375rem !important;
  }
  .mf-width-xxl-80 {
    width: 5rem !important;
  }
  .mf-width-xxl-90 {
    width: 5.625rem !important;
  }
  .mf-width-xxl-96 {
    width: 6rem !important;
  }
  .mf-width-xxl-112 {
    width: 7rem !important;
  }
  .mf-width-xxl-114 {
    width: 7.125rem !important;
  }
  .mf-width-xxl-116 {
    width: 7.25rem !important;
  }
  .mf-width-xxl-140 {
    width: 8.75rem !important;
  }
  .mf-width-xxl-160 {
    width: 10rem !important;
  }
  .mf-width-xxl-176 {
    width: 11rem !important;
  }
  .mf-width-xxl-230 {
    width: 14.375rem !important;
  }
  .mf-width-xxl-300 {
    width: 18.75rem !important;
  }
  .mf-width-xxl-100p {
    width: 100% !important;
  }
  .mf-max-width-xxl-33 {
    max-width: 33% !important;
  }
  .mf-lh-xxl-none {
    line-height: 0 !important;
  }
  .mf-lh-xxl-4 {
    line-height: 0.25rem !important;
  }
  .mf-lh-xxl-5 {
    line-height: 0.3125rem !important;
  }
  .mf-lh-xxl-6 {
    line-height: 0.375rem !important;
  }
  .mf-lh-xxl-8 {
    line-height: 0.5rem !important;
  }
  .mf-lh-xxl-10 {
    line-height: 0.625rem !important;
  }
  .mf-lh-xxl-12 {
    line-height: 0.75rem !important;
  }
  .mf-lh-xxl-16 {
    line-height: 1rem !important;
  }
  .mf-lh-xxl-20 {
    line-height: 1.25rem !important;
  }
  .mf-lh-xxl-24 {
    line-height: 1.5rem !important;
  }
  .mf-lh-xxl-30 {
    line-height: 1.875rem !important;
  }
  .mf-lh-xxl-32 {
    line-height: 2rem !important;
  }
  .mf-lh-xxl-34 {
    line-height: 2.125rem !important;
  }
  .mf-lh-xxl-36 {
    line-height: 2.25rem !important;
  }
  .mf-lh-xxl-38 {
    line-height: 2.375rem !important;
  }
  .mf-lh-xxl-40 {
    line-height: 2.5rem !important;
  }
  .mf-lh-xxl-42 {
    line-height: 2.625rem !important;
  }
  .mf-lh-xxl-44 {
    line-height: 2.75rem !important;
  }
  .mf-lh-xxl-46 {
    line-height: 2.875rem !important;
  }
  .mf-lh-xxl-48 {
    line-height: 3rem !important;
  }
  .mf-lh-xxl-52 {
    line-height: 3.25rem !important;
  }
  .mf-lh-xxl-54 {
    line-height: 3.375rem !important;
  }
  .mf-lh-xxl-56 {
    line-height: 3.5rem !important;
  }
  .mf-lh-xxl-60 {
    line-height: 3.75rem !important;
  }
  .mf-lh-xxl-64 {
    line-height: 4rem !important;
  }
  .mf-lh-xxl-70 {
    line-height: 4.375rem !important;
  }
  .mf-lh-xxl-80 {
    line-height: 5rem !important;
  }
  .mf-lh-xxl-90 {
    line-height: 5.625rem !important;
  }
  .mf-lh-xxl-96 {
    line-height: 6rem !important;
  }
  .mf-lh-xxl-112 {
    line-height: 7rem !important;
  }
  .mf-lh-xxl-114 {
    line-height: 7.125rem !important;
  }
  .mf-lh-xxl-116 {
    line-height: 7.25rem !important;
  }
  .mf-lh-xxl-140 {
    line-height: 8.75rem !important;
  }
  .mf-lh-xxl-160 {
    line-height: 10rem !important;
  }
  .mf-lh-xxl-176 {
    line-height: 11rem !important;
  }
  .mf-lh-xxl-230 {
    line-height: 14.375rem !important;
  }
  .mf-lh-xxl-300 {
    line-height: 18.75rem !important;
  }
  .mf-lh-xxl-100p {
    line-height: 100% !important;
  }
  .mf-color-xxl-white {
    color: #ffffff !important;
  }
  .mf-color-xxl-blue {
    color: #1389AD !important;
  }
  .mf-color-xxl-gray {
    color: #8E9396 !important;
  }
  .mf-color-xxl-base-text {
    color: #212A34 !important;
  }
  .mf-color-xxl-dark-blue {
    color: #033646 !important;
  }
  .mf-color-xxl-gray-2 {
    color: #8A9BA6 !important;
  }
  .mf-color-xxl-yellow {
    color: #FFBE3F !important;
  }
  .mf-bg-color-xxl-dark {
    background-color: #033646 !important;
  }
  .mf-bg-color-xxl-blue-light {
    background-color: #EEF4F5 !important;
  }
  .mf-bg-color-xxl-blue {
    background-color: #1389AD !important;
  }
  .mf-bg-color-xxl-white {
    background-color: #ffffff !important;
  }
  .mf-bg-color-xxl-dark-blue {
    background-color: #033646 !important;
  }
  .mf-bg-color-xxl-yellow {
    background-color: #FFBE3F !important;
  }
  .mf-border-color-xxl-dark {
    border-color: #033646 !important;
  }
  .mf-border-color-xxl-blue-light {
    border-color: #EEF4F5 !important;
  }
  .mf-border-color-xxl-blue {
    border-color: #1389AD !important;
  }
  .mf-border-color-xxl-white {
    border-color: #ffffff !important;
  }
  .mf-border-color-xxl-dark-blue {
    border-color: #033646 !important;
  }
  .mf-border-color-xxl-yellow {
    border-color: #FFBE3F !important;
  }
  .mf-bg-image-xxl-gray-1 {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) -48.57%, #FFFFFF 157.14%) !important;
  }
  .mf-bg-image-xxl-radial-blue {
    background-image: radial-gradient(56.85% 66.94% at 63.67% 100%, #B4D7DE 0%, #EEF4F5 100%) !important;
  }
  .mf-opacity-xxl-0 {
    opacity: 0 !important;
  }
  .mf-opacity-xxl-100 {
    opacity: 100 !important;
  }
  .mf-border-xxl-solid {
    border-style: solid !important;
  }
  .mf-border-xxl-dashed {
    border-style: dashed !important;
  }
  .mf-border-xxl-dotted {
    border-style: dotted !important;
  }
  .mf-fw-xxl-100 {
    font-weight: 100 !important;
  }
  .mf-fw-xxl-200 {
    font-weight: 200 !important;
  }
  .mf-fw-xxl-300 {
    font-weight: 300 !important;
  }
  .mf-fw-xxl-400 {
    font-weight: 400 !important;
  }
  .mf-fw-xxl-500 {
    font-weight: 500 !important;
  }
  .mf-fw-xxl-600 {
    font-weight: 600 !important;
  }
  .mf-fw-xxl-700 {
    font-weight: 700 !important;
  }
  .mf-fw-xxl-800 {
    font-weight: 800 !important;
  }
  .mf-fw-xxl-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--mf-border-width));
  padding-bottom: calc(0.375rem + var(--mf-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--mf-border-width));
  padding-bottom: calc(0.5rem + var(--mf-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--mf-border-width));
  padding-bottom: calc(0.25rem + var(--mf-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--mf-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mf-body-color);
  appearance: none;
  background-color: var(--mf-body-bg);
  background-clip: padding-box;
  border: var(--mf-border-width) solid var(--mf-border-color);
  border-radius: var(--mf-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--mf-body-color);
  background-color: var(--mf-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--mf-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--mf-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--mf-body-color);
  background-color: var(--mf-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--mf-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--mf-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--mf-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--mf-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--mf-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--mf-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--mf-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--mf-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--mf-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--mf-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--mf-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--mf-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--mf-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--mf-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--mf-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--mf-border-width) * 2));
}
.form-select {
  --mf-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mf-body-color);
  appearance: none;
  background-color: var(--mf-body-bg);
  background-image: var(--mf-form-select-bg-img), var(--mf-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--mf-border-width) solid var(--mf-border-color);
  border-radius: var(--mf-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--mf-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--mf-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--mf-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--mf-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --mf-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --mf-form-check-bg: var(--mf-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--mf-form-check-bg);
  background-image: var(--mf-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--mf-border-width) solid var(--mf-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --mf-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --mf-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --mf-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --mf-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--mf-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --mf-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --mf-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --mf-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--mf-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--mf-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--mf-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--mf-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--mf-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--mf-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--mf-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--mf-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--mf-body-bg);
  border-radius: var(--mf-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--mf-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--mf-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--mf-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mf-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--mf-tertiary-bg);
  border: var(--mf-border-width) solid var(--mf-border-color);
  border-radius: var(--mf-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--mf-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--mf-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--mf-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--mf-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--mf-success);
  border-radius: var(--mf-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--mf-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--mf-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--mf-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --mf-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--mf-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--mf-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--mf-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--mf-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--mf-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--mf-danger);
  border-radius: var(--mf-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--mf-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--mf-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--mf-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --mf-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--mf-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--mf-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--mf-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--mf-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--mf-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --mf-dropdown-zindex: 1000;
  --mf-dropdown-min-width: 10rem;
  --mf-dropdown-padding-x: 0;
  --mf-dropdown-padding-y: 0.5rem;
  --mf-dropdown-spacer: 0.125rem;
  --mf-dropdown-font-size: 1rem;
  --mf-dropdown-color: var(--mf-body-color);
  --mf-dropdown-bg: var(--mf-body-bg);
  --mf-dropdown-border-color: var(--mf-border-color-translucent);
  --mf-dropdown-border-radius: var(--mf-border-radius);
  --mf-dropdown-border-width: var(--mf-border-width);
  --mf-dropdown-inner-border-radius: calc(var(--mf-border-radius) - var(--mf-border-width));
  --mf-dropdown-divider-bg: var(--mf-border-color-translucent);
  --mf-dropdown-divider-margin-y: 0.5rem;
  --mf-dropdown-box-shadow: var(--mf-box-shadow);
  --mf-dropdown-link-color: var(--mf-body-color);
  --mf-dropdown-link-hover-color: var(--mf-body-color);
  --mf-dropdown-link-hover-bg: var(--mf-tertiary-bg);
  --mf-dropdown-link-active-color: #fff;
  --mf-dropdown-link-active-bg: #0d6efd;
  --mf-dropdown-link-disabled-color: var(--mf-tertiary-color);
  --mf-dropdown-item-padding-x: 1rem;
  --mf-dropdown-item-padding-y: 0.25rem;
  --mf-dropdown-header-color: #6c757d;
  --mf-dropdown-header-padding-x: 1rem;
  --mf-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--mf-dropdown-zindex);
  display: none;
  min-width: var(--mf-dropdown-min-width);
  padding: var(--mf-dropdown-padding-y) var(--mf-dropdown-padding-x);
  margin: 0;
  font-size: var(--mf-dropdown-font-size);
  color: var(--mf-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--mf-dropdown-bg);
  background-clip: padding-box;
  border: var(--mf-dropdown-border-width) solid var(--mf-dropdown-border-color);
  border-radius: var(--mf-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--mf-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 888px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1140px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1220px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--mf-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--mf-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--mf-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--mf-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--mf-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--mf-dropdown-item-padding-y) var(--mf-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--mf-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--mf-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--mf-dropdown-link-hover-color);
  background-color: var(--mf-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--mf-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--mf-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--mf-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--mf-dropdown-header-padding-y) var(--mf-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--mf-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--mf-dropdown-item-padding-y) var(--mf-dropdown-item-padding-x);
  color: var(--mf-dropdown-link-color);
}
.dropdown-menu-dark {
  --mf-dropdown-color: #dee2e6;
  --mf-dropdown-bg: #343a40;
  --mf-dropdown-border-color: var(--mf-border-color-translucent);
  --mf-dropdown-box-shadow: ;
  --mf-dropdown-link-color: #dee2e6;
  --mf-dropdown-link-hover-color: #fff;
  --mf-dropdown-divider-bg: var(--mf-border-color-translucent);
  --mf-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --mf-dropdown-link-active-color: #fff;
  --mf-dropdown-link-active-bg: #0d6efd;
  --mf-dropdown-link-disabled-color: #adb5bd;
  --mf-dropdown-header-color: #adb5bd;
}
.modal {
  --mf-modal-zindex: 1055;
  --mf-modal-width: 500px;
  --mf-modal-padding: 1rem;
  --mf-modal-margin: 0.5rem;
  --mf-modal-color: ;
  --mf-modal-bg: var(--mf-body-bg);
  --mf-modal-border-color: var(--mf-border-color-translucent);
  --mf-modal-border-width: var(--mf-border-width);
  --mf-modal-border-radius: var(--mf-border-radius-lg);
  --mf-modal-box-shadow: var(--mf-box-shadow-sm);
  --mf-modal-inner-border-radius: calc(var(--mf-border-radius-lg) - (var(--mf-border-width)));
  --mf-modal-header-padding-x: 1rem;
  --mf-modal-header-padding-y: 1rem;
  --mf-modal-header-padding: 1rem 1rem;
  --mf-modal-header-border-color: var(--mf-border-color);
  --mf-modal-header-border-width: var(--mf-border-width);
  --mf-modal-title-line-height: 1.5;
  --mf-modal-footer-gap: 0.5rem;
  --mf-modal-footer-bg: ;
  --mf-modal-footer-border-color: var(--mf-border-color);
  --mf-modal-footer-border-width: var(--mf-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mf-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--mf-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--mf-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--mf-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--mf-modal-color);
  pointer-events: auto;
  background-color: var(--mf-modal-bg);
  background-clip: padding-box;
  border: var(--mf-modal-border-width) solid var(--mf-modal-border-color);
  border-radius: var(--mf-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --mf-backdrop-zindex: 1050;
  --mf-backdrop-bg: #000;
  --mf-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--mf-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--mf-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--mf-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--mf-modal-header-padding);
  border-bottom: var(--mf-modal-header-border-width) solid var(--mf-modal-header-border-color);
  border-top-left-radius: var(--mf-modal-inner-border-radius);
  border-top-right-radius: var(--mf-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--mf-modal-header-padding-y) * 0.5) calc(var(--mf-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--mf-modal-header-padding-y)) calc(-0.5 * var(--mf-modal-header-padding-x)) calc(-0.5 * var(--mf-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--mf-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--mf-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--mf-modal-padding) - var(--mf-modal-footer-gap) * 0.5);
  background-color: var(--mf-modal-footer-bg);
  border-top: var(--mf-modal-footer-border-width) solid var(--mf-modal-footer-border-color);
  border-bottom-right-radius: var(--mf-modal-inner-border-radius);
  border-bottom-left-radius: var(--mf-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--mf-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --mf-modal-margin: 1.75rem;
    --mf-modal-box-shadow: var(--mf-box-shadow);
  }
  .modal-dialog {
    max-width: var(--mf-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --mf-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --mf-modal-width: 800px;
  }
}
@media (min-width: 1140px) {
  .modal-xl {
    --mf-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 887.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1139.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1219.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --mf-progress-height: 1rem;
  --mf-progress-font-size: 0.75rem;
  --mf-progress-bg: var(--mf-secondary-bg);
  --mf-progress-border-radius: var(--mf-border-radius);
  --mf-progress-box-shadow: var(--mf-box-shadow-inset);
  --mf-progress-bar-color: #fff;
  --mf-progress-bar-bg: #0d6efd;
  --mf-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--mf-progress-height);
  overflow: hidden;
  font-size: var(--mf-progress-font-size);
  background-color: var(--mf-progress-bg);
  border-radius: var(--mf-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--mf-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--mf-progress-bar-bg);
  transition: var(--mf-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--mf-progress-height) var(--mf-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.nav {
  --mf-nav-link-padding-x: 1rem;
  --mf-nav-link-padding-y: 0.5rem;
  --mf-nav-link-font-weight: ;
  --mf-nav-link-color: var(--mf-link-color);
  --mf-nav-link-hover-color: var(--mf-link-hover-color);
  --mf-nav-link-disabled-color: var(--mf-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--mf-nav-link-padding-y) var(--mf-nav-link-padding-x);
  font-size: var(--mf-nav-link-font-size);
  font-weight: var(--mf-nav-link-font-weight);
  color: var(--mf-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--mf-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--mf-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --mf-nav-tabs-border-width: var(--mf-border-width);
  --mf-nav-tabs-border-color: var(--mf-border-color);
  --mf-nav-tabs-border-radius: var(--mf-border-radius);
  --mf-nav-tabs-link-hover-border-color: var(--mf-secondary-bg) var(--mf-secondary-bg) var(--mf-border-color);
  --mf-nav-tabs-link-active-color: var(--mf-emphasis-color);
  --mf-nav-tabs-link-active-bg: var(--mf-body-bg);
  --mf-nav-tabs-link-active-border-color: var(--mf-border-color) var(--mf-border-color) var(--mf-body-bg);
  border-bottom: var(--mf-nav-tabs-border-width) solid var(--mf-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--mf-nav-tabs-border-width));
  border: var(--mf-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--mf-nav-tabs-border-radius);
  border-top-right-radius: var(--mf-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--mf-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--mf-nav-tabs-link-active-color);
  background-color: var(--mf-nav-tabs-link-active-bg);
  border-color: var(--mf-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--mf-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --mf-nav-pills-border-radius: var(--mf-border-radius);
  --mf-nav-pills-link-active-color: #fff;
  --mf-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--mf-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--mf-nav-pills-link-active-color);
  background-color: var(--mf-nav-pills-link-active-bg);
}
.nav-underline {
  --mf-nav-underline-gap: 1rem;
  --mf-nav-underline-border-width: 0.125rem;
  --mf-nav-underline-link-active-color: var(--mf-emphasis-color);
  gap: var(--mf-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--mf-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--mf-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --mf-navbar-padding-x: 0;
  --mf-navbar-padding-y: 0.5rem;
  --mf-navbar-color: rgba(var(--mf-emphasis-color-rgb), 0.65);
  --mf-navbar-hover-color: rgba(var(--mf-emphasis-color-rgb), 0.8);
  --mf-navbar-disabled-color: rgba(var(--mf-emphasis-color-rgb), 0.3);
  --mf-navbar-active-color: rgba(var(--mf-emphasis-color-rgb), 1);
  --mf-navbar-brand-padding-y: 0.3125rem;
  --mf-navbar-brand-margin-end: 1rem;
  --mf-navbar-brand-font-size: 1.25rem;
  --mf-navbar-brand-color: rgba(var(--mf-emphasis-color-rgb), 1);
  --mf-navbar-brand-hover-color: rgba(var(--mf-emphasis-color-rgb), 1);
  --mf-navbar-nav-link-padding-x: 0.5rem;
  --mf-navbar-toggler-padding-y: 0.25rem;
  --mf-navbar-toggler-padding-x: 0.75rem;
  --mf-navbar-toggler-font-size: 1.25rem;
  --mf-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 42, 52, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --mf-navbar-toggler-border-color: rgba(var(--mf-emphasis-color-rgb), 0.15);
  --mf-navbar-toggler-border-radius: var(--mf-border-radius);
  --mf-navbar-toggler-focus-width: 0.25rem;
  --mf-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--mf-navbar-padding-y) var(--mf-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--mf-navbar-brand-padding-y);
  padding-bottom: var(--mf-navbar-brand-padding-y);
  margin-right: var(--mf-navbar-brand-margin-end);
  font-size: var(--mf-navbar-brand-font-size);
  color: var(--mf-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--mf-navbar-brand-hover-color);
}
.navbar-nav {
  --mf-nav-link-padding-x: 0;
  --mf-nav-link-padding-y: 0.5rem;
  --mf-nav-link-font-weight: ;
  --mf-nav-link-color: var(--mf-navbar-color);
  --mf-nav-link-hover-color: var(--mf-navbar-hover-color);
  --mf-nav-link-disabled-color: var(--mf-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--mf-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--mf-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--mf-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--mf-navbar-toggler-padding-y) var(--mf-navbar-toggler-padding-x);
  font-size: var(--mf-navbar-toggler-font-size);
  line-height: 1;
  color: var(--mf-navbar-color);
  background-color: transparent;
  border: var(--mf-border-width) solid var(--mf-navbar-toggler-border-color);
  border-radius: var(--mf-navbar-toggler-border-radius);
  transition: var(--mf-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--mf-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--mf-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--mf-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--mf-navbar-nav-link-padding-x);
    padding-left: var(--mf-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 888px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--mf-navbar-nav-link-padding-x);
    padding-left: var(--mf-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--mf-navbar-nav-link-padding-x);
    padding-left: var(--mf-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1140px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--mf-navbar-nav-link-padding-x);
    padding-left: var(--mf-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1220px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--mf-navbar-nav-link-padding-x);
    padding-left: var(--mf-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--mf-navbar-nav-link-padding-x);
  padding-left: var(--mf-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --mf-navbar-color: rgba(255, 255, 255, 0.55);
  --mf-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --mf-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --mf-navbar-active-color: #fff;
  --mf-navbar-brand-color: #fff;
  --mf-navbar-brand-hover-color: #fff;
  --mf-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --mf-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --mf-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.mf-section-title {
  /* Desktop/Header L */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  /* Light Mode/Text/main */
  color: #212A34;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
@media (max-width: 1139.98px) {
  html, body {
    max-width: 100vw !important;
    overflow-x: hidden;
  }
}